+ 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 [Fri Feb 27 19:03:05 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-c5b6d97b5-thbqn 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 0x7f1cd3c68668 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-02-27 19:03:09.851 8 INFO neutron.common.config [-] Logging enabled! 2026-02-27 19:03:09.851 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-27 19:03:09.876 7 INFO neutron.common.config [-] Logging enabled! 2026-02-27 19:03:09.876 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-27 19:03:10.234 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-27 19:03:10.291 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-27 19:03:11.867 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 19:03:11.869 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-27 19:03:11.873 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-27 19:03:11.874 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 19:03:11.874 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-27 19:03:11.875 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-27 19:03:11.875 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 19:03:11.883 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 19:03:11.883 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 19:03:11.883 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 19:03:11.905 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-27 19:03:11.906 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 19:03:11.906 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-27 19:03:11.933 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-27 19:03:11.933 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-27 19:03:11.933 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-27 19:03:11.933 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-27 19:03:11.938 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 19:03:11.941 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-27 19:03:11.945 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-27 19:03:11.946 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 19:03:11.946 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-27 19:03:11.946 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-27 19:03:11.947 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 19:03:11.954 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 19:03:11.954 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 19:03:11.954 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 19:03:11.977 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-27 19:03:11.978 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 19:03:11.978 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-27 19:03:12.005 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-27 19:03:12.006 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-27 19:03:12.006 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-27 19:03:12.006 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-27 19:03:12.212 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing driver for type 'vlan' 2026-02-27 19:03:12.299 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing driver for type 'vlan' 2026-02-27 19:03:12.476 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] VlanTypeDriver initialization complete 2026-02-27 19:03:12.476 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing driver for type 'vxlan' 2026-02-27 19:03:12.477 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-27 19:03:12.489 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-27 19:03:12.489 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-27 19:03:12.489 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing extension driver 'port_security' 2026-02-27 19:03:12.489 8 INFO neutron.plugins.ml2.extensions.port_security [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-27 19:03:12.490 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing extension driver 'qos' 2026-02-27 19:03:12.490 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-27 19:03:12.490 8 INFO neutron.plugins.ml2.managers [None req-811433d7-3708-4e58-95c8-d0381e4f1f7c - - - - - -] Initializing mechanism driver 'l2population' 2026-02-27 19:03:12.504 8 INFO neutron.quota [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded quota_driver: . 2026-02-27 19:03:12.504 8 INFO neutron.plugins.ml2.plugin [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Modular L2 Plugin initialization complete 2026-02-27 19:03:12.505 8 INFO neutron.plugins.ml2.managers [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-27 19:03:12.505 8 INFO neutron.plugins.ml2.managers [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-27 19:03:12.505 8 INFO neutron.plugins.ml2.managers [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-27 19:03:12.505 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: qos 2026-02-27 19:03:12.518 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: router 2026-02-27 19:03:12.557 8 INFO neutron.services.service_base [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-27 19:03:12.557 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: segments 2026-02-27 19:03:12.578 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] VlanTypeDriver initialization complete 2026-02-27 19:03:12.578 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing driver for type 'vxlan' 2026-02-27 19:03:12.579 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-27 19:03:12.593 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-27 19:03:12.593 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-27 19:03:12.593 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing extension driver 'port_security' 2026-02-27 19:03:12.594 7 INFO neutron.plugins.ml2.extensions.port_security [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-27 19:03:12.594 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing extension driver 'qos' 2026-02-27 19:03:12.594 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-27 19:03:12.594 7 INFO neutron.plugins.ml2.managers [None req-40c827ff-cbdd-4345-8c1e-2898a42406b4 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-27 19:03:12.610 7 INFO neutron.quota [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded quota_driver: . 2026-02-27 19:03:12.611 7 INFO neutron.plugins.ml2.plugin [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Modular L2 Plugin initialization complete 2026-02-27 19:03:12.611 7 INFO neutron.plugins.ml2.managers [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-27 19:03:12.611 7 INFO neutron.plugins.ml2.managers [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-27 19:03:12.611 7 INFO neutron.plugins.ml2.managers [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-27 19:03:12.612 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: qos 2026-02-27 19:03:12.625 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: router 2026-02-27 19:03:12.651 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: trunk 2026-02-27 19:03:12.665 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: vpnaas 2026-02-27 19:03:12.667 7 INFO neutron.services.service_base [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-27 19:03:12.667 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: segments 2026-02-27 19:03:12.701 8 WARNING stevedore.named [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 19:03:12.766 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: trunk 2026-02-27 19:03:12.768 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-27 19:03:12.768 8 INFO neutron.common.utils [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-27 19:03:12.768 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: taas 2026-02-27 19:03:12.781 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: vpnaas 2026-02-27 19:03:12.792 8 WARNING stevedore.named [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 19:03:12.792 8 WARNING stevedore.named [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 19:03:12.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-27 19:03:12.816 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: tapmirror 2026-02-27 19:03:12.828 8 WARNING stevedore.named [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 19:03:12.829 8 WARNING stevedore.named [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 19:03:12.832 7 WARNING stevedore.named [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 19:03:12.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-27 19:03:12.845 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: auto_allocate 2026-02-27 19:03:12.855 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: tag 2026-02-27 19:03:12.866 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: timestamp 2026-02-27 19:03:12.869 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: network_ip_availability 2026-02-27 19:03:12.873 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: flavors 2026-02-27 19:03:12.877 8 INFO neutron.manager [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loading Plugin: revisions 2026-02-27 19:03:12.880 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Initializing extension manager. 2026-02-27 19:03:12.881 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: address-group 2026-02-27 19:03:12.882 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: address-scope 2026-02-27 19:03:12.882 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-27 19:03:12.883 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: agent 2026-02-27 19:03:12.884 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: agent-resources-synced 2026-02-27 19:03:12.885 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-27 19:03:12.885 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-27 19:03:12.886 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: availability_zone 2026-02-27 19:03:12.887 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: availability_zone_filter 2026-02-27 19:03:12.887 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-27 19:03:12.888 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: default-subnetpools 2026-02-27 19:03:12.889 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-27 19:03:12.890 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: dns-integration 2026-02-27 19:03:12.890 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-27 19:03:12.890 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: dns-domain-ports 2026-02-27 19:03:12.890 7 INFO neutron.common.utils [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-27 19:03:12.890 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: taas 2026-02-27 19:03:12.891 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-27 19:03:12.891 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: dvr 2026-02-27 19:03:12.892 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-27 19:03:12.892 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: empty-string-filtering 2026-02-27 19:03:12.894 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 19:03:12.894 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-27 19:03:12.895 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: external-net 2026-02-27 19:03:12.896 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-27 19:03:12.896 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: extraroute 2026-02-27 19:03:12.897 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: extraroute-atomic 2026-02-27 19:03:12.897 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-27 19:03:12.898 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-27 19:03:12.898 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-27 19:03:12.899 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-27 19:03:12.900 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: fip-port-details 2026-02-27 19:03:12.901 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: flavors 2026-02-27 19:03:12.902 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-27 19:03:12.902 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: floatingip-pools 2026-02-27 19:03:12.903 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: ip_allocation 2026-02-27 19:03:12.903 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-27 19:03:12.904 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: l2_adjacency 2026-02-27 19:03:12.905 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: router 2026-02-27 19:03:12.907 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 19:03:12.907 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-27 19:03:12.908 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-27 19:03:12.908 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: ext-gw-mode 2026-02-27 19:03:12.909 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: l3-ha 2026-02-27 19:03:12.909 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-27 19:03:12.910 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-27 19:03:12.910 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: l3-flavors 2026-02-27 19:03:12.911 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-27 19:03:12.913 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-27 19:03:12.915 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-27 19:03:12.915 7 WARNING stevedore.named [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 19:03:12.916 7 WARNING stevedore.named [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 19:03:12.916 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-27 19:03:12.917 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-27 19:03:12.918 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-27 19:03:12.919 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-27 19:03:12.919 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: multi-provider 2026-02-27 19:03:12.920 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: net-mtu 2026-02-27 19:03:12.920 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: net-mtu-writable 2026-02-27 19:03:12.921 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: network_availability_zone 2026-02-27 19:03:12.921 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: network_ha 2026-02-27 19:03:12.922 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: network-ip-availability 2026-02-27 19:03:12.923 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-27 19:03:12.923 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: pagination 2026-02-27 19:03:12.924 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-device-profile 2026-02-27 19:03:12.924 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-27 19:03:12.925 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-27 19:03:12.925 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-27 19:03:12.926 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-mac-override 2026-02-27 19:03:12.927 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-27 19:03:12.927 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-27 19:03:12.928 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-27 19:03:12.928 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-resource-request 2026-02-27 19:03:12.929 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-27 19:03:12.929 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-27 19:03:12.930 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: binding 2026-02-27 19:03:12.931 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: binding-extended 2026-02-27 19:03:12.931 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-security 2026-02-27 19:03:12.932 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: project-id 2026-02-27 19:03:12.932 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: provider 2026-02-27 19:03:12.933 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-27 19:03:12.935 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos 2026-02-27 19:03:12.936 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-27 19:03:12.936 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-27 19:03:12.937 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-default 2026-02-27 19:03:12.937 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-fip 2026-02-27 19:03:12.938 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-27 19:03:12.938 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-27 19:03:12.939 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-27 19:03:12.939 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-27 19:03:12.940 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-27 19:03:12.940 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-pps 2026-02-27 19:03:12.941 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-27 19:03:12.941 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-27 19:03:12.942 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: qos-rules-alias 2026-02-27 19:03:12.943 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: quota-check-limit 2026-02-27 19:03:12.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-27 19:03:12.943 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-27 19:03:12.943 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: tapmirror 2026-02-27 19:03:12.945 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: quotas 2026-02-27 19:03:12.946 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: quota_details 2026-02-27 19:03:12.948 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: rbac-policies 2026-02-27 19:03:12.948 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: rbac-address-group 2026-02-27 19:03:12.949 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: rbac-address-scope 2026-02-27 19:03:12.949 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: rbac-security-groups 2026-02-27 19:03:12.950 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-27 19:03:12.950 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: revision-if-match 2026-02-27 19:03:12.951 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-27 19:03:12.951 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: router_availability_zone 2026-02-27 19:03:12.952 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-27 19:03:12.953 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-27 19:03:12.954 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-27 19:03:12.955 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-27 19:03:12.955 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-27 19:03:12.955 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-27 19:03:12.956 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-27 19:03:12.956 7 WARNING stevedore.named [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 19:03:12.957 7 WARNING stevedore.named [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 19:03:12.960 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: security-group 2026-02-27 19:03:12.961 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: segment 2026-02-27 19:03:12.962 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-27 19:03:12.962 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: service-type 2026-02-27 19:03:12.963 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: sorting 2026-02-27 19:03:12.963 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: standard-attr-segment 2026-02-27 19:03:12.964 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: standard-attr-description 2026-02-27 19:03:12.965 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: stateful-security-group 2026-02-27 19:03:12.966 8 WARNING neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-27 19:03:12.966 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-27 19:03:12.967 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: subnet-external-network 2026-02-27 19:03:12.967 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: subnet_onboard 2026-02-27 19:03:12.968 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-27 19:03:12.968 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: subnet-service-types 2026-02-27 19:03:12.969 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: subnet_allocation 2026-02-27 19:03:12.970 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-27 19:03:12.970 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: tag-creation 2026-02-27 19:03:12.971 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-27 19:03:12.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-27 19:03:12.973 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: auto_allocate 2026-02-27 19:03:12.974 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: standard-attr-tag 2026-02-27 19:03:12.975 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-27 19:03:12.976 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: trunk 2026-02-27 19:03:12.976 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: trunk-details 2026-02-27 19:03:12.977 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-27 19:03:12.977 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-27 19:03:12.978 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-27 19:03:12.978 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-27 19:03:12.980 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-27 19:03:12.980 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: tag 2026-02-27 19:03:12.981 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-27 19:03:12.981 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: vpn-flavors 2026-02-27 19:03:12.983 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: vpnaas 2026-02-27 19:03:12.984 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: taas 2026-02-27 19:03:12.985 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: tap-mirror 2026-02-27 19:03:12.986 8 INFO neutron.api.extensions [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-27 19:03:12.988 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-27 19:03:12.988 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-27 19:03:12.988 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:12.988 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-27 19:03:12.989 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: timestamp 2026-02-27 19:03:12.991 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: network_ip_availability 2026-02-27 19:03:12.991 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 19:03:12.992 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 19:03:12.996 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: flavors 2026-02-27 19:03:12.997 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 19:03:12.997 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 19:03:12.998 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 19:03:12.998 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:12.999 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] subnetpool is already registered 2026-02-27 19:03:12.999 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:12.999 7 INFO neutron.manager [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loading Plugin: revisions 2026-02-27 19:03:12.999 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.000 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 19:03:13.000 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.000 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.001 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 19:03:13.001 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 19:03:13.002 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 19:03:13.002 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.002 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ipsecpolicy is already registered 2026-02-27 19:03:13.002 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.003 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ikepolicy is already registered 2026-02-27 19:03:13.003 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Initializing extension manager. 2026-02-27 19:03:13.004 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: address-group 2026-02-27 19:03:13.005 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: address-scope 2026-02-27 19:03:13.006 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-27 19:03:13.007 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: agent 2026-02-27 19:03:13.007 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 19:03:13.007 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] router is already registered 2026-02-27 19:03:13.007 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: agent-resources-synced 2026-02-27 19:03:13.007 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 19:03:13.008 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] floatingip is already registered 2026-02-27 19:03:13.008 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-27 19:03:13.009 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-27 19:03:13.010 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: availability_zone 2026-02-27 19:03:13.011 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: availability_zone_filter 2026-02-27 19:03:13.011 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-27 19:03:13.011 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 19:03:13.011 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] rbac_policy is already registered 2026-02-27 19:03:13.012 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: default-subnetpools 2026-02-27 19:03:13.012 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 19:03:13.012 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] security_group is already registered 2026-02-27 19:03:13.013 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 19:03:13.013 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] security_group_rule is already registered 2026-02-27 19:03:13.013 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-27 19:03:13.013 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.014 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.014 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: dns-integration 2026-02-27 19:03:13.014 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.014 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: dns-domain-ports 2026-02-27 19:03:13.014 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.015 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 19:03:13.015 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-27 19:03:13.015 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] trunk is already registered 2026-02-27 19:03:13.015 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.015 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ikepolicy is already registered 2026-02-27 19:03:13.015 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: dvr 2026-02-27 19:03:13.015 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.016 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ipsecpolicy is already registered 2026-02-27 19:03:13.016 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-27 19:03:13.016 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: empty-string-filtering 2026-02-27 19:03:13.016 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 19:03:13.017 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] endpoint_group is already registered 2026-02-27 19:03:13.017 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 19:03:13.017 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 19:03:13.017 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] vpnservice is already registered 2026-02-27 19:03:13.017 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-27 19:03:13.018 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 19:03:13.018 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ipsec_site_connection is already registered 2026-02-27 19:03:13.018 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: external-net 2026-02-27 19:03:13.018 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.018 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ipsecpolicy is already registered 2026-02-27 19:03:13.018 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-27 19:03:13.018 8 INFO neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.019 8 WARNING neutron.quota.resource_registry [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] ikepolicy is already registered 2026-02-27 19:03:13.020 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: extraroute 2026-02-27 19:03:13.020 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: extraroute-atomic 2026-02-27 19:03:13.021 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-27 19:03:13.021 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-27 19:03:13.022 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-27 19:03:13.022 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-27 19:03:13.023 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: fip-port-details 2026-02-27 19:03:13.024 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: flavors 2026-02-27 19:03:13.025 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-27 19:03:13.026 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: floatingip-pools 2026-02-27 19:03:13.026 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: ip_allocation 2026-02-27 19:03:13.027 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-27 19:03:13.027 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: l2_adjacency 2026-02-27 19:03:13.028 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: router 2026-02-27 19:03:13.030 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 19:03:13.031 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-27 19:03:13.031 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-27 19:03:13.032 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: ext-gw-mode 2026-02-27 19:03:13.032 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: l3-ha 2026-02-27 19:03:13.033 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-27 19:03:13.033 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-27 19:03:13.034 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: l3-flavors 2026-02-27 19:03:13.034 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-27 19:03:13.035 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-27 19:03:13.037 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-27 19:03:13.038 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-27 19:03:13.039 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-27 19:03:13.040 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-27 19:03:13.041 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-27 19:03:13.041 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: multi-provider 2026-02-27 19:03:13.042 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: net-mtu 2026-02-27 19:03:13.042 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: net-mtu-writable 2026-02-27 19:03:13.043 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: network_availability_zone 2026-02-27 19:03:13.043 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: network_ha 2026-02-27 19:03:13.044 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: network-ip-availability 2026-02-27 19:03:13.045 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-27 19:03:13.045 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: pagination 2026-02-27 19:03:13.046 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-device-profile 2026-02-27 19:03:13.046 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-27 19:03:13.047 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-27 19:03:13.047 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-27 19:03:13.048 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-mac-override 2026-02-27 19:03:13.048 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-27 19:03:13.049 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-27 19:03:13.049 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-27 19:03:13.050 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-resource-request 2026-02-27 19:03:13.050 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-27 19:03:13.051 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-27 19:03:13.051 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: binding 2026-02-27 19:03:13.052 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: binding-extended 2026-02-27 19:03:13.053 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-security 2026-02-27 19:03:13.053 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: project-id 2026-02-27 19:03:13.054 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: provider 2026-02-27 19:03:13.054 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-27 19:03:13.056 8 WARNING keystonemiddleware._common.config [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-27 19:03:13.056 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos 2026-02-27 19:03:13.057 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-27 19:03:13.058 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-27 19:03:13.058 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-default 2026-02-27 19:03:13.059 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-fip 2026-02-27 19:03:13.059 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-27 19:03:13.060 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-27 19:03:13.060 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-27 19:03:13.061 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-27 19:03:13.061 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-27 19:03:13.062 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-pps 2026-02-27 19:03:13.062 8 WARNING oslo_config.cfg [None req-9bfd59e6-09d5-4c25-8676-0589a61e7d36 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-02-27 19:03:13.062 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-27 19:03:13.063 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-27 19:03:13.063 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: qos-rules-alias 2026-02-27 19:03:13.064 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: quota-check-limit WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1cd3c68668 pid: 8 (default app) 2026-02-27 19:03:13.065 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-27 19:03:13.067 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: quotas 2026-02-27 19:03:13.068 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: quota_details 2026-02-27 19:03:13.069 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: rbac-policies 2026-02-27 19:03:13.070 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: rbac-address-group 2026-02-27 19:03:13.070 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: rbac-address-scope 2026-02-27 19:03:13.071 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: rbac-security-groups 2026-02-27 19:03:13.071 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-27 19:03:13.072 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: revision-if-match 2026-02-27 19:03:13.073 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-27 19:03:13.075 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: router_availability_zone 2026-02-27 19:03:13.076 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-27 19:03:13.080 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-27 19:03:13.082 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-27 19:03:13.083 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-27 19:03:13.084 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-27 19:03:13.085 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-27 19:03:13.085 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-27 19:03:13.090 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: security-group 2026-02-27 19:03:13.091 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: segment 2026-02-27 19:03:13.091 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-27 19:03:13.092 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: service-type 2026-02-27 19:03:13.092 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: sorting 2026-02-27 19:03:13.093 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: standard-attr-segment 2026-02-27 19:03:13.094 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: standard-attr-description 2026-02-27 19:03:13.095 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: stateful-security-group 2026-02-27 19:03:13.095 7 WARNING neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-27 19:03:13.096 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-27 19:03:13.096 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: subnet-external-network 2026-02-27 19:03:13.097 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: subnet_onboard 2026-02-27 19:03:13.097 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-27 19:03:13.098 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: subnet-service-types 2026-02-27 19:03:13.099 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: subnet_allocation 2026-02-27 19:03:13.099 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-27 19:03:13.100 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: tag-creation 2026-02-27 19:03:13.100 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-27 19:03:13.104 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: standard-attr-tag 2026-02-27 19:03:13.105 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-27 19:03:13.105 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: trunk 2026-02-27 19:03:13.106 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: trunk-details 2026-02-27 19:03:13.106 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-27 19:03:13.107 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-27 19:03:13.107 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-27 19:03:13.108 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-27 19:03:13.110 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-27 19:03:13.111 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-27 19:03:13.111 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: vpn-flavors 2026-02-27 19:03:13.113 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: vpnaas 2026-02-27 19:03:13.114 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: taas 2026-02-27 19:03:13.115 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: tap-mirror 2026-02-27 19:03:13.117 7 INFO neutron.api.extensions [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-27 19:03:13.122 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-27 19:03:13.122 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-27 19:03:13.122 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.123 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-27 19:03:13.136 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 19:03:13.136 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 19:03:13.143 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 19:03:13.144 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 19:03:13.144 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 19:03:13.145 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.145 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.146 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.146 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.146 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 19:03:13.147 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.147 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.148 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 19:03:13.148 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 19:03:13.148 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 19:03:13.149 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.149 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ipsecpolicy is already registered 2026-02-27 19:03:13.149 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.149 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ikepolicy is already registered 2026-02-27 19:03:13.154 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 19:03:13.154 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] router is already registered 2026-02-27 19:03:13.155 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 19:03:13.155 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] floatingip is already registered 2026-02-27 19:03:13.158 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 19:03:13.158 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] rbac_policy is already registered 2026-02-27 19:03:13.159 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 19:03:13.159 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] security_group is already registered 2026-02-27 19:03:13.160 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 19:03:13.160 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] security_group_rule is already registered 2026-02-27 19:03:13.160 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.161 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.161 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 19:03:13.162 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] subnetpool is already registered 2026-02-27 19:03:13.162 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 19:03:13.162 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] trunk is already registered 2026-02-27 19:03:13.163 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.163 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ikepolicy is already registered 2026-02-27 19:03:13.163 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.163 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ipsecpolicy is already registered 2026-02-27 19:03:13.164 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 19:03:13.164 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] endpoint_group is already registered 2026-02-27 19:03:13.164 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 19:03:13.164 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] vpnservice is already registered 2026-02-27 19:03:13.165 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 19:03:13.165 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ipsec_site_connection is already registered 2026-02-27 19:03:13.165 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 19:03:13.165 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ipsecpolicy is already registered 2026-02-27 19:03:13.166 7 INFO neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 19:03:13.166 7 WARNING neutron.quota.resource_registry [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] ikepolicy is already registered 2026-02-27 19:03:13.203 7 WARNING keystonemiddleware._common.config [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-27 19:03:13.209 7 WARNING oslo_config.cfg [None req-4f506f7f-74c3-4c43-8011-35c03016dfa0 - - - - - -] 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 0x7f1cd3c68668 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-02-27 19:03:18.410 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fa87587-f90e-4624-90ef-b5bcfd95f5c1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:17 2026] GET /v2.0/networks/public => generated 108 bytes in 771 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:03:19.174 8 WARNING neutron.services.revisions.revision_plugin [None req-133ce436-ae48-4f8b-bab0-11e2c53e84c8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:19.195 8 INFO neutron.db.segments_db [None req-133ce436-ae48-4f8b-bab0-11e2c53e84c8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 7be416d9-1805-4320-b78c-32272f255324 of type flat for network 2b6d509a-bed2-4b4e-adec-2b2406727188 2026-02-27 19:03:19.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-133ce436-ae48-4f8b-bab0-11e2c53e84c8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:18 2026] POST /v2.0/networks => generated 124 bytes in 522 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:03:25.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcadc70e-7739-4358-b68c-be20f55d64c5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:25 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: 7|app: 0|req: 3/8] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:25 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-02-27 19:03:25.205 8 WARNING neutron.services.revisions.revision_plugin [None req-2a41e4db-4dee-4441-8098-dc8c69b19056 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:25.220 8 INFO neutron.db.segments_db [None req-2a41e4db-4dee-4441-8098-dc8c69b19056 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 88b2de68-3f62-4f40-a057-eff2e4cbedf9 of type flat for network 359ccaf6-1206-43e9-92d6-d4694ba21593 2026-02-27 19:03:25.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a41e4db-4dee-4441-8098-dc8c69b19056 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:25 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:03:31.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdb4b628-618b-45e4-901d-0366ec01fb87 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:31 2026] GET /v2.0/networks/public => generated 108 bytes in 387 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:03:32.154 7 WARNING neutron.services.revisions.revision_plugin [None req-afe8a0ed-dbca-4a27-b2cb-12f0ec379da4 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:32.174 7 INFO neutron.db.segments_db [None req-afe8a0ed-dbca-4a27-b2cb-12f0ec379da4 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 7c879c70-0dba-4400-9792-f9ac20c50690 of type flat for network 2e9c0364-6915-4a91-ab4e-222c90b0fb35 2026-02-27 19:03:32.213 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afe8a0ed-dbca-4a27-b2cb-12f0ec379da4 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:31 2026] POST /v2.0/networks => generated 124 bytes in 282 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:03:38.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b524f8c3-7db6-412b-9ace-7e064897bb15 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:38 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:38 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-02-27 19:03:38.110 7 WARNING neutron.services.revisions.revision_plugin [None req-fa43a8ef-c70f-45d9-b225-59a04a1fcd9b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:38.125 7 INFO neutron.db.segments_db [None req-fa43a8ef-c70f-45d9-b225-59a04a1fcd9b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 72bf3610-dbb9-4529-85cb-13adc19f8345 of type flat for network adb134ca-1caf-48bf-9a66-f89ec76e4705 2026-02-27 19:03:38.142 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa43a8ef-c70f-45d9-b225-59a04a1fcd9b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:38 2026] POST /v2.0/networks => generated 124 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:03:44.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d963449b-b21b-45ad-81b0-70fb2adf1988 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:43 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:03:44.114 8 WARNING neutron.services.revisions.revision_plugin [None req-c81f68f5-55ea-4038-a888-4a828219c343 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:44.136 8 INFO neutron.db.segments_db [None req-c81f68f5-55ea-4038-a888-4a828219c343 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 1fd5e2d2-0325-46da-aa78-e37c4efc4ad2 of type flat for network 57048ba5-bf5b-447e-8841-adef920f7181 2026-02-27 19:03:44.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c81f68f5-55ea-4038-a888-4a828219c343 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:44 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:03:50.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09d8770f-16bb-47fc-b739-95b21efcb73d b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:49 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:50 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-02-27 19:03:50.110 7 WARNING neutron.services.revisions.revision_plugin [None req-8667675d-a0ab-46ff-ac8a-29847b1657a8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:50.136 7 INFO neutron.db.segments_db [None req-8667675d-a0ab-46ff-ac8a-29847b1657a8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 1c6652be-6ee9-488c-a3aa-f26d36730c69 of type flat for network 5b6c87e9-850c-47c4-8b7e-069e6cb07b7e 2026-02-27 19:03:50.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8667675d-a0ab-46ff-ac8a-29847b1657a8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:50 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:03:56.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9b0484b-c537-4b01-a1dd-0849e51b980d b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:55 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: 8|app: 0|req: 14/25] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:03:56.081 7 WARNING neutron.services.revisions.revision_plugin [None req-e4a244cf-15a0-4766-a7a3-c48f2fb1f241 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Could not find related network for resource to bump revision. 2026-02-27 19:03:56.099 7 INFO neutron.db.segments_db [None req-e4a244cf-15a0-4766-a7a3-c48f2fb1f241 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 3b54ad1b-182b-450b-a04b-0da9015c5a32 of type flat for network 4b8431e3-f9e5-46fa-b334-d86d404af859 [pid: 7|app: 0|req: 12/26] 162.253.55.43 () {48 vars in 963 bytes} [Fri Feb 27 19:03:56 2026] POST /v2.0/networks => generated 706 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:03:57.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ae1bc51-bcd0-43da-a46d-cd59b885c641 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:03:57 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:03:57 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:03:57.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0980c0e1-8a56-45fa-9a79-f7a432160442 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 162.253.55.43 () {44 vars in 1030 bytes} [Fri Feb 27 19:03:57 2026] GET /v2.0/subnets/public-subnet?network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 162.253.55.43 () {44 vars in 1053 bytes} [Fri Feb 27 19:03:57 2026] GET /v2.0/subnets?name=public-subnet&network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 162.253.55.43 () {48 vars in 961 bytes} [Fri Feb 27 19:03:57 2026] POST /v2.0/subnets => generated 664 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:08:41.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb421740-d5af-41ce-af73-37fb3d97be57 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/70] 162.253.55.43 () {44 vars in 933 bytes} [Fri Feb 27 19:08:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 162.253.55.43 () {44 vars in 955 bytes} [Fri Feb 27 19:08:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:08:41.313 8 INFO neutron.db.segments_db [None req-102909fd-d369-4c21-b668-a745c9273490 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 844ff083-1b79-4e42-a5d2-54763cc9dd7c of type vxlan for network 6912ce35-8bf6-4fe2-b068-4cf0b6ee709e [pid: 8|app: 0|req: 38/72] 162.253.55.43 () {48 vars in 962 bytes} [Fri Feb 27 19:08:41 2026] POST /v2.0/networks => generated 688 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:08:42.301 7 INFO neutron.pecan_wsgi.hooks.translation [None req-beb6b29c-17ef-49ed-bc2c-2361f80a55bd b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 162.253.55.43 () {44 vars in 933 bytes} [Fri Feb 27 19:08:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 162.253.55.43 () {44 vars in 955 bytes} [Fri Feb 27 19:08:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:08:42.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdc26078-56f7-40e5-a615-46c02896d41f b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/75] 162.253.55.43 () {44 vars in 1032 bytes} [Fri Feb 27 19:08:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 162.253.55.43 () {44 vars in 1055 bytes} [Fri Feb 27 19:08:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => 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: 37/77] 162.253.55.43 () {48 vars in 961 bytes} [Fri Feb 27 19:08:42 2026] POST /v2.0/subnets => generated 651 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:08:43.713 8 INFO neutron.api.v2.resource [None req-a61762ac-583d-4df0-80cd-2f2e0e6df413 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/78] 162.253.55.43 () {44 vars in 967 bytes} [Fri Feb 27 19:08:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 162.253.55.43 () {44 vars in 989 bytes} [Fri Feb 27 19:08:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 162.253.55.43 () {48 vars in 976 bytes} [Fri Feb 27 19:08:43 2026] POST /v2.0/security-groups => generated 1616 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:44 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:44 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:45 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:08:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:45 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:46 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:46 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:08:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:46 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:47 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => 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: 44/91] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:47 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:08:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:47 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 3462 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:48 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:48 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => 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: 50/96] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:08:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:49 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:49 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:49 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:08:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 162.253.55.43 () {44 vars in 983 bytes} [Fri Feb 27 19:08:50 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:08:50.428 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57e1635b-6c27-438f-88c5-3bcf8d6955f8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 162.253.55.43 () {44 vars in 1072 bytes} [Fri Feb 27 19:08:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 162.253.55.43 () {44 vars in 1095 bytes} [Fri Feb 27 19:08:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => 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: 54/104] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:50 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 162.253.55.43 () {48 vars in 957 bytes} [Fri Feb 27 19:08:50 2026] POST /v2.0/ports => generated 1100 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 19:08:57.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06cf9647-26ae-4b76-9103-f0827a55b8d3 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 162.253.55.43 () {44 vars in 975 bytes} [Fri Feb 27 19:08:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/109] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:08:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 162.253.55.43 () {48 vars in 1027 bytes} [Fri Feb 27 19:08:57 2026] PUT /v2.0/ports/291ed6fd-fa11-46fd-a28c-68f3b21ff07d => generated 1249 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 162.253.55.43 () {44 vars in 916 bytes} [Fri Feb 27 19:09:00 2026] GET /v2.0/ports => generated 3730 bytes in 100 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-02-27 19:09:01.272 8 INFO neutron.api.v2.resource [None req-3d6ab9e3-b988-4718-af56-35366146226c b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/112] 162.253.55.43 () {44 vars in 955 bytes} [Fri Feb 27 19:09:01 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 162.253.55.43 () {44 vars in 977 bytes} [Fri Feb 27 19:09:01 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 162.253.55.43 () {48 vars in 976 bytes} [Fri Feb 27 19:09:01 2026] POST /v2.0/security-groups => generated 1610 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:09:02 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 1610 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:09:02 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:09:02 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => 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: 61/118] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:09:02 2026] POST /v2.0/security-group-rules => generated 623 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:09:03 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:09:03 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:09:03 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/122] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:09:03 2026] POST /v2.0/security-group-rules => generated 627 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/133] 162.253.55.43 () {44 vars in 971 bytes} [Fri Feb 27 19:10:12 2026] GET /v2.0/quotas/d2bfa038a816448083408f62dbd438e3 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/134] 162.253.55.43 () {48 vars in 1023 bytes} [Fri Feb 27 19:10:13 2026] PUT /v2.0/quotas/d2bfa038a816448083408f62dbd438e3 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:12:32.612 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f69f798-e836-498c-93bb-da0fd4ff328f b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/153] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:12:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 159 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: 79/154] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:12:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:12:34.538 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24e55d8a-bf14-4d33-95c5-97f90e7e15fc b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/155] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:12:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/156] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:12:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:18:26.541 8 INFO neutron.api.v2.resource [None req-a840924b-8ac6-4e8d-ab97-c9802b83845b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/205] 162.253.55.43 () {44 vars in 1070 bytes} [Fri Feb 27 19:18:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f418a911955547bdb28e0032eee737f2 => generated 139 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/206] 162.253.55.43 () {44 vars in 1093 bytes} [Fri Feb 27 19:18:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f418a911955547bdb28e0032eee737f2 => generated 23 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/207] 162.253.55.43 () {48 vars in 977 bytes} [Fri Feb 27 19:18:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/208] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:27 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 1624 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:18:27 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => 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: 103/210] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:27 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => 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: 108/211] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:18:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:28 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 2234 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:18:29 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:29 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:18:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/216] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:30 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => 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: 111/217] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:18:30 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/218] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:30 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/219] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:18:30 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: 7|app: 0|req: 108/220] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:31 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/221] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:18:31 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/222] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:18:31 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => 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: 114/223] 162.253.55.43 () {48 vars in 987 bytes} [Fri Feb 27 19:18:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/242] 162.253.55.43 () {30 vars in 738 bytes} [Fri Feb 27 19:20:48 2026] GET /v2.0/networks?tenant_id=f418a911955547bdb28e0032eee737f2&shared=False => generated 15 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:20:48.798 7 INFO neutron.db.segments_db [None req-50a28bd6-9f01-4f5f-841f-dbd309876873 01e83f216297455e8fa09361a5cb48a9 f418a911955547bdb28e0032eee737f2 - - 05aeff5415c844f59285d0a37b4c6267 05aeff5415c844f59285d0a37b4c6267] Added segment 6d159bc9-9fc5-4030-8660-0d4607f0cab7 of type vxlan for network 37312a4d-6c7a-436e-880d-4b9eef74b749 [pid: 7|app: 0|req: 119/243] 162.253.55.43 () {34 vars in 680 bytes} [Fri Feb 27 19:20:48 2026] POST /v2.0/networks => generated 699 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/244] 162.253.55.43 () {30 vars in 720 bytes} [Fri Feb 27 19:20:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 120/245] 162.253.55.43 () {30 vars in 631 bytes} [Fri Feb 27 19:20:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/246] 162.253.55.43 () {34 vars in 675 bytes} [Fri Feb 27 19:20:48 2026] POST /v2.0/ports => generated 999 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/247] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:20:49 2026] GET /v2.0/networks/37312a4d-6c7a-436e-880d-4b9eef74b749 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/248] 162.253.55.43 () {30 vars in 720 bytes} [Fri Feb 27 19:20:51 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/249] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:20:51 2026] GET /v2.0/networks/37312a4d-6c7a-436e-880d-4b9eef74b749 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/252] 162.253.55.43 () {44 vars in 971 bytes} [Fri Feb 27 19:21:03 2026] GET /v2.0/quotas/f418a911955547bdb28e0032eee737f2 => 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: 124/253] 162.253.55.43 () {48 vars in 1023 bytes} [Fri Feb 27 19:21:03 2026] PUT /v2.0/quotas/f418a911955547bdb28e0032eee737f2 => generated 291 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/268] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/ports => generated 4725 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/269] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/270] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/271] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/272] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/273] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/274] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/275] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/276] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/277] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/278] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:22:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/287] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/agents => generated 3384 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/288] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/289] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/290] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/291] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/292] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/293] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/294] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/295] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/296] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/297] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:23:38 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/306] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:24:37 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/307] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:24:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/308] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/309] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/310] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/311] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/312] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/313] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/314] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/315] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/316] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:24:38 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/325] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/routers => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/326] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/327] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/328] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/329] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/330] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/331] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/332] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/333] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/334] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/335] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:25:38 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/344] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:26:37 2026] GET /v2.0/subnets => generated 1308 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/345] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:26:37 2026] GET /v2.0/ports => generated 4725 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/346] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/347] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/348] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/349] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/350] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/351] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/352] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/353] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/354] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:26:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/floatingips => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/364] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/370] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/371] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/372] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:27:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:28:37 2026] GET /v2.0/agents => generated 3384 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/networks => generated 2168 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/385] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/386] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/387] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/388] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/floatingips => 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: 197/389] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:28:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/401] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:29:37 2026] GET /v2.0/networks => generated 2168 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/402] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/403] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/404] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/405] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/406] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/407] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/408] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/409] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/410] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/floatingips => 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: 208/411] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:29:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/420] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/networks => generated 2168 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/421] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/422] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/423] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/424] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/426] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/427] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/428] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/429] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:30:38 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/430] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:30:38 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-02-27 19:31:29.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebcd647e-f7ee-4b98-a2a0-773dbc6b91b7 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 222/437] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:31:29 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/438] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:31:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:31:30.729 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cad3c417-5a2f-4f1d-b290-d9c6004d79c9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 223/439] 162.253.55.43 () {44 vars in 923 bytes} [Fri Feb 27 19:31:30 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/440] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:31:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:31:30.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-756994ff-067b-49af-acc0-82fc0040e1f8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 224/441] 162.253.55.43 () {44 vars in 1030 bytes} [Fri Feb 27 19:31:30 2026] GET /v2.0/subnets/public-subnet?network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/442] 162.253.55.43 () {44 vars in 1053 bytes} [Fri Feb 27 19:31:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/445] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/ports => generated 4725 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/446] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/447] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/448] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/449] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/450] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/451] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/452] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/454] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:31:38 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: 8|app: 0|req: 231/455] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:31:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:31:56.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f64745e-a71d-4346-aec6-cfdda60c118b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 226/458] 162.253.55.43 () {44 vars in 933 bytes} [Fri Feb 27 19:31:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/459] 162.253.55.43 () {44 vars in 955 bytes} [Fri Feb 27 19:31:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:31:57.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-861be2cb-6de5-4576-8edc-30eaaeca0def b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 227/460] 162.253.55.43 () {44 vars in 933 bytes} [Fri Feb 27 19:31:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/461] 162.253.55.43 () {44 vars in 955 bytes} [Fri Feb 27 19:31:57 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-02-27 19:31:57.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84c8c703-db17-47ca-bb10-f95114187443 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 228/462] 162.253.55.43 () {44 vars in 1032 bytes} [Fri Feb 27 19:31:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 162.253.55.43 () {44 vars in 1055 bytes} [Fri Feb 27 19:31:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:31:58.418 7 INFO neutron.api.v2.resource [None req-268e08ef-19ba-4052-92c5-0287d73079c4 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 229/464] 162.253.55.43 () {44 vars in 967 bytes} [Fri Feb 27 19:31:58 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: 8|app: 0|req: 236/465] 162.253.55.43 () {44 vars in 989 bytes} [Fri Feb 27 19:31:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/466] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:31:59 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:31:59 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/468] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:31:59 2026] GET /v2.0/security-group-rules/3dcfff6b-ea8f-46f3-9d19-e665eabe135e => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/469] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:00 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/470] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:00 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/471] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:32:00 2026] GET /v2.0/security-group-rules/f2696b49-551c-4981-b30d-5567c1bf354c => generated 603 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/472] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:01 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/473] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:01 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/474] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:32:01 2026] GET /v2.0/security-group-rules/28d5a098-ad65-4c7c-b231-11a1d7965811 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/475] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:02 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/476] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:02 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/477] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:32:02 2026] GET /v2.0/security-group-rules/e963ecb1-c755-45b6-98ca-b6127a4c153e => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/478] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:03 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/479] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:03 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/480] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:32:03 2026] GET /v2.0/security-group-rules/effdf7e0-518f-4e8d-af02-72e7c5409db0 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 162.253.55.43 () {44 vars in 983 bytes} [Fri Feb 27 19:32:04 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:32:04.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41977cb9-ce39-4358-b5b1-9fc8ad688c29 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/482] 162.253.55.43 () {44 vars in 1072 bytes} [Fri Feb 27 19:32:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/483] 162.253.55.43 () {44 vars in 1095 bytes} [Fri Feb 27 19:32:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 1254 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/484] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:04 2026] GET /v2.0/security-groups/61b50bfb-56ab-4a8c-87c1-41e152fb2b47 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:32:12.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5611230e-134a-4bed-b74c-558d00afbed6 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/487] 162.253.55.43 () {44 vars in 975 bytes} [Fri Feb 27 19:32:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/488] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/489] 162.253.55.43 () {44 vars in 916 bytes} [Fri Feb 27 19:32:13 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) 2026-02-27 19:32:14.993 8 INFO neutron.api.v2.resource [None req-24ad6809-131e-4e4a-9ffc-57818127a555 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/490] 162.253.55.43 () {44 vars in 955 bytes} [Fri Feb 27 19:32:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 162.253.55.43 () {44 vars in 977 bytes} [Fri Feb 27 19:32:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/492] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:15 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/493] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:16 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:32:16 2026] GET /v2.0/security-group-rules/b79aba6c-6699-4959-a5bc-5f4c361e19f6 => generated 623 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/495] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:16 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2886 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:32:16 2026] GET /v2.0/security-groups/c07b8003-531e-4840-b932-ed35d9ae2496 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/497] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:32:17 2026] GET /v2.0/security-group-rules/9259e6d1-8088-4a79-8a16-9fdffe8cec42 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/500] 162.253.55.43 () {44 vars in 971 bytes} [Fri Feb 27 19:32:27 2026] GET /v2.0/quotas/d2bfa038a816448083408f62dbd438e3 => 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: 250/503] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/504] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/505] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/506] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/507] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/agents => generated 3384 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/509] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/510] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/511] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/512] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/513] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:32:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:33:17.174 8 INFO neutron.api.v2.resource [None req-76d0be4e-03a1-4b07-96fe-0d255755f170 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/518] 162.253.55.43 () {44 vars in 1070 bytes} [Fri Feb 27 19:33:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f418a911955547bdb28e0032eee737f2 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/519] 162.253.55.43 () {44 vars in 1093 bytes} [Fri Feb 27 19:33:17 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f418a911955547bdb28e0032eee737f2 => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/520] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:33:18 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/521] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:33:18 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/522] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:33:18 2026] GET /v2.0/security-group-rules/07ef068a-9305-4cec-b8b9-8dfb02db1004 => 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: 260/523] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:33:19 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => 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: 264/524] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:33:19 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => generated 4075 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/525] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:33:19 2026] GET /v2.0/security-group-rules/d93cdaee-712d-433b-890a-72828a7a55f6 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/526] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:33:20 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/527] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:33:20 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => 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: 266/528] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:33:20 2026] GET /v2.0/security-group-rules/31e78a28-9479-4796-8087-2d35b393ce44 => 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: 263/529] 162.253.55.43 () {44 vars in 1084 bytes} [Fri Feb 27 19:33:21 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de?project_id=f418a911955547bdb28e0032eee737f2 => 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: 267/530] 162.253.55.43 () {44 vars in 997 bytes} [Fri Feb 27 19:33:21 2026] GET /v2.0/security-groups/40e085b3-a547-40e2-b314-78dffeed84de => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/531] 162.253.55.43 () {44 vars in 1007 bytes} [Fri Feb 27 19:33:21 2026] GET /v2.0/security-group-rules/6dd6ad32-cbe4-4d4d-8324-0b31a2244e25 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/534] 162.253.55.43 () {44 vars in 971 bytes} [Fri Feb 27 19:33:28 2026] GET /v2.0/quotas/f418a911955547bdb28e0032eee737f2 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/537] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:33:37 2026] GET /v2.0/networks => generated 2168 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/538] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/539] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/540] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/541] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/542] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/543] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/544] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/545] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/546] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/floatingips => 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: 275/547] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:33:38 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 162.253.55.43 () {44 vars in 945 bytes} [Fri Feb 27 19:34:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/557] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/routers => generated 15 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/559] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/560] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/ports => generated 4725 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/561] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/562] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/563] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/565] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/566] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/567] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:34:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/568] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:34:50 2026] GET /v2.0/networks => generated 2168 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/569] 10.0.0.89 () {32 vars in 653 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/floatingips => 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: 286/570] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/571] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/575] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/networks => generated 2168 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/576] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/577] 10.0.0.89 () {32 vars in 653 bytes} [Fri Feb 27 19:34:51 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:02.412 8 INFO neutron.db.segments_db [None req-52b3e46b-720e-4cca-b12c-a8375edd7257 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment ad68e27e-5f8e-4131-8bd2-fad810f1215d of type vxlan for network a3e0fc04-b8c5-482d-a860-27acbdae4cad 2026-02-27 19:35:02.432 7 INFO neutron.db.segments_db [None req-2b903d0c-1cd7-49b3-a5b7-e9694b404275 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 52d639e7-e66b-4428-b42c-5f2c2afc204d of type vxlan for network 1eb37585-7175-4e2e-9a52-b83e8a50a6de [pid: 8|app: 0|req: 289/578] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/networks => generated 733 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/579] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/networks => generated 719 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:02.620 8 INFO neutron.db.segments_db [None req-d681cbd8-8751-416c-b49f-e451af268755 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 3679b5b1-b249-45bb-a1ac-f5b78432d760 of type vxlan for network 1ebec032-cdb1-45fc-9c4e-900844e466b3 [pid: 7|app: 0|req: 291/580] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/subnets => generated 699 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/581] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/networks => generated 726 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:02.765 8 INFO neutron.db.segments_db [None req-6e4083dc-465b-499e-92f9-097af0b354ea b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 39317fc5-5160-4033-a2d0-e9207c363388 of type vxlan for network 70d5eaa7-1327-4849-8811-44d346e29d3f [pid: 7|app: 0|req: 292/582] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/subnets => generated 685 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/583] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/subnets => generated 692 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:02.983 8 INFO neutron.db.l3_hamode_db [None req-6e4083dc-465b-499e-92f9-097af0b354ea b43a73c6c2cb42928ac79e4a9b22e635 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:35:03.017 7 INFO neutron.db.segments_db [None req-9d541b6a-c601-41bf-a4a5-cb2370468a55 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 2f021702-08e0-414c-b918-2325a409c4dd of type vxlan for network bd6f611d-91e1-41c1-8b3a-8ebf78767478 2026-02-27 19:35:03.241 7 INFO neutron.db.l3_hamode_db [None req-9d541b6a-c601-41bf-a4a5-cb2370468a55 b43a73c6c2cb42928ac79e4a9b22e635 91edc4c490e34f12bbedc0cc29451a5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:35:03.986 7 INFO neutron.db.l3_hamode_db [None req-9d541b6a-c601-41bf-a4a5-cb2370468a55 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:35:04.079 8 INFO neutron.db.l3_hamode_db [None req-6e4083dc-465b-499e-92f9-097af0b354ea b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 291/584] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/routers => generated 739 bytes in 2370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:05.132 8 INFO neutron.db.segments_db [None req-b4806098-67a4-4dc2-a714-0690aa4dc13c b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 229a512f-8da2-4984-9a5d-3442d5622042 of type vxlan for network e627e232-ac43-44f2-bf6c-f28be77e7439 [pid: 7|app: 0|req: 294/585] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:02 2026] POST /v2.0/routers => generated 725 bytes in 2188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:05.357 8 INFO neutron.db.l3_hamode_db [None req-b4806098-67a4-4dc2-a714-0690aa4dc13c b43a73c6c2cb42928ac79e4a9b22e635 0b46844f6a1147ef90499bef6ddd11cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 295/586] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:05 2026] GET /v2.0/security-groups?tenant_id=691c5ef65fc54751b29e1b901c1fa39a&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:06.121 8 INFO neutron.db.l3_hamode_db [None req-b4806098-67a4-4dc2-a714-0690aa4dc13c b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/587] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:35:05 2026] PUT /v2.0/routers/964fddf2-ae54-494c-b750-17fbb0c22da5/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/588] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:05 2026] POST /v2.0/routers => generated 732 bytes in 1750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/589] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:06 2026] DELETE /v2.0/security-groups/39ad33f2-7f6a-4b15-92e8-d28e461dc986 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/592] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:35:06 2026] PUT /v2.0/routers/8b90cf6d-c527-4fbf-b456-3ac910096c19/add_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/593] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:35:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/594] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/595] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/596] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:35:06 2026] PUT /v2.0/routers/6ad7143f-e849-46f3-be3c-0cd1232d5f46/add_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/597] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:35:08 2026] POST /v2.0/security-groups => generated 1661 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/598] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:35:08 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/599] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/600] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:08.959 7 INFO neutron.db.segments_db [None req-b1449c53-4124-448a-b1ae-155d8e9b7871 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment de35d5f6-00f4-4aff-9d76-c64efb23d651 of type vxlan for network ac35caff-7de5-4ddd-bde5-791e4068ef51 [pid: 7|app: 0|req: 303/601] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:35:08 2026] POST /v2.0/networks => generated 729 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/602] 10.0.0.140 () {38 vars in 970 bytes} [Fri Feb 27 19:35:09 2026] POST /v2.0/security-groups => generated 1682 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/603] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:09 2026] POST /v2.0/subnets => generated 695 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/604] 10.0.0.140 () {38 vars in 970 bytes} [Fri Feb 27 19:35:09 2026] POST /v2.0/security-groups => generated 1682 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/605] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:35:08 2026] POST /v2.0/floatingips => generated 552 bytes in 860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:09.545 7 INFO neutron.db.segments_db [None req-8d1b86fa-65a9-4567-9580-1e3dde240836 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 1a471073-2e80-42d6-809e-b4153765fc29 of type vxlan for network 57a8662d-57ba-40b9-beef-31a40afe119d [pid: 8|app: 0|req: 300/606] 10.0.0.140 () {34 vars in 1097 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--258543047&fields=id&tenant_id=6fe2f14624114f8fa9878ddef9a9bb54 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/607] 10.0.0.140 () {38 vars in 970 bytes} [Fri Feb 27 19:35:09 2026] POST /v2.0/security-groups => generated 1682 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/608] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:09.812 7 INFO neutron.db.l3_hamode_db [None req-8d1b86fa-65a9-4567-9580-1e3dde240836 b43a73c6c2cb42928ac79e4a9b22e635 8a1d7807ea41422cbe5248f983593c68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 303/609] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/security-groups?tenant_id=0b46844f6a1147ef90499bef6ddd11cd => generated 7907 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/610] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/quotas/6fe2f14624114f8fa9878ddef9a9bb54 => 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: 305/611] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/security-groups/70a34e6b-fd24-4ea6-8831-d564f0e70ed4 => generated 2918 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/612] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/613] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:09 2026] GET /v2.0/security-groups/70a34e6b-fd24-4ea6-8831-d564f0e70ed4 => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/614] 10.0.0.140 () {34 vars in 1099 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2127428013&fields=id&tenant_id=91edc4c490e34f12bbedc0cc29451a5b => 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: 309/615] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/networks?id=1eb37585-7175-4e2e-9a52-b83e8a50a6de => generated 670 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/616] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/quotas/91edc4c490e34f12bbedc0cc29451a5b => 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: 311/617] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/ports?tenant_id=91edc4c490e34f12bbedc0cc29451a5b&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/618] 10.0.0.140 () {34 vars in 906 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/619] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 314/620] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:10.574 7 INFO neutron.db.l3_hamode_db [None req-8d1b86fa-65a9-4567-9580-1e3dde240836 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 315/621] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/security-groups/bdb538bd-1023-4bf2-ad65-89ad51e7e564 => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/622] 10.0.0.140 () {36 vars in 1012 bytes} [Fri Feb 27 19:35:10 2026] DELETE /v2.0/security-groups/bdb538bd-1023-4bf2-ad65-89ad51e7e564 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/623] 10.0.0.140 () {34 vars in 906 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/624] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/625] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:10.868 8 INFO neutron.api.v2.resource [req-231a7f37-a1eb-4431-b12b-3bc671eb7cf7 req-5be4d684-1378-4dbc-bd2a-f46fba0ff3a3 87f2b6a10279409baf79921c91d6902e 0b46844f6a1147ef90499bef6ddd11cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 320/626] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/security-groups/bdb538bd-1023-4bf2-ad65-89ad51e7e564 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/627] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?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: 322/628] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:10 2026] GET /v2.0/security-groups/f6269bd1-ca3c-44dd-9d86-233bbf81fd7a => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/629] 10.0.0.140 () {36 vars in 1012 bytes} [Fri Feb 27 19:35:10 2026] DELETE /v2.0/security-groups/f6269bd1-ca3c-44dd-9d86-233bbf81fd7a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:35:11.050 8 INFO neutron.api.v2.resource [req-41ea2ec0-ff9e-45bd-b604-3f74b307f671 req-daf68469-b7a6-4aa8-a76a-be3df73c9052 87f2b6a10279409baf79921c91d6902e 0b46844f6a1147ef90499bef6ddd11cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/630] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/f6269bd1-ca3c-44dd-9d86-233bbf81fd7a => 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: 325/631] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/ad75037e-c050-4565-8c5f-05940d202ae6 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/632] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/633] 10.0.0.140 () {36 vars in 1012 bytes} [Fri Feb 27 19:35:11 2026] DELETE /v2.0/security-groups/ad75037e-c050-4565-8c5f-05940d202ae6 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:35:11.265 8 INFO neutron.api.v2.resource [req-60dc638d-bb7b-472a-a22f-a21bf25e4f5f req-52f30cfc-0763-45f0-8f33-9157c6197f62 87f2b6a10279409baf79921c91d6902e 0b46844f6a1147ef90499bef6ddd11cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 328/634] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/ad75037e-c050-4565-8c5f-05940d202ae6 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/635] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups?tenant_id=0b46844f6a1147ef90499bef6ddd11cd => 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: 330/636] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/70a34e6b-fd24-4ea6-8831-d564f0e70ed4 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/637] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/70a34e6b-fd24-4ea6-8831-d564f0e70ed4 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:11.443 8 INFO neutron.api.v2.resource [req-d8cf53fd-966c-4bf9-8183-12a02d5429f8 req-89f746ec-7c25-4130-abec-bbff41cc2529 87f2b6a10279409baf79921c91d6902e 0b46844f6a1147ef90499bef6ddd11cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 332/638] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/ad75037e-c050-4565-8c5f-05940d202ae6 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:11.471 8 INFO neutron.api.v2.resource [req-573aeefe-c1fa-4744-81a1-62ebafbf27db req-0f8dab1a-b963-4e91-b04f-7243ac2b7cd4 87f2b6a10279409baf79921c91d6902e 0b46844f6a1147ef90499bef6ddd11cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 333/639] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/f6269bd1-ca3c-44dd-9d86-233bbf81fd7a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:11.502 8 INFO neutron.api.v2.resource [req-ef717858-8b47-4bba-b6c9-9ba90495dfd6 req-b5aa95ac-2716-43d0-b7c4-39680560b603 87f2b6a10279409baf79921c91d6902e 0b46844f6a1147ef90499bef6ddd11cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 334/640] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:11 2026] GET /v2.0/security-groups/bdb538bd-1023-4bf2-ad65-89ad51e7e564 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/641] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:09 2026] POST /v2.0/routers => generated 735 bytes in 2008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:12.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f8a371e-a107-40e7-a1cf-49e34235047c b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 858668e3-4346-4158-84ed-7f6f33c0e393 2026-02-27 19:35:12.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f8a371e-a107-40e7-a1cf-49e34235047c b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 858668e3-4346-4158-84ed-7f6f33c0e393 [pid: 8|app: 0|req: 335/642] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:35:11 2026] PUT /v2.0/routers/5584db21-9a72-440c-b4d0-ae54518521e3/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/643] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:12 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 337/644] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:12 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 308/645] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:35:11 2026] PUT /v2.0/routers/6ad7143f-e849-46f3-be3c-0cd1232d5f46/remove_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:13.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-3286fef7-7281-49ad-84cb-5e6421dd4114 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 93f225a8-c064-4eb7-9f0a-5470446c6b7e 2026-02-27 19:35:13.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3286fef7-7281-49ad-84cb-5e6421dd4114 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 93f225a8-c064-4eb7-9f0a-5470446c6b7e [pid: 7|app: 0|req: 309/646] 10.0.0.140 () {38 vars in 970 bytes} [Fri Feb 27 19:35:13 2026] POST /v2.0/security-groups => generated 1686 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/647] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:13 2026] GET /v2.0/security-groups/2c8c1f99-c5b3-41fe-a916-ff00e32d899c => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:13.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-3286fef7-7281-49ad-84cb-5e6421dd4114 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 0532d944-586d-45d2-8f1f-4c1bde45eb20 2026-02-27 19:35:13.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3286fef7-7281-49ad-84cb-5e6421dd4114 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 0532d944-586d-45d2-8f1f-4c1bde45eb20 [pid: 7|app: 0|req: 311/648] 10.0.0.140 () {38 vars in 980 bytes} [Fri Feb 27 19:35:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:13.460 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3286fef7-7281-49ad-84cb-5e6421dd4114 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - 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: 312/649] 10.0.0.140 () {38 vars in 970 bytes} [Fri Feb 27 19:35:13 2026] POST /v2.0/security-groups => generated 1685 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/650] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:13 2026] GET /v2.0/security-groups/f190dee7-6480-4a0e-99d2-b334be396523 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/651] 10.0.0.140 () {38 vars in 980 bytes} [Fri Feb 27 19:35:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/652] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:13 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/653] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:13 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:13.817 8 INFO neutron.db.l3_hamode_db [None req-3286fef7-7281-49ad-84cb-5e6421dd4114 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network e627e232-ac43-44f2-bf6c-f28be77e7439 was deleted as no HA routers are present in tenant 0b46844f6a1147ef90499bef6ddd11cd. [pid: 8|app: 0|req: 338/654] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:12 2026] DELETE /v2.0/routers/6ad7143f-e849-46f3-be3c-0cd1232d5f46 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/655] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:13 2026] GET /v2.0/security-groups/f190dee7-6480-4a0e-99d2-b334be396523 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/656] 10.0.0.140 () {38 vars in 980 bytes} [Fri Feb 27 19:35:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/657] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:13 2026] DELETE /v2.0/subnets/b59f47ea-ec6f-43fe-8eed-d10bdc997887 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/658] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:13 2026] GET /v2.0/security-groups/f190dee7-6480-4a0e-99d2-b334be396523 => generated 2940 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/659] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:13 2026] DELETE /v2.0/networks/1ebec032-cdb1-45fc-9c4e-900844e466b3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/660] 10.0.0.140 () {34 vars in 1000 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/security-group-rules/c2490930-3e66-4e99-bd10-3f5f2dcd3943 => generated 616 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:14.164 8 INFO neutron.services.segments.plugin [-] Segment 229a512f-8da2-4984-9a5d-3442d5622042 resource provider aggregate not found 2026-02-27 19:35:14.180 8 INFO neutron.services.segments.plugin [-] Segment 229a512f-8da2-4984-9a5d-3442d5622042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 229a512f-8da2-4984-9a5d-3442d5622042 found for delete ", "request_id": "req-d93f6f25-a019-4553-8d46-bddec6a4c2a5"}]} 2026-02-27 19:35:14.186 8 INFO neutron.services.segments.plugin [-] Segment 229a512f-8da2-4984-9a5d-3442d5622042 resource provider aggregate not found [pid: 7|app: 0|req: 320/661] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/security-groups/f190dee7-6480-4a0e-99d2-b334be396523 => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:14.204 8 INFO neutron.services.segments.plugin [-] Segment 229a512f-8da2-4984-9a5d-3442d5622042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 229a512f-8da2-4984-9a5d-3442d5622042 found for delete ", "request_id": "req-c5211a9b-5bfe-436a-8cf3-3e824b0b38d6"}]} [pid: 8|app: 0|req: 342/662] 10.0.0.140 () {36 vars in 1022 bytes} [Fri Feb 27 19:35:14 2026] DELETE /v2.0/security-group-rules/c2490930-3e66-4e99-bd10-3f5f2dcd3943 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/663] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/security-groups?tenant_id=0b46844f6a1147ef90499bef6ddd11cd&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: 322/664] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/security-groups/f190dee7-6480-4a0e-99d2-b334be396523 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/665] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:14 2026] DELETE /v2.0/security-groups/70a34e6b-fd24-4ea6-8831-d564f0e70ed4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/666] 10.0.0.140 () {36 vars in 1012 bytes} [Fri Feb 27 19:35:14 2026] DELETE /v2.0/security-groups/f190dee7-6480-4a0e-99d2-b334be396523 => 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: 344/667] 10.0.0.140 () {34 vars in 990 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/security-groups/2c8c1f99-c5b3-41fe-a916-ff00e32d899c => generated 2311 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/668] 10.0.0.140 () {36 vars in 1012 bytes} [Fri Feb 27 19:35:14 2026] DELETE /v2.0/security-groups/2c8c1f99-c5b3-41fe-a916-ff00e32d899c => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:35:14.633 7 INFO neutron.services.segments.plugin [-] Segment 3679b5b1-b249-45bb-a1ac-f5b78432d760 resource provider aggregate not found 2026-02-27 19:35:14.651 7 INFO neutron.services.segments.plugin [-] Segment 3679b5b1-b249-45bb-a1ac-f5b78432d760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3679b5b1-b249-45bb-a1ac-f5b78432d760 found for delete ", "request_id": "req-f6cc347a-e978-489b-92b7-9e5b455f8681"}]} 2026-02-27 19:35:14.780 7 INFO neutron.services.segments.plugin [-] Segment 3679b5b1-b249-45bb-a1ac-f5b78432d760 resource provider aggregate not found 2026-02-27 19:35:14.803 7 INFO neutron.services.segments.plugin [-] Segment 3679b5b1-b249-45bb-a1ac-f5b78432d760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3679b5b1-b249-45bb-a1ac-f5b78432d760 found for delete ", "request_id": "req-a3e3b3f5-6ab3-43f7-8462-3647a31ad367"}]} [pid: 7|app: 0|req: 325/669] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 326/670] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:14 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:15.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-a45fbc03-f231-48fd-b3c9-d06250751888 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 350edfe9-f714-4b1b-881b-a22c411b573f 2026-02-27 19:35:15.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a45fbc03-f231-48fd-b3c9-d06250751888 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 350edfe9-f714-4b1b-881b-a22c411b573f [pid: 8|app: 0|req: 345/671] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:35:14 2026] PUT /v2.0/routers/5584db21-9a72-440c-b4d0-ae54518521e3/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/672] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:15 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 684 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/673] 162.253.55.43 () {34 vars in 909 bytes} [Fri Feb 27 19:35:15 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/674] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:35:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6fe2f14624114f8fa9878ddef9a9bb54 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:15.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-23fc7846-9156-46ad-8f34-705e88e2c346 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 59a8a7c6-ddbd-4937-8091-7dbf4b5f758e 2026-02-27 19:35:15.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23fc7846-9156-46ad-8f34-705e88e2c346 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 59a8a7c6-ddbd-4937-8091-7dbf4b5f758e 2026-02-27 19:35:16.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-23fc7846-9156-46ad-8f34-705e88e2c346 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: e71ba708-150f-4303-8abe-e6735aa7f96d 2026-02-27 19:35:16.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23fc7846-9156-46ad-8f34-705e88e2c346 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: e71ba708-150f-4303-8abe-e6735aa7f96d [pid: 7|app: 0|req: 330/675] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:35:15 2026] POST /v2.0/ports => generated 954 bytes in 404 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: 331/676] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:16 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/677] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:16 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 333/678] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:16 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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-02-27 19:35:16.536 8 INFO neutron.services.segments.plugin [-] Segment 1a471073-2e80-42d6-809e-b4153765fc29 resource provider aggregate not found 2026-02-27 19:35:16.543 8 INFO neutron.services.segments.plugin [-] Segment 1a471073-2e80-42d6-809e-b4153765fc29 resource provider aggregate not found 2026-02-27 19:35:16.552 8 INFO neutron.services.segments.plugin [-] Segment 1a471073-2e80-42d6-809e-b4153765fc29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a471073-2e80-42d6-809e-b4153765fc29 found for delete ", "request_id": "req-b2c96211-6b7d-426e-9244-488285bd1015"}]} 2026-02-27 19:35:16.575 8 INFO neutron.db.l3_hamode_db [None req-23fc7846-9156-46ad-8f34-705e88e2c346 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network 57a8662d-57ba-40b9-beef-31a40afe119d was deleted as no HA routers are present in tenant 8a1d7807ea41422cbe5248f983593c68. 2026-02-27 19:35:16.576 8 INFO neutron.services.segments.plugin [-] Segment 1a471073-2e80-42d6-809e-b4153765fc29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a471073-2e80-42d6-809e-b4153765fc29 found for delete ", "request_id": "req-62ad825e-6829-478d-9abc-2bc159c87e19"}]} [pid: 8|app: 0|req: 346/679] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:15 2026] DELETE /v2.0/routers/5584db21-9a72-440c-b4d0-ae54518521e3 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/680] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:16 2026] DELETE /v2.0/subnets/d129e8e0-6b1a-4a1e-add7-9eff74892d30 => 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: 348/681] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:16 2026] DELETE /v2.0/networks/ac35caff-7de5-4ddd-bde5-791e4068ef51 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/682] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:17 2026] GET /v2.0/security-groups?tenant_id=8a1d7807ea41422cbe5248f983593c68&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: 334/683] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:35:16 2026] PUT /v2.0/ports/c0ce730e-3cc6-4069-a658-efdda088a109 => generated 1235 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/684] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:17 2026] DELETE /v2.0/security-groups/3322e6fd-560f-49a6-99a5-82c5e92858a3 => generated 0 bytes in 71 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: 335/685] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:17 2026] GET /v2.0/networks?id=1eb37585-7175-4e2e-9a52-b83e8a50a6de => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/686] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:35:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=91edc4c490e34f12bbedc0cc29451a5b => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/687] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:17 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/688] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:17 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/689] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:17 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/690] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:35:17 2026] POST /v2.0/ports => generated 954 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:17.742 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-454c8371-d05a-4897-bc67-fea4443ded33'] response: {'name': 'network-changed', 'server_uuid': 'abf0ff9f-0e27-476e-a524-5fbd93d3eb70', 'tag': 'c0ce730e-3cc6-4069-a658-efdda088a109', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 355/691] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:35:17 2026] PUT /v2.0/ports/2b9b97ee-a658-4e93-a87f-7e4e64d10434 => generated 1235 bytes in 440 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: 337/692] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1238 bytes in 60 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: 356/693] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/694] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => 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: 357/695] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/696] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/697] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 340/698] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 359/699] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:18.569 8 INFO neutron.services.segments.plugin [-] Segment de35d5f6-00f4-4aff-9d76-c64efb23d651 resource provider aggregate not found 2026-02-27 19:35:18.596 8 INFO neutron.services.segments.plugin [-] Segment de35d5f6-00f4-4aff-9d76-c64efb23d651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de35d5f6-00f4-4aff-9d76-c64efb23d651 found for delete ", "request_id": "req-e2b4f0be-edb6-4ca4-a4ae-32cfd35d5f1c"}]} 2026-02-27 19:35:18.618 8 INFO neutron.services.segments.plugin [-] Segment de35d5f6-00f4-4aff-9d76-c64efb23d651 resource provider aggregate not found 2026-02-27 19:35:18.634 8 INFO neutron.services.segments.plugin [-] Segment de35d5f6-00f4-4aff-9d76-c64efb23d651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de35d5f6-00f4-4aff-9d76-c64efb23d651 found for delete ", "request_id": "req-ce0111f7-d286-41d3-a2a8-8a1e001f7137"}]} [pid: 7|app: 0|req: 341/700] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/701] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:18 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:18.721 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35e5f2e0-d875-46dd-af57-8ac86064873d'] response: {'name': 'network-changed', 'server_uuid': '2d6d0384-733d-4ef3-a3b7-8159d2596658', 'tag': '2b9b97ee-a658-4e93-a87f-7e4e64d10434', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 342/702] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/ports?tenant_id=91edc4c490e34f12bbedc0cc29451a5b&device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/703] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b9b97ee-a658-4e93-a87f-7e4e64d10434 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/704] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/subnets?id=3802ce87-26ea-461c-a46c-1f50b5d08a75 => generated 688 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/705] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/ports?network_id=1eb37585-7175-4e2e-9a52-b83e8a50a6de&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: 364/706] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:19.601 7 INFO neutron.db.segments_db [None req-b82dbd50-2b76-4564-bada-d65082cd07d4 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 324d8f26-605d-4896-a89e-7c12d6a6f384 of type vxlan for network b72c3f63-27c1-497c-8abd-deea101457a6 [pid: 8|app: 0|req: 365/707] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/security-groups?tenant_id=957da303996a4d12842caab3b660c7d5&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/708] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?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: 343/709] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:35:19 2026] POST /v2.0/networks => generated 729 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/710] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/711] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/712] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:19 2026] DELETE /v2.0/security-groups/dc151108-8bac-498c-aa6a-7e94ddc903e7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/713] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/714] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/715] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/716] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/717] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:19 2026] POST /v2.0/subnets => generated 695 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/718] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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-02-27 19:35:19.968 8 INFO neutron.db.segments_db [None req-a315a19f-eef5-49de-a941-404f1e5da560 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 55c168e9-0d86-41ec-ba21-bd0e92284066 of type vxlan for network adf919f7-4887-4c91-aacb-97bb9568379a [pid: 7|app: 0|req: 346/719] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:19 2026] GET /v2.0/security-groups?tenant_id=ffad05ab066143399a485354400094c0&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/720] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/721] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:20 2026] DELETE /v2.0/security-groups/8c76759b-80dd-45a8-be14-523f91ef4bea => 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: 349/722] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&device_owner=network%3Adhcp => generated 1244 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:20.209 8 INFO neutron.db.l3_hamode_db [None req-a315a19f-eef5-49de-a941-404f1e5da560 b43a73c6c2cb42928ac79e4a9b22e635 8dea32429fe94a688cde5d49f6db91dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 350/723] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 351/724] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/725] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/ports?tenant_id=91edc4c490e34f12bbedc0cc29451a5b&device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/726] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/networks?id=1eb37585-7175-4e2e-9a52-b83e8a50a6de => generated 766 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/727] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b9b97ee-a658-4e93-a87f-7e4e64d10434 => 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: 355/728] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/subnets?id=3802ce87-26ea-461c-a46c-1f50b5d08a75 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/729] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/ports?network_id=1eb37585-7175-4e2e-9a52-b83e8a50a6de&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/730] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/731] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:20 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?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: 359/732] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:21 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&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: 360/733] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:21 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/734] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:21 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/735] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:21 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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-02-27 19:35:21.277 8 INFO neutron.db.l3_hamode_db [None req-a315a19f-eef5-49de-a941-404f1e5da560 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 374/738] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:19 2026] POST /v2.0/routers => generated 735 bytes in 2212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/739] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:22 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 366/740] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:22 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/741] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:22 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/742] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:22 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/743] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:35:22 2026] PUT /v2.0/routers/b8084b69-8f96-4c02-961f-3674a4daff99/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/744] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:23 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/745] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:23 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/746] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:23 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/747] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:23 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/748] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:35:23 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/749] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/750] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/751] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:24 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 374/752] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:24 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&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: 375/753] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:24 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 376/754] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:24 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/755] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:35:24 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/756] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:25 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 380/757] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:25 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/758] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:25 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/759] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:25 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/760] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:26 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 382/761] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:26 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/762] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:26 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/763] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:26 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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: 381/764] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:27 2026] GET /v2.0/security-groups?tenant_id=948501d19b5c47cda5e5531b1569e0d5&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/765] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:27 2026] DELETE /v2.0/security-groups/a8d821be-5b17-4398-8070-89e09a0460a0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/766] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:27 2026] GET /v2.0/security-groups?tenant_id=9791c3abb4484619ab548647e9b6e672&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: 383/767] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:27 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/768] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:28 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&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: 385/769] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:27 2026] DELETE /v2.0/security-groups/b4c6d559-33c5-4bf8-b103-fd335cd3af1d => 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: 385/770] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:28 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/771] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:28 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/772] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:28 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:29.039 7 INFO neutron.db.l3_db [None req-f7d90486-dba0-4986-add8-0618a75f6cdf a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] Floating IP ebc08330-3028-4237-bb65-09a9ecbd28ca associated. External IP: 10.96.250.202, port: 2b9b97ee-a658-4e93-a87f-7e4e64d10434. [pid: 7|app: 0|req: 387/773] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:35:28 2026] PUT /v2.0/floatingips/ebc08330-3028-4237-bb65-09a9ecbd28ca => generated 855 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/774] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 388/775] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/776] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/777] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:29.490 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16c6fcd6-f24f-4681-ae59-ddaa68e5a714'] response: {'name': 'network-changed', 'server_uuid': '2d6d0384-733d-4ef3-a3b7-8159d2596658', 'tag': '2b9b97ee-a658-4e93-a87f-7e4e64d10434', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 389/778] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/779] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/780] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:29 2026] GET /v2.0/ports?tenant_id=91edc4c490e34f12bbedc0cc29451a5b&device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/781] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/networks?id=1eb37585-7175-4e2e-9a52-b83e8a50a6de => generated 766 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/782] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b9b97ee-a658-4e93-a87f-7e4e64d10434 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/783] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/subnets?id=3802ce87-26ea-461c-a46c-1f50b5d08a75 => generated 688 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/784] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/ports?network_id=1eb37585-7175-4e2e-9a52-b83e8a50a6de&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: 393/785] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/786] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/787] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 394/788] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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: 395/789] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:31.151 7 INFO neutron.db.l3_db [None req-9375df59-9b42-4f4b-b019-25c1e3a9233c 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] Floating IP 6de0d450-1b95-42d6-8723-a8341a9ff414 associated. External IP: 10.96.250.212, port: c0ce730e-3cc6-4069-a658-efdda088a109. [pid: 8|app: 0|req: 396/790] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:30 2026] GET /v2.0/security-groups?tenant_id=e24feb9033f44dc8badf95dab1419456&name=default => generated 2925 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/791] 10.0.0.140 () {34 vars in 1099 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1242252940&fields=id&tenant_id=8dea32429fe94a688cde5d49f6db91dc => generated 69 bytes in 34 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.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/793] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:31 2026] DELETE /v2.0/security-groups/dcfe9e40-3ca2-4847-9f10-f2c97ab36e3d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/794] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/networks?id=b72c3f63-27c1-497c-8abd-deea101457a6 => generated 680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/795] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:35:30 2026] PUT /v2.0/floatingips/6de0d450-1b95-42d6-8723-a8341a9ff414 => generated 855 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/796] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/797] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/quotas/8dea32429fe94a688cde5d49f6db91dc => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/798] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/799] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/ports?tenant_id=8dea32429fe94a688cde5d49f6db91dc&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/800] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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-02-27 19:35:31.701 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96c9893f-5296-47e2-8b32-ca4e3d06641f'] response: {'name': 'network-changed', 'server_uuid': 'abf0ff9f-0e27-476e-a524-5fbd93d3eb70', 'tag': 'c0ce730e-3cc6-4069-a658-efdda088a109', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 403/801] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/802] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:35:31 2026] GET /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6?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: 404/803] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 400/804] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/805] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/806] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/807] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 858 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/808] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/809] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:32.524 7 INFO neutron_taas.services.taas.taas_plugin [req-2507e978-4d92-4dbf-a169-732c57538d33 req-f3e2140a-37cf-4c32-907c-353024c14496 a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] TaaS: Handle Delete Port: 2b9b97ee-a658-4e93-a87f-7e4e64d10434 2026-02-27 19:35:32.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2507e978-4d92-4dbf-a169-732c57538d33 req-f3e2140a-37cf-4c32-907c-353024c14496 a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] Tap Mirror: Handle Delete Port: 2b9b97ee-a658-4e93-a87f-7e4e64d10434 [pid: 8|app: 0|req: 409/810] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 410/811] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/812] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/813] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:32 2026] GET /v2.0/security-groups?id=a33495fd-9fa1-4c4a-8524-c057b2060b63&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-02-27 19:35:32.720 7 INFO neutron.db.l3_db [req-2507e978-4d92-4dbf-a169-732c57538d33 req-f3e2140a-37cf-4c32-907c-353024c14496 a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] Floating IP ebc08330-3028-4237-bb65-09a9ecbd28ca disassociated. External IP: 10.96.250.202, port: 2b9b97ee-a658-4e93-a87f-7e4e64d10434. [pid: 7|app: 0|req: 402/814] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:35:32 2026] DELETE /v2.0/ports/2b9b97ee-a658-4e93-a87f-7e4e64d10434 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/815] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:33 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:33.735 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a468b8d5-af67-4188-8907-642a995b1a21'] response: {'server_uuid': '2d6d0384-733d-4ef3-a3b7-8159d2596658', 'name': 'network-vif-deleted', 'tag': '2b9b97ee-a658-4e93-a87f-7e4e64d10434', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 403/816] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:33 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/817] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:33 2026] GET /v2.0/security-groups?tenant_id=ca5fa40cc70b4bdfa6532e44432252e0&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/818] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:34 2026] DELETE /v2.0/security-groups/44754b3a-f773-4f95-8266-a37d237c9639 => 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: 415/819] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:34 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/820] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:34 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 416/821] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:35 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 406/822] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:36 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 417/823] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:36 2026] GET /v2.0/networks?id=b72c3f63-27c1-497c-8abd-deea101457a6 => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/824] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:35:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8dea32429fe94a688cde5d49f6db91dc => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/825] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:36 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 408/828] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:35:36 2026] POST /v2.0/ports => generated 958 bytes in 416 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: 409/829] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:37 2026] GET /v2.0/ports?device_id=2d6d0384-733d-4ef3-a3b7-8159d2596658 => 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: 421/830] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:35:36 2026] PUT /v2.0/ports/a9d67bb2-f4c6-4c4e-be6c-f11547fce028 => generated 1239 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:37.292 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c8aa5b1-c1cd-4d0f-a0bd-968abaa1a9d3'] response: {'name': 'network-changed', 'server_uuid': '538c0c4b-16fe-4692-981b-d19e72c761c2', 'tag': 'a9d67bb2-f4c6-4c4e-be6c-f11547fce028', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 410/831] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:37 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 65 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: 422/832] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:37 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/833] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:37 2026] GET /v2.0/ports?tenant_id=8dea32429fe94a688cde5d49f6db91dc&device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/834] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:35:37 2026] GET /v2.0/networks?tenant_id=8dea32429fe94a688cde5d49f6db91dc&shared=False => generated 776 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/835] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:35:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/836] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:38 2026] DELETE /v2.0/security-groups/a33495fd-9fa1-4c4a-8524-c057b2060b63 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:35:38.360 8 INFO neutron.api.v2.resource [None req-242fda50-59e9-483a-bb4d-1cd2047be00b a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/837] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/security-groups/a33495fd-9fa1-4c4a-8524-c057b2060b63 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:38.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a11fd39-3cc8-4333-b1e3-89a67d44466b a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] TaaS: Handle Delete Port: 377e1537-453b-4937-8f1c-9369d9651156 2026-02-27 19:35:38.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a11fd39-3cc8-4333-b1e3-89a67d44466b a5eced361bdb4f90a9687f4290218b7b 91edc4c490e34f12bbedc0cc29451a5b - - default default] Tap Mirror: Handle Delete Port: 377e1537-453b-4937-8f1c-9369d9651156 [pid: 7|app: 0|req: 413/838] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/floatingips => generated 1936 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/839] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/subnets => generated 5223 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/840] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:35:38 2026] DELETE /v2.0/floatingips/ebc08330-3028-4237-bb65-09a9ecbd28ca => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/841] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/network-ip-availabilities => generated 3831 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/842] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/networks => generated 6535 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/843] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/844] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/security-groups => generated 31835 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/845] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&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-02-27 19:35:38.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcc6cf52-e580-4fd5-b5af-708a9fcfe742 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: cda9d183-9878-4112-8f76-47400cc3b31f 2026-02-27 19:35:38.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc6cf52-e580-4fd5-b5af-708a9fcfe742 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: cda9d183-9878-4112-8f76-47400cc3b31f [pid: 7|app: 0|req: 420/846] 10.0.0.140 () {34 vars in 1083 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 2471 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/847] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:35:38 2026] GET /v2.0/ports => generated 22692 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/848] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/ports?tenant_id=8dea32429fe94a688cde5d49f6db91dc&device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/849] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/850] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/851] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a9d67bb2-f4c6-4c4e-be6c-f11547fce028 => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/852] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/subnets => generated 5223 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/853] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/subnets?id=fa626b92-7ff5-46f9-a877-7d1c6fbd0a2a => generated 698 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/854] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/855] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/ports?network_id=b72c3f63-27c1-497c-8abd-deea101457a6&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/856] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/routers => generated 2200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/857] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:35:38 2026] PUT /v2.0/routers/8b90cf6d-c527-4fbf-b456-3ac910096c19/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/858] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6?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: 431/859] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/security-groups?tenant_id=d63520e4ea03407aad2192eed1540a7f&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/860] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/861] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6?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: 431/862] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:39 2026] DELETE /v2.0/security-groups/f0e666a3-ff41-4dc1-928c-157c1b5aaf8a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:35:39.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-44c017fb-462c-464d-a091-2c61c923713b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 5f9d5e4a-c4e6-4c3a-b916-b2580418b098 2026-02-27 19:35:39.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44c017fb-462c-464d-a091-2c61c923713b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 5f9d5e4a-c4e6-4c3a-b916-b2580418b098 [pid: 8|app: 0|req: 432/863] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/routers/8b90cf6d-c527-4fbf-b456-3ac910096c19/l3-agents => generated 682 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/864] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/routers/964fddf2-ae54-494c-b750-17fbb0c22da5/l3-agents => generated 682 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:40.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-44c017fb-462c-464d-a091-2c61c923713b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 09d644db-1355-406b-b1e0-4d82a04ef70f 2026-02-27 19:35:40.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44c017fb-462c-464d-a091-2c61c923713b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 09d644db-1355-406b-b1e0-4d82a04ef70f [pid: 8|app: 0|req: 434/865] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:35:39 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1240 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:40.237 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-44c017fb-462c-464d-a091-2c61c923713b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - 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: 435/866] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:35:40 2026] GET /v2.0/routers/b8084b69-8f96-4c02-961f-3674a4daff99/l3-agents => generated 682 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/867] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:40 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/868] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:40 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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: 438/869] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:40 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:40.604 7 INFO neutron.services.segments.plugin [-] Segment 2f021702-08e0-414c-b918-2325a409c4dd resource provider aggregate not found 2026-02-27 19:35:40.605 7 INFO neutron.services.segments.plugin [-] Segment 2f021702-08e0-414c-b918-2325a409c4dd resource provider aggregate not found 2026-02-27 19:35:40.629 7 INFO neutron.services.segments.plugin [-] Segment 2f021702-08e0-414c-b918-2325a409c4dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f021702-08e0-414c-b918-2325a409c4dd found for delete ", "request_id": "req-9f045f49-1f0e-4ab0-82df-fd53c3b87613"}]} 2026-02-27 19:35:40.630 7 INFO neutron.db.l3_hamode_db [None req-44c017fb-462c-464d-a091-2c61c923713b b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network bd6f611d-91e1-41c1-8b3a-8ebf78767478 was deleted as no HA routers are present in tenant 91edc4c490e34f12bbedc0cc29451a5b. 2026-02-27 19:35:40.631 7 INFO neutron.services.segments.plugin [-] Segment 2f021702-08e0-414c-b918-2325a409c4dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f021702-08e0-414c-b918-2325a409c4dd found for delete ", "request_id": "req-1ecf4233-6c4a-465f-8dc3-c4d2b097a338"}]} [pid: 7|app: 0|req: 432/870] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:39 2026] DELETE /v2.0/routers/8b90cf6d-c527-4fbf-b456-3ac910096c19 => generated 0 bytes in 1047 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/871] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:40 2026] DELETE /v2.0/subnets/3802ce87-26ea-461c-a46c-1f50b5d08a75 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:41.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1052b0c-f0e7-4de2-8ae3-986955c9a71e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 4fd26eb3-c165-4711-a604-12f6cadf205f 2026-02-27 19:35:41.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1052b0c-f0e7-4de2-8ae3-986955c9a71e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 4fd26eb3-c165-4711-a604-12f6cadf205f [pid: 7|app: 0|req: 433/872] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:40 2026] DELETE /v2.0/networks/1eb37585-7175-4e2e-9a52-b83e8a50a6de => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/873] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:41 2026] GET /v2.0/security-groups?tenant_id=91edc4c490e34f12bbedc0cc29451a5b&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/874] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:41 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/875] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:41 2026] DELETE /v2.0/security-groups/23a43503-c497-4587-ae77-25d220ef5f65 => 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: 442/876] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:41 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&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: 435/877] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:42 2026] GET /v2.0/security-groups?tenant_id=1b27422b605c4f7586facf001bd5147b&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/878] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:42 2026] DELETE /v2.0/security-groups/58983025-2dc6-432f-b0b9-f38bb552f7b8 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:35:42.669 7 INFO neutron.services.segments.plugin [-] Segment 52d639e7-e66b-4428-b42c-5f2c2afc204d resource provider aggregate not found 2026-02-27 19:35:42.684 7 INFO neutron.services.segments.plugin [-] Segment 52d639e7-e66b-4428-b42c-5f2c2afc204d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d639e7-e66b-4428-b42c-5f2c2afc204d found for delete ", "request_id": "req-41394757-d950-470e-9c98-0d84788d4c6c"}]} 2026-02-27 19:35:42.691 7 INFO neutron.services.segments.plugin [-] Segment 52d639e7-e66b-4428-b42c-5f2c2afc204d resource provider aggregate not found 2026-02-27 19:35:42.707 7 INFO neutron.services.segments.plugin [-] Segment 52d639e7-e66b-4428-b42c-5f2c2afc204d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d639e7-e66b-4428-b42c-5f2c2afc204d found for delete ", "request_id": "req-486ffd52-58ea-4553-943e-55122eaaccc4"}]} [pid: 7|app: 0|req: 436/879] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:42 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/880] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:42 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:43.772 7 INFO neutron.db.segments_db [None req-eea18042-3c13-4b79-a539-0271e9fe7f48 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 4745afb0-6eb8-4696-b692-1b20d181b3a4 of type vxlan for network 1bb48949-1e5e-4f47-8194-03c926972c73 [pid: 7|app: 0|req: 437/881] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:35:43 2026] POST /v2.0/networks => generated 724 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/882] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:43 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/883] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:43 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&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: 438/884] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:43 2026] POST /v2.0/subnets => generated 690 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:44.158 8 INFO neutron.db.segments_db [None req-a0c27dc6-a193-4f43-8f48-f09c05e0d17e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 8c12f487-de94-452c-a150-9a78511d1af9 of type vxlan for network ab1fa101-0960-4e34-b84e-6a23e003a036 [pid: 7|app: 0|req: 439/885] 10.0.0.89 () {32 vars in 651 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/886] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 441/887] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/888] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/889] 10.0.0.89 () {32 vars in 663 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/agent => generated 153 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/890] 10.0.0.89 () {32 vars in 697 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/891] 10.0.0.89 () {32 vars in 695 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/892] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/893] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 448/894] 10.0.0.89 () {32 vars in 701 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:44.397 8 INFO neutron.db.l3_hamode_db [None req-a0c27dc6-a193-4f43-8f48-f09c05e0d17e b43a73c6c2cb42928ac79e4a9b22e635 d7708b0d3d3348bfbe04d61e840f33cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 449/895] 10.0.0.89 () {32 vars in 691 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/896] 10.0.0.89 () {32 vars in 693 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/897] 10.0.0.89 () {32 vars in 683 bytes} [Fri Feb 27 19:35:44 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: 452/898] 10.0.0.89 () {32 vars in 685 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/899] 10.0.0.89 () {32 vars in 659 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 454/900] 10.0.0.89 () {32 vars in 697 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 455/901] 10.0.0.89 () {32 vars in 677 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 456/902] 10.0.0.89 () {32 vars in 681 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/903] 10.0.0.89 () {32 vars in 673 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/904] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/905] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 460/906] 10.0.0.89 () {32 vars in 685 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/907] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 462/908] 10.0.0.89 () {32 vars in 685 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 463/909] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/910] 10.0.0.89 () {32 vars in 697 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/911] 10.0.0.89 () {32 vars in 677 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/912] 10.0.0.89 () {32 vars in 665 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/913] 10.0.0.89 () {32 vars in 675 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/914] 10.0.0.89 () {32 vars in 663 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/915] 10.0.0.89 () {32 vars in 673 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/l3-flavors => 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: 470/916] 10.0.0.89 () {32 vars in 711 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/917] 10.0.0.89 () {32 vars in 689 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/918] 10.0.0.89 () {32 vars in 681 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/919] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 474/920] 10.0.0.89 () {32 vars in 685 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 475/921] 10.0.0.89 () {32 vars in 703 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/922] 10.0.0.89 () {32 vars in 673 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 477/923] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/924] 10.0.0.89 () {32 vars in 673 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/925] 10.0.0.89 () {32 vars in 691 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/926] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 481/927] 10.0.0.89 () {32 vars in 707 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/928] 10.0.0.89 () {32 vars in 703 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/929] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/930] 10.0.0.89 () {32 vars in 695 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/931] 10.0.0.89 () {32 vars in 709 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/932] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/933] 10.0.0.89 () {32 vars in 685 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/934] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/935] 10.0.0.89 () {32 vars in 673 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/936] 10.0.0.89 () {32 vars in 669 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/937] 10.0.0.89 () {32 vars in 659 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/938] 10.0.0.89 () {32 vars in 697 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/939] 10.0.0.89 () {32 vars in 697 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/940] 10.0.0.89 () {32 vars in 675 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/941] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/942] 10.0.0.89 () {32 vars in 681 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/943] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/944] 10.0.0.89 () {32 vars in 683 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/945] 10.0.0.89 () {32 vars in 705 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/946] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/947] 10.0.0.89 () {32 vars in 695 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/948] 10.0.0.89 () {32 vars in 693 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/949] 10.0.0.89 () {32 vars in 683 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 504/950] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 505/951] 10.0.0.89 () {32 vars in 703 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 506/952] 10.0.0.89 () {32 vars in 665 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/953] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/954] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/955] 10.0.0.89 () {32 vars in 689 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/956] 10.0.0.89 () {32 vars in 689 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/957] 10.0.0.89 () {32 vars in 693 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/958] 10.0.0.89 () {32 vars in 683 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/959] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/960] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/961] 10.0.0.89 () {32 vars in 701 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/962] 10.0.0.89 () {32 vars in 711 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/963] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/964] 10.0.0.89 () {32 vars in 713 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/965] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/966] 10.0.0.89 () {32 vars in 739 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/967] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/968] 10.0.0.89 () {32 vars in 681 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/969] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 524/970] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/971] 10.0.0.89 () {32 vars in 677 bytes} [Fri Feb 27 19:35:44 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: 7|app: 0|req: 526/972] 10.0.0.89 () {32 vars in 667 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/973] 10.0.0.89 () {32 vars in 695 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/974] 10.0.0.89 () {32 vars in 703 bytes} [Fri Feb 27 19:35:44 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/975] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/976] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/977] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/978] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/979] 10.0.0.89 () {32 vars in 681 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/980] 10.0.0.89 () {32 vars in 703 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/981] 10.0.0.89 () {32 vars in 693 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/982] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/983] 10.0.0.89 () {32 vars in 695 bytes} [Fri Feb 27 19:35:45 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: 7|app: 0|req: 538/984] 10.0.0.89 () {32 vars in 677 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/985] 10.0.0.89 () {32 vars in 687 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/986] 10.0.0.89 () {32 vars in 699 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:45.143 8 INFO neutron.db.l3_hamode_db [None req-a0c27dc6-a193-4f43-8f48-f09c05e0d17e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 541/987] 10.0.0.89 () {32 vars in 663 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/988] 10.0.0.89 () {32 vars in 679 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/989] 10.0.0.89 () {32 vars in 675 bytes} [Fri Feb 27 19:35:45 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: 7|app: 0|req: 544/990] 10.0.0.89 () {32 vars in 691 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/991] 10.0.0.89 () {32 vars in 675 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/992] 10.0.0.89 () {32 vars in 665 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/993] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/994] 10.0.0.89 () {32 vars in 673 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/995] 10.0.0.89 () {32 vars in 685 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/996] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:45 2026] GET /v2.0/security-groups?tenant_id=972d7c18da5e41ce8d20a9894b1b1cd5&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: 551/997] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:45 2026] DELETE /v2.0/security-groups/98c41f27-eb3b-4211-8970-c28f23c6e995 => 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: 447/998] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:44 2026] POST /v2.0/routers => generated 730 bytes in 1941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/999] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:46 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/1000] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:46 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&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: 552/1001] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:35:46 2026] PUT /v2.0/routers/0a5d6db4-abee-4ab0-86aa-3931e4b6b15c/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/1002] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:47 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1003] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:47 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:48.050 8 INFO neutron.db.segments_db [None req-b0fa5698-6305-46f0-957f-33b046d73fa6 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Added segment c5d4a90d-3d56-478a-a275-038ef45607e6 of type vxlan for network 9d1da4dd-c3f9-47d1-92c6-845c63fe5393 [pid: 7|app: 0|req: 554/1004] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:35:47 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/1005] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:35:47 2026] POST /v2.0/networks => generated 630 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1006] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:48 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: 7|app: 0|req: 556/1007] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:35:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/1008] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:48 2026] POST /v2.0/ports => generated 779 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 453/1009] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:48 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:48.612 8 INFO neutron.db.segments_db [None req-21c375c6-8577-4a01-b7c1-1b0ba6729a05 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Added segment 4a077dc5-16a2-4177-871b-937a98d2860c of type vxlan for network 68207eb6-170a-4f9a-96a0-763d8844c7c0 [pid: 8|app: 0|req: 454/1010] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:35:48 2026] POST /v2.0/networks => generated 617 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/1011] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:48 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&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: 557/1012] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:35:48 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1013] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:48 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1014] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:48 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/1015] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:48 2026] POST /v2.0/ports => generated 962 bytes in 274 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-02-27 19:35:49.361 7 INFO neutron.db.l3_db [None req-957ec728-25c1-41b0-a918-3ea9df29a738 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] Floating IP 1c181002-ceab-4299-9aeb-4ed591ff8629 associated. External IP: 10.96.250.220, port: a9d67bb2-f4c6-4c4e-be6c-f11547fce028. 2026-02-27 19:35:49.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6e476f9-057d-4385-b7cd-4ae61ab8ae77 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] TaaS: Handle Delete Port: 664eea3b-b5fa-4bc6-b381-7982d36bfb46 2026-02-27 19:35:49.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6e476f9-057d-4385-b7cd-4ae61ab8ae77 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Tap Mirror: Handle Delete Port: 664eea3b-b5fa-4bc6-b381-7982d36bfb46 [pid: 8|app: 0|req: 458/1016] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:49 2026] DELETE /v2.0/ports/664eea3b-b5fa-4bc6-b381-7982d36bfb46 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1017] 10.0.0.140 () {34 vars in 1099 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1995728887&fields=id&tenant_id=d7708b0d3d3348bfbe04d61e840f33cb => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:49.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5e56ffd-34fa-4606-922b-f73b667433a3 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 460/1018] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:49 2026] DELETE /v2.0/ports/664eea3b-b5fa-4bc6-b381-7982d36bfb46 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/1019] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/networks?id=1bb48949-1e5e-4f47-8194-03c926972c73 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:49.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbb2ef2e-20fd-429d-8ef0-02cb6de090d9 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/1020] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/ports/664eea3b-b5fa-4bc6-b381-7982d36bfb46 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1021] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/quotas/d7708b0d3d3348bfbe04d61e840f33cb => 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: 559/1022] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:35:49 2026] PUT /v2.0/floatingips/1c181002-ceab-4299-9aeb-4ed591ff8629 => generated 856 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1023] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:49 2026] DELETE /v2.0/subnets/17904161-3b92-4f6e-8127-754b90fe7666 => 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: 465/1024] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1025] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/ports?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&fields=id => generated 103 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1026] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:49.881 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdd273b3-f62a-4d5f-b316-d786e1df9770'] response: {'name': 'network-changed', 'server_uuid': '538c0c4b-16fe-4692-981b-d19e72c761c2', 'tag': 'a9d67bb2-f4c6-4c4e-be6c-f11547fce028', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 562/1027] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:49.941 8 INFO neutron.services.segments.plugin [-] Segment 4a077dc5-16a2-4177-871b-937a98d2860c resource provider aggregate not found 2026-02-27 19:35:49.947 8 INFO neutron.services.segments.plugin [-] Segment 4a077dc5-16a2-4177-871b-937a98d2860c resource provider aggregate not found [pid: 7|app: 0|req: 563/1028] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:35:49 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?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: 466/1029] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:49 2026] DELETE /v2.0/networks/68207eb6-170a-4f9a-96a0-763d8844c7c0 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:49.966 8 INFO neutron.services.segments.plugin [-] Segment 4a077dc5-16a2-4177-871b-937a98d2860c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a077dc5-16a2-4177-871b-937a98d2860c found for delete ", "request_id": "req-cbebc188-29d7-4219-9916-6cc760b506da"}]} 2026-02-27 19:35:49.985 8 INFO neutron.services.segments.plugin [-] Segment 4a077dc5-16a2-4177-871b-937a98d2860c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a077dc5-16a2-4177-871b-937a98d2860c found for delete ", "request_id": "req-75ec8a07-d198-440c-9d96-3254500bf873"}]} 2026-02-27 19:35:50.052 7 INFO neutron.db.segments_db [None req-24251da5-0ce4-4e30-a7a4-8921d7aa79be d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Added segment bfbb46e3-fcac-4608-877f-e8c61154fc31 of type vxlan for network 3be22b15-09e3-4a1d-ad9f-1e8b7c63b2dd [pid: 8|app: 0|req: 467/1030] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 564/1031] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:35:49 2026] POST /v2.0/networks => generated 616 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1032] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1033] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1034] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/ports?tenant_id=8dea32429fe94a688cde5d49f6db91dc&device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1035] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:50 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1036] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/networks?id=b72c3f63-27c1-497c-8abd-deea101457a6 => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1037] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a9d67bb2-f4c6-4c4e-be6c-f11547fce028 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1038] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/subnets?id=fa626b92-7ff5-46f9-a877-7d1c6fbd0a2a => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1039] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/ports?network_id=b72c3f63-27c1-497c-8abd-deea101457a6&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1040] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6?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: 476/1041] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:50 2026] GET /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6?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: 566/1042] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:50 2026] POST /v2.0/ports => generated 924 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:50.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce3b7ccd-ada9-4213-a1d4-d665c27fe926 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] TaaS: Handle Delete Port: 0eeb4e31-180e-4b6a-8e49-bba5ebb5b9ac 2026-02-27 19:35:50.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3b7ccd-ada9-4213-a1d4-d665c27fe926 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Tap Mirror: Handle Delete Port: 0eeb4e31-180e-4b6a-8e49-bba5ebb5b9ac [pid: 8|app: 0|req: 477/1043] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:50 2026] DELETE /v2.0/ports/0eeb4e31-180e-4b6a-8e49-bba5ebb5b9ac => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:51.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-234889ce-d6dd-46a2-a97f-3f14eeffdf6e d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1044] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:51 2026] GET /v2.0/ports/0eeb4e31-180e-4b6a-8e49-bba5ebb5b9ac => 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: 568/1045] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:51 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 569/1046] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:51 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 570/1047] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:51 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1050] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:51 2026] DELETE /v2.0/subnets/df2cc048-ea5e-4e42-8613-902a6fe3b0c9 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:51.831 7 INFO neutron.services.segments.plugin [-] Segment bfbb46e3-fcac-4608-877f-e8c61154fc31 resource provider aggregate not found 2026-02-27 19:35:51.835 7 INFO neutron.services.segments.plugin [-] Segment bfbb46e3-fcac-4608-877f-e8c61154fc31 resource provider aggregate not found 2026-02-27 19:35:51.851 7 INFO neutron.services.segments.plugin [-] Segment bfbb46e3-fcac-4608-877f-e8c61154fc31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfbb46e3-fcac-4608-877f-e8c61154fc31 found for delete ", "request_id": "req-cc96206e-52ca-49a3-9ea4-df1f4473920c"}]} [pid: 7|app: 0|req: 573/1051] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:51 2026] DELETE /v2.0/networks/3be22b15-09e3-4a1d-ad9f-1e8b7c63b2dd => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:51.879 7 INFO neutron.services.segments.plugin [-] Segment bfbb46e3-fcac-4608-877f-e8c61154fc31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfbb46e3-fcac-4608-877f-e8c61154fc31 found for delete ", "request_id": "req-3e31f421-abd6-4032-af7b-a66e798dbcf8"}]} [pid: 8|app: 0|req: 479/1052] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:51 2026] POST /v2.0/ports => generated 778 bytes in 226 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: 480/1053] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 574/1054] 10.0.0.89 () {34 vars in 735 bytes} [Fri Feb 27 19:35:52 2026] PUT /v2.0/ports/740b5c08-ace9-4034-9aa7-4082adf3c2f8 => generated 752 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:52.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-3589be0d-3561-45af-97f7-8a84a4fe38ea d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] TaaS: Handle Delete Port: 740b5c08-ace9-4034-9aa7-4082adf3c2f8 2026-02-27 19:35:52.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3589be0d-3561-45af-97f7-8a84a4fe38ea d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Tap Mirror: Handle Delete Port: 740b5c08-ace9-4034-9aa7-4082adf3c2f8 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 575/1055] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1056] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/security-groups?id=85cd3bc8-b470-4254-95f6-51f3bc60666a&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: 481/1057] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/ports/740b5c08-ace9-4034-9aa7-4082adf3c2f8 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1058] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports => generated 782 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:52.605 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d35d196-1621-4f47-a9f6-51852ac816a9 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/1059] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports/740b5c08-ace9-4034-9aa7-4082adf3c2f8 => 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: 578/1060] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1061] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports/70ee9cfe-0113-41b3-bd3d-94a13b149436 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:52.719 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1e0f9d6-990a-4501-89c7-cf5f258793bc d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1062] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/ports/0eeb4e31-180e-4b6a-8e49-bba5ebb5b9ac => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:52.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c796d697-6983-4cce-b7cd-0f99ef5ad4a3 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/1063] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/subnets/df2cc048-ea5e-4e42-8613-902a6fe3b0c9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:52.766 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ace59ffa-d18f-4c90-b527-f202c5cba988 d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/1064] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/subnets/17904161-3b92-4f6e-8127-754b90fe7666 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1065] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:35:52 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:52.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb51734b-33f0-433a-b338-09970a1c9c1f d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] TaaS: Handle Delete Port: 70ee9cfe-0113-41b3-bd3d-94a13b149436 2026-02-27 19:35:52.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb51734b-33f0-433a-b338-09970a1c9c1f d1d315d25c0f435688a28429e4f51437 9a11b1a590164f2e9ab7ff358d962426 - - default default] Tap Mirror: Handle Delete Port: 70ee9cfe-0113-41b3-bd3d-94a13b149436 2026-02-27 19:35:52.885 7 INFO neutron_taas.services.taas.taas_plugin [req-b09f6d36-7ba6-4ff3-83fc-7247e20fe5f2 req-13ee2c29-2325-4312-95ab-26b21b428892 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] TaaS: Handle Delete Port: a9d67bb2-f4c6-4c4e-be6c-f11547fce028 2026-02-27 19:35:52.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b09f6d36-7ba6-4ff3-83fc-7247e20fe5f2 req-13ee2c29-2325-4312-95ab-26b21b428892 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] Tap Mirror: Handle Delete Port: a9d67bb2-f4c6-4c4e-be6c-f11547fce028 [pid: 8|app: 0|req: 486/1066] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/ports/70ee9cfe-0113-41b3-bd3d-94a13b149436 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:52.991 7 INFO neutron.db.l3_db [req-b09f6d36-7ba6-4ff3-83fc-7247e20fe5f2 req-13ee2c29-2325-4312-95ab-26b21b428892 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] Floating IP 1c181002-ceab-4299-9aeb-4ed591ff8629 disassociated. External IP: 10.96.250.220, port: a9d67bb2-f4c6-4c4e-be6c-f11547fce028. 2026-02-27 19:35:53.049 8 INFO neutron.services.segments.plugin [-] Segment c5d4a90d-3d56-478a-a275-038ef45607e6 resource provider aggregate not found 2026-02-27 19:35:53.052 8 INFO neutron.services.segments.plugin [-] Segment c5d4a90d-3d56-478a-a275-038ef45607e6 resource provider aggregate not found 2026-02-27 19:35:53.067 8 INFO neutron.services.segments.plugin [-] Segment c5d4a90d-3d56-478a-a275-038ef45607e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d4a90d-3d56-478a-a275-038ef45607e6 found for delete ", "request_id": "req-213e36c8-f296-4442-a0c7-55cfc9cdbc54"}]} 2026-02-27 19:35:53.068 8 INFO neutron.services.segments.plugin [-] Segment c5d4a90d-3d56-478a-a275-038ef45607e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d4a90d-3d56-478a-a275-038ef45607e6 found for delete ", "request_id": "req-387a6dbd-cd72-4bf5-8c5d-37f64ffff74f"}]} [pid: 8|app: 0|req: 487/1067] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/networks/9d1da4dd-c3f9-47d1-92c6-845c63fe5393 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1068] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:35:52 2026] DELETE /v2.0/ports/a9d67bb2-f4c6-4c4e-be6c-f11547fce028 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:53.383 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd8f9195-d57c-4e96-ae55-aba1b1d42b05'] response: {'server_uuid': '538c0c4b-16fe-4692-981b-d19e72c761c2', 'name': 'network-vif-deleted', 'tag': 'a9d67bb2-f4c6-4c4e-be6c-f11547fce028', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 488/1069] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:53 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 489/1070] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:53 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 582/1071] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:35:53 2026] GET /v2.0/security-groups?tenant_id=9a11b1a590164f2e9ab7ff358d962426&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1072] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:53 2026] DELETE /v2.0/security-groups/12f793af-c979-4dae-b65e-82d768d275d0 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1073] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:35:54 2026] GET /v2.0/networks?id=1bb48949-1e5e-4f47-8194-03c926972c73 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1074] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:35:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7708b0d3d3348bfbe04d61e840f33cb => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1075] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:54 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1076] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:54 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 584/1077] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:35:54 2026] POST /v2.0/ports => generated 954 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1078] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:35:54 2026] PUT /v2.0/ports/530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 => generated 1235 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:35:55.230 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c27eb7a7-9785-4550-b35b-11fa05110e85'] response: {'name': 'network-changed', 'server_uuid': 'b45fd619-e730-4d24-ad03-676b9cb477be', 'tag': '530ca2b0-8ecd-4a34-8af4-d0017f74e1c8', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 495/1079] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:55 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1080] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:55 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1081] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:55 2026] GET /v2.0/ports?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1082] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:55 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:55.793 7 INFO neutron.db.segments_db [None req-383f0620-c6ff-46fe-ba4c-d5be3ff22524 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Added segment 1b498368-9421-4e3a-b8d6-4581c4702ca6 of type vxlan for network d7fbe173-5ebd-4fc3-8727-ac018c907804 [pid: 8|app: 0|req: 499/1083] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:35:55 2026] GET /v2.0/networks?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&shared=False => generated 771 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1084] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:35:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1085] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:35:55 2026] POST /v2.0/networks => generated 626 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1086] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:55 2026] POST /v2.0/ports => generated 775 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:35:56.223 7 INFO neutron.db.segments_db [None req-5198f013-dc48-4e68-af2a-5973939efe71 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Added segment 109c7a46-6d22-48c5-bd16-d3f8447f0dfb of type vxlan for network 65ef12f6-2b3c-4891-96d7-49d536cf8f38 [pid: 7|app: 0|req: 586/1087] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:35:56 2026] POST /v2.0/networks => generated 613 bytes in 121 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: 502/1088] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:56 2026] POST /v2.0/subnets => generated 626 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1089] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1090] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:56 2026] POST /v2.0/ports => generated 950 bytes in 344 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: 504/1091] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 505/1092] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/ports?device_id=538c0c4b-16fe-4692-981b-d19e72c761c2 => 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: 506/1093] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/ports?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1094] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:35:56.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-a202df68-6513-4a54-8e4c-5424af5f5669 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] TaaS: Handle Delete Port: d0e7c2de-d051-4c61-9db6-20b4f3e20cf1 2026-02-27 19:35:56.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a202df68-6513-4a54-8e4c-5424af5f5669 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Tap Mirror: Handle Delete Port: d0e7c2de-d051-4c61-9db6-20b4f3e20cf1 [pid: 8|app: 0|req: 508/1095] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/subnets?id=6bb214e6-4c27-41da-94b0-d5598b4e7841 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1096] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:35:56 2026] GET /v2.0/ports?network_id=1bb48949-1e5e-4f47-8194-03c926972c73&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: 510/1097] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:35:57 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1098] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:56 2026] DELETE /v2.0/ports/d0e7c2de-d051-4c61-9db6-20b4f3e20cf1 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:57.071 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5514f27b-ceac-490c-b8b1-502ec5d75047 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1099] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:57 2026] DELETE /v2.0/ports/d0e7c2de-d051-4c61-9db6-20b4f3e20cf1 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1100] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:35:57 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?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-02-27 19:35:57.092 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e72c2d74-99ec-40a7-9ae7-6b82308daa4e 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1101] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:57 2026] GET /v2.0/ports/d0e7c2de-d051-4c61-9db6-20b4f3e20cf1 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1102] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:57 2026] DELETE /v2.0/subnets/b50e1948-fbc1-4c44-a40c-29316e667aea => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:57.341 7 INFO neutron.services.segments.plugin [-] Segment 109c7a46-6d22-48c5-bd16-d3f8447f0dfb resource provider aggregate not found 2026-02-27 19:35:57.343 7 INFO neutron.services.segments.plugin [-] Segment 109c7a46-6d22-48c5-bd16-d3f8447f0dfb resource provider aggregate not found 2026-02-27 19:35:57.359 7 INFO neutron.services.segments.plugin [-] Segment 109c7a46-6d22-48c5-bd16-d3f8447f0dfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 109c7a46-6d22-48c5-bd16-d3f8447f0dfb found for delete ", "request_id": "req-81b47ed5-6dee-49c2-b3c6-999477a11ad1"}]} 2026-02-27 19:35:57.360 7 INFO neutron.services.segments.plugin [-] Segment 109c7a46-6d22-48c5-bd16-d3f8447f0dfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 109c7a46-6d22-48c5-bd16-d3f8447f0dfb found for delete ", "request_id": "req-f7a659b3-6023-44ce-9d56-226dd48eed6a"}]} [pid: 7|app: 0|req: 591/1103] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:57 2026] DELETE /v2.0/networks/65ef12f6-2b3c-4891-96d7-49d536cf8f38 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:57.423 8 INFO neutron.db.segments_db [None req-501650f0-d41d-4728-a20d-7d5100644001 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Added segment b3e19fca-ab62-4580-8b62-f1ce2653815d of type vxlan for network 7ed79249-24b5-4e61-a620-1f2b53ad939f [pid: 8|app: 0|req: 513/1104] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:35:57 2026] POST /v2.0/networks => generated 612 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1105] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:35:57 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1106] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:57 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1107] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:57 2026] POST /v2.0/ports => generated 910 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1108] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:35:57 2026] DELETE /v2.0/security-groups/85cd3bc8-b470-4254-95f6-51f3bc60666a => 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: 515/1109] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:58 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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-02-27 19:35:58.086 8 INFO neutron.api.v2.resource [None req-c1ccdf5b-f907-4cf4-b946-26daeaa57833 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/1110] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:35:58 2026] GET /v2.0/security-groups/85cd3bc8-b470-4254-95f6-51f3bc60666a => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:58.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4c45a6b-ba4e-4e24-844e-57279e5599d7 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] TaaS: Handle Delete Port: 84b1baf7-f963-42f7-8270-226ae00dc496 2026-02-27 19:35:58.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4c45a6b-ba4e-4e24-844e-57279e5599d7 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Tap Mirror: Handle Delete Port: 84b1baf7-f963-42f7-8270-226ae00dc496 2026-02-27 19:35:58.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b8b8fbe-e947-4d8b-b82d-b94f62a4b786 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] TaaS: Handle Delete Port: eb99b7db-8e59-4086-ade8-60b82de3047b 2026-02-27 19:35:58.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b8b8fbe-e947-4d8b-b82d-b94f62a4b786 6a0c7bf783604dae8a335a13282b3ae1 8dea32429fe94a688cde5d49f6db91dc - - default default] Tap Mirror: Handle Delete Port: eb99b7db-8e59-4086-ade8-60b82de3047b [pid: 7|app: 0|req: 595/1111] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:58 2026] DELETE /v2.0/ports/84b1baf7-f963-42f7-8270-226ae00dc496 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:58.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19323cee-ad4b-4535-b7d7-7643ed5f1f0b 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1112] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:58 2026] GET /v2.0/ports/84b1baf7-f963-42f7-8270-226ae00dc496 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1113] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:35:58 2026] DELETE /v2.0/floatingips/1c181002-ceab-4299-9aeb-4ed591ff8629 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1114] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:58 2026] DELETE /v2.0/subnets/fb41327b-dd6f-4047-92c4-46b7be851570 => 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: 598/1115] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:58 2026] DELETE /v2.0/networks/7ed79249-24b5-4e61-a620-1f2b53ad939f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:58.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-07cd3e4c-adec-45a8-9e0f-2a56b6f492ce b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 9475dccf-9e8e-4c9d-8058-0c48fd89c69e 2026-02-27 19:35:58.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07cd3e4c-adec-45a8-9e0f-2a56b6f492ce b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 9475dccf-9e8e-4c9d-8058-0c48fd89c69e [pid: 7|app: 0|req: 599/1116] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:35:58 2026] POST /v2.0/ports => generated 775 bytes in 215 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: 600/1117] 10.0.0.89 () {34 vars in 735 bytes} [Fri Feb 27 19:35:58 2026] PUT /v2.0/ports/48634655-997f-4777-8e8d-4fdc243e2c1d => generated 752 bytes in 148 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-02-27 19:35:59.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-208fb12b-d14b-4d0b-b598-8fa3d412658a 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] TaaS: Handle Delete Port: 48634655-997f-4777-8e8d-4fdc243e2c1d 2026-02-27 19:35:59.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208fb12b-d14b-4d0b-b598-8fa3d412658a 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Tap Mirror: Handle Delete Port: 48634655-997f-4777-8e8d-4fdc243e2c1d [pid: 8|app: 0|req: 518/1118] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:35:58 2026] PUT /v2.0/routers/b8084b69-8f96-4c02-961f-3674a4daff99/remove_router_interface => generated 309 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1119] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:58 2026] DELETE /v2.0/ports/48634655-997f-4777-8e8d-4fdc243e2c1d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1120] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:35:59 2026] GET /v2.0/ports => generated 778 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1121] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:35:59 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:59.207 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83a4ed30-7781-46e4-9d55-3963a48924a4 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1122] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:59 2026] GET /v2.0/ports/48634655-997f-4777-8e8d-4fdc243e2c1d => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1123] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:35:59 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1124] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:35:59 2026] GET /v2.0/ports => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1125] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:35:59 2026] GET /v2.0/ports/ac8647fb-483f-43cf-8c12-393d9b90426d => generated 775 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:35:59.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-48ce95b3-18e9-44c5-8539-0a0944aa6ac1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: d05f62e9-bbbf-404e-a691-7e34a24c4639 2026-02-27 19:35:59.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48ce95b3-18e9-44c5-8539-0a0944aa6ac1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: d05f62e9-bbbf-404e-a691-7e34a24c4639 2026-02-27 19:35:59.316 7 INFO neutron.pecan_wsgi.hooks.translation [None req-259b079a-1ea5-4183-86b8-a9871031ac97 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1126] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/ports/84b1baf7-f963-42f7-8270-226ae00dc496 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:59.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-780a2172-294f-437e-982c-1554559e946f 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1127] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/subnets/fb41327b-dd6f-4047-92c4-46b7be851570 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:59.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a6d3459-f2e1-4e5e-9079-2d583e7fbcb0 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1128] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/subnets/b50e1948-fbc1-4c44-a40c-29316e667aea => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:35:59.383 7 INFO neutron.services.segments.plugin [-] Segment b3e19fca-ab62-4580-8b62-f1ce2653815d resource provider aggregate not found 2026-02-27 19:35:59.389 7 INFO neutron.services.segments.plugin [-] Segment b3e19fca-ab62-4580-8b62-f1ce2653815d resource provider aggregate not found 2026-02-27 19:35:59.409 7 INFO neutron.services.segments.plugin [-] Segment b3e19fca-ab62-4580-8b62-f1ce2653815d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3e19fca-ab62-4580-8b62-f1ce2653815d found for delete ", "request_id": "req-792fce4c-fe85-4de6-8932-472c77d7516a"}]} 2026-02-27 19:35:59.410 7 INFO neutron.services.segments.plugin [-] Segment b3e19fca-ab62-4580-8b62-f1ce2653815d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3e19fca-ab62-4580-8b62-f1ce2653815d found for delete ", "request_id": "req-884daf4c-3c53-4a8b-8eeb-e9f359c8fae7"}]} 2026-02-27 19:35:59.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-9588ef13-22bd-4764-b5e4-ed55d10970c7 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] TaaS: Handle Delete Port: ac8647fb-483f-43cf-8c12-393d9b90426d 2026-02-27 19:35:59.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9588ef13-22bd-4764-b5e4-ed55d10970c7 920d4b367b2d4c288cd5ef8e341e0865 56013c959b3742418ac02a4d998fbc3a - - default default] Tap Mirror: Handle Delete Port: ac8647fb-483f-43cf-8c12-393d9b90426d 2026-02-27 19:35:59.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-48ce95b3-18e9-44c5-8539-0a0944aa6ac1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 682c246c-a032-4ff5-8d7c-fb0c0f639089 2026-02-27 19:35:59.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48ce95b3-18e9-44c5-8539-0a0944aa6ac1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 682c246c-a032-4ff5-8d7c-fb0c0f639089 [pid: 7|app: 0|req: 611/1129] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/ports/ac8647fb-483f-43cf-8c12-393d9b90426d => 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: 612/1130] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/networks/d7fbe173-5ebd-4fc3-8727-ac018c907804 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:35:59.830 8 INFO neutron.services.segments.plugin [-] Segment 55c168e9-0d86-41ec-ba21-bd0e92284066 resource provider aggregate not found 2026-02-27 19:35:59.837 8 INFO neutron.services.segments.plugin [-] Segment 55c168e9-0d86-41ec-ba21-bd0e92284066 resource provider aggregate not found 2026-02-27 19:35:59.851 8 INFO neutron.services.segments.plugin [-] Segment 55c168e9-0d86-41ec-ba21-bd0e92284066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c168e9-0d86-41ec-ba21-bd0e92284066 found for delete ", "request_id": "req-424c872d-4255-449a-81da-4514370f84e7"}]} 2026-02-27 19:35:59.855 8 INFO neutron.services.segments.plugin [-] Segment 55c168e9-0d86-41ec-ba21-bd0e92284066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c168e9-0d86-41ec-ba21-bd0e92284066 found for delete ", "request_id": "req-5d655ca6-7c27-45b8-aa6f-b841621cdc70"}]} 2026-02-27 19:35:59.866 8 INFO neutron.db.l3_hamode_db [None req-48ce95b3-18e9-44c5-8539-0a0944aa6ac1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network adf919f7-4887-4c91-aacb-97bb9568379a was deleted as no HA routers are present in tenant 8dea32429fe94a688cde5d49f6db91dc. [pid: 8|app: 0|req: 519/1131] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/routers/b8084b69-8f96-4c02-961f-3674a4daff99 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1132] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:35:59 2026] DELETE /v2.0/subnets/fa626b92-7ff5-46f9-a877-7d1c6fbd0a2a => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:00.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-5674ce0c-59cd-4820-a08e-16ad40da0cdf b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 6b51c769-003a-4f96-b2bb-d9e2b4f05b20 2026-02-27 19:36:00.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5674ce0c-59cd-4820-a08e-16ad40da0cdf b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 6b51c769-003a-4f96-b2bb-d9e2b4f05b20 [pid: 7|app: 0|req: 614/1133] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:00 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 520/1134] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:00 2026] DELETE /v2.0/networks/b72c3f63-27c1-497c-8abd-deea101457a6 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1135] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:00 2026] GET /v2.0/security-groups?tenant_id=56013c959b3742418ac02a4d998fbc3a&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1136] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:36:00 2026] GET /v2.0/ports/c0ce730e-3cc6-4069-a658-efdda088a109 => generated 968 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1137] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:00 2026] DELETE /v2.0/security-groups/048bfde5-76b1-43bd-91f1-eb6928469249 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1138] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:00 2026] GET /v2.0/security-groups?tenant_id=8dea32429fe94a688cde5d49f6db91dc&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1139] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:00 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1140] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:00 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1141] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:00 2026] DELETE /v2.0/security-groups/a2cbfcd1-1e09-44af-9627-c5ab269c0038 => 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: 619/1142] 162.253.55.43 () {34 vars in 998 bytes} [Fri Feb 27 19:36:01 2026] GET /v2.0/subnets?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 684 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1143] 162.253.55.43 () {34 vars in 1144 bytes} [Fri Feb 27 19:36:01 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70&device_owner=compute%3Anova&network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:01.428 7 INFO neutron.services.segments.plugin [-] Segment 1b498368-9421-4e3a-b8d6-4581c4702ca6 resource provider aggregate not found 2026-02-27 19:36:01.433 7 INFO neutron.services.segments.plugin [-] Segment 1b498368-9421-4e3a-b8d6-4581c4702ca6 resource provider aggregate not found 2026-02-27 19:36:01.460 7 INFO neutron.services.segments.plugin [-] Segment 1b498368-9421-4e3a-b8d6-4581c4702ca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b498368-9421-4e3a-b8d6-4581c4702ca6 found for delete ", "request_id": "req-03af5ccf-57b9-4170-8ec9-10335d9f8087"}]} 2026-02-27 19:36:01.464 7 INFO neutron.services.segments.plugin [-] Segment 1b498368-9421-4e3a-b8d6-4581c4702ca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b498368-9421-4e3a-b8d6-4581c4702ca6 found for delete ", "request_id": "req-624afc12-2e8b-4875-aaae-3a9c74b04ef1"}]} [pid: 8|app: 0|req: 525/1144] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:01 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1145] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:01 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:01.885 8 INFO neutron.services.segments.plugin [-] Segment 324d8f26-605d-4896-a89e-7c12d6a6f384 resource provider aggregate not found 2026-02-27 19:36:01.889 8 INFO neutron.services.segments.plugin [-] Segment 324d8f26-605d-4896-a89e-7c12d6a6f384 resource provider aggregate not found 2026-02-27 19:36:01.909 8 INFO neutron.services.segments.plugin [-] Segment 324d8f26-605d-4896-a89e-7c12d6a6f384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324d8f26-605d-4896-a89e-7c12d6a6f384 found for delete ", "request_id": "req-bb6f5a33-66f2-405b-8cb0-4e66db4dbe05"}]} 2026-02-27 19:36:01.913 8 INFO neutron.services.segments.plugin [-] Segment 324d8f26-605d-4896-a89e-7c12d6a6f384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324d8f26-605d-4896-a89e-7c12d6a6f384 found for delete ", "request_id": "req-33b21e99-83b7-451e-ac3b-0dd5e6c8c6f3"}]} [pid: 7|app: 0|req: 620/1146] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:36:01 2026] PUT /v2.0/ports/c0ce730e-3cc6-4069-a658-efdda088a109 => generated 1145 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:02.157 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3de5454c-8306-48cf-a0b1-35d35c032642'] response: {'name': 'network-changed', 'server_uuid': 'abf0ff9f-0e27-476e-a524-5fbd93d3eb70', 'tag': 'c0ce730e-3cc6-4069-a658-efdda088a109', '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, ' 2026-02-27 19:36:02.749 8 INFO neutron.db.segments_db [None req-3438b2a6-8201-4e4a-b2fa-93a213904341 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment f861590c-a313-4dbb-a3b1-7613580ef452 of type vxlan for network e0efba0b-0a9f-49b7-accd-2f6cdf386411 2026-02-27 19:36:02.790 7 INFO neutron.db.segments_db [None req-ef710d8c-101a-40c2-9603-78e4e8511c38 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 5e69a702-6f75-4990-ba49-20716d79b39b of type vxlan for network 9d7d4f82-b2b8-4829-809f-4236fb36f652 [pid: 8|app: 0|req: 527/1147] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:02 2026] POST /v2.0/networks => generated 610 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1148] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:02 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1417 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1149] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:36:02 2026] POST /v2.0/networks => generated 725 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:02.920 8 INFO neutron.db.segments_db [None req-223f30df-a18d-4fa8-894c-4490bd3ba78c 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment 359c7c31-78fe-4de1-84fa-f6d58fc57bad of type vxlan for network 1e9b0646-2378-4161-a3d2-d6e8bd480661 [pid: 7|app: 0|req: 622/1150] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:02 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1151] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:02 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1152] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:02 2026] POST /v2.0/networks => generated 610 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1153] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:03 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1154] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1155] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:03 2026] POST /v2.0/subnets => generated 691 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1156] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1157] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:03 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1158] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:03 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1159] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:03 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:03.345 8 INFO neutron.db.segments_db [None req-c439b742-27b4-4bc9-b483-d0c93eb179e5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment ba476904-8f3b-444d-9d5e-e2a041cc4aac of type vxlan for network 705223f9-3b23-4907-bb00-8630ce48e1ea [pid: 7|app: 0|req: 628/1160] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:03 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) 2026-02-27 19:36:03.637 8 INFO neutron.db.l3_hamode_db [None req-c439b742-27b4-4bc9-b483-d0c93eb179e5 b43a73c6c2cb42928ac79e4a9b22e635 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:36:03.912 7 INFO neutron.db.l3_db [None req-e6035f9b-c6fe-4705-81a2-0f58a710cdf9 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] Floating IP c0903e73-419c-4ce1-b332-ba3cb54d5542 associated. External IP: 10.96.250.217, port: 530ca2b0-8ecd-4a34-8af4-d0017f74e1c8. [pid: 7|app: 0|req: 629/1161] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:36:03 2026] PUT /v2.0/floatingips/c0903e73-419c-4ce1-b332-ba3cb54d5542 => generated 855 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1162] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:04 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:04.245 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db604a0e-12d7-44dc-83e1-2597aebd97eb'] response: {'name': 'network-changed', 'server_uuid': 'b45fd619-e730-4d24-ad03-676b9cb477be', 'tag': '530ca2b0-8ecd-4a34-8af4-d0017f74e1c8', 'status': 'completed', 'code': 200} 2026-02-27 19:36:04.277 7 INFO neutron.db.segments_db [None req-39d27ae3-9fd7-4b23-970b-4992b20b4e74 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment fa9ca858-5161-4930-af1a-d84540ebe455 of type vxlan for network e58bb57b-7b6b-46b6-afac-c7d3ac5ab90a 2026-02-27 19:36:04.414 8 INFO neutron.db.l3_hamode_db [None req-c439b742-27b4-4bc9-b483-d0c93eb179e5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:36:04.526 7 INFO neutron.db.l3_hamode_db [None req-39d27ae3-9fd7-4b23-970b-4992b20b4e74 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:36:04.687 7 INFO neutron.db.l3_hamode_db [None req-39d27ae3-9fd7-4b23-970b-4992b20b4e74 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1163] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:04 2026] POST /v2.0/routers => generated 507 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1164] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:05 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 533/1165] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:03 2026] POST /v2.0/routers => generated 731 bytes in 2044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1166] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:05 2026] GET /v2.0/ports?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1167] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:05 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 635/1168] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:05 2026] PUT /v2.0/routers/6b8b0ec1-43f5-46d7-83ee-fcf7e97e2548/add_router_interface => generated 309 bytes in 1296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1169] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/networks?id=1bb48949-1e5e-4f47-8194-03c926972c73 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1170] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:05 2026] PUT /v2.0/routers/f4145a5b-a61a-4e87-9813-e6c0012b4734/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1171] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1417 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1174] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1175] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1148 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1176] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/ports/8126a4e3-24bd-4267-af00-c005f7c1b216 => generated 955 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1177] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/subnets?id=6bb214e6-4c27-41da-94b0-d5598b4e7841 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1178] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1179] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1180] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/ports?network_id=1bb48949-1e5e-4f47-8194-03c926972c73&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: 543/1181] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => 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: 544/1182] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?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: 545/1183] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 860 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1184] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1185] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => generated 702 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1186] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&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: 549/1187] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1188] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:07 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 551/1189] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:36:07 2026] POST /v2.0/security-groups => generated 1661 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1190] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1191] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1192] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:06 2026] PUT /v2.0/routers/f4145a5b-a61a-4e87-9813-e6c0012b4734/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1193] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:36:07 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1194] 162.253.55.43 () {34 vars in 1116 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1195] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/ports/91e6adc4-77db-4c4b-b0b0-f03c0b1df724 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:08.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a4a2065-b847-4377-bebf-cbc6e4b22965 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 91e6adc4-77db-4c4b-b0b0-f03c0b1df724 2026-02-27 19:36:08.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a4a2065-b847-4377-bebf-cbc6e4b22965 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 91e6adc4-77db-4c4b-b0b0-f03c0b1df724 [pid: 7|app: 0|req: 641/1196] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:36:08 2026] PUT /v2.0/ports/c0ce730e-3cc6-4069-a658-efdda088a109 => generated 968 bytes in 407 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: 642/1197] 10.0.0.140 () {34 vars in 1099 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1215050179&fields=id&tenant_id=75fc1f81c3934a0d9f9dadc9265baba9 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:08.709 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09503d56-e767-4123-8720-a8297c846b08'] response: {'name': 'network-changed', 'server_uuid': 'abf0ff9f-0e27-476e-a524-5fbd93d3eb70', 'tag': 'c0ce730e-3cc6-4069-a658-efdda088a109', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 643/1198] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/networks?id=9d7d4f82-b2b8-4829-809f-4236fb36f652 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1199] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/quotas/75fc1f81c3934a0d9f9dadc9265baba9 => 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: 645/1200] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/ports?tenant_id=75fc1f81c3934a0d9f9dadc9265baba9&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1201] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?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: 647/1202] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:36:08 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?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: 556/1203] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:08 2026] PUT /v2.0/routers/f4145a5b-a61a-4e87-9813-e6c0012b4734/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1204] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 558/1205] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1206] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1207] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1208] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:09.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec9341db-38dc-48c1-a7b7-b948b68b7036 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 8126a4e3-24bd-4267-af00-c005f7c1b216 2026-02-27 19:36:09.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec9341db-38dc-48c1-a7b7-b948b68b7036 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 8126a4e3-24bd-4267-af00-c005f7c1b216 [pid: 8|app: 0|req: 562/1209] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&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: 563/1210] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 564/1211] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?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: 648/1212] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:09 2026] PUT /v2.0/routers/f4145a5b-a61a-4e87-9813-e6c0012b4734/remove_router_interface => generated 309 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1213] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:09 2026] GET /v2.0/ports?device_id=f4145a5b-a61a-4e87-9813-e6c0012b4734 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:10.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-59fc987e-3c21-41db-ad86-47e1a2462f19 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 25822a09-f6dd-400b-b5f0-2b7852bc813f 2026-02-27 19:36:10.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59fc987e-3c21-41db-ad86-47e1a2462f19 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 25822a09-f6dd-400b-b5f0-2b7852bc813f [pid: 8|app: 0|req: 566/1214] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:10.454 7 INFO neutron.services.segments.plugin [-] Segment fa9ca858-5161-4930-af1a-d84540ebe455 resource provider aggregate not found 2026-02-27 19:36:10.459 7 INFO neutron.services.segments.plugin [-] Segment fa9ca858-5161-4930-af1a-d84540ebe455 resource provider aggregate not found [pid: 8|app: 0|req: 567/1215] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:10.472 7 INFO neutron.services.segments.plugin [-] Segment fa9ca858-5161-4930-af1a-d84540ebe455 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa9ca858-5161-4930-af1a-d84540ebe455 found for delete ", "request_id": "req-00c1093c-b927-4655-9b33-1cf905b6b6df"}]} 2026-02-27 19:36:10.482 7 INFO neutron.db.l3_hamode_db [None req-59fc987e-3c21-41db-ad86-47e1a2462f19 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] HA network e58bb57b-7b6b-46b6-afac-c7d3ac5ab90a was deleted as no HA routers are present in tenant 6cd21ba29dae44808112430d32aea0cd. [pid: 7|app: 0|req: 649/1216] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:09 2026] DELETE /v2.0/routers/f4145a5b-a61a-4e87-9813-e6c0012b4734 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:36:10.491 7 INFO neutron.services.segments.plugin [-] Segment fa9ca858-5161-4930-af1a-d84540ebe455 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa9ca858-5161-4930-af1a-d84540ebe455 found for delete ", "request_id": "req-b7e3a87a-f581-4423-b32a-83c1b406a670"}]} [pid: 8|app: 0|req: 568/1217] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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: 569/1218] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/ports?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 570/1219] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/networks?id=a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1220] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0ce730e-3cc6-4069-a658-efdda088a109 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1221] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:10 2026] DELETE /v2.0/subnets/507aee64-2126-4d3c-8f04-b328563412fe => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1222] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/subnets?id=c360dafa-d764-41dc-aa04-a0f2543c644a => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1223] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/ports?network_id=a3e0fc04-b8c5-482d-a860-27acbdae4cad&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1224] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1225] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:10 2026] DELETE /v2.0/subnets/6492e32b-5a4d-4135-a136-79db3e8c6be5 => 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: 575/1226] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:10 2026] GET /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:10.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8f2f912-376a-41ed-8230-5e326b8b855f 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: bb1c60d1-4ea0-4c55-a45a-3ce1db06a363 2026-02-27 19:36:10.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f2f912-376a-41ed-8230-5e326b8b855f 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: bb1c60d1-4ea0-4c55-a45a-3ce1db06a363 [pid: 7|app: 0|req: 652/1227] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:10 2026] DELETE /v2.0/networks/1e9b0646-2378-4161-a3d2-d6e8bd480661 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:11.240 8 INFO neutron.services.segments.plugin [-] Segment f861590c-a313-4dbb-a3b1-7613580ef452 resource provider aggregate not found 2026-02-27 19:36:11.243 8 INFO neutron.services.segments.plugin [-] Segment f861590c-a313-4dbb-a3b1-7613580ef452 resource provider aggregate not found 2026-02-27 19:36:11.261 8 INFO neutron.services.segments.plugin [-] Segment f861590c-a313-4dbb-a3b1-7613580ef452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f861590c-a313-4dbb-a3b1-7613580ef452 found for delete ", "request_id": "req-d1cdabfc-6bdf-4609-8d1d-3292e9d18856"}]} 2026-02-27 19:36:11.267 8 INFO neutron.services.segments.plugin [-] Segment f861590c-a313-4dbb-a3b1-7613580ef452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f861590c-a313-4dbb-a3b1-7613580ef452 found for delete ", "request_id": "req-64be99a8-5f50-4fe2-9d47-43bbddc8549e"}]} [pid: 8|app: 0|req: 576/1228] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:11 2026] DELETE /v2.0/networks/e0efba0b-0a9f-49b7-accd-2f6cdf386411 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1229] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:11 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:11.353 7 INFO neutron.db.segments_db [None req-e95f3537-645f-4505-8914-da591f56e31b 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment d0a1285d-27d4-427a-a106-3ba7e6581f57 of type vxlan for network 2684b84d-09dd-418b-adcb-b14d98074bc2 [pid: 7|app: 0|req: 653/1230] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:11 2026] POST /v2.0/networks => generated 611 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1231] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:11 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 655/1232] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:11 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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: 578/1233] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:11 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:11.742 7 INFO neutron.db.segments_db [None req-1a438b50-70cc-40dd-8e55-74b60bce4cfb 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment 5bca2fb5-3010-4247-9f8e-8a57c99fed47 of type vxlan for network ade8729b-cb4c-4e06-b99d-d08379d9649d 2026-02-27 19:36:12.014 7 INFO neutron.db.l3_hamode_db [None req-1a438b50-70cc-40dd-8e55-74b60bce4cfb 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:36:12.133 7 INFO neutron.db.l3_hamode_db [None req-1a438b50-70cc-40dd-8e55-74b60bce4cfb 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1234] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:36:12 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1235] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:12 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 581/1236] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:12 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:12.502 7 INFO neutron.services.segments.plugin [-] Segment 359c7c31-78fe-4de1-84fa-f6d58fc57bad resource provider aggregate not found 2026-02-27 19:36:12.518 7 INFO neutron.services.segments.plugin [-] Segment 359c7c31-78fe-4de1-84fa-f6d58fc57bad resource provider aggregate not found 2026-02-27 19:36:12.523 7 INFO neutron.services.segments.plugin [-] Segment 359c7c31-78fe-4de1-84fa-f6d58fc57bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359c7c31-78fe-4de1-84fa-f6d58fc57bad found for delete ", "request_id": "req-b7ad1077-7a1b-4273-953a-303c3ee6fb42"}]} 2026-02-27 19:36:12.543 7 INFO neutron.services.segments.plugin [-] Segment 359c7c31-78fe-4de1-84fa-f6d58fc57bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359c7c31-78fe-4de1-84fa-f6d58fc57bad found for delete ", "request_id": "req-e6e1550e-9dc0-439e-9fd2-fe619cc03359"}]} [pid: 7|app: 0|req: 656/1237] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:11 2026] POST /v2.0/routers => generated 507 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1238] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:12 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1239] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:12 2026] GET /v2.0/security-groups?id=d64beedc-04b1-4d70-ae42-294d30718f95&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: 584/1240] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:36:12 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:12.977 8 INFO neutron_taas.services.taas.taas_plugin [req-7d402ab9-efa3-46ef-a3d0-19fd521a8456 req-b8d51683-729a-4bd6-a704-06c25e4d3fea 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] TaaS: Handle Delete Port: c0ce730e-3cc6-4069-a658-efdda088a109 2026-02-27 19:36:12.981 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7d402ab9-efa3-46ef-a3d0-19fd521a8456 req-b8d51683-729a-4bd6-a704-06c25e4d3fea 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] Tap Mirror: Handle Delete Port: c0ce730e-3cc6-4069-a658-efdda088a109 [pid: 7|app: 0|req: 657/1241] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:36:12 2026] POST /v2.0/ports => generated 952 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:36:13.153 8 INFO neutron.db.l3_db [req-7d402ab9-efa3-46ef-a3d0-19fd521a8456 req-b8d51683-729a-4bd6-a704-06c25e4d3fea 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] Floating IP 6de0d450-1b95-42d6-8723-a8341a9ff414 disassociated. External IP: 10.96.250.212, port: c0ce730e-3cc6-4069-a658-efdda088a109. [pid: 8|app: 0|req: 585/1242] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:36:12 2026] DELETE /v2.0/ports/c0ce730e-3cc6-4069-a658-efdda088a109 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:13.521 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebf441b8-bc8f-49cf-88f3-2f47da776f70'] response: {'server_uuid': 'abf0ff9f-0e27-476e-a524-5fbd93d3eb70', 'name': 'network-vif-deleted', 'tag': 'c0ce730e-3cc6-4069-a658-efdda088a109', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 586/1243] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:13 2026] GET /v2.0/networks?id=9d7d4f82-b2b8-4829-809f-4236fb36f652 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1244] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:13 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 588/1245] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:36:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=75fc1f81c3934a0d9f9dadc9265baba9 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1246] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:36:13 2026] POST /v2.0/ports => generated 954 bytes in 295 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: 590/1247] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:13 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 658/1248] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:13 2026] PUT /v2.0/routers/15ccd082-a9aa-4fe8-9959-6e8b533b83b7/add_router_interface => generated 309 bytes in 1188 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: 659/1249] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:36:14 2026] GET /v2.0/ports/08ebd278-2b9b-4a5b-a670-cff75e0dfb0b => generated 1026 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1250] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:36:13 2026] PUT /v2.0/ports/dcc3e642-44bd-4a34-9505-1e046be2fd32 => generated 1235 bytes in 440 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-02-27 19:36:14.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-2afeaa00-2d3d-4d48-9d8d-f4967bc0bb13 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 08ebd278-2b9b-4a5b-a670-cff75e0dfb0b 2026-02-27 19:36:14.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2afeaa00-2d3d-4d48-9d8d-f4967bc0bb13 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 08ebd278-2b9b-4a5b-a670-cff75e0dfb0b [pid: 8|app: 0|req: 592/1251] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:14 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1252] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:14 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&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: 594/1253] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:14 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => 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: 660/1254] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:14 2026] PUT /v2.0/routers/15ccd082-a9aa-4fe8-9959-6e8b533b83b7/remove_router_interface => generated 309 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:15.201 8 INFO neutron.api.v2.resource [None req-1f179cf3-d764-44ab-8440-342748016b0e 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1255] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:15 2026] PUT /v2.0/routers/15ccd082-a9aa-4fe8-9959-6e8b533b83b7/remove_router_interface => generated 197 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 661/1256] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/ports?device_id=15ccd082-a9aa-4fe8-9959-6e8b533b83b7 => 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: 662/1257] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/ports?tenant_id=75fc1f81c3934a0d9f9dadc9265baba9&device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:15.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-4385c3c9-5f2f-4e4d-aa9f-8e024dbb2cd3 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: b8dd1ade-62b6-4c89-8789-ffda2e0d9985 2026-02-27 19:36:15.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4385c3c9-5f2f-4e4d-aa9f-8e024dbb2cd3 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: b8dd1ade-62b6-4c89-8789-ffda2e0d9985 [pid: 7|app: 0|req: 663/1258] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=dcc3e642-44bd-4a34-9505-1e046be2fd32 => 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: 664/1259] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/subnets?id=cdd20be6-e540-4703-9ba3-aa3b943d3aa2 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1260] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/ports?network_id=9d7d4f82-b2b8-4829-809f-4236fb36f652&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1261] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:15.582 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38573916-ac8e-4834-a1c6-9124ed0ea174'] response: {'name': 'network-changed', 'server_uuid': 'f68b1a8a-2b41-414b-b3e7-1bc45d5df00b', 'tag': 'dcc3e642-44bd-4a34-9505-1e046be2fd32', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 667/1262] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:15.743 8 INFO neutron.services.segments.plugin [-] Segment 5bca2fb5-3010-4247-9f8e-8a57c99fed47 resource provider aggregate not found 2026-02-27 19:36:15.759 8 INFO neutron.services.segments.plugin [-] Segment 5bca2fb5-3010-4247-9f8e-8a57c99fed47 resource provider aggregate not found 2026-02-27 19:36:15.763 8 INFO neutron.services.segments.plugin [-] Segment 5bca2fb5-3010-4247-9f8e-8a57c99fed47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bca2fb5-3010-4247-9f8e-8a57c99fed47 found for delete ", "request_id": "req-7288eec4-1e2d-4c50-8e2e-5ccdbd3fd892"}]} 2026-02-27 19:36:15.775 8 INFO neutron.services.segments.plugin [-] Segment 5bca2fb5-3010-4247-9f8e-8a57c99fed47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bca2fb5-3010-4247-9f8e-8a57c99fed47 found for delete ", "request_id": "req-758ac4a5-6008-4ff1-9391-0f35ab66178e"}]} 2026-02-27 19:36:15.787 8 INFO neutron.db.l3_hamode_db [None req-4385c3c9-5f2f-4e4d-aa9f-8e024dbb2cd3 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] HA network ade8729b-cb4c-4e06-b99d-d08379d9649d was deleted as no HA routers are present in tenant 6cd21ba29dae44808112430d32aea0cd. [pid: 8|app: 0|req: 596/1263] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:15 2026] DELETE /v2.0/routers/15ccd082-a9aa-4fe8-9959-6e8b533b83b7 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1264] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1265] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:15 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&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: 597/1266] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:15 2026] DELETE /v2.0/subnets/e1677174-91d7-4260-9bbf-eec7c2fe0f6b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:16.017 7 INFO neutron.services.segments.plugin [-] Segment d0a1285d-27d4-427a-a106-3ba7e6581f57 resource provider aggregate not found 2026-02-27 19:36:16.023 7 INFO neutron.services.segments.plugin [-] Segment d0a1285d-27d4-427a-a106-3ba7e6581f57 resource provider aggregate not found [pid: 7|app: 0|req: 670/1267] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:15 2026] DELETE /v2.0/networks/2684b84d-09dd-418b-adcb-b14d98074bc2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:16.043 7 INFO neutron.services.segments.plugin [-] Segment d0a1285d-27d4-427a-a106-3ba7e6581f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0a1285d-27d4-427a-a106-3ba7e6581f57 found for delete ", "request_id": "req-bce2a0e9-6e65-48f8-a024-9748c5822cf7"}]} 2026-02-27 19:36:16.044 7 INFO neutron.services.segments.plugin [-] Segment d0a1285d-27d4-427a-a106-3ba7e6581f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0a1285d-27d4-427a-a106-3ba7e6581f57 found for delete ", "request_id": "req-bbab76f0-6c2c-49c8-b307-d17d3ef00e7c"}]} [pid: 7|app: 0|req: 671/1268] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/ports?device_id=abf0ff9f-0e27-476e-a524-5fbd93d3eb70 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:16.106 8 INFO neutron.db.segments_db [None req-2a03cd58-535f-4270-bd2c-d47291583eb4 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 of type vxlan for network 2f9e9621-2540-4853-abf1-453527343324 [pid: 8|app: 0|req: 598/1269] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:16 2026] POST /v2.0/networks => generated 610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1270] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:16 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:16.473 8 INFO neutron.db.segments_db [None req-8abc1089-8c80-4816-8f1e-71abd02717f7 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment db7431a0-e951-4bf4-b4b3-c700f8f865f9 of type vxlan for network 874c6786-bb5f-405b-bd93-638850eb33c8 [pid: 7|app: 0|req: 673/1271] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/ports?tenant_id=75fc1f81c3934a0d9f9dadc9265baba9&device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1272] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/networks?id=9d7d4f82-b2b8-4829-809f-4236fb36f652 => generated 772 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:16.739 8 INFO neutron.db.l3_hamode_db [None req-8abc1089-8c80-4816-8f1e-71abd02717f7 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 675/1273] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=dcc3e642-44bd-4a34-9505-1e046be2fd32 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1274] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/subnets?id=cdd20be6-e540-4703-9ba3-aa3b943d3aa2 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1275] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/ports?network_id=9d7d4f82-b2b8-4829-809f-4236fb36f652&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:16.852 8 INFO neutron.db.l3_hamode_db [None req-8abc1089-8c80-4816-8f1e-71abd02717f7 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 678/1276] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?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: 679/1277] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1278] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1279] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:16 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&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: 682/1280] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:17 2026] DELETE /v2.0/security-groups/d64beedc-04b1-4d70-ae42-294d30718f95 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:36:17.280 7 INFO neutron.api.v2.resource [None req-a25dc099-9827-4227-8507-daa2b767a177 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1281] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:36:17 2026] GET /v2.0/security-groups/d64beedc-04b1-4d70-ae42-294d30718f95 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:17.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ea83683-d954-444a-89f2-c322edc0551a 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] TaaS: Handle Delete Port: aa2b2803-6b57-49e4-aee2-bb4bd54b235e 2026-02-27 19:36:17.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ea83683-d954-444a-89f2-c322edc0551a 60230095ff514f458763023b2f4a96a7 6fe2f14624114f8fa9878ddef9a9bb54 - - default default] Tap Mirror: Handle Delete Port: aa2b2803-6b57-49e4-aee2-bb4bd54b235e [pid: 7|app: 0|req: 684/1282] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:36:17 2026] DELETE /v2.0/floatingips/6de0d450-1b95-42d6-8723-a8341a9ff414 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1283] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:16 2026] POST /v2.0/routers => generated 507 bytes in 1346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:18.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-86b402aa-8dc5-4086-902e-a0e72087153f b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: bdef50e1-d39f-4977-a439-12fb2b32b0d1 2026-02-27 19:36:18.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86b402aa-8dc5-4086-902e-a0e72087153f b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: bdef50e1-d39f-4977-a439-12fb2b32b0d1 [pid: 7|app: 0|req: 685/1284] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:17 2026] PUT /v2.0/routers/964fddf2-ae54-494c-b750-17fbb0c22da5/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1285] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:18 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:18.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6a2a51c-6f3d-4ed6-b356-8757828f9b61 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: edfd47a0-3464-45ce-9ba4-4895c221eb2e 2026-02-27 19:36:18.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6a2a51c-6f3d-4ed6-b356-8757828f9b61 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: edfd47a0-3464-45ce-9ba4-4895c221eb2e [pid: 8|app: 0|req: 600/1286] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:17 2026] PUT /v2.0/routers/995b9b76-d7f1-401c-849e-c6333ba3f587/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1287] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:18 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1288] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:36:18 2026] GET /v2.0/ports/14afd27d-0622-4192-9be7-a7e1e662b6fc => generated 955 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:19.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6a2a51c-6f3d-4ed6-b356-8757828f9b61 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 383f9918-234a-4ed0-9080-8ae63fc37713 2026-02-27 19:36:19.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6a2a51c-6f3d-4ed6-b356-8757828f9b61 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 383f9918-234a-4ed0-9080-8ae63fc37713 2026-02-27 19:36:19.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-558e6b05-4d75-41e6-96d1-5f613853408e 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 14afd27d-0622-4192-9be7-a7e1e662b6fc 2026-02-27 19:36:19.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-558e6b05-4d75-41e6-96d1-5f613853408e 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 14afd27d-0622-4192-9be7-a7e1e662b6fc 2026-02-27 19:36:19.507 7 INFO neutron.services.segments.plugin [-] Segment 39317fc5-5160-4033-a2d0-e9207c363388 resource provider aggregate not found 2026-02-27 19:36:19.522 7 INFO neutron.services.segments.plugin [-] Segment 39317fc5-5160-4033-a2d0-e9207c363388 resource provider aggregate not found 2026-02-27 19:36:19.529 7 INFO neutron.services.segments.plugin [-] Segment 39317fc5-5160-4033-a2d0-e9207c363388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39317fc5-5160-4033-a2d0-e9207c363388 found for delete ", "request_id": "req-620be8d1-8446-44f9-acf6-50fd75f65bbc"}]} 2026-02-27 19:36:19.543 7 INFO neutron.services.segments.plugin [-] Segment 39317fc5-5160-4033-a2d0-e9207c363388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39317fc5-5160-4033-a2d0-e9207c363388 found for delete ", "request_id": "req-1a9896f6-c7cb-4cba-b080-026b0979d972"}]} 2026-02-27 19:36:19.555 7 INFO neutron.db.l3_hamode_db [None req-c6a2a51c-6f3d-4ed6-b356-8757828f9b61 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network 70d5eaa7-1327-4849-8811-44d346e29d3f was deleted as no HA routers are present in tenant 6fe2f14624114f8fa9878ddef9a9bb54. [pid: 7|app: 0|req: 687/1289] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:18 2026] DELETE /v2.0/routers/964fddf2-ae54-494c-b750-17fbb0c22da5 => generated 0 bytes in 974 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1290] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:19 2026] DELETE /v2.0/subnets/c360dafa-d764-41dc-aa04-a0f2543c644a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1291] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:18 2026] PUT /v2.0/routers/995b9b76-d7f1-401c-849e-c6333ba3f587/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1292] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:19 2026] GET /v2.0/ports?device_id=995b9b76-d7f1-401c-849e-c6333ba3f587 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:19.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-83557c79-d169-4abb-9e67-d1f493a09da5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: cc8f5e4c-c3a6-4c26-874d-366aa6e18a48 2026-02-27 19:36:19.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83557c79-d169-4abb-9e67-d1f493a09da5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: cc8f5e4c-c3a6-4c26-874d-366aa6e18a48 2026-02-27 19:36:19.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ad63be5-eac2-4875-a1a5-a3daa9a104e4 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 8562f8fc-6809-4c33-99df-7161d0fbd8b4 2026-02-27 19:36:19.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ad63be5-eac2-4875-a1a5-a3daa9a104e4 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 8562f8fc-6809-4c33-99df-7161d0fbd8b4 [pid: 7|app: 0|req: 689/1293] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:19 2026] DELETE /v2.0/networks/a3e0fc04-b8c5-482d-a860-27acbdae4cad => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1294] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:19 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1295] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:20 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1296] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:20 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 693/1297] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:20 2026] GET /v2.0/security-groups?tenant_id=6fe2f14624114f8fa9878ddef9a9bb54&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:20.343 8 INFO neutron.services.segments.plugin [-] Segment db7431a0-e951-4bf4-b4b3-c700f8f865f9 resource provider aggregate not found 2026-02-27 19:36:20.346 8 INFO neutron.services.segments.plugin [-] Segment db7431a0-e951-4bf4-b4b3-c700f8f865f9 resource provider aggregate not found 2026-02-27 19:36:20.363 8 INFO neutron.db.l3_hamode_db [None req-4ad63be5-eac2-4875-a1a5-a3daa9a104e4 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] HA network 874c6786-bb5f-405b-bd93-638850eb33c8 was deleted as no HA routers are present in tenant 6cd21ba29dae44808112430d32aea0cd. 2026-02-27 19:36:20.371 8 INFO neutron.services.segments.plugin [-] Segment db7431a0-e951-4bf4-b4b3-c700f8f865f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7431a0-e951-4bf4-b4b3-c700f8f865f9 found for delete ", "request_id": "req-be3bae4b-79b6-48e4-b9ab-02ca64d0976b"}]} 2026-02-27 19:36:20.372 8 INFO neutron.services.segments.plugin [-] Segment db7431a0-e951-4bf4-b4b3-c700f8f865f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7431a0-e951-4bf4-b4b3-c700f8f865f9 found for delete ", "request_id": "req-826ea9e7-5c51-4a77-bfec-534ea034d3a0"}]} [pid: 8|app: 0|req: 605/1298] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:19 2026] DELETE /v2.0/routers/995b9b76-d7f1-401c-849e-c6333ba3f587 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1299] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:20 2026] DELETE /v2.0/security-groups/5088b970-3c40-4682-9c40-bc14a5734082 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:36:20.554 7 INFO neutron.db.l3_db [None req-bba08ee9-b97a-48b3-80d9-1b2eb79d5e96 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] Floating IP bdb1dd7f-638e-4833-98bf-861a06ab6f3b associated. External IP: 10.96.250.209, port: dcc3e642-44bd-4a34-9505-1e046be2fd32. [pid: 8|app: 0|req: 607/1300] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:20 2026] DELETE /v2.0/subnets/d0907cde-ce50-49fa-a904-a80b5330cd4a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:20.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-d314fe1d-2810-44eb-8c95-c29fbef98afe 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 69d26e3e-0160-44db-92a2-058b4ad34098 2026-02-27 19:36:20.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d314fe1d-2810-44eb-8c95-c29fbef98afe 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 69d26e3e-0160-44db-92a2-058b4ad34098 [pid: 7|app: 0|req: 694/1301] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:36:20 2026] PUT /v2.0/floatingips/bdb1dd7f-638e-4833-98bf-861a06ab6f3b => generated 855 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:20.892 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87aa7e44-327a-43a8-b58e-3fff54157ccf'] response: {'name': 'network-changed', 'server_uuid': 'f68b1a8a-2b41-414b-b3e7-1bc45d5df00b', 'tag': 'dcc3e642-44bd-4a34-9505-1e046be2fd32', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 608/1302] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:20 2026] DELETE /v2.0/networks/2f9e9621-2540-4853-abf1-453527343324 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1303] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:20 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1304] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:20 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:21.013 8 INFO neutron.db.segments_db [None req-59a5c5ec-5fcd-45ee-9a37-6911030fdf69 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Added segment 35979e68-374f-435c-8cba-c829ba438ad7 of type vxlan for network 4f9b5e1c-334e-4840-9551-d0eb0f9c3a12 2026-02-27 19:36:21.352 8 INFO neutron.db.l3_hamode_db [None req-59a5c5ec-5fcd-45ee-9a37-6911030fdf69 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 697/1305] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1306] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1307] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/ports?tenant_id=75fc1f81c3934a0d9f9dadc9265baba9&device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1308] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/networks?id=9d7d4f82-b2b8-4829-809f-4236fb36f652 => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1309] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=dcc3e642-44bd-4a34-9505-1e046be2fd32 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1310] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/subnets?id=cdd20be6-e540-4703-9ba3-aa3b943d3aa2 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:21.558 7 INFO neutron.services.segments.plugin [-] Segment ad68e27e-5f8e-4131-8bd2-fad810f1215d resource provider aggregate not found 2026-02-27 19:36:21.565 7 INFO neutron.services.segments.plugin [-] Segment ad68e27e-5f8e-4131-8bd2-fad810f1215d resource provider aggregate not found 2026-02-27 19:36:21.577 7 INFO neutron.services.segments.plugin [-] Segment ad68e27e-5f8e-4131-8bd2-fad810f1215d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad68e27e-5f8e-4131-8bd2-fad810f1215d found for delete ", "request_id": "req-207e1648-3774-460d-b76e-c5fc3b186ced"}]} 2026-02-27 19:36:21.597 7 INFO neutron.services.segments.plugin [-] Segment ad68e27e-5f8e-4131-8bd2-fad810f1215d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad68e27e-5f8e-4131-8bd2-fad810f1215d found for delete ", "request_id": "req-45cf84d9-71bb-471a-88b8-35fc91c669d3"}]} [pid: 7|app: 0|req: 703/1311] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/ports?network_id=9d7d4f82-b2b8-4829-809f-4236fb36f652&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: 704/1312] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?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: 707/1315] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:21 2026] GET /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:22.118 8 INFO neutron.db.l3_hamode_db [None req-59a5c5ec-5fcd-45ee-9a37-6911030fdf69 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:36:22.386 8 INFO neutron.services.segments.plugin [-] Segment 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 resource provider aggregate not found 2026-02-27 19:36:22.396 8 INFO neutron.services.segments.plugin [-] Segment 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 resource provider aggregate not found 2026-02-27 19:36:22.401 8 INFO neutron.services.segments.plugin [-] Segment 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 found for delete ", "request_id": "req-bc026c83-78b0-404c-97f8-f71c9d1c9d02"}]} 2026-02-27 19:36:22.412 8 INFO neutron.services.segments.plugin [-] Segment 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c4b8a8a-5d43-495f-83eb-5afae7b9f563 found for delete ", "request_id": "req-0793f765-9daf-4a0c-bbda-de6d00a14946"}]} [pid: 7|app: 0|req: 708/1316] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:22 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 709/1317] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:22 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&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: 609/1318] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:20 2026] POST /v2.0/routers => generated 688 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1319] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/routers/0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1320] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/routers => generated 697 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1321] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/security-groups?tenant_id=d3055fceb42347e792e31067ec078db7&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1322] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 613/1323] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 711/1324] 10.0.0.89 () {34 vars in 739 bytes} [Fri Feb 27 19:36:23 2026] PUT /v2.0/routers/0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 701 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1325] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:23 2026] DELETE /v2.0/security-groups/13b5c768-bffe-465f-b0bb-6b22cd5b5634 => 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: 712/1326] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/security-groups?id=ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b&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: 713/1327] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:36:23 2026] GET /v2.0/routers/0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 701 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1328] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:24 2026] GET /v2.0/ports?device_id=0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:24.074 8 INFO neutron_taas.services.taas.taas_plugin [req-5453a806-7d24-4f1a-8178-8a1e12bad632 req-c8469edb-61e1-4324-b81b-8f8d06b14d85 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] TaaS: Handle Delete Port: dcc3e642-44bd-4a34-9505-1e046be2fd32 2026-02-27 19:36:24.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5453a806-7d24-4f1a-8178-8a1e12bad632 req-c8469edb-61e1-4324-b81b-8f8d06b14d85 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] Tap Mirror: Handle Delete Port: dcc3e642-44bd-4a34-9505-1e046be2fd32 2026-02-27 19:36:24.186 8 INFO neutron.db.l3_db [req-5453a806-7d24-4f1a-8178-8a1e12bad632 req-c8469edb-61e1-4324-b81b-8f8d06b14d85 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] Floating IP bdb1dd7f-638e-4833-98bf-861a06ab6f3b disassociated. External IP: 10.96.250.209, port: dcc3e642-44bd-4a34-9505-1e046be2fd32. 2026-02-27 19:36:24.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bdcbc71-b382-4b0e-937c-91b7514f851a 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 9d838f34-1365-481b-b38f-feeeaf5c861d 2026-02-27 19:36:24.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bdcbc71-b382-4b0e-937c-91b7514f851a 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 9d838f34-1365-481b-b38f-feeeaf5c861d 2026-02-27 19:36:24.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bdcbc71-b382-4b0e-937c-91b7514f851a 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] TaaS: Handle Delete Port: 2e11e0c2-3590-4d8a-b67e-8e3f600f30a7 2026-02-27 19:36:24.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bdcbc71-b382-4b0e-937c-91b7514f851a 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] Tap Mirror: Handle Delete Port: 2e11e0c2-3590-4d8a-b67e-8e3f600f30a7 [pid: 8|app: 0|req: 615/1329] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:36:23 2026] DELETE /v2.0/ports/dcc3e642-44bd-4a34-9505-1e046be2fd32 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:24.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aa9b90d-0f9c-4290-b728-4f1cc8127e0c'] response: {'server_uuid': 'f68b1a8a-2b41-414b-b3e7-1bc45d5df00b', 'name': 'network-vif-deleted', 'tag': 'dcc3e642-44bd-4a34-9505-1e046be2fd32', 'status': 'completed', 'code': 200} 2026-02-27 19:36:24.746 7 INFO neutron.services.segments.plugin [-] Segment 35979e68-374f-435c-8cba-c829ba438ad7 resource provider aggregate not found 2026-02-27 19:36:24.754 7 INFO neutron.services.segments.plugin [-] Segment 35979e68-374f-435c-8cba-c829ba438ad7 resource provider aggregate not found 2026-02-27 19:36:24.767 7 INFO neutron.services.segments.plugin [-] Segment 35979e68-374f-435c-8cba-c829ba438ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35979e68-374f-435c-8cba-c829ba438ad7 found for delete ", "request_id": "req-640f4978-14b4-49e8-84d7-04288a0480c7"}]} 2026-02-27 19:36:24.776 7 INFO neutron.services.segments.plugin [-] Segment 35979e68-374f-435c-8cba-c829ba438ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35979e68-374f-435c-8cba-c829ba438ad7 found for delete ", "request_id": "req-8302ae47-7f64-4746-a0e8-e447a697ba56"}]} 2026-02-27 19:36:24.783 7 INFO neutron.db.l3_hamode_db [None req-6bdcbc71-b382-4b0e-937c-91b7514f851a 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] HA network 4f9b5e1c-334e-4840-9551-d0eb0f9c3a12 was deleted as no HA routers are present in tenant 6cd21ba29dae44808112430d32aea0cd. [pid: 7|app: 0|req: 715/1330] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/routers/0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 0 bytes in 722 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1331] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:24 2026] GET /v2.0/ports?device_id=0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:24.837 7 INFO neutron.api.v2.resource [None req-42823661-2606-4512-81ea-c65c9e82e4b9 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1332] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/routers/0e2173bc-3442-4c64-b864-83ebf2b8ddeb => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1333] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:24 2026] GET /v2.0/ports?device_id=995b9b76-d7f1-401c-849e-c6333ba3f587 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:24.874 7 INFO neutron.api.v2.resource [None req-4fcbc92b-0b32-4773-ac5c-21196f99b9ab 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1334] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/routers/995b9b76-d7f1-401c-849e-c6333ba3f587 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:24.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc588c02-4c16-4b96-b659-e55947f3952a 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 618/1335] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/subnets/d0907cde-ce50-49fa-a904-a80b5330cd4a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1336] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:24 2026] GET /v2.0/ports?device_id=15ccd082-a9aa-4fe8-9959-6e8b533b83b7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:24.943 8 INFO neutron.api.v2.resource [None req-9cc4c680-77f8-4f3a-bed6-445a03c2b3c9 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1337] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/routers/15ccd082-a9aa-4fe8-9959-6e8b533b83b7 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:24.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01d84c65-1fcb-4c0a-91c0-5c45eeaa1b13 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1338] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/subnets/e1677174-91d7-4260-9bbf-eec7c2fe0f6b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1339] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:36:24 2026] GET /v2.0/ports?device_id=f4145a5b-a61a-4e87-9813-e6c0012b4734 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:25.023 7 INFO neutron.api.v2.resource [None req-fa5f1e23-6f41-4873-96c0-1d955bd8e9db 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 720/1340] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:24 2026] DELETE /v2.0/routers/f4145a5b-a61a-4e87-9813-e6c0012b4734 => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:25.042 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dda84234-6c9a-46b4-87f1-c5a676d21ec1 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1341] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:25 2026] DELETE /v2.0/subnets/507aee64-2126-4d3c-8f04-b328563412fe => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:25.063 7 INFO neutron.pecan_wsgi.hooks.translation [None req-586e7e5d-3723-44d5-a575-1d62cb38b310 23ecfffcde664737b601f7c2387777e8 6cd21ba29dae44808112430d32aea0cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1342] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:25 2026] DELETE /v2.0/subnets/6492e32b-5a4d-4135-a136-79db3e8c6be5 => 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: 622/1343] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:25 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 722/1344] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:25 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1345] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:25 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 724/1346] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:25 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 725/1347] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:25 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1348] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:25 2026] GET /v2.0/security-groups?tenant_id=6cd21ba29dae44808112430d32aea0cd&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1349] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:25 2026] DELETE /v2.0/security-groups/22fe0679-5ff0-4079-b76c-b1ccab8c54e2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1350] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:26 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1351] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:26 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 625/1352] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:26 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 728/1353] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1354] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/ports?device_id=f68b1a8a-2b41-414b-b3e7-1bc45d5df00b => 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: 729/1355] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 627/1356] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/ports?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1357] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/networks?id=1bb48949-1e5e-4f47-8194-03c926972c73 => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1358] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1359] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/subnets?id=6bb214e6-4c27-41da-94b0-d5598b4e7841 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1360] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/ports?network_id=1bb48949-1e5e-4f47-8194-03c926972c73&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1361] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1362] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:27 2026] GET /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73?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: 631/1363] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:28 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 632/1364] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:28 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 733/1365] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:28 2026] DELETE /v2.0/security-groups/ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:36:28.479 8 INFO neutron.api.v2.resource [None req-7f92ac78-acfd-43f4-9e6b-9f6b240be0e8 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 633/1366] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:36:28 2026] GET /v2.0/security-groups/ce678e9e-3438-4a7f-8d72-1ac25b8c4e6b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:28.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-6236475b-ef0e-4a34-a332-5c425da3cd36 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] TaaS: Handle Delete Port: d5d4741c-95de-4f65-9953-8ccc4a445140 2026-02-27 19:36:28.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6236475b-ef0e-4a34-a332-5c425da3cd36 c2e98cdf13e346e69db48a4f16760f38 75fc1f81c3934a0d9f9dadc9265baba9 - - default default] Tap Mirror: Handle Delete Port: d5d4741c-95de-4f65-9953-8ccc4a445140 [pid: 7|app: 0|req: 734/1367] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:36:28 2026] DELETE /v2.0/floatingips/bdb1dd7f-638e-4833-98bf-861a06ab6f3b => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1368] 10.0.0.152 () {32 vars in 800 bytes} [Fri Feb 27 19:36:28 2026] GET /v2.0/extensions => generated 21537 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-27 19:36:29.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-13778064-a355-4c2c-aff8-247dc83701dd b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 27cdf667-6197-433d-85ce-37893e3eba8e 2026-02-27 19:36:29.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13778064-a355-4c2c-aff8-247dc83701dd b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 27cdf667-6197-433d-85ce-37893e3eba8e [pid: 7|app: 0|req: 736/1369] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:29 2026] GET /v2.0/security-groups?tenant_id=a671ba0920f04a8daf03bfb4bec4e059&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1370] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:29 2026] DELETE /v2.0/security-groups/5c708f72-3109-4e9d-8694-52800498cdcd => 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: 738/1371] 10.0.0.152 () {30 vars in 723 bytes} [Fri Feb 27 19:36:29 2026] GET /v2.0/quotas/31e9d773cd0043a4849be689354e5756/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1372] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:29 2026] GET /v2.0/security-groups?tenant_id=f30bbdfc9cbc45d39cd39c200e6db202&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1373] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:29 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1374] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:29 2026] DELETE /v2.0/security-groups/545894ed-c892-4988-93da-9b025ddd071e => 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: 742/1375] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:29 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1376] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:36:28 2026] PUT /v2.0/routers/6b8b0ec1-43f5-46d7-83ee-fcf7e97e2548/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:29.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf99ffe5-62a1-49f3-bee8-3010443f8189 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: f7f9ccde-2fe0-4bd7-a01d-519af649356f 2026-02-27 19:36:29.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf99ffe5-62a1-49f3-bee8-3010443f8189 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: f7f9ccde-2fe0-4bd7-a01d-519af649356f 2026-02-27 19:36:30.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf99ffe5-62a1-49f3-bee8-3010443f8189 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: af63b73e-c714-4074-9aee-e893ec08c06e 2026-02-27 19:36:30.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf99ffe5-62a1-49f3-bee8-3010443f8189 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: af63b73e-c714-4074-9aee-e893ec08c06e 2026-02-27 19:36:30.560 7 INFO neutron.services.segments.plugin [-] Segment ba476904-8f3b-444d-9d5e-e2a041cc4aac resource provider aggregate not found 2026-02-27 19:36:30.565 7 INFO neutron.services.segments.plugin [-] Segment ba476904-8f3b-444d-9d5e-e2a041cc4aac resource provider aggregate not found 2026-02-27 19:36:30.574 7 INFO neutron.db.l3_hamode_db [None req-cf99ffe5-62a1-49f3-bee8-3010443f8189 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network 705223f9-3b23-4907-bb00-8630ce48e1ea was deleted as no HA routers are present in tenant 75fc1f81c3934a0d9f9dadc9265baba9. [pid: 7|app: 0|req: 743/1377] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:29 2026] DELETE /v2.0/routers/6b8b0ec1-43f5-46d7-83ee-fcf7e97e2548 => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:36:30.581 7 INFO neutron.services.segments.plugin [-] Segment ba476904-8f3b-444d-9d5e-e2a041cc4aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba476904-8f3b-444d-9d5e-e2a041cc4aac found for delete ", "request_id": "req-dd517aae-4ef9-42fa-8681-394c36635a92"}]} 2026-02-27 19:36:30.586 7 INFO neutron.services.segments.plugin [-] Segment ba476904-8f3b-444d-9d5e-e2a041cc4aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba476904-8f3b-444d-9d5e-e2a041cc4aac found for delete ", "request_id": "req-6266ee32-fcb2-4057-a97d-ccbb02da12f9"}]} [pid: 8|app: 0|req: 635/1378] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:30 2026] DELETE /v2.0/subnets/cdd20be6-e540-4703-9ba3-aa3b943d3aa2 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1379] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:30 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1380] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:30 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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-02-27 19:36:30.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-d256c3af-f5cc-4640-9ba3-66b1ac2b6370 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: e0742299-eef1-4601-b916-d683cee86620 2026-02-27 19:36:30.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d256c3af-f5cc-4640-9ba3-66b1ac2b6370 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: e0742299-eef1-4601-b916-d683cee86620 2026-02-27 19:36:31.108 8 INFO neutron.services.segments.plugin [-] Segment 5e69a702-6f75-4990-ba49-20716d79b39b resource provider aggregate not found 2026-02-27 19:36:31.113 8 INFO neutron.services.segments.plugin [-] Segment 5e69a702-6f75-4990-ba49-20716d79b39b resource provider aggregate not found 2026-02-27 19:36:31.134 8 INFO neutron.services.segments.plugin [-] Segment 5e69a702-6f75-4990-ba49-20716d79b39b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e69a702-6f75-4990-ba49-20716d79b39b found for delete ", "request_id": "req-913adbd1-24a0-462d-bcc5-65f7d1cbf03d"}]} 2026-02-27 19:36:31.141 8 INFO neutron.services.segments.plugin [-] Segment 5e69a702-6f75-4990-ba49-20716d79b39b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e69a702-6f75-4990-ba49-20716d79b39b found for delete ", "request_id": "req-e87f81ae-81bb-4938-8c02-e82b8bfe2745"}]} [pid: 8|app: 0|req: 636/1381] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:30 2026] DELETE /v2.0/networks/9d7d4f82-b2b8-4829-809f-4236fb36f652 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1382] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:31 2026] GET /v2.0/security-groups?tenant_id=75fc1f81c3934a0d9f9dadc9265baba9&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1383] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:31 2026] DELETE /v2.0/security-groups/29227395-14e0-4b43-b789-c1f007e7f422 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1384] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:31 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 638/1385] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:32 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1386] 10.0.0.152 () {32 vars in 800 bytes} [Fri Feb 27 19:36:32 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1387] 10.0.0.152 () {30 vars in 723 bytes} [Fri Feb 27 19:36:33 2026] GET /v2.0/quotas/31e9d773cd0043a4849be689354e5756/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1388] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:33 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1389] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:33 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1390] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:33 2026] GET /v2.0/security-groups?tenant_id=6bcc19717faa46aaaf56939ef0704a1d&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1391] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:33 2026] DELETE /v2.0/security-groups/a3f59ec6-ff76-4924-a749-28f9f67e6f33 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1392] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:33 2026] GET /v2.0/security-groups?tenant_id=242b5c8b5f994adfaf555ef2dfd4cddb&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: 642/1393] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:34 2026] DELETE /v2.0/security-groups/7cab378d-fc53-46cc-a7e6-b83a9089d146 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1394] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:34 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 643/1395] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:34 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1396] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:35 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1397] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:35 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 754/1398] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:35 2026] GET /v2.0/security-groups?tenant_id=43f7ea6154af4714955e56ce90274782&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1399] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:36 2026] DELETE /v2.0/security-groups/dc12e5c3-5f36-46d0-b9f8-f9e53af1bdc3 => 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: 646/1400] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:36 2026] GET /v2.0/security-groups?tenant_id=b51ad5b6c18045b28519e502b954fa3b&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: 755/1401] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:36 2026] GET /v2.0/security-groups?tenant_id=31e9d773cd0043a4849be689354e5756&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1402] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:36 2026] DELETE /v2.0/security-groups/487ddf88-d16a-4fbb-a04c-17d1cac9a7ef => 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: 756/1405] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:36 2026] DELETE /v2.0/security-groups/61818d78-5cff-4fcb-90f8-c65325e53133 => 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: 650/1406] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:36 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1407] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:36 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:38.719 8 INFO neutron.db.segments_db [None req-50e6235a-d097-45e5-90f8-deccecae17da b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 of type vxlan for network a55c2683-0219-4de9-8610-8cf82e582631 [pid: 8|app: 0|req: 651/1408] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:36:38 2026] POST /v2.0/networks => generated 721 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1409] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:36:38 2026] GET /v2.0/ports => generated 11755 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1410] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:38 2026] POST /v2.0/subnets => generated 687 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1411] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:36:38 2026] GET /v2.0/floatingips => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1412] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:36:38 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:39.027 8 INFO neutron.db.segments_db [None req-2abeb2f9-bb88-4ff0-a7cb-c78d3159ce00 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc of type vxlan for network f29fa381-45aa-46d8-b543-cb2e211a0bdc [pid: 7|app: 0|req: 761/1413] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/security-groups => generated 26075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1414] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/subnets => generated 3287 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1415] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/routers => generated 739 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1416] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 765/1417] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:39.273 8 INFO neutron.db.l3_hamode_db [None req-2abeb2f9-bb88-4ff0-a7cb-c78d3159ce00 b43a73c6c2cb42928ac79e4a9b22e635 67da55ae354a4f4e895d62022f70524c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 766/1418] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/routers/0a5d6db4-abee-4ab0-86aa-3931e4b6b15c/l3-agents => generated 681 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1419] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 768/1420] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/networks => generated 5071 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1421] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/network-ip-availabilities => generated 2904 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1422] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/subnets => generated 3909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1423] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:36:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:40.089 8 INFO neutron.db.l3_hamode_db [None req-2abeb2f9-bb88-4ff0-a7cb-c78d3159ce00 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 653/1424] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:38 2026] POST /v2.0/routers => generated 727 bytes in 2083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1425] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:40 2026] GET /v2.0/security-groups?tenant_id=b7cc5c72a90d4f56868a11c0a0075255&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: 654/1426] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:41 2026] GET /v2.0/security-groups?tenant_id=9a34556a70b649089ded358881eeefc1&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1427] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:41 2026] DELETE /v2.0/security-groups/1a235786-1416-40e6-8447-9206e623c0cc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1428] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:41 2026] DELETE /v2.0/security-groups/cf148f64-dd0f-4f27-a8c7-94d97a5f63d4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1429] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:41 2026] GET /v2.0/security-groups?tenant_id=cb2d0d8980234970b9340df87ba6714e&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1430] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:41 2026] DELETE /v2.0/security-groups/616be565-b01a-47b8-9e31-e84408f5b2d5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1431] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:41 2026] GET /v2.0/security-groups?tenant_id=a1c1f4c79197404995d038223a73b5c1&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1432] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:41 2026] DELETE /v2.0/security-groups/08d70c16-4503-46bf-85ab-7237240711ed => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1433] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:41 2026] PUT /v2.0/routers/9cbd85d4-9c90-4eb5-8215-5e09e871cb53/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:43.401 8 INFO neutron.db.segments_db [None req-3f7f09d0-d58e-4231-8ace-472aa8346c72 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment f5cacd60-8299-4f15-867f-16706e4dacad of type vxlan for network 2fe55358-c642-4808-b4df-b7d54499903f [pid: 8|app: 0|req: 661/1434] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:36:43 2026] POST /v2.0/networks => generated 722 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1435] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:43 2026] POST /v2.0/subnets => generated 688 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:43.715 8 INFO neutron.db.segments_db [None req-f674e6b2-4b66-4297-ab30-b40bea567098 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment a0d54e25-3c65-426e-a5db-d3905a0f55af of type vxlan for network f588b979-c2bb-4a12-abe4-dfcee1bfefd9 2026-02-27 19:36:44.011 8 INFO neutron.db.l3_hamode_db [None req-f674e6b2-4b66-4297-ab30-b40bea567098 b43a73c6c2cb42928ac79e4a9b22e635 d282eeecaff443f6bb8da435d397dd94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:36:44.055 7 INFO neutron.db.segments_db [None req-be2a96c6-8421-41a6-b800-f41571c44c3a 8a8bc5b8df1e4e679b79f478e292702c b5ad654f1c6f4a5dab1b27d91c6aed39 - - default default] Added segment e0528956-064e-4171-ba7f-7cf566714ef8 of type vxlan for network 6c2156a6-913c-441b-80da-366902628608 [pid: 7|app: 0|req: 775/1436] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:43 2026] POST /v2.0/networks => generated 624 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1437] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:44 2026] POST /v2.0/subnets => generated 641 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:44.530 7 INFO neutron.db.segments_db [None req-3f3e3cbe-b04c-4faa-8e41-fcaed0897d02 8a8bc5b8df1e4e679b79f478e292702c b5ad654f1c6f4a5dab1b27d91c6aed39 - - default default] Added segment f6162eb4-74d6-428b-809e-605e0a855b12 of type vxlan for network 0484ad1b-cb05-4ef7-98b4-83350559d80f [pid: 7|app: 0|req: 777/1438] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:44 2026] POST /v2.0/networks => generated 624 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1439] 10.0.0.89 () {34 vars in 741 bytes} [Fri Feb 27 19:36:44 2026] PUT /v2.0/networks/0484ad1b-cb05-4ef7-98b4-83350559d80f => generated 592 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:44.818 8 INFO neutron.db.l3_hamode_db [None req-f674e6b2-4b66-4297-ab30-b40bea567098 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 779/1440] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:44 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1441] 10.0.0.89 () {34 vars in 739 bytes} [Fri Feb 27 19:36:45 2026] PUT /v2.0/subnets/c1572554-78ec-435a-a080-d0c851dfe385 => generated 636 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:45.376 7 INFO neutron.services.segments.plugin [-] Segment f6162eb4-74d6-428b-809e-605e0a855b12 resource provider aggregate not found 2026-02-27 19:36:45.384 7 INFO neutron.services.segments.plugin [-] Segment f6162eb4-74d6-428b-809e-605e0a855b12 resource provider aggregate not found 2026-02-27 19:36:45.404 7 INFO neutron.services.segments.plugin [-] Segment f6162eb4-74d6-428b-809e-605e0a855b12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6162eb4-74d6-428b-809e-605e0a855b12 found for delete ", "request_id": "req-696c1360-23ba-4b0d-bd25-35b33d02a736"}]} 2026-02-27 19:36:45.405 7 INFO neutron.services.segments.plugin [-] Segment f6162eb4-74d6-428b-809e-605e0a855b12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6162eb4-74d6-428b-809e-605e0a855b12 found for delete ", "request_id": "req-0fb0ee9a-a3e1-4cbd-abba-acd6ec37f26c"}]} [pid: 7|app: 0|req: 781/1442] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:45 2026] DELETE /v2.0/networks/0484ad1b-cb05-4ef7-98b4-83350559d80f => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:45.427 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2441bcad-e8c4-48d6-97a8-82b6a7bfb6ca 8a8bc5b8df1e4e679b79f478e292702c b5ad654f1c6f4a5dab1b27d91c6aed39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1443] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:45 2026] DELETE /v2.0/networks/0484ad1b-cb05-4ef7-98b4-83350559d80f => 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: 783/1444] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:36:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1445] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:36:45 2026] GET /v2.0/subnets?network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => 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: 785/1446] 10.0.0.89 () {32 vars in 651 bytes} [Fri Feb 27 19:36:45 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1447] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:36:45 2026] GET /v2.0/networks => generated 1308 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1448] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:36:45 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: 662/1449] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:43 2026] POST /v2.0/routers => generated 728 bytes in 2013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1450] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:36:45 2026] GET /v2.0/networks/6c2156a6-913c-441b-80da-366902628608 => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1451] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:36:45 2026] GET /v2.0/subnets/ce39c3a6-11b1-42a7-9007-76e11052247c => generated 641 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:45.721 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9d72a26-e7fe-4f82-a06b-74d812206d74 8a8bc5b8df1e4e679b79f478e292702c b5ad654f1c6f4a5dab1b27d91c6aed39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1452] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:45 2026] DELETE /v2.0/subnets/c1572554-78ec-435a-a080-d0c851dfe385 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:45.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a53da2f-e7e8-4245-8a2b-874aa954cf3e 8a8bc5b8df1e4e679b79f478e292702c b5ad654f1c6f4a5dab1b27d91c6aed39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1453] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:45 2026] DELETE /v2.0/networks/0484ad1b-cb05-4ef7-98b4-83350559d80f => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1454] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:45 2026] DELETE /v2.0/subnets/ce39c3a6-11b1-42a7-9007-76e11052247c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1455] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:45 2026] DELETE /v2.0/networks/6c2156a6-913c-441b-80da-366902628608 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1456] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:46 2026] GET /v2.0/security-groups?tenant_id=b5ad654f1c6f4a5dab1b27d91c6aed39&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1457] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:36:45 2026] PUT /v2.0/routers/cba39b41-eaf6-4b5e-89cb-ec15b8d0e310/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1458] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:46 2026] DELETE /v2.0/security-groups/0f739df4-3d47-49d0-91ed-6cc49d5b3150 => 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: 664/1459] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:36:47 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1460] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:47 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:47.429 7 INFO neutron.services.segments.plugin [-] Segment e0528956-064e-4171-ba7f-7cf566714ef8 resource provider aggregate not found 2026-02-27 19:36:47.432 7 INFO neutron.services.segments.plugin [-] Segment e0528956-064e-4171-ba7f-7cf566714ef8 resource provider aggregate not found 2026-02-27 19:36:47.443 7 INFO neutron.services.segments.plugin [-] Segment e0528956-064e-4171-ba7f-7cf566714ef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0528956-064e-4171-ba7f-7cf566714ef8 found for delete ", "request_id": "req-a2ea5458-8679-43db-b694-f53f70fb9edb"}]} 2026-02-27 19:36:47.447 7 INFO neutron.services.segments.plugin [-] Segment e0528956-064e-4171-ba7f-7cf566714ef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0528956-064e-4171-ba7f-7cf566714ef8 found for delete ", "request_id": "req-630dd822-3ea4-4cd7-bedc-726cbd43e89d"}]} [pid: 8|app: 0|req: 665/1461] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:36:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1462] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:47 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: 666/1463] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1464] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1465] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1466] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:47 2026] GET /v2.0/security-groups?tenant_id=8c3ea360d30c4d1297a0c20e9f710b0a&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:48.199 8 INFO neutron.db.securitygroups_db [None req-bc25d12c-39b5-43fc-882a-684a71e55b9b 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] Project 67da55ae354a4f4e895d62022f70524c 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: 669/1467] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1468] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:48 2026] DELETE /v2.0/security-groups/e09f6a83-7b2f-40c2-8809-d4ecead5e5f6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:36:48.329 8 INFO neutron.db.securitygroups_db [None req-b78a79db-f5fa-43ef-9e6e-018fb8d0bbfb 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] Project 67da55ae354a4f4e895d62022f70524c 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: 670/1469] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1470] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:48 2026] GET /v2.0/security-groups?tenant_id=105096312abc4bc981b9a001c645a8fd&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1471] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:48 2026] DELETE /v2.0/security-groups/c97c7780-a882-4b9c-aa85-81016a844e07 => 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: 801/1472] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:36:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1473] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1474] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:36:48 2026] POST /v2.0/security-groups => generated 1625 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1475] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1476] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1477] 10.0.0.89 () {34 vars in 756 bytes} [Fri Feb 27 19:36:49 2026] PUT /v2.0/security-groups/4b85dbbb-6a00-40ae-93e7-7ec4ca2bfe2b => generated 1663 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1478] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-groups/4b85dbbb-6a00-40ae-93e7-7ec4ca2bfe2b => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1479] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:49 2026] DELETE /v2.0/security-groups/4b85dbbb-6a00-40ae-93e7-7ec4ca2bfe2b => 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: 677/1480] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:49.518 8 INFO neutron.api.v2.resource [None req-3294462b-fe20-4712-b60b-4f1a14c14aae f8966e32c22c4237b4e63489a5b56fc1 5d5ad50626744066a22177e1983c27c8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1481] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:49 2026] DELETE /v2.0/security-groups/4b85dbbb-6a00-40ae-93e7-7ec4ca2bfe2b => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1482] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:36:49 2026] POST /v2.0/security-groups => generated 1625 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1483] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1484] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-group-rules/f87aab77-f58b-4dd0-9e49-18e428006aa7 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1485] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:36:49 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1486] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1487] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:36:49 2026] DELETE /v2.0/security-group-rules/f87aab77-f58b-4dd0-9e49-18e428006aa7 => 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: 683/1488] 10.0.0.140 () {34 vars in 1099 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1505128489&fields=id&tenant_id=67da55ae354a4f4e895d62022f70524c => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1489] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1490] 10.0.0.140 () {34 vars in 1099 bytes} [Fri Feb 27 19:36:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1426407054&fields=id&tenant_id=67da55ae354a4f4e895d62022f70524c => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1491] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/networks?id=a55c2683-0219-4de9-8610-8cf82e582631 => generated 672 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1492] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/quotas/67da55ae354a4f4e895d62022f70524c => 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: 807/1493] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:50 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: 808/1494] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-group-rules/d2f9346c-5ecb-49eb-9547-41ad82419a9b => 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: 687/1495] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/ports?tenant_id=67da55ae354a4f4e895d62022f70524c&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1496] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1497] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631?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: 810/1498] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:36:50 2026] DELETE /v2.0/security-group-rules/d2f9346c-5ecb-49eb-9547-41ad82419a9b => 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: 689/1499] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631?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: 811/1500] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:50.412 8 INFO neutron.db.securitygroups_db [None req-9b832e94-73b0-4c00-a2b5-7c93db5ffa72 f8966e32c22c4237b4e63489a5b56fc1 5d5ad50626744066a22177e1983c27c8 - - default default] Project 5d5ad50626744066a22177e1983c27c8 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: 690/1501] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1502] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => 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: 692/1503] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-group-rules/d8a78ad9-6956-452d-b628-9f673ca7aeb4 => 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: 693/1504] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1505] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:36:50 2026] DELETE /v2.0/security-group-rules/d8a78ad9-6956-452d-b628-9f673ca7aeb4 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1506] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:50.812 7 INFO neutron.db.segments_db [None req-06198920-7dec-44e4-bb2f-b014531aeb58 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Added segment f318cd7d-f90a-417b-a8e0-795cc4f04525 of type vxlan for network 0974d1f9-f67f-4264-8a08-64c87b34678e 2026-02-27 19:36:50.870 7 INFO neutron.db.segments_db [None req-06198920-7dec-44e4-bb2f-b014531aeb58 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Added segment 99a09774-c436-4026-9680-fcec1a39bc8f of type vxlan for network 855be374-2f9a-4ffb-91b0-2d93fabf6702 [pid: 8|app: 0|req: 696/1507] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:50 2026] DELETE /v2.0/security-groups/93982ac2-90c8-413a-a305-1903f91720aa => 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: 697/1508] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:50 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: 698/1509] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1510] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:50 2026] POST /v2.0/networks => generated 1207 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1511] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:36:51 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:51.193 7 INFO neutron.services.segments.plugin [-] Segment f318cd7d-f90a-417b-a8e0-795cc4f04525 resource provider aggregate not found 2026-02-27 19:36:51.200 7 INFO neutron.services.segments.plugin [-] Segment f318cd7d-f90a-417b-a8e0-795cc4f04525 resource provider aggregate not found 2026-02-27 19:36:51.213 7 INFO neutron.services.segments.plugin [-] Segment f318cd7d-f90a-417b-a8e0-795cc4f04525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f318cd7d-f90a-417b-a8e0-795cc4f04525 found for delete ", "request_id": "req-b2e14b8e-47d6-4c86-b24e-52876151f710"}]} 2026-02-27 19:36:51.215 7 INFO neutron.services.segments.plugin [-] Segment f318cd7d-f90a-417b-a8e0-795cc4f04525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f318cd7d-f90a-417b-a8e0-795cc4f04525 found for delete ", "request_id": "req-2614835b-e7f9-4e4c-835a-3cc1dca4345c"}]} [pid: 7|app: 0|req: 813/1512] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:51 2026] DELETE /v2.0/networks/0974d1f9-f67f-4264-8a08-64c87b34678e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:51.355 8 INFO neutron.services.segments.plugin [-] Segment 99a09774-c436-4026-9680-fcec1a39bc8f resource provider aggregate not found 2026-02-27 19:36:51.359 8 INFO neutron.services.segments.plugin [-] Segment 99a09774-c436-4026-9680-fcec1a39bc8f resource provider aggregate not found 2026-02-27 19:36:51.374 8 INFO neutron.services.segments.plugin [-] Segment 99a09774-c436-4026-9680-fcec1a39bc8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99a09774-c436-4026-9680-fcec1a39bc8f found for delete ", "request_id": "req-dbc71fe6-b7e3-4765-b199-0297c97e0024"}]} [pid: 8|app: 0|req: 700/1513] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:51 2026] DELETE /v2.0/networks/855be374-2f9a-4ffb-91b0-2d93fabf6702 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:51.382 8 INFO neutron.services.segments.plugin [-] Segment 99a09774-c436-4026-9680-fcec1a39bc8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99a09774-c436-4026-9680-fcec1a39bc8f found for delete ", "request_id": "req-6b716f7c-5f8e-4b26-865b-45772fcb913e"}]} [pid: 7|app: 0|req: 814/1514] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:36:51 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:51.490 8 INFO neutron.db.segments_db [None req-a7d4cc2d-fe90-45ef-beb0-55e4bc2eb16f 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Added segment 7d926dba-45fc-4b69-b932-d51e54de771c of type vxlan for network ce72e93f-2916-40dd-ad8c-41bdfb8c90bd [pid: 8|app: 0|req: 701/1515] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:51 2026] POST /v2.0/networks => generated 634 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:51.627 8 INFO neutron.db.segments_db [None req-ca301bc7-24b9-493c-b765-e8f8dbc52b5b 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Added segment 39f6fcf5-60ac-49af-8f76-0d68f80e5063 of type vxlan for network e7c314b3-eac1-4d54-a048-48eac020659f [pid: 7|app: 0|req: 815/1516] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:51 2026] GET /v2.0/security-groups?tenant_id=5d5ad50626744066a22177e1983c27c8&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1517] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:51 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1520] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:51 2026] POST /v2.0/networks => generated 634 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1521] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:51 2026] DELETE /v2.0/security-groups/c1ed9b71-c661-4925-81d7-877c2db37b1f => 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: 703/1522] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:36:51 2026] POST /v2.0/ports => generated 1506 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1523] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:36:52 2026] GET /v2.0/ports => generated 1506 bytes in 86 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-02-27 19:36:52.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f3a3df0-20c2-4d07-a99b-cef6e86cfb98 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] TaaS: Handle Delete Port: aedaaeb1-9e2e-40fd-8f32-a152a055da0c 2026-02-27 19:36:52.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f3a3df0-20c2-4d07-a99b-cef6e86cfb98 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Tap Mirror: Handle Delete Port: aedaaeb1-9e2e-40fd-8f32-a152a055da0c [pid: 8|app: 0|req: 704/1524] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:36:52 2026] DELETE /v2.0/ports/aedaaeb1-9e2e-40fd-8f32-a152a055da0c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:52.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-04edfb56-19d9-45bc-8b4c-4ef8e45059c3 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] TaaS: Handle Delete Port: 0d931803-93d6-4889-ab68-3d43f46987cc 2026-02-27 19:36:52.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04edfb56-19d9-45bc-8b4c-4ef8e45059c3 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Tap Mirror: Handle Delete Port: 0d931803-93d6-4889-ab68-3d43f46987cc [pid: 7|app: 0|req: 821/1525] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:36:52 2026] DELETE /v2.0/ports/0d931803-93d6-4889-ab68-3d43f46987cc => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1526] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:52 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => 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: 705/1527] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:36:52 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:36:52.889 7 INFO neutron.db.segments_db [None req-2a3ba8b5-2050-4f6a-a5d1-350fbb776826 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Added segment 17bf8072-7563-41dc-8864-e46a94f31e0e of type vxlan for network 65827f50-65c0-425c-8e8a-31b40eed7f88 [pid: 7|app: 0|req: 823/1528] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:52 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:53.025 8 INFO neutron.db.segments_db [None req-18e77985-4cf0-404c-a580-c612d5fbfd83 4d78048733e44c8f89f280785ed221fc 07b0da1f28784a1ba8cd2b642af009f1 - - default default] Added segment 530968df-f76d-483b-9b03-1a4a14008e34 of type vxlan for network 5eb71f16-b13a-4d0b-bcfa-496b5b976a90 [pid: 8|app: 0|req: 706/1529] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:52 2026] POST /v2.0/networks => generated 634 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1530] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:53 2026] POST /v2.0/subnets => generated 1324 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1531] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:53 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => 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: 707/1532] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:36:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1533] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:36:53 2026] GET /v2.0/subnets => generated 1960 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1534] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:53 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1535] 10.0.0.89 () {34 vars in 756 bytes} [Fri Feb 27 19:36:54 2026] PUT /v2.0/security-groups/942aef60-e02b-4a2a-b769-71c98da0b1e6 => generated 1663 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1536] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-groups/942aef60-e02b-4a2a-b769-71c98da0b1e6 => generated 1663 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1537] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:53 2026] DELETE /v2.0/subnets/f2b85b31-9328-42a8-b183-268ef63d441f => 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: 711/1538] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/security-groups/942aef60-e02b-4a2a-b769-71c98da0b1e6 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1539] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:54.204 8 INFO neutron.api.v2.resource [None req-b594e22a-77f6-4446-9fca-827e2d15dac2 732a11a065c447d9af62d64c5ec4af4e 8e3b64495c0a4cf5a6845a3337ee6ab3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 713/1540] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/security-groups/942aef60-e02b-4a2a-b769-71c98da0b1e6 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1541] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/subnets/457b2762-ebdd-450d-99ce-169fea324662 => 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: 829/1542] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1543] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:36:54 2026] POST /v2.0/security-groups => generated 1625 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 19:36:54.396 7 INFO neutron.services.segments.plugin [-] Segment 530968df-f76d-483b-9b03-1a4a14008e34 resource provider aggregate not found 2026-02-27 19:36:54.399 7 INFO neutron.services.segments.plugin [-] Segment 530968df-f76d-483b-9b03-1a4a14008e34 resource provider aggregate not found 2026-02-27 19:36:54.409 7 INFO neutron.services.segments.plugin [-] Segment 530968df-f76d-483b-9b03-1a4a14008e34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530968df-f76d-483b-9b03-1a4a14008e34 found for delete ", "request_id": "req-8285128a-ca15-45a9-af11-d9b7d3fc6959"}]} 2026-02-27 19:36:54.415 7 INFO neutron.services.segments.plugin [-] Segment 530968df-f76d-483b-9b03-1a4a14008e34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530968df-f76d-483b-9b03-1a4a14008e34 found for delete ", "request_id": "req-d92c8dbd-d639-4549-95f8-34c06b7453de"}]} [pid: 7|app: 0|req: 830/1544] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/networks/5eb71f16-b13a-4d0b-bcfa-496b5b976a90 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1545] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1546] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-group-rules/079dc4b7-4611-45c7-bd7f-10d4660fb41a => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1547] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1548] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/networks/65827f50-65c0-425c-8e8a-31b40eed7f88 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1549] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/security-group-rules/079dc4b7-4611-45c7-bd7f-10d4660fb41a => 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: 719/1550] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1551] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/networks/e7c314b3-eac1-4d54-a048-48eac020659f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1552] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1553] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-group-rules/38a3a002-ce79-41e7-ac78-b747b1f508d9 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1554] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/networks/ce72e93f-2916-40dd-ad8c-41bdfb8c90bd => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1555] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:54 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: 7|app: 0|req: 834/1556] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/networks?id=a55c2683-0219-4de9-8610-8cf82e582631 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1557] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:36:54 2026] DELETE /v2.0/security-group-rules/38a3a002-ce79-41e7-ac78-b747b1f508d9 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1558] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=67da55ae354a4f4e895d62022f70524c => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1559] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1560] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:36:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1561] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1562] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/security-group-rules/ae5c26aa-943a-4ff7-a425-1634276101eb => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1563] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1564] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:36:55 2026] DELETE /v2.0/security-group-rules/ae5c26aa-943a-4ff7-a425-1634276101eb => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1565] 10.0.0.89 () {32 vars in 671 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1566] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:55 2026] DELETE /v2.0/security-groups/d9cbf1bc-e0f3-4ae1-b515-dc5fbe4e18dc => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1567] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:55 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) [pid: 7|app: 0|req: 836/1568] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:36:54 2026] POST /v2.0/ports => generated 997 bytes in 435 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: 837/1569] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1570] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/security-groups?tenant_id=07b0da1f28784a1ba8cd2b642af009f1&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1571] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:55 2026] DELETE /v2.0/security-groups/7b7edd15-1644-4b1c-8d6d-22699685422a => 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: 838/1572] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:36:55 2026] PUT /v2.0/ports/4116862f-2141-44c0-805c-088ef9024966 => generated 1278 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:36:55.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c30da0b-4555-4f24-b3de-8219ce11089a'] response: {'name': 'network-changed', 'server_uuid': 'a511060f-3596-437f-a377-337db40def76', 'tag': '4116862f-2141-44c0-805c-088ef9024966', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 735/1573] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:55 2026] GET /v2.0/security-groups?tenant_id=8e3b64495c0a4cf5a6845a3337ee6ab3&name=default => generated 2925 bytes in 184 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: 736/1574] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:56 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1012 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1575] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:56 2026] DELETE /v2.0/security-groups/6f05482b-650a-4fc8-9250-9383a9d0a56e => 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: 737/1576] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:36:56 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1577] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:56 2026] GET /v2.0/ports?tenant_id=67da55ae354a4f4e895d62022f70524c&device_id=a511060f-3596-437f-a377-337db40def76 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1578] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:36:56 2026] GET /v2.0/networks?tenant_id=67da55ae354a4f4e895d62022f70524c&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:56.428 7 INFO neutron.services.segments.plugin [-] Segment 17bf8072-7563-41dc-8864-e46a94f31e0e resource provider aggregate not found 2026-02-27 19:36:56.437 7 INFO neutron.services.segments.plugin [-] Segment 17bf8072-7563-41dc-8864-e46a94f31e0e resource provider aggregate not found 2026-02-27 19:36:56.448 7 INFO neutron.services.segments.plugin [-] Segment 17bf8072-7563-41dc-8864-e46a94f31e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17bf8072-7563-41dc-8864-e46a94f31e0e found for delete ", "request_id": "req-c0a1cf37-caa0-4e63-946a-5bbfeb875eae"}]} 2026-02-27 19:36:56.452 7 INFO neutron.services.segments.plugin [-] Segment 17bf8072-7563-41dc-8864-e46a94f31e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17bf8072-7563-41dc-8864-e46a94f31e0e found for delete ", "request_id": "req-fd5a195d-2a72-4d22-baa0-85746433c3ec"}]} 2026-02-27 19:36:56.471 7 INFO neutron.services.segments.plugin [-] Segment 39f6fcf5-60ac-49af-8f76-0d68f80e5063 resource provider aggregate not found 2026-02-27 19:36:56.475 7 INFO neutron.services.segments.plugin [-] Segment 39f6fcf5-60ac-49af-8f76-0d68f80e5063 resource provider aggregate not found [pid: 7|app: 0|req: 841/1579] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:36:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:56.488 7 INFO neutron.services.segments.plugin [-] Segment 39f6fcf5-60ac-49af-8f76-0d68f80e5063 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f6fcf5-60ac-49af-8f76-0d68f80e5063 found for delete ", "request_id": "req-baeb94ca-7f6d-4f7d-ac51-7dd1d46e4b38"}]} 2026-02-27 19:36:56.497 7 INFO neutron.services.segments.plugin [-] Segment 39f6fcf5-60ac-49af-8f76-0d68f80e5063 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f6fcf5-60ac-49af-8f76-0d68f80e5063 found for delete ", "request_id": "req-42711e12-c600-4c6f-8bd0-da18bb69778c"}]} 2026-02-27 19:36:56.510 7 INFO neutron.services.segments.plugin [-] Segment 7d926dba-45fc-4b69-b932-d51e54de771c resource provider aggregate not found 2026-02-27 19:36:56.514 7 INFO neutron.services.segments.plugin [-] Segment 7d926dba-45fc-4b69-b932-d51e54de771c resource provider aggregate not found 2026-02-27 19:36:56.524 7 INFO neutron.services.segments.plugin [-] Segment 7d926dba-45fc-4b69-b932-d51e54de771c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d926dba-45fc-4b69-b932-d51e54de771c found for delete ", "request_id": "req-b1415c5b-d4d7-4675-bbac-e487a581ccb7"}]} 2026-02-27 19:36:56.530 7 INFO neutron.services.segments.plugin [-] Segment 7d926dba-45fc-4b69-b932-d51e54de771c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d926dba-45fc-4b69-b932-d51e54de771c found for delete ", "request_id": "req-9b515e11-fe19-40c1-b4b8-c296bc7a07e3"}]} [pid: 7|app: 0|req: 842/1580] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1012 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1581] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:57.494 8 INFO neutron.db.segments_db [None req-8059a103-3412-40ae-9f75-ef009f457720 5c0ee6829dcf4031b1c0c1e1ce9ef49b ca39b3803c7b417c8b48aca55a300734 - - default default] Added segment dfba1b66-9499-4da7-9fcc-382d0db7ea3c of type vxlan for network 83740b43-2f7f-465b-9d6e-2f4b7d16cd1c [pid: 7|app: 0|req: 844/1582] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/ports?tenant_id=67da55ae354a4f4e895d62022f70524c&device_id=a511060f-3596-437f-a377-337db40def76 => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1583] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4116862f-2141-44c0-805c-088ef9024966 => 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: 739/1584] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:57 2026] POST /v2.0/networks => generated 629 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1585] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/subnets?id=1d1a1a2d-4b4f-420f-83ea-8912cc7974d8 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1586] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/ports?network_id=a55c2683-0219-4de9-8610-8cf82e582631&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1587] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631?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: 741/1588] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:36:57 2026] GET /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631?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: 848/1589] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:58 2026] POST /v2.0/subnets => generated 673 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:36:58.293 8 INFO neutron.db.segments_db [None req-aa4ad095-93df-4c8b-9d2d-ed45d9127928 5c0ee6829dcf4031b1c0c1e1ce9ef49b ca39b3803c7b417c8b48aca55a300734 - - default default] Added segment 26ef611c-1b09-4f4a-b8a3-deeae983d9da of type vxlan for network dfaebfb9-7747-48ed-9b1f-796e52fb684a [pid: 8|app: 0|req: 742/1590] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:36:58 2026] POST /v2.0/networks => generated 628 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1591] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:58 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1592] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:58 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 743/1593] 10.0.0.89 () {34 vars in 741 bytes} [Fri Feb 27 19:36:58 2026] PUT /v2.0/networks/dfaebfb9-7747-48ed-9b1f-796e52fb684a => generated 592 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1594] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:58 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1012 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1595] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:36:58 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1596] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:58 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1597] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:58 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1598] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:36:58 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1599] 10.0.0.89 () {34 vars in 739 bytes} [Fri Feb 27 19:36:58 2026] PUT /v2.0/subnets/db50c43c-ec0b-44c4-a176-368aaf62ccde => generated 656 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:59.016 8 INFO neutron.services.segments.plugin [-] Segment 26ef611c-1b09-4f4a-b8a3-deeae983d9da resource provider aggregate not found 2026-02-27 19:36:59.022 8 INFO neutron.services.segments.plugin [-] Segment 26ef611c-1b09-4f4a-b8a3-deeae983d9da resource provider aggregate not found 2026-02-27 19:36:59.032 8 INFO neutron.services.segments.plugin [-] Segment 26ef611c-1b09-4f4a-b8a3-deeae983d9da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ef611c-1b09-4f4a-b8a3-deeae983d9da found for delete ", "request_id": "req-6ec54461-c8d4-45aa-aec6-1d639caf6b6e"}]} 2026-02-27 19:36:59.038 8 INFO neutron.services.segments.plugin [-] Segment 26ef611c-1b09-4f4a-b8a3-deeae983d9da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ef611c-1b09-4f4a-b8a3-deeae983d9da found for delete ", "request_id": "req-406fd497-b799-4b11-ac36-e4bfcff6f509"}]} [pid: 8|app: 0|req: 745/1600] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:58 2026] DELETE /v2.0/networks/dfaebfb9-7747-48ed-9b1f-796e52fb684a => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:36:59.073 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad75c4a2-b544-45e4-a800-cb97b74ff827 5c0ee6829dcf4031b1c0c1e1ce9ef49b ca39b3803c7b417c8b48aca55a300734 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1601] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:59 2026] DELETE /v2.0/networks/dfaebfb9-7747-48ed-9b1f-796e52fb684a => 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: 746/1602] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1603] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/subnets?network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1604] 10.0.0.89 () {32 vars in 651 bytes} [Fri Feb 27 19:36:59 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: 858/1605] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/networks => generated 1313 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1606] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1607] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/networks/83740b43-2f7f-465b-9d6e-2f4b7d16cd1c => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1608] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/subnets/ed34b01f-abe8-4370-bb30-9bd7ca35f0b1 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:36:59.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03802adf-915c-4a0d-8fb7-1b2f1e04931d 5c0ee6829dcf4031b1c0c1e1ce9ef49b ca39b3803c7b417c8b48aca55a300734 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 860/1609] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:59 2026] DELETE /v2.0/subnets/db50c43c-ec0b-44c4-a176-368aaf62ccde => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:36:59.396 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e1ac424-19bd-4a99-8600-673a483c45f5 5c0ee6829dcf4031b1c0c1e1ce9ef49b ca39b3803c7b417c8b48aca55a300734 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1610] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:59 2026] DELETE /v2.0/networks/dfaebfb9-7747-48ed-9b1f-796e52fb684a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1611] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:36:59 2026] DELETE /v2.0/subnets/ed34b01f-abe8-4370-bb30-9bd7ca35f0b1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1612] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:36:59 2026] DELETE /v2.0/networks/83740b43-2f7f-465b-9d6e-2f4b7d16cd1c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1613] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1614] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/security-groups?tenant_id=15800ff63c9e42c6bb008bbc0d015cc3&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1615] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1616] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:36:59 2026] DELETE /v2.0/security-groups/d703373e-b1a9-458f-bcc0-e384daf71069 => 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: 865/1617] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 753/1618] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:36:59 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1619] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:00 2026] GET /v2.0/security-groups?tenant_id=ca39b3803c7b417c8b48aca55a300734&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1620] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:00 2026] DELETE /v2.0/security-groups/cd876f89-a669-49ba-9e61-d435d7fe1d2c => 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: 867/1621] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:37:00 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1622] 162.253.55.43 () {34 vars in 1122 bytes} [Fri Feb 27 19:37:00 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:01.054 8 INFO neutron.services.segments.plugin [-] Segment dfba1b66-9499-4da7-9fcc-382d0db7ea3c resource provider aggregate not found 2026-02-27 19:37:01.062 8 INFO neutron.services.segments.plugin [-] Segment dfba1b66-9499-4da7-9fcc-382d0db7ea3c resource provider aggregate not found 2026-02-27 19:37:01.075 8 INFO neutron.services.segments.plugin [-] Segment dfba1b66-9499-4da7-9fcc-382d0db7ea3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfba1b66-9499-4da7-9fcc-382d0db7ea3c found for delete ", "request_id": "req-b204bfc8-1473-4465-9e7b-27a07278e32d"}]} 2026-02-27 19:37:01.092 8 INFO neutron.services.segments.plugin [-] Segment dfba1b66-9499-4da7-9fcc-382d0db7ea3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfba1b66-9499-4da7-9fcc-382d0db7ea3c found for delete ", "request_id": "req-1cd7423a-bdb5-409e-a3c5-291a9e983842"}]} [pid: 7|app: 0|req: 868/1623] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:01 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 756/1624] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:37:01 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1625] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:01 2026] GET /v2.0/security-groups?id=e041d644-0fbd-4675-b22a-c46123049a4b&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: 869/1626] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:01 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1012 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1627] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:01 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:01.332 8 INFO neutron_taas.services.taas.taas_plugin [req-052cf75c-1cea-484f-a008-26a165c36abb req-af44b59e-8ae6-4e42-8278-c96f46144eff 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] TaaS: Handle Delete Port: 530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 2026-02-27 19:37:01.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-052cf75c-1cea-484f-a008-26a165c36abb req-af44b59e-8ae6-4e42-8278-c96f46144eff 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] Tap Mirror: Handle Delete Port: 530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 2026-02-27 19:37:01.459 8 INFO neutron.db.l3_db [req-052cf75c-1cea-484f-a008-26a165c36abb req-af44b59e-8ae6-4e42-8278-c96f46144eff 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] Floating IP c0903e73-419c-4ce1-b332-ba3cb54d5542 disassociated. External IP: 10.96.250.217, port: 530ca2b0-8ecd-4a34-8af4-d0017f74e1c8. [pid: 8|app: 0|req: 758/1628] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:37:01 2026] DELETE /v2.0/ports/530ca2b0-8ecd-4a34-8af4-d0017f74e1c8 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:01.830 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0abada29-0465-4120-9243-0796f47f2818'] response: {'server_uuid': 'b45fd619-e730-4d24-ad03-676b9cb477be', 'name': 'network-vif-deleted', 'tag': '530ca2b0-8ecd-4a34-8af4-d0017f74e1c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 871/1629] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:02 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 872/1630] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:02 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1631] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:02 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:02.733 8 INFO neutron.db.segments_db [None req-39199bd7-723e-4d66-9b1c-629da5e81907 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment 3cc43251-5c00-4c73-beaf-ca9e80d7f93a of type vxlan for network ff8d73af-a254-44e2-bec4-1e6c56c4e603 [pid: 8|app: 0|req: 759/1632] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:02 2026] POST /v2.0/networks => generated 615 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:02.910 7 INFO neutron.db.segments_db [None req-a43e302a-1b57-4dd3-93a5-040f956918b8 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b of type vxlan for network 11f44a25-466f-492e-8273-b5e3be473f0e [pid: 7|app: 0|req: 874/1633] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:02 2026] POST /v2.0/networks => generated 614 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1634] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:03 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1635] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:03 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 875/1636] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:03 2026] POST /v2.0/subnets => generated 655 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1637] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:03 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:03.683 7 INFO neutron.db.segments_db [None req-f3c34f7b-1bf1-4290-aee7-bf468e6459c6 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment fc0cb575-1f6f-4b23-9fc5-caa8c111c64e of type vxlan for network 1b5530b7-a281-4643-87ce-f41477204953 [pid: 8|app: 0|req: 762/1638] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:03 2026] GET /v2.0/security-groups?tenant_id=57d65beaf1bd4581a6e24221b0aa7f2d&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1639] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:03 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1640] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:03 2026] DELETE /v2.0/security-groups/abab8d86-8fe0-4ee4-bb18-4e7f69123047 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:03.961 7 INFO neutron.db.l3_hamode_db [None req-f3c34f7b-1bf1-4290-aee7-bf468e6459c6 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 765/1641] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:03 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:04.090 7 INFO neutron.db.l3_hamode_db [None req-f3c34f7b-1bf1-4290-aee7-bf468e6459c6 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:37:04.446 8 INFO neutron.db.l3_db [None req-56c304b8-1986-41b9-9155-dd6f953bfcbb 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] Floating IP 15ca7ee4-132c-47b0-82fb-8507d4af6dcb associated. External IP: 10.96.250.215, port: 4116862f-2141-44c0-805c-088ef9024966. [pid: 7|app: 0|req: 877/1642] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:03 2026] POST /v2.0/routers => generated 510 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1643] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:04 2026] GET /v2.0/ports?device_id=b45fd619-e730-4d24-ad03-676b9cb477be => 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: 766/1644] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:37:03 2026] PUT /v2.0/floatingips/15ca7ee4-132c-47b0-82fb-8507d4af6dcb => generated 856 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:04.813 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48454290-1c5b-4ec2-be26-011dc315d448'] response: {'name': 'network-changed', 'server_uuid': 'a511060f-3596-437f-a377-337db40def76', 'tag': '4116862f-2141-44c0-805c-088ef9024966', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 767/1645] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/ports?tenant_id=67da55ae354a4f4e895d62022f70524c&device_id=a511060f-3596-437f-a377-337db40def76 => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1646] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/networks?id=a55c2683-0219-4de9-8610-8cf82e582631 => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1647] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4116862f-2141-44c0-805c-088ef9024966 => generated 859 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1648] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/subnets?id=1d1a1a2d-4b4f-420f-83ea-8912cc7974d8 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1649] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/ports?network_id=a55c2683-0219-4de9-8610-8cf82e582631&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1650] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1651] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631?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: 879/1652] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:04 2026] PUT /v2.0/routers/7e2c23c1-23f1-4874-889d-194c4c4e4d3b/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1653] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:05 2026] DELETE /v2.0/security-groups/e041d644-0fbd-4675-b22a-c46123049a4b => 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: 880/1654] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/ports/134128eb-99a1-4a58-a56a-c9e31389ee62 => generated 959 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:05.910 8 INFO neutron.api.v2.resource [None req-f7f19742-a23f-4ced-9ddb-1980069d15e9 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1655] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:37:05 2026] GET /v2.0/security-groups/e041d644-0fbd-4675-b22a-c46123049a4b => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:06.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-d844bc4e-a9c0-42ce-9e90-ac4362fc527c 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] TaaS: Handle Delete Port: b465f0c3-682b-4553-bcfb-1e923277a84c 2026-02-27 19:37:06.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d844bc4e-a9c0-42ce-9e90-ac4362fc527c 98e159a0a8f44197880f262eb5a02a55 d7708b0d3d3348bfbe04d61e840f33cb - - default default] Tap Mirror: Handle Delete Port: b465f0c3-682b-4553-bcfb-1e923277a84c [pid: 8|app: 0|req: 776/1656] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:05 2026] DELETE /v2.0/floatingips/c0903e73-419c-4ce1-b332-ba3cb54d5542 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:06.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-586f213d-a12a-4862-be5b-989be0b4a854 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 28720e6f-8549-4ee6-b2f1-5485b07e96e7 2026-02-27 19:37:06.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-586f213d-a12a-4862-be5b-989be0b4a854 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 28720e6f-8549-4ee6-b2f1-5485b07e96e7 [pid: 7|app: 0|req: 881/1657] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:05 2026] PUT /v2.0/routers/7e2c23c1-23f1-4874-889d-194c4c4e4d3b/add_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1660] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:06 2026] PUT /v2.0/routers/0a5d6db4-abee-4ab0-86aa-3931e4b6b15c/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1661] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:37:07 2026] GET /v2.0/ports/07d5ea46-8700-44a0-b033-37f6a774493d => generated 967 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1662] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:06 2026] GET /v2.0/security-groups?tenant_id=7d48ea4d7f3740a182c71713f3cd668f&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:07.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-37779129-e6eb-46ac-8a4f-bd6f84862ea7 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 5aa46fd9-ab1d-4468-83cc-7c73f73f226b 2026-02-27 19:37:07.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37779129-e6eb-46ac-8a4f-bd6f84862ea7 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 5aa46fd9-ab1d-4468-83cc-7c73f73f226b 2026-02-27 19:37:07.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-9aaccd27-92b0-420b-b374-709072424871 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 07d5ea46-8700-44a0-b033-37f6a774493d 2026-02-27 19:37:07.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aaccd27-92b0-420b-b374-709072424871 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 07d5ea46-8700-44a0-b033-37f6a774493d 2026-02-27 19:37:07.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-37779129-e6eb-46ac-8a4f-bd6f84862ea7 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 454ee923-5c60-41ea-8995-8531c948ca74 2026-02-27 19:37:07.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37779129-e6eb-46ac-8a4f-bd6f84862ea7 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 454ee923-5c60-41ea-8995-8531c948ca74 [pid: 7|app: 0|req: 885/1663] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:07 2026] PUT /v2.0/routers/7e2c23c1-23f1-4874-889d-194c4c4e4d3b/remove_router_interface => generated 309 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:07.990 8 INFO neutron.services.segments.plugin [-] Segment 8c12f487-de94-452c-a150-9a78511d1af9 resource provider aggregate not found 2026-02-27 19:37:07.999 8 INFO neutron.services.segments.plugin [-] Segment 8c12f487-de94-452c-a150-9a78511d1af9 resource provider aggregate not found [pid: 7|app: 0|req: 886/1664] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:07 2026] DELETE /v2.0/security-groups/5b4800e1-f4ca-44ea-9877-da0d131ae648 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:08.018 8 INFO neutron.services.segments.plugin [-] Segment 8c12f487-de94-452c-a150-9a78511d1af9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c12f487-de94-452c-a150-9a78511d1af9 found for delete ", "request_id": "req-2553044f-d0ce-495e-aa98-ef6fd6ab4fb7"}]} 2026-02-27 19:37:08.020 8 INFO neutron.services.segments.plugin [-] Segment 8c12f487-de94-452c-a150-9a78511d1af9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c12f487-de94-452c-a150-9a78511d1af9 found for delete ", "request_id": "req-e92869ac-4a45-4440-b5ec-3d1b779a4dc0"}]} 2026-02-27 19:37:08.046 8 INFO neutron.db.l3_hamode_db [None req-37779129-e6eb-46ac-8a4f-bd6f84862ea7 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network ab1fa101-0960-4e34-b84e-6a23e003a036 was deleted as no HA routers are present in tenant d7708b0d3d3348bfbe04d61e840f33cb. [pid: 8|app: 0|req: 779/1665] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:07 2026] DELETE /v2.0/routers/0a5d6db4-abee-4ab0-86aa-3931e4b6b15c => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1666] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:08 2026] DELETE /v2.0/subnets/6bb214e6-4c27-41da-94b0-d5598b4e7841 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:08.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-60358a31-3598-468a-bc13-2a409d7d68ae b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: f1205b06-564e-42d2-b926-e59a71c20a71 2026-02-27 19:37:08.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60358a31-3598-468a-bc13-2a409d7d68ae b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: f1205b06-564e-42d2-b926-e59a71c20a71 2026-02-27 19:37:08.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a4a3345-8ba8-4ccc-a6f4-dd1fd9174eb2 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 134128eb-99a1-4a58-a56a-c9e31389ee62 2026-02-27 19:37:08.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a4a3345-8ba8-4ccc-a6f4-dd1fd9174eb2 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 134128eb-99a1-4a58-a56a-c9e31389ee62 [pid: 8|app: 0|req: 781/1667] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:08 2026] DELETE /v2.0/networks/1bb48949-1e5e-4f47-8194-03c926972c73 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1668] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:08 2026] GET /v2.0/security-groups?tenant_id=d7708b0d3d3348bfbe04d61e840f33cb&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1669] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:08 2026] DELETE /v2.0/security-groups/11252e15-81e9-4b5e-aba6-11328b4b5624 => 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: 887/1670] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:08 2026] PUT /v2.0/routers/7e2c23c1-23f1-4874-889d-194c4c4e4d3b/remove_router_interface => generated 309 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1671] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:08 2026] GET /v2.0/ports?device_id=7e2c23c1-23f1-4874-889d-194c4c4e4d3b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:09.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-fea8dca2-106d-47a0-918e-ede42d115e97 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 52b6a203-1877-4a3c-970e-b3c98f15df0d 2026-02-27 19:37:09.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fea8dca2-106d-47a0-918e-ede42d115e97 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 52b6a203-1877-4a3c-970e-b3c98f15df0d 2026-02-27 19:37:09.332 7 INFO neutron.services.segments.plugin [-] Segment fc0cb575-1f6f-4b23-9fc5-caa8c111c64e resource provider aggregate not found 2026-02-27 19:37:09.338 7 INFO neutron.services.segments.plugin [-] Segment fc0cb575-1f6f-4b23-9fc5-caa8c111c64e resource provider aggregate not found 2026-02-27 19:37:09.353 7 INFO neutron.services.segments.plugin [-] Segment fc0cb575-1f6f-4b23-9fc5-caa8c111c64e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc0cb575-1f6f-4b23-9fc5-caa8c111c64e found for delete ", "request_id": "req-dd8e1f25-4493-42f5-8f1e-5d2b4b594cd8"}]} 2026-02-27 19:37:09.355 7 INFO neutron.services.segments.plugin [-] Segment fc0cb575-1f6f-4b23-9fc5-caa8c111c64e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc0cb575-1f6f-4b23-9fc5-caa8c111c64e found for delete ", "request_id": "req-821462a1-3fec-4e0f-a414-f625dbc1029a"}]} 2026-02-27 19:37:09.358 7 INFO neutron.db.l3_hamode_db [None req-fea8dca2-106d-47a0-918e-ede42d115e97 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] HA network 1b5530b7-a281-4643-87ce-f41477204953 was deleted as no HA routers are present in tenant 92331e83844c425d8d998ef719f66e1a. [pid: 7|app: 0|req: 888/1672] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:08 2026] DELETE /v2.0/routers/7e2c23c1-23f1-4874-889d-194c4c4e4d3b => 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: 785/1673] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:09 2026] DELETE /v2.0/subnets/140bacc3-237a-4d21-99e3-cf5937ab9895 => 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: 889/1674] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:09 2026] DELETE /v2.0/subnets/be4d9bcb-50e9-4ffa-98a3-c45826e95d78 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:09.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc0e4cef-c4c4-4ee0-ae15-60dc81e08c9b a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 230c8f8e-5a1b-4016-95bf-72f92a136811 2026-02-27 19:37:09.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc0e4cef-c4c4-4ee0-ae15-60dc81e08c9b a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 230c8f8e-5a1b-4016-95bf-72f92a136811 [pid: 8|app: 0|req: 786/1675] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:09 2026] DELETE /v2.0/networks/11f44a25-466f-492e-8273-b5e3be473f0e => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:10.046 8 INFO neutron.services.segments.plugin [-] Segment 4745afb0-6eb8-4696-b692-1b20d181b3a4 resource provider aggregate not found 2026-02-27 19:37:10.047 8 INFO neutron.services.segments.plugin [-] Segment 4745afb0-6eb8-4696-b692-1b20d181b3a4 resource provider aggregate not found 2026-02-27 19:37:10.076 8 INFO neutron.services.segments.plugin [-] Segment 4745afb0-6eb8-4696-b692-1b20d181b3a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4745afb0-6eb8-4696-b692-1b20d181b3a4 found for delete ", "request_id": "req-4128bf82-2729-4837-a5b5-04cd9a1335cd"}]} 2026-02-27 19:37:10.083 8 INFO neutron.services.segments.plugin [-] Segment 4745afb0-6eb8-4696-b692-1b20d181b3a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4745afb0-6eb8-4696-b692-1b20d181b3a4 found for delete ", "request_id": "req-c4c8b2b0-3907-4499-b8b9-c4f3e86ab153"}]} 2026-02-27 19:37:10.094 8 INFO neutron.services.segments.plugin [-] Segment 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b resource provider aggregate not found 2026-02-27 19:37:10.103 8 INFO neutron.services.segments.plugin [-] Segment 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b resource provider aggregate not found 2026-02-27 19:37:10.111 8 INFO neutron.services.segments.plugin [-] Segment 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b found for delete ", "request_id": "req-78f9baf6-2b68-48da-b5e3-6c410fa3916a"}]} 2026-02-27 19:37:10.121 8 INFO neutron.services.segments.plugin [-] Segment 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88d47412-6a5b-4e8b-91a9-b46aa3ac5a3b found for delete ", "request_id": "req-132b1806-19e9-45f7-9616-6daabae25762"}]} 2026-02-27 19:37:10.147 7 INFO neutron.db.segments_db [None req-72252c8f-79c2-40d6-915c-9edaf6cbee68 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 98c8400f-9ddf-42cc-b419-426ec2c27db9 of type vxlan for network 38cdefd9-6e18-4fc9-a56a-831e0326edc1 2026-02-27 19:37:10.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fad72c8-ba48-434c-9d3c-3f71a86bd6fc a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 2b8cac92-496d-4a60-a815-c0f3f8f629b7 2026-02-27 19:37:10.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fad72c8-ba48-434c-9d3c-3f71a86bd6fc a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 2b8cac92-496d-4a60-a815-c0f3f8f629b7 [pid: 7|app: 0|req: 890/1676] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:37:09 2026] POST /v2.0/networks => generated 721 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1677] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:09 2026] DELETE /v2.0/networks/ff8d73af-a254-44e2-bec4-1e6c56c4e603 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1678] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:10 2026] POST /v2.0/subnets => generated 688 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:10.482 7 INFO neutron.db.segments_db [None req-acbf96d0-f4ce-41d8-b66a-ddeff6d8795d b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment acf9d70e-320e-4860-ac37-fc0fcd03f51c of type vxlan for network f9388066-6918-46fa-b252-f92cf8568857 2026-02-27 19:37:10.492 8 INFO neutron.db.segments_db [None req-641b34a4-98b2-4b4c-93ef-88df2a235af4 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment df6e303d-13e0-47aa-bd78-7a61c2179eaf of type vxlan for network e17d1ae5-af2f-4fbc-a0f4-25e842c68221 [pid: 8|app: 0|req: 788/1679] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:10 2026] POST /v2.0/networks => generated 614 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:10.732 7 INFO neutron.db.l3_hamode_db [None req-acbf96d0-f4ce-41d8-b66a-ddeff6d8795d b43a73c6c2cb42928ac79e4a9b22e635 b28b0622d0774a95a6b244eb7fca0ae0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:37:10.818 8 INFO neutron.db.segments_db [None req-aee43d71-fde2-4b71-ac0c-f7a7ba8b6646 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 of type vxlan for network 7673a829-1cd6-4d33-917e-a0b286b065f4 [pid: 8|app: 0|req: 789/1680] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:37:10 2026] POST /v2.0/networks => generated 726 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1681] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:10 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1682] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:11 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:11.392 8 INFO neutron.db.segments_db [None req-1eaaa707-6d83-4afa-9b57-7513011b0686 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment 0d975239-fc68-4db6-9195-8ae75979bd4e of type vxlan for network 8a7918dd-5b7a-421f-bf0f-e3310e3a21a6 2026-02-27 19:37:11.522 7 INFO neutron.db.l3_hamode_db [None req-acbf96d0-f4ce-41d8-b66a-ddeff6d8795d b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:37:11.604 8 INFO neutron.db.l3_hamode_db [None req-1eaaa707-6d83-4afa-9b57-7513011b0686 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:37:11.723 8 INFO neutron.db.l3_hamode_db [None req-1eaaa707-6d83-4afa-9b57-7513011b0686 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:37:12.145 8 INFO neutron.services.segments.plugin [-] Segment 3cc43251-5c00-4c73-beaf-ca9e80d7f93a resource provider aggregate not found 2026-02-27 19:37:12.152 8 INFO neutron.services.segments.plugin [-] Segment 3cc43251-5c00-4c73-beaf-ca9e80d7f93a resource provider aggregate not found 2026-02-27 19:37:12.173 8 INFO neutron.services.segments.plugin [-] Segment 3cc43251-5c00-4c73-beaf-ca9e80d7f93a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc43251-5c00-4c73-beaf-ca9e80d7f93a found for delete ", "request_id": "req-1abc063f-574a-405c-a120-ab7bbd321909"}]} 2026-02-27 19:37:12.174 8 INFO neutron.services.segments.plugin [-] Segment 3cc43251-5c00-4c73-beaf-ca9e80d7f93a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc43251-5c00-4c73-beaf-ca9e80d7f93a found for delete ", "request_id": "req-81828eab-7869-449f-8266-2df929c2c94c"}]} [pid: 8|app: 0|req: 792/1683] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:11 2026] POST /v2.0/routers => generated 511 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:12.363 8 INFO neutron.db.segments_db [None req-e1d20726-ae8b-4e93-8409-0391d7787b52 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Added segment 5138172f-3550-4754-b245-d8e76a1a32bd of type vxlan for network 1949fdb6-615c-4dd1-8f17-8fb1a5cfcfec 2026-02-27 19:37:12.547 8 INFO neutron.db.l3_hamode_db [None req-e1d20726-ae8b-4e93-8409-0391d7787b52 b43a73c6c2cb42928ac79e4a9b22e635 39d3eede43a14bbcb67d10b9cc6eee9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1684] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:10 2026] POST /v2.0/routers => generated 728 bytes in 2224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1685] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:37:12 2026] POST /v2.0/ports => generated 959 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-02-27 19:37:13.270 8 INFO neutron.db.l3_hamode_db [None req-e1d20726-ae8b-4e93-8409-0391d7787b52 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 894/1686] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:13 2026] PUT /v2.0/routers/d2f2c0cc-5b83-4ce3-8ae0-e4a5f45a269b/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1687] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:12 2026] POST /v2.0/routers => generated 732 bytes in 1973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1688] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:14 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1689] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:14 2026] PUT /v2.0/routers/5d227359-0b44-4935-9bbe-6b4ab7625691/add_router_interface => generated 309 bytes in 976 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: 795/1690] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:15 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1691] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:37:15 2026] GET /v2.0/ports/d8dbd467-d09f-451c-acc9-8b946a6e8939 => generated 1033 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1692] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:14 2026] PUT /v2.0/routers/100122cc-5671-4592-9e63-0c96b89a8e98/add_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1693] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:15 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1283 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1694] 10.0.0.89 () {32 vars in 856 bytes} [Fri Feb 27 19:37:15 2026] GET /v2.0/floatingips?floating_network_id=4b8431e3-f9e5-46fa-b334-d86d404af859&port_id=4116862f-2141-44c0-805c-088ef9024966 => generated 861 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:15.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-981e00eb-bba8-44e2-815f-fa81228f4abb a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: d8dbd467-d09f-451c-acc9-8b946a6e8939 2026-02-27 19:37:15.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-981e00eb-bba8-44e2-815f-fa81228f4abb a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: d8dbd467-d09f-451c-acc9-8b946a6e8939 [pid: 7|app: 0|req: 897/1695] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:15 2026] PUT /v2.0/routers/5d227359-0b44-4935-9bbe-6b4ab7625691/remove_router_interface => generated 309 bytes in 803 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-02-27 19:37:16.313 8 INFO neutron.api.v2.resource [None req-403a75f1-0b53-41f2-a723-937fa41d1bca a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1696] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:16 2026] PUT /v2.0/routers/5d227359-0b44-4935-9bbe-6b4ab7625691/remove_router_interface => generated 197 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1697] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/ports?device_id=5d227359-0b44-4935-9bbe-6b4ab7625691 => 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: 898/1698] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1699] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/networks?id=7673a829-1cd6-4d33-917e-a0b286b065f4 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1700] 10.0.0.202 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/security-groups?id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&id=45593f31-af37-45b3-97b7-0fa5bf5e5267&fields=id&fields=name => generated 207 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1701] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/quotas/39d3eede43a14bbcb67d10b9cc6eee9c => 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: 804/1702] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/ports?tenant_id=39d3eede43a14bbcb67d10b9cc6eee9c&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1703] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/networks?id=38cdefd9-6e18-4fc9-a56a-831e0326edc1 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:16.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbde3344-207a-46b9-9986-b68e93f8cfaa a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: e9d3a3cb-1fe9-4ace-a601-e111c2bec152 2026-02-27 19:37:16.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbde3344-207a-46b9-9986-b68e93f8cfaa a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: e9d3a3cb-1fe9-4ace-a601-e111c2bec152 [pid: 8|app: 0|req: 806/1704] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/networks/7673a829-1cd6-4d33-917e-a0b286b065f4?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: 807/1705] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/quotas/b28b0622d0774a95a6b244eb7fca0ae0 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1706] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/networks/7673a829-1cd6-4d33-917e-a0b286b065f4?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: 809/1707] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/ports?tenant_id=b28b0622d0774a95a6b244eb7fca0ae0&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1708] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/networks/38cdefd9-6e18-4fc9-a56a-831e0326edc1?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1709] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => 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: 812/1710] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/networks/38cdefd9-6e18-4fc9-a56a-831e0326edc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:16.830 7 INFO neutron.services.segments.plugin [-] Segment 0d975239-fc68-4db6-9195-8ae75979bd4e resource provider aggregate not found 2026-02-27 19:37:16.838 7 INFO neutron.services.segments.plugin [-] Segment 0d975239-fc68-4db6-9195-8ae75979bd4e resource provider aggregate not found 2026-02-27 19:37:16.854 7 INFO neutron.services.segments.plugin [-] Segment 0d975239-fc68-4db6-9195-8ae75979bd4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d975239-fc68-4db6-9195-8ae75979bd4e found for delete ", "request_id": "req-aa294ef9-7e41-4a27-8775-13243c2b6349"}]} 2026-02-27 19:37:16.857 7 INFO neutron.db.l3_hamode_db [None req-bbde3344-207a-46b9-9986-b68e93f8cfaa a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] HA network 8a7918dd-5b7a-421f-bf0f-e3310e3a21a6 was deleted as no HA routers are present in tenant 92331e83844c425d8d998ef719f66e1a. 2026-02-27 19:37:16.861 7 INFO neutron.services.segments.plugin [-] Segment 0d975239-fc68-4db6-9195-8ae75979bd4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d975239-fc68-4db6-9195-8ae75979bd4e found for delete ", "request_id": "req-e547899d-cb5b-4a47-8c60-32b3b37388d5"}]} [pid: 7|app: 0|req: 899/1711] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:16 2026] DELETE /v2.0/routers/5d227359-0b44-4935-9bbe-6b4ab7625691 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1712] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:16 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 813/1713] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:16 2026] DELETE /v2.0/subnets/af3054ae-2737-4fc1-8488-e2e4ef3ab6c8 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1714] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:17 2026] DELETE /v2.0/networks/e17d1ae5-af2f-4fbc-a0f4-25e842c68221 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:17.207 8 INFO neutron.db.segments_db [None req-fc57fa28-6e1e-4924-bfe1-714d7e38e184 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e of type vxlan for network 3492cbd1-0dc2-43da-9e15-ed778dd9e4cc [pid: 8|app: 0|req: 814/1715] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:17 2026] POST /v2.0/networks => generated 614 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1716] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:17 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:17.547 8 INFO neutron.db.segments_db [None req-6f6c23e2-1764-4a2a-ae9e-4d2c8aaca0af a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment 841351fd-071b-49c7-a5ea-0ffd5333e386 of type vxlan for network 3074d21f-1219-4dd8-aa47-1a531ddabf39 2026-02-27 19:37:17.800 8 INFO neutron.db.l3_hamode_db [None req-6f6c23e2-1764-4a2a-ae9e-4d2c8aaca0af a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 903/1717] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:17 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:17.960 8 INFO neutron.db.l3_hamode_db [None req-6f6c23e2-1764-4a2a-ae9e-4d2c8aaca0af a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 904/1718] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:17 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 815/1719] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:17 2026] POST /v2.0/routers => generated 510 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:18.883 7 INFO neutron.services.segments.plugin [-] Segment df6e303d-13e0-47aa-bd78-7a61c2179eaf resource provider aggregate not found 2026-02-27 19:37:18.894 7 INFO neutron.services.segments.plugin [-] Segment df6e303d-13e0-47aa-bd78-7a61c2179eaf resource provider aggregate not found 2026-02-27 19:37:18.910 7 INFO neutron.services.segments.plugin [-] Segment df6e303d-13e0-47aa-bd78-7a61c2179eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df6e303d-13e0-47aa-bd78-7a61c2179eaf found for delete ", "request_id": "req-4a7d16ad-dba6-46bc-b8c1-94643bd3c0be"}]} 2026-02-27 19:37:18.914 7 INFO neutron.services.segments.plugin [-] Segment df6e303d-13e0-47aa-bd78-7a61c2179eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df6e303d-13e0-47aa-bd78-7a61c2179eaf found for delete ", "request_id": "req-010daf29-234f-4fc9-8acb-6b124b3f38e6"}]} [pid: 8|app: 0|req: 816/1720] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:18 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1721] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:18 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => 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: 818/1722] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:18 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1723] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:19 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 905/1724] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:18 2026] PUT /v2.0/routers/b4406bc1-c456-4505-b6d4-18a6a3851f00/add_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1725] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:37:19 2026] GET /v2.0/ports/be39bd54-7223-4afb-86a8-b9e15def46f6 => generated 959 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1726] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:20 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:20.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-41ce76c7-3d2e-41c7-9933-8aec592189af a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: be39bd54-7223-4afb-86a8-b9e15def46f6 2026-02-27 19:37:20.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ce76c7-3d2e-41c7-9933-8aec592189af a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: be39bd54-7223-4afb-86a8-b9e15def46f6 [pid: 8|app: 0|req: 822/1727] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:20 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1728] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:20 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1729] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:20 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1730] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:19 2026] PUT /v2.0/routers/b4406bc1-c456-4505-b6d4-18a6a3851f00/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1731] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:20 2026] GET /v2.0/ports?device_id=b4406bc1-c456-4505-b6d4-18a6a3851f00 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:20.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-8449da7d-75e4-424a-837f-9ced01db6aa0 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 2c3997a5-6e91-4ea1-bfb2-9307b22cf594 2026-02-27 19:37:20.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8449da7d-75e4-424a-837f-9ced01db6aa0 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 2c3997a5-6e91-4ea1-bfb2-9307b22cf594 [pid: 8|app: 0|req: 826/1732] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:21 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:21.182 7 INFO neutron.services.segments.plugin [-] Segment 841351fd-071b-49c7-a5ea-0ffd5333e386 resource provider aggregate not found 2026-02-27 19:37:21.196 7 INFO neutron.services.segments.plugin [-] Segment 841351fd-071b-49c7-a5ea-0ffd5333e386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841351fd-071b-49c7-a5ea-0ffd5333e386 found for delete ", "request_id": "req-5a200a34-c233-4b3c-9697-f2b0a11968f6"}]} 2026-02-27 19:37:21.199 7 INFO neutron.services.segments.plugin [-] Segment 841351fd-071b-49c7-a5ea-0ffd5333e386 resource provider aggregate not found 2026-02-27 19:37:21.218 7 INFO neutron.services.segments.plugin [-] Segment 841351fd-071b-49c7-a5ea-0ffd5333e386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841351fd-071b-49c7-a5ea-0ffd5333e386 found for delete ", "request_id": "req-a25cfaca-fbbd-44e1-9332-738214ef7617"}]} 2026-02-27 19:37:21.227 7 INFO neutron.db.l3_hamode_db [None req-8449da7d-75e4-424a-837f-9ced01db6aa0 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] HA network 3074d21f-1219-4dd8-aa47-1a531ddabf39 was deleted as no HA routers are present in tenant 92331e83844c425d8d998ef719f66e1a. [pid: 7|app: 0|req: 907/1733] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:20 2026] DELETE /v2.0/routers/b4406bc1-c456-4505-b6d4-18a6a3851f00 => generated 0 bytes in 637 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1734] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:21 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1735] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:21 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1736] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:21 2026] DELETE /v2.0/subnets/eadef96d-590b-4731-8ce9-0faa6444eb53 => 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: 910/1737] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:37:21 2026] GET /v2.0/networks?id=7673a829-1cd6-4d33-917e-a0b286b065f4 => 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: 828/1738] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:37:21 2026] GET /v2.0/security-groups?id=45593f31-af37-45b3-97b7-0fa5bf5e5267&id=b3e827f3-ff19-454a-8e7c-6f35400cfbe3&fields=id&fields=name => generated 207 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:21.490 8 INFO neutron.services.segments.plugin [-] Segment ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e resource provider aggregate not found 2026-02-27 19:37:21.495 8 INFO neutron.services.segments.plugin [-] Segment ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e resource provider aggregate not found [pid: 8|app: 0|req: 829/1739] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:21 2026] DELETE /v2.0/networks/3492cbd1-0dc2-43da-9e15-ed778dd9e4cc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:21.513 8 INFO neutron.services.segments.plugin [-] Segment ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e found for delete ", "request_id": "req-b76b5270-1f32-42d1-be2a-5457bef65204"}]} 2026-02-27 19:37:21.513 8 INFO neutron.services.segments.plugin [-] Segment ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6b3ba3-f4b9-4901-b1a6-a553b2dee34e found for delete ", "request_id": "req-de0ce6f0-1026-4244-b044-819882fcb42b"}]} 2026-02-27 19:37:21.552 8 INFO neutron.db.segments_db [None req-c6bb7db6-5ae6-46ca-8cc4-041f4b0a7aef a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Added segment eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 of type vxlan for network 9ea27814-41e2-4f8c-9f1c-46c8938a37dd [pid: 7|app: 0|req: 911/1740] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:37:21 2026] POST /v2.0/ports => generated 958 bytes in 403 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: 912/1741] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:37:21 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:21.827 8 INFO neutron.db.l3_hamode_db [None req-c6bb7db6-5ae6-46ca-8cc4-041f4b0a7aef a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 915/1744] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:37:21 2026] PUT /v2.0/ports/d5ed4bc7-78db-4deb-8c39-7b368be9d55f => generated 1239 bytes in 438 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-02-27 19:37:22.299 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3616e8e-1bee-4592-9c92-3c08c3a6653c'] response: {'name': 'network-changed', 'server_uuid': '508193a2-33fd-4b3c-ba1f-c9959ca0e756', 'tag': 'd5ed4bc7-78db-4deb-8c39-7b368be9d55f', 'status': 'completed', 'code': 200} 2026-02-27 19:37:22.393 7 INFO neutron_taas.services.taas.taas_plugin [req-19cd3743-7dd5-4b2a-a65b-8b73f0ca981f req-2d9b49ea-f829-4f18-8a26-ee1f4e86f484 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] TaaS: Handle Delete Port: 4116862f-2141-44c0-805c-088ef9024966 2026-02-27 19:37:22.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19cd3743-7dd5-4b2a-a65b-8b73f0ca981f req-2d9b49ea-f829-4f18-8a26-ee1f4e86f484 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] Tap Mirror: Handle Delete Port: 4116862f-2141-44c0-805c-088ef9024966 2026-02-27 19:37:22.505 7 INFO neutron.db.l3_db [req-19cd3743-7dd5-4b2a-a65b-8b73f0ca981f req-2d9b49ea-f829-4f18-8a26-ee1f4e86f484 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] Floating IP 15ca7ee4-132c-47b0-82fb-8507d4af6dcb disassociated. External IP: 10.96.250.215, port: 4116862f-2141-44c0-805c-088ef9024966. 2026-02-27 19:37:22.675 8 INFO neutron.db.l3_hamode_db [None req-c6bb7db6-5ae6-46ca-8cc4-041f4b0a7aef a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 916/1745] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:37:22 2026] DELETE /v2.0/ports/4116862f-2141-44c0-805c-088ef9024966 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1746] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:22 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1747] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:22 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 919/1748] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:22 2026] GET /v2.0/ports?tenant_id=39d3eede43a14bbcb67d10b9cc6eee9c&device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1749] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:22 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1750] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:37:23 2026] GET /v2.0/networks?tenant_id=39d3eede43a14bbcb67d10b9cc6eee9c&shared=False => generated 773 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1751] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:23 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => 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: 923/1752] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:37:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1753] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:37:23 2026] GET /v2.0/networks?id=38cdefd9-6e18-4fc9-a56a-831e0326edc1 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1754] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:21 2026] POST /v2.0/routers => generated 690 bytes in 2026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1755] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:37:23 2026] GET /v2.0/routers/9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => generated 696 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1756] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:37:23 2026] GET /v2.0/routers => generated 699 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1757] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:37:23 2026] POST /v2.0/ports => generated 954 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 833/1758] 10.0.0.89 () {34 vars in 739 bytes} [Fri Feb 27 19:37:23 2026] PUT /v2.0/routers/9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => generated 703 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1759] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1760] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1761] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:37:23 2026] PUT /v2.0/ports/3cac3756-0c56-49bb-a35f-15c2f32a01fd => generated 1235 bytes in 391 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: 927/1762] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?tenant_id=39d3eede43a14bbcb67d10b9cc6eee9c&device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1763] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/routers/9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => generated 703 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1764] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1765] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1766] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d5ed4bc7-78db-4deb-8c39-7b368be9d55f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1767] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?device_id=9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => 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: 839/1768] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/subnets?id=8607ad81-42de-4216-85be-2d11b2c76d46 => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:24.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c2af0e6-3f66-42dc-ba2a-f3308d696d44'] response: {'server_uuid': 'a511060f-3596-437f-a377-337db40def76', 'name': 'network-vif-deleted', 'tag': '4116862f-2141-44c0-805c-088ef9024966', 'status': 'completed', 'code': 200} 2026-02-27 19:37:24.382 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c2af0e6-3f66-42dc-ba2a-f3308d696d44'] response: {'name': 'network-changed', 'server_uuid': 'b4b6d74e-1432-4200-b0ff-d618172b262a', 'tag': '3cac3756-0c56-49bb-a35f-15c2f32a01fd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 840/1769] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1770] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?network_id=7673a829-1cd6-4d33-917e-a0b286b065f4&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: 842/1771] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/networks/7673a829-1cd6-4d33-917e-a0b286b065f4?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1772] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/networks/7673a829-1cd6-4d33-917e-a0b286b065f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:24.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea61edc0-e2e6-483b-ab59-2b9261fec8d5 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: d33ef24d-7e81-4349-a6b1-219323a49f15 2026-02-27 19:37:24.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea61edc0-e2e6-483b-ab59-2b9261fec8d5 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: d33ef24d-7e81-4349-a6b1-219323a49f15 2026-02-27 19:37:24.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea61edc0-e2e6-483b-ab59-2b9261fec8d5 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] TaaS: Handle Delete Port: 1e3e5088-0b22-4e5c-8744-cd2c5387ea32 2026-02-27 19:37:24.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea61edc0-e2e6-483b-ab59-2b9261fec8d5 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] Tap Mirror: Handle Delete Port: 1e3e5088-0b22-4e5c-8744-cd2c5387ea32 [pid: 8|app: 0|req: 844/1773] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/ports?tenant_id=b28b0622d0774a95a6b244eb7fca0ae0&device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1774] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/networks?tenant_id=b28b0622d0774a95a6b244eb7fca0ae0&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1775] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:37:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:25.123 7 INFO neutron.services.segments.plugin [-] Segment eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 resource provider aggregate not found 2026-02-27 19:37:25.129 7 INFO neutron.services.segments.plugin [-] Segment eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 resource provider aggregate not found 2026-02-27 19:37:25.152 7 INFO neutron.services.segments.plugin [-] Segment eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 found for delete ", "request_id": "req-b4bc5c3b-f615-483f-a9ab-ae4a522f3b4a"}]} 2026-02-27 19:37:25.159 7 INFO neutron.services.segments.plugin [-] Segment eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb6f4d37-2fd1-41e8-8146-64d56dcca7b4 found for delete ", "request_id": "req-bbe46fac-b1de-45d1-b2ec-aa5f030f5ff7"}]} 2026-02-27 19:37:25.168 7 INFO neutron.db.l3_hamode_db [None req-ea61edc0-e2e6-483b-ab59-2b9261fec8d5 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] HA network 9ea27814-41e2-4f8c-9f1c-46c8938a37dd was deleted as no HA routers are present in tenant 92331e83844c425d8d998ef719f66e1a. [pid: 7|app: 0|req: 930/1776] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:24 2026] DELETE /v2.0/routers/9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1777] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:25.219 7 INFO neutron.api.v2.resource [None req-8fc93e31-8905-4deb-92df-2b08b63ca376 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1778] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/routers/9f74f78c-82f9-461a-a5b3-7c43df1bd1c2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1779] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=b4406bc1-c456-4505-b6d4-18a6a3851f00 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:25.267 7 INFO neutron.api.v2.resource [None req-97c60991-227f-4622-bcda-22d9c7476f6d a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1780] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/routers/b4406bc1-c456-4505-b6d4-18a6a3851f00 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:25.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68f60479-debd-4a66-91be-d638c68115f0 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1781] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/subnets/eadef96d-590b-4731-8ce9-0faa6444eb53 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1782] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=5d227359-0b44-4935-9bbe-6b4ab7625691 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:25.354 8 INFO neutron.api.v2.resource [None req-d78c13e9-3965-473e-b2bd-22e34076f8e0 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 850/1783] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/routers/5d227359-0b44-4935-9bbe-6b4ab7625691 => generated 135 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:25.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-651ca96e-a1c4-4801-b1e3-38f11c27f04c a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1784] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/subnets/af3054ae-2737-4fc1-8488-e2e4ef3ab6c8 => 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: 851/1785] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=7e2c23c1-23f1-4874-889d-194c4c4e4d3b => 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: 935/1786] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1787] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:25.447 7 INFO neutron.api.v2.resource [None req-7fe9b03a-6f9e-4d27-9c87-30125093b3a6 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1788] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/routers/7e2c23c1-23f1-4874-889d-194c4c4e4d3b => 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: 853/1789] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1790] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&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: 938/1791] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:25 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:25.871 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45e43b1d-1c8f-40da-8bd1-d8ecccb0e039 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1792] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/subnets/140bacc3-237a-4d21-99e3-cf5937ab9895 => generated 136 bytes in 403 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:25.891 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2a06f31-a7f3-497a-9f20-83f490e2add3 a62e2461097b4dcbb18500384fa838a8 92331e83844c425d8d998ef719f66e1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1793] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:25 2026] DELETE /v2.0/subnets/be4d9bcb-50e9-4ffa-98a3-c45826e95d78 => 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: 855/1794] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/ports?tenant_id=b28b0622d0774a95a6b244eb7fca0ae0&device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 940/1795] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3cac3756-0c56-49bb-a35f-15c2f32a01fd => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1796] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/subnets?id=25288f53-affa-4125-9cf8-48e5f20568b2 => 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: 941/1797] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/ports?network_id=38cdefd9-6e18-4fc9-a56a-831e0326edc1&device_owner=network%3Adhcp => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1798] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/networks/38cdefd9-6e18-4fc9-a56a-831e0326edc1?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1799] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/networks/38cdefd9-6e18-4fc9-a56a-831e0326edc1?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: 858/1800] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/security-groups?tenant_id=92331e83844c425d8d998ef719f66e1a&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1801] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1802] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:26 2026] DELETE /v2.0/security-groups/3823d056-90c3-453d-a5bd-134a1b9d8cb4 => 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: 860/1803] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1804] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1805] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1806] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:26 2026] GET /v2.0/ports?device_id=a511060f-3596-437f-a377-337db40def76 => 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: 862/1807] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:27 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1808] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:27 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1809] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:27 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1810] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:27 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1811] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:27 2026] DELETE /v2.0/security-groups/45593f31-af37-45b3-97b7-0fa5bf5e5267 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:28.004 8 INFO neutron.api.v2.resource [None req-1cd1cc22-3cc6-49cc-a7c3-f06b5f7b7256 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1812] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:37:27 2026] GET /v2.0/security-groups/45593f31-af37-45b3-97b7-0fa5bf5e5267 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:28.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5610065-b2dd-442a-881e-84d9bec732b6 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] TaaS: Handle Delete Port: 3e367b23-3be1-4770-b983-e28d8c4c2a1e 2026-02-27 19:37:28.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5610065-b2dd-442a-881e-84d9bec732b6 43b4c9f702cb456fac6790e82592212b 67da55ae354a4f4e895d62022f70524c - - default default] Tap Mirror: Handle Delete Port: 3e367b23-3be1-4770-b983-e28d8c4c2a1e [pid: 7|app: 0|req: 948/1813] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:28 2026] DELETE /v2.0/floatingips/15ca7ee4-132c-47b0-82fb-8507d4af6dcb => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1814] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:28 2026] DELETE /v2.0/security-groups/b3e827f3-ff19-454a-8e7c-6f35400cfbe3 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1815] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:37:28 2026] POST /v2.0/subnetpools => generated 549 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1816] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:37:28 2026] GET /v2.0/subnetpools/ec51fc35-0cd0-4465-8be3-de66a4a4fc6e => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1817] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:37:28 2026] PUT /v2.0/subnetpools/ec51fc35-0cd0-4465-8be3-de66a4a4fc6e => generated 501 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1818] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:28 2026] DELETE /v2.0/subnetpools/ec51fc35-0cd0-4465-8be3-de66a4a4fc6e => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:28.702 7 INFO neutron.api.v2.resource [None req-8c768287-1e17-4446-9a19-e763f783f38d 98dcb4ecc9e04afd9998f741baaee53e 316f4539225e469e8a447a1b5d8a0978 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1819] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:37:28 2026] GET /v2.0/subnetpools/ec51fc35-0cd0-4465-8be3-de66a4a4fc6e => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:28.720 7 INFO neutron.api.v2.resource [None req-c4765a57-5174-454f-9f06-e743b71ddbb8 98dcb4ecc9e04afd9998f741baaee53e 316f4539225e469e8a447a1b5d8a0978 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/1820] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:28 2026] DELETE /v2.0/subnetpools/ec51fc35-0cd0-4465-8be3-de66a4a4fc6e => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1821] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:28 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1822] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:28 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:28.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-22684f7c-623c-4e2d-b54a-c86e63b020ca b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 144bcb38-720f-45f2-905f-782892e0bfa2 2026-02-27 19:37:28.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22684f7c-623c-4e2d-b54a-c86e63b020ca b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 144bcb38-720f-45f2-905f-782892e0bfa2 [pid: 7|app: 0|req: 957/1823] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:28 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => 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: 958/1824] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:28 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1825] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:28 2026] PUT /v2.0/routers/9cbd85d4-9c90-4eb5-8215-5e09e871cb53/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1826] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:29 2026] GET /v2.0/security-groups?tenant_id=316f4539225e469e8a447a1b5d8a0978&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1827] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:29 2026] DELETE /v2.0/security-groups/738269ce-5fb7-45af-a4a7-d9ba4039f462 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:29.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-bee7865d-1631-42e3-a179-a1e2f9ef34b3 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 68f7b608-21cb-4204-bbbc-caab05f7d6ed 2026-02-27 19:37:29.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bee7865d-1631-42e3-a179-a1e2f9ef34b3 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 68f7b608-21cb-4204-bbbc-caab05f7d6ed 2026-02-27 19:37:29.929 8 INFO neutron_taas.services.taas.taas_plugin [None req-bee7865d-1631-42e3-a179-a1e2f9ef34b3 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: a247b9c4-a383-4584-9145-6b58952dfd18 2026-02-27 19:37:29.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bee7865d-1631-42e3-a179-a1e2f9ef34b3 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: a247b9c4-a383-4584-9145-6b58952dfd18 [pid: 7|app: 0|req: 961/1828] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:29 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1829] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:30 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1830] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:30 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&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: 964/1831] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:30 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&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-02-27 19:37:30.267 8 INFO neutron.services.segments.plugin [-] Segment 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc resource provider aggregate not found 2026-02-27 19:37:30.271 8 INFO neutron.services.segments.plugin [-] Segment 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc resource provider aggregate not found 2026-02-27 19:37:30.284 8 INFO neutron.services.segments.plugin [-] Segment 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc found for delete ", "request_id": "req-51d67fb3-9a60-4b5a-a317-8258656ff4f1"}]} 2026-02-27 19:37:30.289 8 INFO neutron.services.segments.plugin [-] Segment 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cdec136-b4db-4e0a-bac7-3a028d5ae6cc found for delete ", "request_id": "req-ff7e7e0d-1b2e-488c-90ca-ae50874d6782"}]} 2026-02-27 19:37:30.300 8 INFO neutron.db.l3_hamode_db [None req-bee7865d-1631-42e3-a179-a1e2f9ef34b3 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network f29fa381-45aa-46d8-b543-cb2e211a0bdc was deleted as no HA routers are present in tenant 67da55ae354a4f4e895d62022f70524c. [pid: 8|app: 0|req: 868/1832] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:29 2026] DELETE /v2.0/routers/9cbd85d4-9c90-4eb5-8215-5e09e871cb53 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1833] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:30 2026] DELETE /v2.0/subnets/1d1a1a2d-4b4f-420f-83ea-8912cc7974d8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1834] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:30 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:30.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ed6b435-fc07-4c61-b49d-e04b167928d8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 56aa1c43-cc65-41a7-997d-7a25fbe98a36 [pid: 7|app: 0|req: 967/1835] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:30 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:30.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ed6b435-fc07-4c61-b49d-e04b167928d8 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 56aa1c43-cc65-41a7-997d-7a25fbe98a36 [pid: 8|app: 0|req: 869/1836] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:30 2026] DELETE /v2.0/networks/a55c2683-0219-4de9-8610-8cf82e582631 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:31.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7af45f3-4984-42cd-84ab-d10dd6ae39f5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 036aa0a4-7252-4175-91d8-1983a17c3856 2026-02-27 19:37:31.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7af45f3-4984-42cd-84ab-d10dd6ae39f5 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 036aa0a4-7252-4175-91d8-1983a17c3856 [pid: 8|app: 0|req: 870/1837] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:31 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 871/1838] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:31 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&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: 872/1839] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:31 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 975 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1840] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:31 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1841] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:30 2026] PUT /v2.0/routers/cba39b41-eaf6-4b5e-89cb-ec15b8d0e310/remove_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:32.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-aba2f145-51b4-4abc-9540-3fae220bfbfe b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: b2338594-b6a6-4aab-b771-3e5c3b3d8913 2026-02-27 19:37:32.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aba2f145-51b4-4abc-9540-3fae220bfbfe b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: b2338594-b6a6-4aab-b771-3e5c3b3d8913 2026-02-27 19:37:32.308 8 INFO neutron.services.segments.plugin [-] Segment 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 resource provider aggregate not found 2026-02-27 19:37:32.318 8 INFO neutron.services.segments.plugin [-] Segment 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 resource provider aggregate not found 2026-02-27 19:37:32.328 8 INFO neutron.services.segments.plugin [-] Segment 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 found for delete ", "request_id": "req-dec04fb0-f5f6-45d3-b05d-77d1d64d863b"}]} 2026-02-27 19:37:32.344 8 INFO neutron.services.segments.plugin [-] Segment 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f87ab86-ba41-458d-8c40-a0ef9a3cfba4 found for delete ", "request_id": "req-8ce7830b-4eff-4478-a405-0ba9dac40a8e"}]} 2026-02-27 19:37:32.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-aba2f145-51b4-4abc-9540-3fae220bfbfe b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 74b04745-6847-4faf-89fb-158d1b04b474 2026-02-27 19:37:32.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aba2f145-51b4-4abc-9540-3fae220bfbfe b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 74b04745-6847-4faf-89fb-158d1b04b474 [pid: 7|app: 0|req: 969/1842] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:32 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1843] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:32 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:32.857 8 INFO neutron.db.l3_hamode_db [None req-aba2f145-51b4-4abc-9540-3fae220bfbfe b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network f588b979-c2bb-4a12-abe4-dfcee1bfefd9 was deleted as no HA routers are present in tenant d282eeecaff443f6bb8da435d397dd94. [pid: 8|app: 0|req: 874/1844] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:31 2026] DELETE /v2.0/routers/cba39b41-eaf6-4b5e-89cb-ec15b8d0e310 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1845] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:32 2026] DELETE /v2.0/subnets/04ff645a-5de0-4411-ac41-a46171c2c51b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1846] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:33 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1847] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:37:33 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:33.197 7 INFO neutron.db.segments_db [None req-ded240c5-eeac-4a4c-b2dd-a29ecc6dd228 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Added segment 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 of type vxlan for network a8a1d180-fe96-438b-9ecb-837d6950a18d 2026-02-27 19:37:33.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-af5d913f-d569-426b-b8ae-907c4d25a632 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 9b8cd582-d954-4489-b299-285c8a595d94 2026-02-27 19:37:33.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af5d913f-d569-426b-b8ae-907c4d25a632 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 9b8cd582-d954-4489-b299-285c8a595d94 [pid: 7|app: 0|req: 971/1848] 10.0.0.89 () {34 vars in 669 bytes} [Fri Feb 27 19:37:32 2026] POST /v2.0/networks => generated 614 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1849] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:33 2026] GET /v2.0/security-groups?id=9423a923-3aa1-4b8e-9c4a-a18112fcf51c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1850] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:33 2026] DELETE /v2.0/networks/2fe55358-c642-4808-b4df-b7d54499903f => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:33.477 7 INFO neutron_taas.services.taas.taas_plugin [req-2e7f7725-f544-4659-844d-573e7194452a req-c1a5c7b0-481f-4c28-b748-8d93892a0556 345ef04e7f834faebfcc414f95611046 39d3eede43a14bbcb67d10b9cc6eee9c - - default default] TaaS: Handle Delete Port: d5ed4bc7-78db-4deb-8c39-7b368be9d55f 2026-02-27 19:37:33.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e7f7725-f544-4659-844d-573e7194452a req-c1a5c7b0-481f-4c28-b748-8d93892a0556 345ef04e7f834faebfcc414f95611046 39d3eede43a14bbcb67d10b9cc6eee9c - - default default] Tap Mirror: Handle Delete Port: d5ed4bc7-78db-4deb-8c39-7b368be9d55f 2026-02-27 19:37:33.510 8 INFO neutron.db.segments_db [None req-1a5d33fb-c365-49be-bf38-b438ffc88f3d a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Added segment 011c6483-7da0-424a-a7d5-ebcca5b71cda of type vxlan for network 7e5f3075-8899-4310-9d84-3953808b1281 [pid: 7|app: 0|req: 973/1851] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:37:33 2026] DELETE /v2.0/ports/d5ed4bc7-78db-4deb-8c39-7b368be9d55f => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:33.646 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70275291-d835-4ffd-99f1-a5ebbcfe894e'] response: {'server_uuid': '508193a2-33fd-4b3c-ba1f-c9959ca0e756', 'name': 'network-vif-deleted', 'tag': 'd5ed4bc7-78db-4deb-8c39-7b368be9d55f', 'status': 'completed', 'code': 200} 2026-02-27 19:37:33.828 8 INFO neutron.db.l3_hamode_db [None req-1a5d33fb-c365-49be-bf38-b438ffc88f3d a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 974/1852] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:33 2026] GET /v2.0/security-groups?tenant_id=67da55ae354a4f4e895d62022f70524c&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1853] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:33 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1854] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:33 2026] DELETE /v2.0/security-groups/52338532-6366-41ec-91fd-acdb888915ea => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1855] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:34 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1856] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:34 2026] GET /v2.0/security-groups?tenant_id=d282eeecaff443f6bb8da435d397dd94&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:34.346 8 INFO neutron.services.segments.plugin [-] Segment a0d54e25-3c65-426e-a5db-d3905a0f55af resource provider aggregate not found 2026-02-27 19:37:34.370 8 INFO neutron.services.segments.plugin [-] Segment a0d54e25-3c65-426e-a5db-d3905a0f55af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d54e25-3c65-426e-a5db-d3905a0f55af found for delete ", "request_id": "req-eb54ce65-89d2-4412-8cdd-de09f571920a"}]} [pid: 7|app: 0|req: 979/1857] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:34 2026] DELETE /v2.0/security-groups/00fb9723-5d6a-4c93-aad9-ad1f6dc56248 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:34.384 8 INFO neutron.services.segments.plugin [-] Segment a0d54e25-3c65-426e-a5db-d3905a0f55af resource provider aggregate not found 2026-02-27 19:37:34.392 8 INFO neutron.services.segments.plugin [-] Segment f5cacd60-8299-4f15-867f-16706e4dacad resource provider aggregate not found 2026-02-27 19:37:34.430 8 INFO neutron.services.segments.plugin [-] Segment a0d54e25-3c65-426e-a5db-d3905a0f55af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d54e25-3c65-426e-a5db-d3905a0f55af found for delete ", "request_id": "req-6f37283b-e955-44bf-b87c-cc8b9eb69e80"}]} 2026-02-27 19:37:34.431 8 INFO neutron.services.segments.plugin [-] Segment f5cacd60-8299-4f15-867f-16706e4dacad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5cacd60-8299-4f15-867f-16706e4dacad found for delete ", "request_id": "req-62ced9b4-8c97-4370-b23a-c43cebeb15a6"}]} [pid: 7|app: 0|req: 980/1858] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:34 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:34.454 8 INFO neutron.services.segments.plugin [-] Segment f5cacd60-8299-4f15-867f-16706e4dacad resource provider aggregate not found 2026-02-27 19:37:34.472 8 INFO neutron.services.segments.plugin [-] Segment f5cacd60-8299-4f15-867f-16706e4dacad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5cacd60-8299-4f15-867f-16706e4dacad found for delete ", "request_id": "req-e88086c1-f65a-482e-a108-b40bed7dc26f"}]} 2026-02-27 19:37:34.742 8 INFO neutron.db.l3_hamode_db [None req-1a5d33fb-c365-49be-bf38-b438ffc88f3d a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 981/1859] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:35 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1860] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:35 2026] GET /v2.0/security-groups?id=2d55834c-0d63-4b76-b0fa-053129ca3b6e&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1861] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:35 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => 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: 879/1862] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:33 2026] POST /v2.0/routers => generated 695 bytes in 2296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1863] 10.0.0.89 () {32 vars in 774 bytes} [Fri Feb 27 19:37:35 2026] GET /v2.0/subnets?project_id=bbe8735ebee54f7d8bc0379e94c46455&cidr=10.100.0.0%2F28 => generated 14 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1864] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:37:36 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1865] 10.0.0.89 () {32 vars in 782 bytes} [Fri Feb 27 19:37:36 2026] GET /v2.0/subnets?network_id=4b8431e3-f9e5-46fa-b334-d86d404af859&cidr=10.100.0.0%2F28 => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1866] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:37:36 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:36.464 7 INFO neutron_taas.services.taas.taas_plugin [req-1de9bd34-07d0-42c8-93a0-f29bb2fb2182 req-60be73ae-333c-4cb4-a14f-8e4f9348596a 14467dab79d244c8af65b2b879b6b2e6 b28b0622d0774a95a6b244eb7fca0ae0 - - default default] TaaS: Handle Delete Port: 3cac3756-0c56-49bb-a35f-15c2f32a01fd 2026-02-27 19:37:36.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1de9bd34-07d0-42c8-93a0-f29bb2fb2182 req-60be73ae-333c-4cb4-a14f-8e4f9348596a 14467dab79d244c8af65b2b879b6b2e6 b28b0622d0774a95a6b244eb7fca0ae0 - - default default] Tap Mirror: Handle Delete Port: 3cac3756-0c56-49bb-a35f-15c2f32a01fd [pid: 8|app: 0|req: 881/1867] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:36 2026] POST /v2.0/subnets => generated 657 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1868] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:36 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 987/1869] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:37:36 2026] DELETE /v2.0/ports/3cac3756-0c56-49bb-a35f-15c2f32a01fd => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:36.655 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89fad55b-235b-404c-9693-0bab3c0a8e72'] response: {'server_uuid': 'b4b6d74e-1432-4200-b0ff-d618172b262a', 'name': 'network-vif-deleted', 'tag': '3cac3756-0c56-49bb-a35f-15c2f32a01fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 990/1872] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:36 2026] GET /v2.0/ports?device_id=508193a2-33fd-4b3c-ba1f-c9959ca0e756 => 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: 991/1873] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:37 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 883/1874] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:36 2026] PUT /v2.0/routers/8a14f039-a0f2-4c29-81db-45c6a0934665/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1875] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:37:38 2026] GET /v2.0/networks => generated 6511 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:38.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-de9d0956-ebbd-4cb5-87d5-bd3c0d7184d1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 42dc6360-523a-43cd-a668-1786e1e0808d 2026-02-27 19:37:38.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de9d0956-ebbd-4cb5-87d5-bd3c0d7184d1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 42dc6360-523a-43cd-a668-1786e1e0808d [pid: 8|app: 0|req: 885/1876] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:37:38 2026] GET /v2.0/subnets => generated 5199 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1877] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:37:38 2026] GET /v2.0/routers => generated 2190 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1878] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:37:38 2026] POST /v2.0/security-groups => generated 1673 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1879] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1880] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1881] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:37 2026] PUT /v2.0/routers/100122cc-5671-4592-9e63-0c96b89a8e98/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1882] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1883] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:37:38 2026] GET /v2.0/subnets => generated 5199 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1884] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:38 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => 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: 892/1885] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1886] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/ports?device_id=b4b6d74e-1432-4200-b0ff-d618172b262a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:39.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9adc99a-c6ba-4979-9672-1d0a5dbbc9a9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 2a9f0d22-72b8-4f2f-ba04-eb967debb39f 2026-02-27 19:37:39.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9adc99a-c6ba-4979-9672-1d0a5dbbc9a9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 2a9f0d22-72b8-4f2f-ba04-eb967debb39f [pid: 8|app: 0|req: 894/1887] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:39.149 8 INFO neutron.db.securitygroups_db [None req-5acb00b5-e11a-441a-b63f-8ed9493103d8 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Project bbe8735ebee54f7d8bc0379e94c46455 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: 895/1888] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1889] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/network-ip-availabilities => generated 3784 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:39.293 8 INFO neutron.db.securitygroups_db [None req-ad905c3e-9986-4c3e-977a-c95fd85566ac a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Project bbe8735ebee54f7d8bc0379e94c46455 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: 897/1890] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:39.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9adc99a-c6ba-4979-9672-1d0a5dbbc9a9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 5c037cff-282b-4303-b3cc-d6d78cd23c64 2026-02-27 19:37:39.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9adc99a-c6ba-4979-9672-1d0a5dbbc9a9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 5c037cff-282b-4303-b3cc-d6d78cd23c64 [pid: 8|app: 0|req: 898/1891] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/networks => generated 6511 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1892] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/security-groups => generated 31453 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1893] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/ports => generated 15243 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1894] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/subnets => generated 5199 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1895] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/subnetpools => 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: 903/1896] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/floatingips => 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: 904/1897] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/routers => generated 1462 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:39.834 7 INFO neutron.services.segments.plugin [-] Segment 5138172f-3550-4754-b245-d8e76a1a32bd resource provider aggregate not found 2026-02-27 19:37:39.842 7 INFO neutron.services.segments.plugin [-] Segment 5138172f-3550-4754-b245-d8e76a1a32bd resource provider aggregate not found 2026-02-27 19:37:39.864 7 INFO neutron.services.segments.plugin [-] Segment 5138172f-3550-4754-b245-d8e76a1a32bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5138172f-3550-4754-b245-d8e76a1a32bd found for delete ", "request_id": "req-1c146946-fec0-4a67-9708-b30241590f52"}]} 2026-02-27 19:37:39.871 7 INFO neutron.services.segments.plugin [-] Segment 5138172f-3550-4754-b245-d8e76a1a32bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5138172f-3550-4754-b245-d8e76a1a32bd found for delete ", "request_id": "req-37e59681-4ab2-4b26-b1f1-552df4416cd4"}]} 2026-02-27 19:37:39.887 7 INFO neutron.db.l3_hamode_db [None req-f9adc99a-c6ba-4979-9672-1d0a5dbbc9a9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network 1949fdb6-615c-4dd1-8f17-8fb1a5cfcfec was deleted as no HA routers are present in tenant 39d3eede43a14bbcb67d10b9cc6eee9c. [pid: 7|app: 0|req: 994/1898] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:38 2026] DELETE /v2.0/routers/100122cc-5671-4592-9e63-0c96b89a8e98 => generated 0 bytes in 1051 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1899] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1900] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/networks => generated 1298 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1901] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:37:39 2026] GET /v2.0/routers/8a14f039-a0f2-4c29-81db-45c6a0934665/l3-agents => generated 682 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1902] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:39 2026] DELETE /v2.0/subnets/8607ad81-42de-4216-85be-2d11b2c76d46 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1903] 10.0.0.140 () {34 vars in 1097 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-555536820&fields=id&tenant_id=bbe8735ebee54f7d8bc0379e94c46455 => 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: 997/1904] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/routers/d2f2c0cc-5b83-4ce3-8ae0-e4a5f45a269b/l3-agents => generated 681 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1905] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:40.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-98d8e67c-a4a9-4025-acfc-26c4abaa79b9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: df9d3820-82cd-4404-b885-24b658a59ecf 2026-02-27 19:37:40.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d8e67c-a4a9-4025-acfc-26c4abaa79b9 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: df9d3820-82cd-4404-b885-24b658a59ecf [pid: 7|app: 0|req: 999/1906] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/quotas/bbe8735ebee54f7d8bc0379e94c46455 => 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: 1000/1907] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&fields=id => generated 57 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1908] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:40.482 8 INFO neutron.services.segments.plugin [-] Segment ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 resource provider aggregate not found 2026-02-27 19:37:40.491 8 INFO neutron.services.segments.plugin [-] Segment ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 resource provider aggregate not found 2026-02-27 19:37:40.509 8 INFO neutron.services.segments.plugin [-] Segment ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 found for delete ", "request_id": "req-8434836f-9701-4206-a2b6-b746ecc67094"}]} 2026-02-27 19:37:40.514 8 INFO neutron.services.segments.plugin [-] Segment ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbd57cb-e8a2-411f-9070-5abfa27f2ae3 found for delete ", "request_id": "req-f03ad455-2dd9-485d-a02b-5a3a8cef21e8"}]} [pid: 8|app: 0|req: 908/1909] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:40 2026] DELETE /v2.0/networks/7673a829-1cd6-4d33-917e-a0b286b065f4 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1910] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1911] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1003/1912] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:40 2026] GET /v2.0/security-groups?tenant_id=39d3eede43a14bbcb67d10b9cc6eee9c&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1913] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:40 2026] DELETE /v2.0/security-groups/9423a923-3aa1-4b8e-9c4a-a18112fcf51c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:41.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-e39bde96-65c1-4be7-b727-63873db349b1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: cb03c5c4-1a48-4c20-9a17-07dfc897400c 2026-02-27 19:37:41.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e39bde96-65c1-4be7-b727-63873db349b1 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: cb03c5c4-1a48-4c20-9a17-07dfc897400c [pid: 8|app: 0|req: 911/1914] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:41 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1004/1915] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:41 2026] PUT /v2.0/routers/d2f2c0cc-5b83-4ce3-8ae0-e4a5f45a269b/remove_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:42.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-f58dac6b-3469-4edc-8ea3-7437c5edad28 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 23386ffa-f5ba-4f6f-ac70-93151a7d307f 2026-02-27 19:37:42.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f58dac6b-3469-4edc-8ea3-7437c5edad28 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 23386ffa-f5ba-4f6f-ac70-93151a7d307f 2026-02-27 19:37:42.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-f58dac6b-3469-4edc-8ea3-7437c5edad28 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: d5b47d24-246b-4e0b-94cd-ea3e11b68f25 2026-02-27 19:37:42.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f58dac6b-3469-4edc-8ea3-7437c5edad28 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: d5b47d24-246b-4e0b-94cd-ea3e11b68f25 [pid: 7|app: 0|req: 1005/1916] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:42 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:43.110 8 INFO neutron.services.segments.plugin [-] Segment acf9d70e-320e-4860-ac37-fc0fcd03f51c resource provider aggregate not found 2026-02-27 19:37:43.112 8 INFO neutron.services.segments.plugin [-] Segment acf9d70e-320e-4860-ac37-fc0fcd03f51c resource provider aggregate not found 2026-02-27 19:37:43.130 8 INFO neutron.services.segments.plugin [-] Segment acf9d70e-320e-4860-ac37-fc0fcd03f51c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf9d70e-320e-4860-ac37-fc0fcd03f51c found for delete ", "request_id": "req-2ddc8033-b51a-42e5-8eb6-7fff84e799c5"}]} 2026-02-27 19:37:43.134 8 INFO neutron.services.segments.plugin [-] Segment acf9d70e-320e-4860-ac37-fc0fcd03f51c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf9d70e-320e-4860-ac37-fc0fcd03f51c found for delete ", "request_id": "req-9e626b11-89ac-481c-aa3f-3b7f86c9d12d"}]} 2026-02-27 19:37:43.146 8 INFO neutron.db.l3_hamode_db [None req-f58dac6b-3469-4edc-8ea3-7437c5edad28 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] HA network f9388066-6918-46fa-b252-f92cf8568857 was deleted as no HA routers are present in tenant b28b0622d0774a95a6b244eb7fca0ae0. [pid: 8|app: 0|req: 912/1917] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:42 2026] DELETE /v2.0/routers/d2f2c0cc-5b83-4ce3-8ae0-e4a5f45a269b => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1918] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:43 2026] DELETE /v2.0/subnets/25288f53-affa-4125-9cf8-48e5f20568b2 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:43.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-96c0a165-1e0b-4ad1-acde-54afd4bdbb12 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 2e65ae67-27c8-4852-aac5-de770b6d9552 2026-02-27 19:37:43.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96c0a165-1e0b-4ad1-acde-54afd4bdbb12 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 2e65ae67-27c8-4852-aac5-de770b6d9552 [pid: 8|app: 0|req: 913/1919] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:43 2026] DELETE /v2.0/networks/38cdefd9-6e18-4fc9-a56a-831e0326edc1 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1920] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:43 2026] GET /v2.0/security-groups?tenant_id=b28b0622d0774a95a6b244eb7fca0ae0&name=default => 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: 914/1921] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:43 2026] DELETE /v2.0/security-groups/2d55834c-0d63-4b76-b0fa-053129ca3b6e => 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: 1008/1922] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:44 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1009/1923] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:37:45 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:45.083 8 INFO neutron.db.segments_db [None req-0d907500-8e36-4b32-8466-8436a9858a0e 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Added segment 90bc220c-df26-4b98-a98b-05a884279daf of type vxlan for network 7f42515a-8216-4a34-bc62-0ff5dfb1906c [pid: 7|app: 0|req: 1010/1924] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:37:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bbe8735ebee54f7d8bc0379e94c46455 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:45.156 8 INFO neutron.services.segments.plugin [-] Segment 98c8400f-9ddf-42cc-b419-426ec2c27db9 resource provider aggregate not found 2026-02-27 19:37:45.168 8 INFO neutron.services.segments.plugin [-] Segment 98c8400f-9ddf-42cc-b419-426ec2c27db9 resource provider aggregate not found 2026-02-27 19:37:45.174 8 INFO neutron.services.segments.plugin [-] Segment 98c8400f-9ddf-42cc-b419-426ec2c27db9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98c8400f-9ddf-42cc-b419-426ec2c27db9 found for delete ", "request_id": "req-b9a636e1-6a59-45e6-8f99-f9c5b927dce8"}]} 2026-02-27 19:37:45.188 8 INFO neutron.services.segments.plugin [-] Segment 98c8400f-9ddf-42cc-b419-426ec2c27db9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98c8400f-9ddf-42cc-b419-426ec2c27db9 found for delete ", "request_id": "req-18105334-f8fe-4a2e-8c81-c7049ff54893"}]} [pid: 8|app: 0|req: 915/1925] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:44 2026] POST /v2.0/networks => generated 621 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1926] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:45 2026] GET /v2.0/security-groups?tenant_id=fc2f084a8d614bb6a5dd21db2b88ec24&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1927] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:45 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1013/1928] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:45 2026] POST /v2.0/subnets => generated 657 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1929] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:37:45 2026] POST /v2.0/ports => generated 954 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1930] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:45 2026] DELETE /v2.0/security-groups/1cf69492-ccdb-4600-982d-cd5856e871f6 => generated 0 bytes in 91 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: 917/1931] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:37:45 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1932] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:45 2026] POST /v2.0/subnets => generated 730 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1933] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:37:45 2026] PUT /v2.0/ports/76260c7b-5b91-4648-a7a2-d4a186f9a4f1 => generated 1235 bytes in 429 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-02-27 19:37:46.107 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-435548e4-9ed8-46a6-8bda-02826cd6acfa'] response: {'name': 'network-changed', 'server_uuid': '14b38a4e-f17c-41b3-9c7d-04870aa7a74d', 'tag': '76260c7b-5b91-4648-a7a2-d4a186f9a4f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 919/1934] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:45 2026] GET /v2.0/security-groups?tenant_id=95bd0f8b21094c3ca3ffa989109d0974&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:46.131 7 INFO neutron.db.segments_db [None req-69f5070b-cadf-4cc7-9861-e9cfb04bcc4f 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Added segment 6faae857-8f60-4143-8b26-66d7b7e77ce7 of type vxlan for network fca5ac08-6751-44ad-92b1-6ed87bc11a7c [pid: 8|app: 0|req: 920/1935] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:46 2026] DELETE /v2.0/security-groups/7f2897e0-f231-4d14-917d-343884e5d04a => 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: 1016/1936] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:46 2026] POST /v2.0/networks => generated 618 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1937] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:46 2026] POST /v2.0/subnets => generated 656 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1938] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:46 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1939] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:46 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1940] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:46 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1020/1941] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:37:46 2026] GET /v2.0/networks?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&shared=False => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1942] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:46 2026] POST /v2.0/subnets => generated 726 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1943] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:37:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:46.774 8 INFO neutron.db.segments_db [None req-77c0119f-7182-4f72-ab92-531d317e566b 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Added segment b534e93b-0dcc-4a0f-a0b1-1be4154a402f of type vxlan for network d1a55170-7fe9-4cff-9bd3-3026d364f388 [pid: 8|app: 0|req: 923/1944] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:46 2026] POST /v2.0/networks => generated 617 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1945] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:46 2026] POST /v2.0/subnets => generated 656 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1946] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:47 2026] POST /v2.0/subnets => generated 730 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:47.415 7 INFO neutron.db.segments_db [None req-3e6d19e6-c814-4615-8e69-06fffcec34ef 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Added segment 495143dd-fae1-4190-bd62-957b047a7c60 of type vxlan for network 946ba0b6-a52c-4fde-be90-222d7d9b5dea [pid: 8|app: 0|req: 925/1947] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:47 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1948] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:47 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&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-02-27 19:37:47.702 7 INFO neutron.db.l3_hamode_db [None req-3e6d19e6-c814-4615-8e69-06fffcec34ef 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 927/1949] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:47 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1950] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:37:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76260c7b-5b91-4648-a7a2-d4a186f9a4f1 => 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: 929/1951] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:37:47 2026] GET /v2.0/subnets?id=8a0c6ddc-7d8c-4784-a10f-7f6bd914e870 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1952] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:37:47 2026] GET /v2.0/ports?network_id=a8a1d180-fe96-438b-9ecb-837d6950a18d&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:48.179 8 INFO neutron.db.segments_db [None req-0cbfc62e-1220-4aa4-b538-55b1f64cc566 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Added segment 053706b9-b368-4ccc-a9cc-3301857d2930 of type vxlan for network 9e1b503b-a342-4594-bbc9-be9a0768f387 [pid: 8|app: 0|req: 931/1953] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:47 2026] POST /v2.0/networks => generated 631 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1954] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:37:48 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1955] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:48 2026] POST /v2.0/subnets => generated 627 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:48.473 7 INFO neutron.db.l3_hamode_db [None req-3e6d19e6-c814-4615-8e69-06fffcec34ef 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 934/1956] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:37:48 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?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) 2026-02-27 19:37:48.530 8 INFO neutron.db.segments_db [None req-1eb1aa02-e044-4b0a-97ef-22d224551d24 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Added segment 14f1641c-0336-4ea8-b715-a2ff37034f27 of type vxlan for network fc1b714a-37fe-4617-992a-81e3a6febf45 2026-02-27 19:37:48.772 8 INFO neutron.db.l3_hamode_db [None req-1eb1aa02-e044-4b0a-97ef-22d224551d24 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:37:49.532 8 INFO neutron.db.l3_hamode_db [None req-1eb1aa02-e044-4b0a-97ef-22d224551d24 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1023/1957] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:47 2026] POST /v2.0/routers => generated 684 bytes in 2382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1958] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:49 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 935/1959] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:48 2026] POST /v2.0/routers => generated 695 bytes in 1982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1960] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:50 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1961] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:49 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1962] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:50 2026] PUT /v2.0/routers/be0c9bb6-ce9e-4567-aa79-dd74095a1955/add_router_interface => generated 309 bytes in 1461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1963] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:51 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1966] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:37:52 2026] POST /v2.0/ports => generated 955 bytes in 283 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: 942/1967] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:52 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1968] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:51 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1969] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:37:52 2026] POST /v2.0/ports => generated 959 bytes in 361 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-02-27 19:37:53.504 8 INFO neutron.db.l3_db [None req-00a3c6db-56fe-46f0-a4b8-75758a64d591 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Floating IP 865f60e6-391b-4a22-9d1f-90c8dc688ac5 associated. External IP: 10.96.250.213, port: c6542115-6e45-419f-a38e-8eb145cd2c7b. [pid: 8|app: 0|req: 944/1970] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:37:52 2026] POST /v2.0/floatingips => generated 843 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1971] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:53 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1972] 10.0.0.89 () {34 vars in 781 bytes} [Fri Feb 27 19:37:52 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1973] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:54 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:54.048 8 INFO neutron.db.l3_db [None req-633346f6-b1ab-41e3-9ff3-3e80d656a557 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Floating IP 865f60e6-391b-4a22-9d1f-90c8dc688ac5 disassociated. External IP: 10.96.250.213, port: c6542115-6e45-419f-a38e-8eb145cd2c7b. [pid: 7|app: 0|req: 1029/1974] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:37:54 2026] POST /v2.0/security-groups => generated 1627 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1975] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:54 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1976] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:37:53 2026] PUT /v2.0/floatingips/865f60e6-391b-4a22-9d1f-90c8dc688ac5 => generated 552 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1977] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:54 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: 1031/1978] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:37:54 2026] GET /v2.0/security-groups?tenant_id=f0e93de89633434683f953298100108e&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1979] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:37:54 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:54.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8c80706-85f1-4a2d-98ce-56b46bc0031f 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: 12d0f71f-4509-4b8b-bf3a-a69b57df1177 2026-02-27 19:37:54.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c80706-85f1-4a2d-98ce-56b46bc0031f 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: 12d0f71f-4509-4b8b-bf3a-a69b57df1177 [pid: 8|app: 0|req: 949/1980] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1981] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:37:54 2026] DELETE /v2.0/security-groups/77276046-1c02-4ac6-912d-430dc90bca22 => 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: 1032/1982] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:54 2026] DELETE /v2.0/floatingips/865f60e6-391b-4a22-9d1f-90c8dc688ac5 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1983] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:54 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1984] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:55.636 8 INFO neutron.db.l3_db [None req-6befc61f-5c38-456e-bbab-573c991b9905 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Floating IP 6efb507a-c07d-4d5c-82c0-11c16fc93484 associated. External IP: 10.96.250.215, port: a0e671f3-cf09-4d3b-acab-98ef9fa54fd6. 2026-02-27 19:37:55.792 7 INFO neutron.db.l3_db [None req-a0117992-791a-4dbe-8419-9190c9b9a318 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Floating IP 71bdd357-0833-42f7-a0f7-042ec78cd848 associated. External IP: 10.96.250.205, port: 76260c7b-5b91-4648-a7a2-d4a186f9a4f1. [pid: 8|app: 0|req: 952/1985] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:37:54 2026] POST /v2.0/floatingips => generated 842 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1986] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1987] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:37:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1988] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:37:56 2026] GET /v2.0/floatingips/6efb507a-c07d-4d5c-82c0-11c16fc93484 => generated 842 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1989] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:37:56 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 855 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:56.149 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19693f66-5be4-44ee-92a5-bc2b89034035'] response: {'name': 'network-changed', 'server_uuid': '14b38a4e-f17c-41b3-9c7d-04870aa7a74d', 'tag': '76260c7b-5b91-4648-a7a2-d4a186f9a4f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 956/1990] 10.0.0.89 () {32 vars in 653 bytes} [Fri Feb 27 19:37:56 2026] GET /v2.0/floatingips => generated 845 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1991] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1992] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1993] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:56 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: 7|app: 0|req: 1038/1994] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:56 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: 1039/1995] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1996] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:37:56 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:37:56.956 8 INFO neutron.db.l3_db [None req-283e31c1-b76c-41fe-8c35-79d620872be6 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Floating IP 6efb507a-c07d-4d5c-82c0-11c16fc93484 associated. External IP: 10.96.250.215, port: a0e671f3-cf09-4d3b-acab-98ef9fa54fd6. [pid: 7|app: 0|req: 1041/1997] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1998] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:37:56 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1999] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:37:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2000] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76260c7b-5b91-4648-a7a2-d4a186f9a4f1 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2001] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2002] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/subnets?id=8a0c6ddc-7d8c-4784-a10f-7f6bd914e870 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2003] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/ports?network_id=a8a1d180-fe96-438b-9ecb-837d6950a18d&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2004] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2005] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?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: 1050/2006] 10.0.0.140 () {34 vars in 1093 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-271453867&fields=id&tenant_id=91abb66288634ed79c7abad980420c20 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2007] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:37:56 2026] PUT /v2.0/floatingips/6efb507a-c07d-4d5c-82c0-11c16fc93484 => generated 843 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2008] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2009] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/quotas/91abb66288634ed79c7abad980420c20 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:57.715 8 INFO neutron.db.l3_db [None req-4593b21c-a544-492c-a52c-b6be41e8262d 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Floating IP 6efb507a-c07d-4d5c-82c0-11c16fc93484 disassociated. External IP: 10.96.250.215, port: c6542115-6e45-419f-a38e-8eb145cd2c7b. [pid: 7|app: 0|req: 1053/2010] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&fields=id => generated 195 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2011] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1055/2012] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:37:57 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 958/2013] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:37:57 2026] PUT /v2.0/floatingips/6efb507a-c07d-4d5c-82c0-11c16fc93484 => generated 552 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2014] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:37:58 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:37:58.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a5ba942-9ccf-49a5-9f28-c6575d705fcf 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: 2b5833d7-8ad4-49e4-bfe6-714916724b09 2026-02-27 19:37:58.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a5ba942-9ccf-49a5-9f28-c6575d705fcf 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: 2b5833d7-8ad4-49e4-bfe6-714916724b09 [pid: 7|app: 0|req: 1056/2015] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:58 2026] DELETE /v2.0/floatingips/6efb507a-c07d-4d5c-82c0-11c16fc93484 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:37:58.371 8 INFO neutron.api.v2.resource [None req-f7267c4e-00da-49a7-b7a6-8dbfcb2c29bb 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 960/2016] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:37:58 2026] DELETE /v2.0/floatingips/6efb507a-c07d-4d5c-82c0-11c16fc93484 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:37:58.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-e147c1a5-a713-4e35-ae47-85ca3311edf7 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: c6542115-6e45-419f-a38e-8eb145cd2c7b 2026-02-27 19:37:58.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e147c1a5-a713-4e35-ae47-85ca3311edf7 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: c6542115-6e45-419f-a38e-8eb145cd2c7b [pid: 7|app: 0|req: 1057/2017] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:37:58 2026] DELETE /v2.0/ports/c6542115-6e45-419f-a38e-8eb145cd2c7b => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:58.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e106a65-6b09-408a-90ce-23a662bb5841 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: a0e671f3-cf09-4d3b-acab-98ef9fa54fd6 2026-02-27 19:37:58.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e106a65-6b09-408a-90ce-23a662bb5841 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: a0e671f3-cf09-4d3b-acab-98ef9fa54fd6 [pid: 8|app: 0|req: 961/2018] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:37:58 2026] DELETE /v2.0/ports/a0e671f3-cf09-4d3b-acab-98ef9fa54fd6 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2019] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:37:59 2026] GET /v2.0/ports?device_id=be0c9bb6-ce9e-4567-aa79-dd74095a1955 => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:37:59.118 7 INFO neutron.db.segments_db [None req-01f8c333-cb01-4a78-ac44-d6510b023db0 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] Added segment cf757f1c-f6c1-4ec1-b302-1028ac38aa4d of type vxlan for network aa40abfb-f3e4-4b39-b28a-72b1f6fe80db [pid: 7|app: 0|req: 1058/2020] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:58 2026] POST /v2.0/networks => generated 708 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2021] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:59 2026] POST /v2.0/subnets => generated 644 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:59.366 7 WARNING neutron.api.v2.base [None req-e826f9d2-4273-4554-86ba-263d58b11194 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - 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-02-27 19:37:59.366 7 INFO neutron.api.v2.resource [None req-e826f9d2-4273-4554-86ba-263d58b11194 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1060/2022] 10.0.0.89 () {34 vars in 679 bytes} [Fri Feb 27 19:37:59 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-02-27 19:37:59.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-9405ca99-3b96-45dc-8ec8-1298455e65ee 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: 8d0192bc-5424-432f-8b92-4f89d4c5bdd3 2026-02-27 19:37:59.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9405ca99-3b96-45dc-8ec8-1298455e65ee 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: 8d0192bc-5424-432f-8b92-4f89d4c5bdd3 2026-02-27 19:37:59.540 7 INFO neutron.services.segments.plugin [-] Segment cf757f1c-f6c1-4ec1-b302-1028ac38aa4d resource provider aggregate not found 2026-02-27 19:37:59.545 7 INFO neutron.services.segments.plugin [-] Segment cf757f1c-f6c1-4ec1-b302-1028ac38aa4d resource provider aggregate not found 2026-02-27 19:37:59.562 7 INFO neutron.services.segments.plugin [-] Segment cf757f1c-f6c1-4ec1-b302-1028ac38aa4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf757f1c-f6c1-4ec1-b302-1028ac38aa4d found for delete ", "request_id": "req-45d63cc5-e776-4696-a8fa-b94530fb16fd"}]} 2026-02-27 19:37:59.564 7 INFO neutron.services.segments.plugin [-] Segment cf757f1c-f6c1-4ec1-b302-1028ac38aa4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf757f1c-f6c1-4ec1-b302-1028ac38aa4d found for delete ", "request_id": "req-a322fff5-cbca-42e6-9fa1-ddcdee981f24"}]} [pid: 7|app: 0|req: 1061/2023] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:59 2026] DELETE /v2.0/networks/aa40abfb-f3e4-4b39-b28a-72b1f6fe80db => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:37:59.633 7 INFO neutron.db.segments_db [None req-f022f866-26d6-48ec-84d9-93dd87701ceb 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] Added segment 367c229a-52f0-45b9-bac3-d45b6d230d39 of type vxlan for network 9b2da622-24a1-4bd5-92ed-8bd85f6bdaae [pid: 7|app: 0|req: 1062/2024] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:37:59 2026] POST /v2.0/networks => generated 707 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2025] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:37:59 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:37:59.906 7 WARNING neutron.api.v2.base [None req-b47b49a5-4eca-46a3-8afb-05fdc0dbcdf9 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - 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-02-27 19:37:59.907 7 INFO neutron.api.v2.resource [None req-b47b49a5-4eca-46a3-8afb-05fdc0dbcdf9 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1064/2026] 10.0.0.89 () {34 vars in 679 bytes} [Fri Feb 27 19:37:59 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2027] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:37:59 2026] PUT /v2.0/routers/be0c9bb6-ce9e-4567-aa79-dd74095a1955/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2028] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:37:59 2026] DELETE /v2.0/networks/9b2da622-24a1-4bd5-92ed-8bd85f6bdaae => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:00.149 7 INFO neutron.db.segments_db [None req-f30dcda9-1d2e-455d-bcdb-ae8371936b84 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] Added segment 7e8bb1e1-b932-480c-bed2-5c642ab10b3a of type vxlan for network 50200b44-4cf1-498e-a9a8-d6476216f2b0 2026-02-27 19:38:00.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-6db23a6d-bfbb-440c-a6eb-ad37e4c03231 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: b076cb4c-2b54-4514-8149-e4ac5a15ae7c 2026-02-27 19:38:00.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6db23a6d-bfbb-440c-a6eb-ad37e4c03231 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: b076cb4c-2b54-4514-8149-e4ac5a15ae7c [pid: 7|app: 0|req: 1066/2029] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:00 2026] POST /v2.0/networks => generated 707 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2030] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:38:00 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:00.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-6db23a6d-bfbb-440c-a6eb-ad37e4c03231 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] TaaS: Handle Delete Port: 321740d1-f485-4d37-b3bb-508c7216a577 2026-02-27 19:38:00.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6db23a6d-bfbb-440c-a6eb-ad37e4c03231 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] Tap Mirror: Handle Delete Port: 321740d1-f485-4d37-b3bb-508c7216a577 [pid: 7|app: 0|req: 1068/2031] 10.0.0.89 () {34 vars in 679 bytes} [Fri Feb 27 19:38:00 2026] POST /v2.0/rbac-policies => generated 324 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:00.808 8 INFO neutron.services.segments.plugin [-] Segment 14f1641c-0336-4ea8-b715-a2ff37034f27 resource provider aggregate not found 2026-02-27 19:38:00.809 8 INFO neutron.services.segments.plugin [-] Segment 14f1641c-0336-4ea8-b715-a2ff37034f27 resource provider aggregate not found 2026-02-27 19:38:00.830 8 INFO neutron.services.segments.plugin [-] Segment 14f1641c-0336-4ea8-b715-a2ff37034f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14f1641c-0336-4ea8-b715-a2ff37034f27 found for delete ", "request_id": "req-3b79aee8-6991-4401-a4ff-eba514200c65"}]} 2026-02-27 19:38:00.832 8 INFO neutron.services.segments.plugin [-] Segment 14f1641c-0336-4ea8-b715-a2ff37034f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14f1641c-0336-4ea8-b715-a2ff37034f27 found for delete ", "request_id": "req-3835a366-1cd2-47e6-8e02-4060671713e7"}]} 2026-02-27 19:38:00.849 8 INFO neutron.db.l3_hamode_db [None req-6db23a6d-bfbb-440c-a6eb-ad37e4c03231 740f81f801714bf899cad310e2502919 4e1fa9fd30394df2b70e9fee73563b35 - - default default] HA network fc1b714a-37fe-4617-992a-81e3a6febf45 was deleted as no HA routers are present in tenant 4e1fa9fd30394df2b70e9fee73563b35. [pid: 8|app: 0|req: 964/2032] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:37:59 2026] DELETE /v2.0/routers/be0c9bb6-ce9e-4567-aa79-dd74095a1955 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2033] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:00 2026] DELETE /v2.0/subnets/c9aeaa00-d870-461a-8a5b-2827870a8a40 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2034] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:38:01 2026] GET /v2.0/networks/50200b44-4cf1-498e-a9a8-d6476216f2b0 => generated 655 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2035] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:01 2026] DELETE /v2.0/networks/9e1b503b-a342-4594-bbc9-be9a0768f387 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:01.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9f430d9-2778-4edf-8d26-a510bc368229 f0bf4de64f3949b38d4a8b86eb9c2d69 896f8452690943ddb4abeaf9028d22c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1071/2036] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:38:01 2026] GET /v2.0/networks/50200b44-4cf1-498e-a9a8-d6476216f2b0 => generated 138 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:38:01.585 7 INFO neutron.services.segments.plugin [-] Segment 367c229a-52f0-45b9-bac3-d45b6d230d39 resource provider aggregate not found 2026-02-27 19:38:01.590 7 INFO neutron.services.segments.plugin [-] Segment 367c229a-52f0-45b9-bac3-d45b6d230d39 resource provider aggregate not found 2026-02-27 19:38:01.605 7 INFO neutron.services.segments.plugin [-] Segment 367c229a-52f0-45b9-bac3-d45b6d230d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 367c229a-52f0-45b9-bac3-d45b6d230d39 found for delete ", "request_id": "req-ad742ba3-4dc0-4ca8-bfb5-07936f974258"}]} 2026-02-27 19:38:01.607 7 INFO neutron.services.segments.plugin [-] Segment 367c229a-52f0-45b9-bac3-d45b6d230d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 367c229a-52f0-45b9-bac3-d45b6d230d39 found for delete ", "request_id": "req-0399f911-6ae3-4166-863d-b04d3bf8ec11"}]} [pid: 7|app: 0|req: 1072/2037] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:01 2026] GET /v2.0/security-groups?tenant_id=4e1fa9fd30394df2b70e9fee73563b35&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2038] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:01 2026] DELETE /v2.0/networks/50200b44-4cf1-498e-a9a8-d6476216f2b0 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:01.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a263feb-83fb-473e-9f26-ffb5764f62b6 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 967/2039] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:01 2026] DELETE /v2.0/subnets/a78f1f8b-e163-4dd2-bf5b-f059767fee23 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:38:01.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fec5211-6d67-42dd-83c7-849ad107d636 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 968/2040] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:01 2026] DELETE /v2.0/subnets/6cfaecaa-0dc6-4431-8420-ce0d7fd0969a => 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: 1073/2041] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:01 2026] DELETE /v2.0/security-groups/0f38aa5d-2c80-4554-a305-4caa2e793c2f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:01.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-179e6894-26b8-4365-90f9-0b91bb6f6551 136f146b3db74238afd8a60f0044e048 af9fd4712f984feca48f354370bb6cdc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 969/2042] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:01 2026] DELETE /v2.0/subnets/4b2b0737-8b18-4313-9171-c3b25e088874 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2043] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:02 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2044] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:38:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=91abb66288634ed79c7abad980420c20 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2045] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:02 2026] GET /v2.0/security-groups?tenant_id=896f8452690943ddb4abeaf9028d22c8&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2046] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:38:02 2026] POST /v2.0/ports => generated 1183 bytes in 338 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: 972/2047] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:02 2026] DELETE /v2.0/security-groups/35cc1fb8-2a80-4fb7-8eec-82efe4123213 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:02.856 8 INFO neutron.services.segments.plugin [-] Segment 053706b9-b368-4ccc-a9cc-3301857d2930 resource provider aggregate not found 2026-02-27 19:38:02.862 8 INFO neutron.services.segments.plugin [-] Segment 053706b9-b368-4ccc-a9cc-3301857d2930 resource provider aggregate not found 2026-02-27 19:38:02.884 8 INFO neutron.services.segments.plugin [-] Segment 053706b9-b368-4ccc-a9cc-3301857d2930 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053706b9-b368-4ccc-a9cc-3301857d2930 found for delete ", "request_id": "req-637360e5-1f09-4135-a116-c5aaf34c434a"}]} 2026-02-27 19:38:02.888 8 INFO neutron.services.segments.plugin [-] Segment 053706b9-b368-4ccc-a9cc-3301857d2930 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053706b9-b368-4ccc-a9cc-3301857d2930 found for delete ", "request_id": "req-9d996167-5219-466b-a2f8-0c579987ae64"}]} 2026-02-27 19:38:02.907 8 INFO neutron.services.segments.plugin [-] Segment 7e8bb1e1-b932-480c-bed2-5c642ab10b3a resource provider aggregate not found 2026-02-27 19:38:02.912 8 INFO neutron.services.segments.plugin [-] Segment 7e8bb1e1-b932-480c-bed2-5c642ab10b3a resource provider aggregate not found 2026-02-27 19:38:02.934 8 INFO neutron.services.segments.plugin [-] Segment 7e8bb1e1-b932-480c-bed2-5c642ab10b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e8bb1e1-b932-480c-bed2-5c642ab10b3a found for delete ", "request_id": "req-ec52b57b-f76a-40e4-b1ca-e68257d1f249"}]} 2026-02-27 19:38:02.940 8 INFO neutron.services.segments.plugin [-] Segment 7e8bb1e1-b932-480c-bed2-5c642ab10b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e8bb1e1-b932-480c-bed2-5c642ab10b3a found for delete ", "request_id": "req-11dfacf2-875a-4c7d-9d8f-0016ad2e3cc3"}]} [pid: 8|app: 0|req: 973/2048] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:02 2026] GET /v2.0/security-groups?tenant_id=af9fd4712f984feca48f354370bb6cdc&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2049] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:02 2026] DELETE /v2.0/security-groups/01683035-6e3d-428d-87c5-89e79eabc7bb => 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: 975/2050] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:03 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1198 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2051] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:38:02 2026] PUT /v2.0/ports/b55692e2-ac09-4b73-9819-93f5cadae612 => generated 1464 bytes in 447 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-02-27 19:38:03.239 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f23b229-0b70-4036-a2d5-85b6fa3a0399'] response: {'name': 'network-changed', 'server_uuid': '9938d107-4918-4f79-b32d-8d8cab9bfb86', 'tag': 'b55692e2-ac09-4b73-9819-93f5cadae612', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1077/2052] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:03 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&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: 976/2053] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:03 2026] GET /v2.0/security-groups?tenant_id=ff37a7cd6831465da7abbb6d5a5d3701&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2054] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:03 2026] DELETE /v2.0/security-groups/fb610fcb-a565-4b8f-8eed-e73503b846ad => 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: 1079/2055] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:03 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2056] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:38:03 2026] GET /v2.0/networks?tenant_id=91abb66288634ed79c7abad980420c20&shared=False => generated 2374 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2057] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:38:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:03.945 8 INFO neutron.db.segments_db [None req-2f1dcc63-2139-4a76-9efc-a268b63f3672 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Added segment d77faece-8080-45e1-b9e0-40a29922560b of type vxlan for network 1c3e7cb3-b6d8-4ff2-ac0b-7e54c909f73e 2026-02-27 19:38:03.984 8 INFO neutron.db.segments_db [None req-2f1dcc63-2139-4a76-9efc-a268b63f3672 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Added segment 58bac605-defd-4564-b881-15e5c161a3d0 of type vxlan for network 69b5311b-db7c-40cf-9514-2f781787aad7 [pid: 8|app: 0|req: 977/2058] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:03 2026] POST /v2.0/networks => generated 1207 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2059] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:38:04 2026] GET /v2.0/networks => generated 1844 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2060] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:04 2026] DELETE /v2.0/networks/1c3e7cb3-b6d8-4ff2-ac0b-7e54c909f73e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:04.322 7 INFO neutron.services.segments.plugin [-] Segment 58bac605-defd-4564-b881-15e5c161a3d0 resource provider aggregate not found 2026-02-27 19:38:04.327 7 INFO neutron.services.segments.plugin [-] Segment 58bac605-defd-4564-b881-15e5c161a3d0 resource provider aggregate not found 2026-02-27 19:38:04.338 7 INFO neutron.services.segments.plugin [-] Segment 58bac605-defd-4564-b881-15e5c161a3d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58bac605-defd-4564-b881-15e5c161a3d0 found for delete ", "request_id": "req-56c32d8a-e12d-441e-b45a-6a675c5a00fc"}]} 2026-02-27 19:38:04.346 7 INFO neutron.services.segments.plugin [-] Segment 58bac605-defd-4564-b881-15e5c161a3d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58bac605-defd-4564-b881-15e5c161a3d0 found for delete ", "request_id": "req-9c9ee856-01c7-4e1b-8bb2-f75f4ff9a6a3"}]} [pid: 7|app: 0|req: 1083/2061] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:04 2026] DELETE /v2.0/networks/69b5311b-db7c-40cf-9514-2f781787aad7 => 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: 979/2062] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:38:04 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:04.489 7 INFO neutron.db.segments_db [None req-c6e04c83-66f7-441e-8e62-9aea43b7d92b a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Added segment 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe of type vxlan for network fc172b7b-b101-4046-a35c-a6fa6c9b5f4f [pid: 7|app: 0|req: 1084/2063] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:04 2026] POST /v2.0/networks => generated 631 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:04.648 8 INFO neutron.db.segments_db [None req-283961e0-f58f-4dab-9601-2694f042df32 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Added segment 646dd772-f2e4-441a-b049-e719a8077efa of type vxlan for network 81e30eb1-e31b-4532-9218-05fcece75647 [pid: 8|app: 0|req: 980/2064] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:04 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:04.958 8 INFO neutron.services.segments.plugin [-] Segment d77faece-8080-45e1-b9e0-40a29922560b resource provider aggregate not found 2026-02-27 19:38:04.962 8 INFO neutron.services.segments.plugin [-] Segment d77faece-8080-45e1-b9e0-40a29922560b resource provider aggregate not found 2026-02-27 19:38:04.976 8 INFO neutron.services.segments.plugin [-] Segment d77faece-8080-45e1-b9e0-40a29922560b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77faece-8080-45e1-b9e0-40a29922560b found for delete ", "request_id": "req-20b1f8b6-4e1f-4f6e-bfcc-7f3e824aa7ad"}]} [pid: 8|app: 0|req: 981/2065] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:04 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1467 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:38:04.984 8 INFO neutron.services.segments.plugin [-] Segment d77faece-8080-45e1-b9e0-40a29922560b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77faece-8080-45e1-b9e0-40a29922560b found for delete ", "request_id": "req-acdc45ec-a2ef-4e41-8200-392067930628"}]} [pid: 8|app: 0|req: 982/2066] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:38:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=b55692e2-ac09-4b73-9819-93f5cadae612 => 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: 983/2067] 162.253.55.43 () {34 vars in 1102 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A246&port_id=b55692e2-ac09-4b73-9819-93f5cadae612 => 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: 984/2068] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/subnets?id=b4145e5c-196b-4b82-be06-c7b6078a9977&id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 1411 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2069] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2070] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2071] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2072] 10.0.0.89 () {34 vars in 663 bytes} [Fri Feb 27 19:38:04 2026] POST /v2.0/ports => generated 1506 bytes in 497 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: 988/2073] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1086/2074] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/ports => generated 1506 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:38:05.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7e232fd-b3b1-498e-b61c-7dc295bdf909 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] TaaS: Handle Delete Port: e24b7bec-7064-4977-befd-4ee6599caf5a 2026-02-27 19:38:05.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e232fd-b3b1-498e-b61c-7dc295bdf909 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Tap Mirror: Handle Delete Port: e24b7bec-7064-4977-befd-4ee6599caf5a [pid: 8|app: 0|req: 989/2075] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:05 2026] DELETE /v2.0/ports/e24b7bec-7064-4977-befd-4ee6599caf5a => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:05.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-28b7c4c9-9a6d-4b18-bb15-d9236477a4c5 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] TaaS: Handle Delete Port: c6cf0309-4938-4232-a80e-5f68f00b9654 2026-02-27 19:38:05.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28b7c4c9-9a6d-4b18-bb15-d9236477a4c5 a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Tap Mirror: Handle Delete Port: c6cf0309-4938-4232-a80e-5f68f00b9654 [pid: 7|app: 0|req: 1087/2076] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:05 2026] DELETE /v2.0/ports/c6cf0309-4938-4232-a80e-5f68f00b9654 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2077] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:38:05 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:05.747 7 INFO neutron.db.segments_db [None req-53225ee8-392c-47ce-a67f-924b557613fe a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Added segment e54a25b8-a3d0-47d1-b3d5-97403c96aa96 of type vxlan for network 5e5fee88-6c6d-4a25-82e7-8bbfd882a90c [pid: 7|app: 0|req: 1088/2078] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:05 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:05.897 8 INFO neutron.db.segments_db [None req-4b4c68bb-81e4-4d58-80cd-bf71779c384f a2336bd1e7b24033b3112b2c78f25880 91a10d36da4944e086e4166307b6b070 - - default default] Added segment 2e60326d-bb92-455c-bd2d-d188c8a4858d of type vxlan for network 18d7de92-25ce-4898-af26-1413d5d50e07 [pid: 8|app: 0|req: 991/2079] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:05 2026] POST /v2.0/networks => generated 629 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2080] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:38:06 2026] POST /v2.0/subnets => generated 1273 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2081] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:38:06 2026] GET /v2.0/subnets => generated 1909 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2084] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:06 2026] DELETE /v2.0/subnets/37aa841a-1d71-4ef4-8eac-274872f68806 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2085] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:06 2026] DELETE /v2.0/subnets/a983927f-5af1-4e80-943a-a44ff6cac550 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2086] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:38:06 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2087] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:06 2026] DELETE /v2.0/networks/18d7de92-25ce-4898-af26-1413d5d50e07 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:06.992 8 INFO neutron.services.segments.plugin [-] Segment 2e60326d-bb92-455c-bd2d-d188c8a4858d resource provider aggregate not found 2026-02-27 19:38:07.002 8 INFO neutron.services.segments.plugin [-] Segment 2e60326d-bb92-455c-bd2d-d188c8a4858d resource provider aggregate not found 2026-02-27 19:38:07.007 8 INFO neutron.services.segments.plugin [-] Segment 2e60326d-bb92-455c-bd2d-d188c8a4858d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e60326d-bb92-455c-bd2d-d188c8a4858d found for delete ", "request_id": "req-2ceae09f-767d-48a0-b4cf-d2635a0d175d"}]} 2026-02-27 19:38:07.019 8 INFO neutron.services.segments.plugin [-] Segment 2e60326d-bb92-455c-bd2d-d188c8a4858d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e60326d-bb92-455c-bd2d-d188c8a4858d found for delete ", "request_id": "req-51d9edc8-dd5f-4df7-a3ae-536fa9d37ed9"}]} 2026-02-27 19:38:07.053 7 INFO neutron.services.segments.plugin [-] Segment e54a25b8-a3d0-47d1-b3d5-97403c96aa96 resource provider aggregate not found 2026-02-27 19:38:07.058 7 INFO neutron.services.segments.plugin [-] Segment e54a25b8-a3d0-47d1-b3d5-97403c96aa96 resource provider aggregate not found 2026-02-27 19:38:07.072 7 INFO neutron.services.segments.plugin [-] Segment e54a25b8-a3d0-47d1-b3d5-97403c96aa96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e54a25b8-a3d0-47d1-b3d5-97403c96aa96 found for delete ", "request_id": "req-6641e2f2-adcb-4f6c-8b8b-09fb0e8d63ca"}]} 2026-02-27 19:38:07.079 7 INFO neutron.services.segments.plugin [-] Segment e54a25b8-a3d0-47d1-b3d5-97403c96aa96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e54a25b8-a3d0-47d1-b3d5-97403c96aa96 found for delete ", "request_id": "req-e88c28a2-63b5-4138-a2db-9b1e4adae8ca"}]} [pid: 7|app: 0|req: 1092/2088] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:06 2026] DELETE /v2.0/networks/5e5fee88-6c6d-4a25-82e7-8bbfd882a90c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2089] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:07 2026] DELETE /v2.0/networks/81e30eb1-e31b-4532-9218-05fcece75647 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2090] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:07 2026] DELETE /v2.0/networks/fc172b7b-b101-4046-a35c-a6fa6c9b5f4f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2091] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:38:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2092] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:38:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2093] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:38:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2094] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:07 2026] GET /v2.0/security-groups?tenant_id=91a10d36da4944e086e4166307b6b070&name=default => generated 2925 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2095] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:38:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2096] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:07 2026] DELETE /v2.0/security-groups/3907a9bb-d016-4685-a105-b5b61096f01c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2097] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:38:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2098] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:38:08 2026] PUT /v2.0/subnetpools/32619306-d85a-4274-ad4a-5667095da9bd/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2099] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:38:08 2026] PUT /v2.0/subnetpools/ffe5a7a1-e23f-4b00-a83a-4566248a68fc/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2100] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:38:08 2026] PUT /v2.0/subnetpools/063461a6-e8cb-4f95-bb21-15a928af9542/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2101] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:38:08 2026] PUT /v2.0/subnetpools/54354b4d-e41f-4615-98b5-e17109f2ec0d/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2102] 10.0.0.89 () {32 vars in 670 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2103] 10.0.0.89 () {32 vars in 684 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2104] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2105] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2106] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:38:08 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: 1101/2107] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2108] 10.0.0.89 () {32 vars in 678 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2109] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2110] 10.0.0.89 () {32 vars in 688 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2111] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2112] 10.0.0.89 () {32 vars in 700 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2113] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:08 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2114] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:08 2026] DELETE /v2.0/subnetpools/32619306-d85a-4274-ad4a-5667095da9bd => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2115] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:08 2026] DELETE /v2.0/subnetpools/ffe5a7a1-e23f-4b00-a83a-4566248a68fc => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2116] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:08 2026] DELETE /v2.0/subnetpools/063461a6-e8cb-4f95-bb21-15a928af9542 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2117] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:08 2026] DELETE /v2.0/subnetpools/54354b4d-e41f-4615-98b5-e17109f2ec0d => 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: 1107/2118] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:08 2026] DELETE /v2.0/subnetpools/31042074-e9f0-4742-af0b-4701df766473 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:09.031 8 INFO neutron.services.segments.plugin [-] Segment 646dd772-f2e4-441a-b049-e719a8077efa resource provider aggregate not found 2026-02-27 19:38:09.042 8 INFO neutron.services.segments.plugin [-] Segment 646dd772-f2e4-441a-b049-e719a8077efa resource provider aggregate not found 2026-02-27 19:38:09.053 8 INFO neutron.services.segments.plugin [-] Segment 646dd772-f2e4-441a-b049-e719a8077efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 646dd772-f2e4-441a-b049-e719a8077efa found for delete ", "request_id": "req-41cebe32-d8d1-41a0-881a-cefc29d9f385"}]} 2026-02-27 19:38:09.063 8 INFO neutron.services.segments.plugin [-] Segment 646dd772-f2e4-441a-b049-e719a8077efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 646dd772-f2e4-441a-b049-e719a8077efa found for delete ", "request_id": "req-1f8136dd-6d05-45ae-b8e9-fdb96063073a"}]} 2026-02-27 19:38:09.097 7 INFO neutron.services.segments.plugin [-] Segment 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe resource provider aggregate not found 2026-02-27 19:38:09.100 7 INFO neutron.services.segments.plugin [-] Segment 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe resource provider aggregate not found 2026-02-27 19:38:09.124 7 INFO neutron.services.segments.plugin [-] Segment 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe found for delete ", "request_id": "req-c9f19fb2-a192-44b1-b160-550102693208"}]} 2026-02-27 19:38:09.126 7 INFO neutron.services.segments.plugin [-] Segment 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07df6b54-ce5f-45c6-a1f9-6375d5cdebbe found for delete ", "request_id": "req-7c2565c8-4783-4031-88a4-3c768bad263d"}]} [pid: 8|app: 0|req: 1012/2119] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:09 2026] GET /v2.0/security-groups?tenant_id=9382441108ce47c6acc893e27356f09d&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2120] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:09 2026] DELETE /v2.0/security-groups/fcbe2b7e-5452-4b59-b219-510893261c66 => 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: 1013/2121] 10.0.0.89 () {32 vars in 621 bytes} [Fri Feb 27 19:38:10 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: 1109/2122] 10.0.0.89 () {32 vars in 631 bytes} [Fri Feb 27 19:38:10 2026] GET /v2.0/ => generated 632 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2123] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:10 2026] GET /v2.0/security-groups?tenant_id=75da47f858ee4d3c8aa2309f1f0de0dc&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2124] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:10 2026] DELETE /v2.0/security-groups/e5ef5afb-83d2-43fa-bf4b-eb2c52ffcb33 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2125] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:10 2026] GET /v2.0/security-groups?tenant_id=0d5ce24c3133436a8761887d9a6a2c2e&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2126] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:10 2026] DELETE /v2.0/security-groups/7beb397e-3802-4020-a5d9-98e4302b5eed => 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: 1015/2127] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:10 2026] GET /v2.0/security-groups?tenant_id=3689c6bf39524a218a52af72a094ef57&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2128] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:11 2026] DELETE /v2.0/security-groups/e64d962e-8e31-4eff-84c1-c0d8732f7481 => 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: 1016/2129] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:13 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2130] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:13 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2131] 10.0.0.89 () {32 vars in 816 bytes} [Fri Feb 27 19:38:13 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&mac_address=fa%3A16%3A3e%3Aaf%3A74%3A23 => generated 1200 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:38:14.455 7 INFO neutron.db.l3_db [None req-106640a9-e482-455d-b091-9f9a8101cf87 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Floating IP 3dec1404-a488-43ab-bfc5-a69e5b477c5c associated. External IP: 10.96.250.215, port: b55692e2-ac09-4b73-9819-93f5cadae612. [pid: 7|app: 0|req: 1115/2132] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:38:13 2026] POST /v2.0/floatingips => generated 855 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:14.837 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-68cf72b3-b23d-4dab-901a-1b8b77ecb404'] response: {'name': 'network-changed', 'server_uuid': '9938d107-4918-4f79-b32d-8d8cab9bfb86', 'tag': 'b55692e2-ac09-4b73-9819-93f5cadae612', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1018/2133] 10.0.0.140 () {34 vars in 1093 bytes} [Fri Feb 27 19:38:14 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-271453867&fields=id&tenant_id=91abb66288634ed79c7abad980420c20 => 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: 1116/2134] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:38:14 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 703 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2135] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:38:14 2026] GET /v2.0/quotas/91abb66288634ed79c7abad980420c20 => 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: 1117/2136] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&fields=id => generated 287 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2137] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1119/2138] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1120/2139] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2140] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:15.422 8 INFO neutron.db.segments_db [None req-280d37a6-ebc3-49d1-a3d1-68143ee9194a 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Added segment 27bf309f-bd71-4d5a-9c0a-5c63365875e1 of type vxlan for network a109fa04-73fc-4f68-8e00-0da89751a67d [pid: 7|app: 0|req: 1122/2141] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2142] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=b55692e2-ac09-4b73-9819-93f5cadae612 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2143] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:15 2026] POST /v2.0/networks => generated 612 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2144] 162.253.55.43 () {34 vars in 1102 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A246&port_id=b55692e2-ac09-4b73-9819-93f5cadae612 => 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: 1125/2145] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/subnets?id=b4145e5c-196b-4b82-be06-c7b6078a9977&id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => 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: 1126/2146] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2147] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&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: 1021/2148] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:38:15 2026] POST /v2.0/ports => generated 743 bytes in 272 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: 1022/2149] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1128/2150] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/security-groups?tenant_id=8f10899493044a86afdc87452e56481b&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2151] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:15 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1023/2152] 10.0.0.89 () {34 vars in 664 bytes} [Fri Feb 27 19:38:15 2026] POST /v2.0/trunks => generated 407 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2153] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:15 2026] DELETE /v2.0/security-groups/d386a106-ed03-4f9e-b715-37b44cecb783 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:16.089 8 INFO neutron.db.segments_db [None req-d3ff9c13-31fe-4233-8f92-58e42a996195 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Added segment 1c950a71-860e-44f7-a925-dc2d53bb90c0 of type vxlan for network 6b4d2da5-cfb0-440c-ac83-40acc8cb2a1f [pid: 8|app: 0|req: 1024/2154] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:16 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) [pid: 8|app: 0|req: 1025/2155] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:16 2026] GET /v2.0/security-groups?tenant_id=25c15892be6a40bc9580d806951f7568&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2156] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:16 2026] DELETE /v2.0/security-groups/9ac1d911-3fe1-46b1-84b3-39e8d0dbdfad => 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: 1131/2157] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:38:16 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2158] 10.0.0.89 () {34 vars in 664 bytes} [Fri Feb 27 19:38:16 2026] POST /v2.0/trunks => generated 407 bytes in 167 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-02-27 19:38:16.703 7 INFO neutron.db.segments_db [None req-569e4199-4bb8-43c2-8c57-5b9121f8d331 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Added segment c3485f61-9b07-4ad0-99cb-de9f8e88d1dc of type vxlan for network 58ed4582-a553-46fa-8cdd-1d7171eb3df2 [pid: 7|app: 0|req: 1132/2159] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:16 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2160] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:38:16 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1029/2161] 10.0.0.89 () {32 vars in 824 bytes} [Fri Feb 27 19:38:17 2026] GET /v2.0/ports?project_id=bbe8735ebee54f7d8bc0379e94c46455&network_id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 3691 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2162] 10.0.0.89 () {34 vars in 664 bytes} [Fri Feb 27 19:38:17 2026] POST /v2.0/trunks => generated 407 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:17.436 8 INFO neutron.db.segments_db [None req-4218ca76-2923-465f-a0ea-e725fdcb5b6c 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Added segment 06f0884b-53fc-4f10-9bea-b4b3b53c939c of type vxlan for network 56be6a1c-fa41-4ec8-83e7-c13f9bbf3ad6 [pid: 8|app: 0|req: 1030/2163] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:17 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2164] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:38:17 2026] GET /v2.0/subnets?network_id=4b8431e3-f9e5-46fa-b334-d86d404af859 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2165] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:38:17 2026] POST /v2.0/ports => generated 743 bytes in 292 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-02-27 19:38:17.880 8 INFO neutron.db.l3_db [None req-6273cd47-5299-4765-a249-06c9bb1bd5b0 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Floating IP 71bdd357-0833-42f7-a0f7-042ec78cd848 disassociated. External IP: 10.96.250.205, port: 76260c7b-5b91-4648-a7a2-d4a186f9a4f1. [pid: 7|app: 0|req: 1135/2166] 10.0.0.89 () {34 vars in 664 bytes} [Fri Feb 27 19:38:17 2026] POST /v2.0/trunks => generated 407 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:17.972 7 INFO neutron.db.segments_db [None req-a9b4ce07-13dd-409e-b54a-7c473c55bea2 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Added segment dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c of type vxlan for network e3e7b39f-6001-4aef-9897-b21bf5549acd [pid: 7|app: 0|req: 1136/2167] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:17 2026] POST /v2.0/networks => generated 613 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2168] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:17 2026] PUT /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 554 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2169] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:18.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7747e5c0-ca34-44ff-8ff4-de8fcdae2c76'] response: {'name': 'network-changed', 'server_uuid': '14b38a4e-f17c-41b3-9c7d-04870aa7a74d', 'tag': '76260c7b-5b91-4648-a7a2-d4a186f9a4f1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1137/2170] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:38:18 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2171] 10.0.0.89 () {34 vars in 664 bytes} [Fri Feb 27 19:38:18 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, ' [pid: 7|app: 0|req: 1138/2172] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:18 2026] PUT /v2.0/trunks/ff1499f2-1a76-4da5-9983-dcb4e6fddf4f/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2173] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:18 2026] PUT /v2.0/trunks/f230b844-00c2-49a0-a5d8-493015967cdb/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: 1139/2174] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:18 2026] PUT /v2.0/trunks/2447fbfc-99d6-48d8-ade0-642a0beeed7e/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2175] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:18 2026] PUT /v2.0/trunks/14050944-100b-42e1-94fc-65a23e3a120d/tags => 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: 1140/2176] 10.0.0.89 () {32 vars in 660 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2177] 10.0.0.89 () {32 vars in 674 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2178] 10.0.0.89 () {32 vars in 670 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2179] 10.0.0.89 () {32 vars in 682 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2180] 10.0.0.89 () {32 vars in 668 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2181] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2182] 10.0.0.89 () {32 vars in 682 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2183] 10.0.0.89 () {32 vars in 678 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2184] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2185] 10.0.0.89 () {32 vars in 690 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2186] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76260c7b-5b91-4648-a7a2-d4a186f9a4f1 => 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: 1146/2187] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/trunks/ff1499f2-1a76-4da5-9983-dcb4e6fddf4f => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2188] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/subnets?id=8a0c6ddc-7d8c-4784-a10f-7f6bd914e870 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2189] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/ports?network_id=a8a1d180-fe96-438b-9ecb-837d6950a18d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2190] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/ports/b12b919f-affb-4f1a-83f0-24fa71c5899c => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2191] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:18 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?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: 1045/2192] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2193] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/trunks/ff1499f2-1a76-4da5-9983-dcb4e6fddf4f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2194] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/trunks/f230b844-00c2-49a0-a5d8-493015967cdb => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2195] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/ports/c2a4a624-597d-4692-85e5-63d7c8143f7d => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2196] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2197] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/trunks/f230b844-00c2-49a0-a5d8-493015967cdb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2198] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/trunks/2447fbfc-99d6-48d8-ade0-642a0beeed7e => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2199] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/ports/813731d1-44a2-45c5-8bbe-8747335be6d3 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2200] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/trunks/2447fbfc-99d6-48d8-ade0-642a0beeed7e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2201] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/trunks/14050944-100b-42e1-94fc-65a23e3a120d => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2202] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/ports/a8625085-c36e-4c6e-8d37-4a59e19bc404 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2203] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/trunks/14050944-100b-42e1-94fc-65a23e3a120d => 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: 1154/2204] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/trunks/e608b752-b6d0-4966-a567-3b1f011a012a => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2205] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/ports/7cec0bd6-2f37-4bf0-8f09-b78e5216bd96 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2206] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 703 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2207] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/trunks/e608b752-b6d0-4966-a567-3b1f011a012a => 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: 1156/2208] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:38:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=91abb66288634ed79c7abad980420c20 => generated 178 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:19.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-21cabbff-606b-4dcd-9ae2-dd014cabbbe4 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] TaaS: Handle Delete Port: b12b919f-affb-4f1a-83f0-24fa71c5899c 2026-02-27 19:38:19.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21cabbff-606b-4dcd-9ae2-dd014cabbbe4 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Tap Mirror: Handle Delete Port: b12b919f-affb-4f1a-83f0-24fa71c5899c [pid: 8|app: 0|req: 1053/2209] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/ports/b12b919f-affb-4f1a-83f0-24fa71c5899c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:19.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-851ffaeb-ad4d-4700-89d4-95712869a3ba 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] TaaS: Handle Delete Port: c2a4a624-597d-4692-85e5-63d7c8143f7d 2026-02-27 19:38:19.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-851ffaeb-ad4d-4700-89d4-95712869a3ba 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Tap Mirror: Handle Delete Port: c2a4a624-597d-4692-85e5-63d7c8143f7d [pid: 8|app: 0|req: 1054/2210] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:19 2026] DELETE /v2.0/ports/c2a4a624-597d-4692-85e5-63d7c8143f7d => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:20.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-28021522-34b7-4d71-b313-36d4bbad9ec7 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] TaaS: Handle Delete Port: 813731d1-44a2-45c5-8bbe-8747335be6d3 2026-02-27 19:38:20.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28021522-34b7-4d71-b313-36d4bbad9ec7 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Tap Mirror: Handle Delete Port: 813731d1-44a2-45c5-8bbe-8747335be6d3 [pid: 7|app: 0|req: 1157/2211] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:38:19 2026] POST /v2.0/ports => generated 1187 bytes in 461 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: 1055/2212] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:20 2026] DELETE /v2.0/ports/813731d1-44a2-45c5-8bbe-8747335be6d3 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:20.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-48dc55d7-a19e-4329-88df-e9dabe602ba4 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] TaaS: Handle Delete Port: a8625085-c36e-4c6e-8d37-4a59e19bc404 2026-02-27 19:38:20.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48dc55d7-a19e-4329-88df-e9dabe602ba4 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Tap Mirror: Handle Delete Port: a8625085-c36e-4c6e-8d37-4a59e19bc404 [pid: 8|app: 0|req: 1056/2213] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:20 2026] DELETE /v2.0/ports/a8625085-c36e-4c6e-8d37-4a59e19bc404 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2214] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:20 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:20.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-32e46c1d-248a-4ef5-9a7a-34beae33cef5 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] TaaS: Handle Delete Port: 7cec0bd6-2f37-4bf0-8f09-b78e5216bd96 2026-02-27 19:38:20.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e46c1d-248a-4ef5-9a7a-34beae33cef5 30dd844571274478bd692d66d639307d b807d01db51945dd8ba93f5ea730a13b - - default default] Tap Mirror: Handle Delete Port: 7cec0bd6-2f37-4bf0-8f09-b78e5216bd96 [pid: 8|app: 0|req: 1058/2215] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:20 2026] DELETE /v2.0/ports/7cec0bd6-2f37-4bf0-8f09-b78e5216bd96 => 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: 1158/2216] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:38:20 2026] PUT /v2.0/ports/28602682-833e-4407-af29-80062e3a2ff9 => generated 1468 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, ' 2026-02-27 19:38:20.728 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3239ccea-9571-4228-a020-9ab6f1ca33d5'] response: {'name': 'network-changed', 'server_uuid': 'af0ba498-6ebc-44a3-9938-0ccac4685b19', 'tag': '28602682-833e-4407-af29-80062e3a2ff9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1059/2217] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:20 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1202 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2218] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:20 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:20.830 7 INFO neutron.services.segments.plugin [-] Segment 27bf309f-bd71-4d5a-9c0a-5c63365875e1 resource provider aggregate not found 2026-02-27 19:38:20.837 7 INFO neutron.services.segments.plugin [-] Segment 27bf309f-bd71-4d5a-9c0a-5c63365875e1 resource provider aggregate not found 2026-02-27 19:38:20.851 7 INFO neutron.services.segments.plugin [-] Segment 27bf309f-bd71-4d5a-9c0a-5c63365875e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27bf309f-bd71-4d5a-9c0a-5c63365875e1 found for delete ", "request_id": "req-1dab2b1b-7b0e-4044-b83d-508c4567e848"}]} 2026-02-27 19:38:20.852 7 INFO neutron.services.segments.plugin [-] Segment 27bf309f-bd71-4d5a-9c0a-5c63365875e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27bf309f-bd71-4d5a-9c0a-5c63365875e1 found for delete ", "request_id": "req-ca4ac7e5-1820-4740-83ed-c8ad7c2c00da"}]} [pid: 7|app: 0|req: 1159/2219] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:20 2026] DELETE /v2.0/networks/a109fa04-73fc-4f68-8e00-0da89751a67d => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:21.005 8 INFO neutron.services.segments.plugin [-] Segment 1c950a71-860e-44f7-a925-dc2d53bb90c0 resource provider aggregate not found 2026-02-27 19:38:21.011 8 INFO neutron.services.segments.plugin [-] Segment 1c950a71-860e-44f7-a925-dc2d53bb90c0 resource provider aggregate not found 2026-02-27 19:38:21.025 8 INFO neutron.services.segments.plugin [-] Segment 1c950a71-860e-44f7-a925-dc2d53bb90c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c950a71-860e-44f7-a925-dc2d53bb90c0 found for delete ", "request_id": "req-dc0a2f40-dee3-4eec-b1d5-6a60e3891838"}]} 2026-02-27 19:38:21.026 8 INFO neutron.services.segments.plugin [-] Segment 1c950a71-860e-44f7-a925-dc2d53bb90c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c950a71-860e-44f7-a925-dc2d53bb90c0 found for delete ", "request_id": "req-ba2f99bc-565b-4a9c-b364-e4ed4d159902"}]} [pid: 8|app: 0|req: 1061/2220] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:20 2026] DELETE /v2.0/networks/6b4d2da5-cfb0-440c-ac83-40acc8cb2a1f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2221] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:21 2026] DELETE /v2.0/networks/58ed4582-a553-46fa-8cdd-1d7171eb3df2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2222] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:21 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1471 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2223] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:38:21 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2224] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:21 2026] DELETE /v2.0/networks/56be6a1c-fa41-4ec8-83e7-c13f9bbf3ad6 => 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: 1163/2225] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:38:21 2026] GET /v2.0/networks?tenant_id=91abb66288634ed79c7abad980420c20&shared=False => generated 2374 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2226] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:21 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2227] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:38:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2228] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:21 2026] DELETE /v2.0/networks/e3e7b39f-6001-4aef-9897-b21bf5549acd => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2229] 10.0.0.89 () {34 vars in 683 bytes} [Fri Feb 27 19:38:21 2026] POST /v2.0/security-groups => generated 1673 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2232] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:21 2026] GET /v2.0/security-groups?tenant_id=0651c7421d78412abd6becc05678c5d9&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: 1168/2233] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:38:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2234] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:21 2026] DELETE /v2.0/security-groups/18be3a8b-b9be-4152-8a43-9628247c2b7d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2235] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:38:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2236] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:38:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2237] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/security-groups?tenant_id=649f1546198445c289faf08abdb34800&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2238] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:38:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:22.283 8 INFO neutron.db.securitygroups_db [None req-6df6cb15-0ffd-46dd-9418-6a3ec97e6030 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Project bbe8735ebee54f7d8bc0379e94c46455 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: 1171/2239] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:22 2026] DELETE /v2.0/security-groups/509f2d3e-c895-41ac-9986-82289bc1937c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2240] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:38:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:22.400 8 INFO neutron.db.securitygroups_db [None req-96934db2-bb35-4554-82c6-78ca2168eee5 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Project bbe8735ebee54f7d8bc0379e94c46455 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: 1070/2241] 10.0.0.89 () {34 vars in 693 bytes} [Fri Feb 27 19:38:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2242] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2243] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.115&port_id=28602682-833e-4407-af29-80062e3a2ff9 => 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: 1073/2244] 162.253.55.43 () {34 vars in 1104 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A21d&port_id=28602682-833e-4407-af29-80062e3a2ff9 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2245] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/security-groups?tenant_id=b807d01db51945dd8ba93f5ea730a13b&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2246] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/subnets?id=42b6f483-dbe2-4a54-961c-e9a9aee551bb&id=a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2247] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2248] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2249] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:22 2026] DELETE /v2.0/security-groups/2e57cd6e-871b-430d-a546-04e98341cd50 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2250] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2251] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:22.871 7 INFO neutron.services.segments.plugin [-] Segment c3485f61-9b07-4ad0-99cb-de9f8e88d1dc resource provider aggregate not found 2026-02-27 19:38:22.876 7 INFO neutron.services.segments.plugin [-] Segment c3485f61-9b07-4ad0-99cb-de9f8e88d1dc resource provider aggregate not found 2026-02-27 19:38:22.891 7 INFO neutron.services.segments.plugin [-] Segment c3485f61-9b07-4ad0-99cb-de9f8e88d1dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3485f61-9b07-4ad0-99cb-de9f8e88d1dc found for delete ", "request_id": "req-7becc614-42cd-44a3-820a-4d22d7a52345"}]} 2026-02-27 19:38:22.893 7 INFO neutron.services.segments.plugin [-] Segment c3485f61-9b07-4ad0-99cb-de9f8e88d1dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3485f61-9b07-4ad0-99cb-de9f8e88d1dc found for delete ", "request_id": "req-56d3afd5-89c5-470e-aff8-9e3e00ff3437"}]} 2026-02-27 19:38:22.911 7 INFO neutron.services.segments.plugin [-] Segment dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c resource provider aggregate not found [pid: 8|app: 0|req: 1078/2252] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/security-groups?tenant_id=a054bca88546446d92bd6be09e90bb77&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:38:22.915 7 INFO neutron.services.segments.plugin [-] Segment dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c resource provider aggregate not found 2026-02-27 19:38:22.929 7 INFO neutron.services.segments.plugin [-] Segment dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c found for delete ", "request_id": "req-4dddac82-336b-4532-997c-8ae660a1b858"}]} 2026-02-27 19:38:22.930 7 INFO neutron.services.segments.plugin [-] Segment dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd2b8ab-fc41-4caa-9b9d-439c4f9da18c found for delete ", "request_id": "req-a39ecd6f-e63e-46bf-8816-059655b2cff1"}]} [pid: 7|app: 0|req: 1175/2253] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:38:22 2026] GET /v2.0/networks => generated 1298 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2254] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:22 2026] DELETE /v2.0/security-groups/baae2867-05a8-4006-b275-0c4b9589572b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:23.047 8 INFO neutron.services.segments.plugin [-] Segment 06f0884b-53fc-4f10-9bea-b4b3b53c939c resource provider aggregate not found 2026-02-27 19:38:23.050 8 INFO neutron.services.segments.plugin [-] Segment 06f0884b-53fc-4f10-9bea-b4b3b53c939c resource provider aggregate not found 2026-02-27 19:38:23.066 8 INFO neutron.services.segments.plugin [-] Segment 06f0884b-53fc-4f10-9bea-b4b3b53c939c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f0884b-53fc-4f10-9bea-b4b3b53c939c found for delete ", "request_id": "req-04b5d089-c3a7-4926-8040-dd93fa24b866"}]} 2026-02-27 19:38:23.070 8 INFO neutron.services.segments.plugin [-] Segment 06f0884b-53fc-4f10-9bea-b4b3b53c939c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f0884b-53fc-4f10-9bea-b4b3b53c939c found for delete ", "request_id": "req-e8fa5463-5476-4a9a-8a72-b119c0584f16"}]} [pid: 7|app: 0|req: 1176/2255] 10.0.0.140 () {34 vars in 1097 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-495605265&fields=id&tenant_id=bbe8735ebee54f7d8bc0379e94c46455 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2256] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2257] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/quotas/bbe8735ebee54f7d8bc0379e94c46455 => 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: 1082/2258] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&fields=id => generated 149 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2259] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/security-groups?tenant_id=a0a729546fa14c6b8dfd6e44ad664ea3&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2260] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?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: 1084/2261] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2262] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:23 2026] DELETE /v2.0/security-groups/5c934dfb-aa2a-4874-97fe-8458d4dcea4a => 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: 1085/2263] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:23 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1179/2264] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:24 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1086/2265] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:25 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1180/2266] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:25 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2267] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:25 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&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: 1181/2268] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:25 2026] GET /v2.0/security-groups?tenant_id=b4622b7d797149ae991c2fe19e0200d5&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2269] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:26 2026] DELETE /v2.0/security-groups/9f678bfb-cd3c-44da-b4e1-17f837dd29b8 => 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: 1089/2270] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:26 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1182/2271] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:38:26 2026] POST /v2.0/floatingips => generated 552 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2272] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:38:27 2026] PUT /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2273] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:27 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2274] 10.0.0.89 () {34 vars in 768 bytes} [Fri Feb 27 19:38:27 2026] PUT /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/green => 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: 1184/2275] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:27 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2276] 10.0.0.89 () {34 vars in 764 bytes} [Fri Feb 27 19:38:27 2026] PUT /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2277] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:27 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/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: 1093/2278] 10.0.0.89 () {34 vars in 786 bytes} [Fri Feb 27 19:38:27 2026] PUT /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2279] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:27 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1186/2280] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:27 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2281] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:38:27 2026] PUT /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2282] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:27 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2283] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:38:28 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:28.116 7 INFO neutron.api.v2.resource [None req-c2b5fa5f-b22a-4ba2-af35-5c9b157b4aa3 347da0d1b97e4860a1b8b021a0d411c8 88877b0f219542c2bf2beabb6bac9faf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2284] 10.0.0.89 () {32 vars in 749 bytes} [Fri Feb 27 19:38:28 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2285] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:38:28 2026] DELETE /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2286] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:28 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:28.265 8 INFO neutron.api.v2.resource [None req-49125eaf-6275-47d2-99d6-97ab3c9b9d31 347da0d1b97e4860a1b8b021a0d411c8 88877b0f219542c2bf2beabb6bac9faf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1098/2287] 10.0.0.89 () {32 vars in 752 bytes} [Fri Feb 27 19:38:28 2026] DELETE /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2288] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:38:28 2026] DELETE /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2289] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:38:28 2026] GET /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:28.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f247f75-d404-44b1-9c23-65c6bb6da54b 347da0d1b97e4860a1b8b021a0d411c8 88877b0f219542c2bf2beabb6bac9faf - - default default] TaaS: Handle Delete Port: e27d26a3-d0df-4541-97ea-6eee24b07872 2026-02-27 19:38:28.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f247f75-d404-44b1-9c23-65c6bb6da54b 347da0d1b97e4860a1b8b021a0d411c8 88877b0f219542c2bf2beabb6bac9faf - - default default] Tap Mirror: Handle Delete Port: e27d26a3-d0df-4541-97ea-6eee24b07872 [pid: 7|app: 0|req: 1191/2290] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:28 2026] DELETE /v2.0/floatingips/99da911e-b419-4c05-81ad-1c8941909d93 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2291] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:28 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1192/2292] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:29 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2293] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:38:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bbe8735ebee54f7d8bc0379e94c46455 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2294] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:29 2026] GET /v2.0/security-groups?tenant_id=88877b0f219542c2bf2beabb6bac9faf&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2295] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:38:29 2026] POST /v2.0/ports => generated 958 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: 1103/2296] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:29 2026] DELETE /v2.0/security-groups/0cc632a2-2ec2-439b-9523-5b7a70b5aa29 => 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: 1104/2297] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:29 2026] GET /v2.0/security-groups?tenant_id=0a7deb54fe3c418bb84948244ac18693&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2298] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:38:29 2026] PUT /v2.0/ports/e970b102-bdf2-40a0-98c4-2fdcfb04160a => generated 1239 bytes in 435 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: 1105/2299] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:29 2026] DELETE /v2.0/security-groups/8d42ef2b-3217-4833-b11a-21707351ce67 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2300] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:30 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:30.162 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3f74227-1a74-4468-9ec4-21df63bea7ee'] response: {'name': 'network-changed', 'server_uuid': '94dd2880-fb3b-44ef-b25a-de3a8e0ee743', 'tag': 'e970b102-bdf2-40a0-98c4-2fdcfb04160a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1106/2301] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:30 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2302] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:30 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2303] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:38:30 2026] GET /v2.0/networks?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2304] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:38:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2305] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1204 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2306] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2307] 10.0.0.89 () {32 vars in 816 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&mac_address=fa%3A16%3A3e%3A47%3A69%3Af5 => generated 1204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2308] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2309] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2310] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2311] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e970b102-bdf2-40a0-98c4-2fdcfb04160a => 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: 1114/2312] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/subnets?id=8a0c6ddc-7d8c-4784-a10f-7f6bd914e870 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2313] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:31 2026] GET /v2.0/ports?network_id=a8a1d180-fe96-438b-9ecb-837d6950a18d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:38:32.028 7 INFO neutron.db.l3_db [None req-6bd32c89-3ed2-4c0c-bac0-fbb101ee687e 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Floating IP ed158fe9-537e-4e96-b364-2465590473e1 associated. External IP: 10.96.250.220, port: 28602682-833e-4407-af29-80062e3a2ff9. [pid: 8|app: 0|req: 1116/2314] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?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: 1117/2315] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?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: 1199/2316] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:38:31 2026] POST /v2.0/floatingips => generated 855 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:32.342 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-275c40e2-25b8-4c8b-a844-fdd79da5a39b'] response: {'name': 'network-changed', 'server_uuid': 'af0ba498-6ebc-44a3-9938-0ccac4685b19', 'tag': '28602682-833e-4407-af29-80062e3a2ff9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1118/2317] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2318] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&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: 1119/2319] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2320] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2321] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.115&port_id=28602682-833e-4407-af29-80062e3a2ff9 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2322] 162.253.55.43 () {34 vars in 1104 bytes} [Fri Feb 27 19:38:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A21d&port_id=28602682-833e-4407-af29-80062e3a2ff9 => 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: 1121/2323] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/subnets?id=42b6f483-dbe2-4a54-961c-e9a9aee551bb&id=a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2324] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&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: 1122/2325] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2326] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1123/2327] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:33.622 7 INFO neutron.db.segments_db [None req-5e59ea4d-f1bf-4239-ae2e-bfb1e7070d73 d6838e1d53944b08874e428ea0c67ef2 0b893ab8393649fa9eb86830b7c30b31 - - default default] Added segment 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 of type vxlan for network b6f49b9d-8b03-4b5d-abbd-df0d518a4e40 [pid: 8|app: 0|req: 1124/2328] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2329] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:33 2026] POST /v2.0/networks => generated 612 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2330] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:33 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&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: 1206/2331] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:38:33 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2332] 10.0.0.89 () {34 vars in 664 bytes} [Fri Feb 27 19:38:34 2026] POST /v2.0/trunks => generated 407 bytes in 178 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: 1207/2333] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:34 2026] PUT /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2334] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2335] 10.0.0.89 () {34 vars in 758 bytes} [Fri Feb 27 19:38:34 2026] PUT /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2336] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/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: 1209/2337] 10.0.0.89 () {34 vars in 754 bytes} [Fri Feb 27 19:38:34 2026] PUT /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2338] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/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: 1210/2339] 10.0.0.89 () {34 vars in 776 bytes} [Fri Feb 27 19:38:34 2026] PUT /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2340] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2341] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:34 2026] PUT /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/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: 1131/2342] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2343] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:34.614 8 INFO neutron.api.v2.resource [None req-9b1fac0f-bbe1-4bfc-852f-f06d366246d8 d6838e1d53944b08874e428ea0c67ef2 0b893ab8393649fa9eb86830b7c30b31 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2344] 10.0.0.89 () {32 vars in 739 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2345] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:34 2026] DELETE /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2346] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2347] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1135/2348] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:34 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:35.153 7 INFO neutron.api.v2.resource [None req-b5b04e87-1c27-4d0c-b490-2c515dc4dc36 d6838e1d53944b08874e428ea0c67ef2 0b893ab8393649fa9eb86830b7c30b31 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1214/2349] 10.0.0.89 () {32 vars in 742 bytes} [Fri Feb 27 19:38:34 2026] DELETE /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags/green => generated 99 bytes in 465 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2350] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:38:35 2026] DELETE /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => 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: 1215/2351] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:35 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a/tags => 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: 1137/2352] 10.0.0.89 () {32 vars in 717 bytes} [Fri Feb 27 19:38:35 2026] GET /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a => generated 407 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2353] 10.0.0.89 () {32 vars in 715 bytes} [Fri Feb 27 19:38:35 2026] GET /v2.0/ports/3cf312ad-285c-4b66-bafc-02ece3158969 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2354] 10.0.0.89 () {32 vars in 720 bytes} [Fri Feb 27 19:38:35 2026] DELETE /v2.0/trunks/c4e0c730-167d-41f3-ad66-82b74ce1b62a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:38:35.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c946ab5-41ed-40f6-b169-2c677fa6c44b d6838e1d53944b08874e428ea0c67ef2 0b893ab8393649fa9eb86830b7c30b31 - - default default] TaaS: Handle Delete Port: 3cf312ad-285c-4b66-bafc-02ece3158969 2026-02-27 19:38:35.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c946ab5-41ed-40f6-b169-2c677fa6c44b d6838e1d53944b08874e428ea0c67ef2 0b893ab8393649fa9eb86830b7c30b31 - - default default] Tap Mirror: Handle Delete Port: 3cf312ad-285c-4b66-bafc-02ece3158969 [pid: 7|app: 0|req: 1217/2355] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:38:35 2026] DELETE /v2.0/ports/3cf312ad-285c-4b66-bafc-02ece3158969 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:38:35.771 8 INFO neutron.services.segments.plugin [-] Segment 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 resource provider aggregate not found 2026-02-27 19:38:35.782 8 INFO neutron.services.segments.plugin [-] Segment 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 resource provider aggregate not found 2026-02-27 19:38:35.795 8 INFO neutron.services.segments.plugin [-] Segment 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 found for delete ", "request_id": "req-d2da6d31-b14f-4c03-b446-9ea58f29969f"}]} 2026-02-27 19:38:35.803 8 INFO neutron.services.segments.plugin [-] Segment 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d28003a-15f0-4fc9-8978-dbb3c7f3f669 found for delete ", "request_id": "req-5a4018d2-3b2b-4e0d-9df1-d81f6d16db95"}]} [pid: 8|app: 0|req: 1139/2356] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:38:35 2026] DELETE /v2.0/networks/b6f49b9d-8b03-4b5d-abbd-df0d518a4e40 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2357] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:35 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2358] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:36 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2361] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:36 2026] GET /v2.0/security-groups?tenant_id=5107f07240564a09940efc20e2c985aa&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2362] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:36 2026] DELETE /v2.0/security-groups/6e2d87b9-8469-4318-8147-fb8f496d99d3 => 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: 1220/2363] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:36 2026] GET /v2.0/security-groups?tenant_id=0b893ab8393649fa9eb86830b7c30b31&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: 1144/2364] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:36 2026] DELETE /v2.0/security-groups/0142e497-35b8-4a47-ba6d-9f59dd760559 => 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: 1221/2365] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:37 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2366] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:37 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2367] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:37 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2368] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:37 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2369] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:38:37 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:38:37.857 8 INFO neutron.db.l3_db [None req-e43f43e3-30ea-47cd-b312-0bd240392f8e a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Floating IP 71bdd357-0833-42f7-a0f7-042ec78cd848 associated. External IP: 10.96.250.205, port: e970b102-bdf2-40a0-98c4-2fdcfb04160a. [pid: 8|app: 0|req: 1147/2370] 10.0.0.89 () {34 vars in 747 bytes} [Fri Feb 27 19:38:37 2026] PUT /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 856 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:38.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4291eb4a-ce3c-4856-bdc9-401deddc4733'] response: {'name': 'network-changed', 'server_uuid': '94dd2880-fb3b-44ef-b25a-de3a8e0ee743', 'tag': 'e970b102-bdf2-40a0-98c4-2fdcfb04160a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1224/2371] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 856 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2372] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/floatingips => generated 2545 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2373] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/networks => generated 6663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2374] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/ports?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2375] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/subnets => generated 7420 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2376] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/networks?id=a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2377] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e970b102-bdf2-40a0-98c4-2fdcfb04160a => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2378] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/subnets?id=8a0c6ddc-7d8c-4784-a10f-7f6bd914e870 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2379] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/ports => generated 28232 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2380] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2381] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/ports?network_id=a8a1d180-fe96-438b-9ecb-837d6950a18d&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: 1229/2382] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/security-groups => generated 42223 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2383] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:38:38 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2384] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2385] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/routers => generated 1452 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2386] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2387] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/routers/8a14f039-a0f2-4c29-81db-45c6a0934665/l3-agents => generated 681 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2388] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2389] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/l3-agents => generated 681 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2390] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/network-ip-availabilities => generated 4486 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2391] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/subnets => generated 7420 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2392] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2393] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/security-groups?tenant_id=37a4c537682240ef978eee1934a39b4d&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2394] 10.0.0.140 () {34 vars in 1271 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86&device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 5393 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2395] 10.0.0.140 () {34 vars in 1199 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 295 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2396] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:39 2026] DELETE /v2.0/security-groups/f7818129-511b-4105-9357-972621e1f711 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2397] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:38:39 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1473 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2398] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:40 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2399] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:38:40 2026] GET /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:43.866 7 INFO neutron.db.segments_db [None req-5394a672-d3e3-46d9-880f-bb2db760c4eb 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Added segment 63560053-d00a-4ddc-a6af-d824ee11e31f of type vxlan for network 0e88317c-6bc6-48cb-bf07-181ea47c96ef 2026-02-27 19:38:44.115 7 INFO neutron.db.l3_hamode_db [None req-5394a672-d3e3-46d9-880f-bb2db760c4eb 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:38:44.220 7 INFO neutron.db.l3_hamode_db [None req-5394a672-d3e3-46d9-880f-bb2db760c4eb 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1237/2400] 10.0.0.89 () {34 vars in 666 bytes} [Fri Feb 27 19:38:43 2026] POST /v2.0/routers => generated 474 bytes in 1171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:44.896 8 INFO neutron.db.l3_hamode_db [None req-4f500847-0aae-4644-a126-7b8a579a9766 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:38:45.003 8 INFO neutron.db.l3_hamode_db [None req-4f500847-0aae-4644-a126-7b8a579a9766 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1164/2401] 10.0.0.89 () {34 vars in 666 bytes} [Fri Feb 27 19:38:44 2026] POST /v2.0/routers => generated 474 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:46.069 7 INFO neutron.db.l3_hamode_db [None req-c2b2bac1-b685-4e81-ab43-cd5538c58bbb 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:38:46.177 7 INFO neutron.db.l3_hamode_db [None req-c2b2bac1-b685-4e81-ab43-cd5538c58bbb 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1238/2402] 10.0.0.89 () {34 vars in 666 bytes} [Fri Feb 27 19:38:46 2026] POST /v2.0/routers => generated 474 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:46.780 8 INFO neutron.db.l3_hamode_db [None req-a9f272c1-5a6c-4b2c-9a82-b2ef798ee104 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:38:46.912 8 INFO neutron.db.l3_hamode_db [None req-a9f272c1-5a6c-4b2c-9a82-b2ef798ee104 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1165/2403] 10.0.0.89 () {34 vars in 666 bytes} [Fri Feb 27 19:38:46 2026] POST /v2.0/routers => generated 474 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:38:47.524 7 INFO neutron.db.l3_hamode_db [None req-6b99e842-1eee-41cf-95de-a3dfb017f14c 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:38:47.646 7 INFO neutron.db.l3_hamode_db [None req-6b99e842-1eee-41cf-95de-a3dfb017f14c 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1239/2404] 10.0.0.89 () {34 vars in 666 bytes} [Fri Feb 27 19:38:47 2026] POST /v2.0/routers => generated 474 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2405] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:38:48 2026] PUT /v2.0/routers/028ed346-482e-4f2d-804d-e03aaf4a65e6/tags => generated 17 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2406] 10.0.0.202 () {34 vars in 989 bytes} [Fri Feb 27 19:38:48 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2407] 10.0.0.202 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:48 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&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: 1240/2408] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:38:48 2026] PUT /v2.0/routers/92c43590-7f3c-472f-b95f-c5eb4ffc2270/tags => generated 25 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2409] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:38:48 2026] PUT /v2.0/routers/fffd7a92-cda9-404d-9550-c4baeb4ab2e5/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: 1241/2410] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:38:48 2026] PUT /v2.0/routers/cd19bff5-1209-474b-a666-b2c69fd80ba1/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: 1170/2411] 10.0.0.89 () {32 vars in 662 bytes} [Fri Feb 27 19:38:48 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2412] 10.0.0.89 () {32 vars in 676 bytes} [Fri Feb 27 19:38:48 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2413] 10.0.0.89 () {32 vars in 672 bytes} [Fri Feb 27 19:38:48 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2414] 10.0.0.89 () {32 vars in 684 bytes} [Fri Feb 27 19:38:48 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2415] 10.0.0.89 () {32 vars in 670 bytes} [Fri Feb 27 19:38:49 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2416] 10.0.0.89 () {32 vars in 684 bytes} [Fri Feb 27 19:38:49 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2417] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:38:49 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2418] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:38:49 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2419] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:38:49 2026] GET /v2.0/routers/028ed346-482e-4f2d-804d-e03aaf4a65e6 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2420] 10.0.0.89 () {34 vars in 740 bytes} [Fri Feb 27 19:38:49 2026] PUT /v2.0/routers/028ed346-482e-4f2d-804d-e03aaf4a65e6 => generated 485 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2421] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:38:50 2026] GET /v2.0/ports?device_id=028ed346-482e-4f2d-804d-e03aaf4a65e6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:50.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-c70a2bcf-f3d0-4ce3-b43f-097b09574eec 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] TaaS: Handle Delete Port: bc5f204e-fed1-4d76-b7fd-474b14fcfc04 2026-02-27 19:38:50.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c70a2bcf-f3d0-4ce3-b43f-097b09574eec 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Tap Mirror: Handle Delete Port: bc5f204e-fed1-4d76-b7fd-474b14fcfc04 [pid: 7|app: 0|req: 1247/2422] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:50 2026] DELETE /v2.0/routers/028ed346-482e-4f2d-804d-e03aaf4a65e6 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2423] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:38:50 2026] GET /v2.0/routers/92c43590-7f3c-472f-b95f-c5eb4ffc2270 => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2424] 10.0.0.89 () {34 vars in 740 bytes} [Fri Feb 27 19:38:50 2026] PUT /v2.0/routers/92c43590-7f3c-472f-b95f-c5eb4ffc2270 => generated 493 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2425] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:38:51 2026] GET /v2.0/ports?device_id=92c43590-7f3c-472f-b95f-c5eb4ffc2270 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:51.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-c00ad59e-3888-41e0-a5a2-4a821334005e 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] TaaS: Handle Delete Port: 74374253-9cb9-4d5f-a5a7-74276ae78e6d 2026-02-27 19:38:51.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c00ad59e-3888-41e0-a5a2-4a821334005e 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Tap Mirror: Handle Delete Port: 74374253-9cb9-4d5f-a5a7-74276ae78e6d [pid: 7|app: 0|req: 1249/2426] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:51 2026] DELETE /v2.0/routers/92c43590-7f3c-472f-b95f-c5eb4ffc2270 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2427] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:38:51 2026] GET /v2.0/routers/fffd7a92-cda9-404d-9550-c4baeb4ab2e5 => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2430] 10.0.0.89 () {34 vars in 740 bytes} [Fri Feb 27 19:38:51 2026] PUT /v2.0/routers/fffd7a92-cda9-404d-9550-c4baeb4ab2e5 => generated 502 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2431] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:38:51 2026] GET /v2.0/ports?device_id=fffd7a92-cda9-404d-9550-c4baeb4ab2e5 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:52.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd971a76-f87f-48b7-941c-7fdde73bf9cd 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] TaaS: Handle Delete Port: 928cbaad-093c-4d96-8fdd-62b1ff00d86f 2026-02-27 19:38:52.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd971a76-f87f-48b7-941c-7fdde73bf9cd 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Tap Mirror: Handle Delete Port: 928cbaad-093c-4d96-8fdd-62b1ff00d86f [pid: 7|app: 0|req: 1251/2432] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:52 2026] DELETE /v2.0/routers/fffd7a92-cda9-404d-9550-c4baeb4ab2e5 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2433] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:38:52 2026] GET /v2.0/routers/cd19bff5-1209-474b-a666-b2c69fd80ba1 => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2434] 10.0.0.89 () {34 vars in 740 bytes} [Fri Feb 27 19:38:52 2026] PUT /v2.0/routers/cd19bff5-1209-474b-a666-b2c69fd80ba1 => generated 487 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2435] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:38:53 2026] GET /v2.0/ports?device_id=cd19bff5-1209-474b-a666-b2c69fd80ba1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:53.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-faf29483-0ea1-4f53-85b4-bbc4450d5dc0 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] TaaS: Handle Delete Port: 57b3e364-55a4-4bf8-b70c-1a4892b6e34c 2026-02-27 19:38:53.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf29483-0ea1-4f53-85b4-bbc4450d5dc0 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Tap Mirror: Handle Delete Port: 57b3e364-55a4-4bf8-b70c-1a4892b6e34c [pid: 7|app: 0|req: 1253/2436] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:53 2026] DELETE /v2.0/routers/cd19bff5-1209-474b-a666-b2c69fd80ba1 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2437] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:38:53 2026] GET /v2.0/routers/919cf8c8-0557-482d-8a8e-9476648d9fcc => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2438] 10.0.0.89 () {34 vars in 740 bytes} [Fri Feb 27 19:38:53 2026] PUT /v2.0/routers/919cf8c8-0557-482d-8a8e-9476648d9fcc => generated 480 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2439] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:38:54 2026] GET /v2.0/ports?device_id=919cf8c8-0557-482d-8a8e-9476648d9fcc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:38:54.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-0467635b-bbff-4050-a528-3880dafb171d 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] TaaS: Handle Delete Port: 45843b8f-edbb-40dd-8ddc-a3725fa36d0d 2026-02-27 19:38:54.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0467635b-bbff-4050-a528-3880dafb171d 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] Tap Mirror: Handle Delete Port: 45843b8f-edbb-40dd-8ddc-a3725fa36d0d 2026-02-27 19:38:54.456 7 INFO neutron.services.segments.plugin [-] Segment 63560053-d00a-4ddc-a6af-d824ee11e31f resource provider aggregate not found 2026-02-27 19:38:54.463 7 INFO neutron.services.segments.plugin [-] Segment 63560053-d00a-4ddc-a6af-d824ee11e31f resource provider aggregate not found 2026-02-27 19:38:54.473 7 INFO neutron.services.segments.plugin [-] Segment 63560053-d00a-4ddc-a6af-d824ee11e31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63560053-d00a-4ddc-a6af-d824ee11e31f found for delete ", "request_id": "req-f841b2db-1d4e-4799-b747-9588d3e30ebc"}]} 2026-02-27 19:38:54.488 7 INFO neutron.services.segments.plugin [-] Segment 63560053-d00a-4ddc-a6af-d824ee11e31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63560053-d00a-4ddc-a6af-d824ee11e31f found for delete ", "request_id": "req-1538a6eb-8eb0-4588-9f47-4ce62de148dc"}]} 2026-02-27 19:38:54.491 7 INFO neutron.db.l3_hamode_db [None req-0467635b-bbff-4050-a528-3880dafb171d 26c2aa385df642b5928e16fd79a3740d 6db746af112b4f178429239172a971b2 - - default default] HA network 0e88317c-6bc6-48cb-bf07-181ea47c96ef was deleted as no HA routers are present in tenant 6db746af112b4f178429239172a971b2. [pid: 7|app: 0|req: 1255/2440] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:38:54 2026] DELETE /v2.0/routers/919cf8c8-0557-482d-8a8e-9476648d9fcc => generated 0 bytes in 464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2441] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:38:54 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2442] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:55 2026] GET /v2.0/security-groups?tenant_id=6db746af112b4f178429239172a971b2&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: 1187/2443] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:55 2026] DELETE /v2.0/security-groups/e8466e52-95ea-4c0f-83f7-807387281dc1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2444] 10.0.0.72 () {30 vars in 688 bytes} [Fri Feb 27 19:38:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2445] 10.0.0.72 () {30 vars in 690 bytes} [Fri Feb 27 19:38:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2446] 10.0.0.72 () {30 vars in 666 bytes} [Fri Feb 27 19:38:55 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: 1189/2447] 10.0.0.72 () {30 vars in 702 bytes} [Fri Feb 27 19:38:55 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: 1259/2448] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:55 2026] GET /v2.0/security-groups?tenant_id=95612feeba7843e3b8c67d042d9181e2&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: 1190/2449] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:55 2026] DELETE /v2.0/security-groups/b4c50f10-698b-4446-b5c6-6fb5c210cafb => 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: 1260/2450] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/security-groups?tenant_id=d1116dcf132744ccaff2a80aee699ac4&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2451] 10.0.0.72 () {28 vars in 437 bytes} [Fri Feb 27 19:38:56 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: 1262/2452] 10.0.0.72 () {30 vars in 726 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 657 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2453] 10.0.0.72 () {30 vars in 688 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2454] 10.0.0.72 () {30 vars in 690 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2455] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:38:56 2026] DELETE /v2.0/security-groups/4cbcfb19-2f8a-4420-ad0a-97859ddd67c7 => 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: 1265/2456] 10.0.0.72 () {30 vars in 666 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2457] 10.0.0.72 () {30 vars in 702 bytes} [Fri Feb 27 19:38:56 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: 1266/2458] 10.0.0.72 () {30 vars in 726 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2459] 10.0.0.72 () {30 vars in 688 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2460] 10.0.0.72 () {30 vars in 690 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2461] 10.0.0.72 () {30 vars in 666 bytes} [Fri Feb 27 19:38:56 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: 1268/2462] 10.0.0.72 () {30 vars in 702 bytes} [Fri Feb 27 19:38:56 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: 1195/2463] 10.0.0.72 () {30 vars in 728 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2464] 10.0.0.72 () {30 vars in 680 bytes} [Fri Feb 27 19:38:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2465] 10.0.0.72 () {34 vars in 702 bytes} [Fri Feb 27 19:38:56 2026] POST /v2.0/ports => generated 1128 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2466] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:57 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 87 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: 1197/2467] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:57 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&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: 1271/2468] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:38:58 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2469] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:38:58 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2470] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:38:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:38:59.674 7 INFO neutron.db.segments_db [None req-dd4ccc1b-caca-422a-90c3-e86b1202323a 079793004cc346588921f341bfe2047f ceb37aac41bf4b058f9633cc7ae5729e - - default default] Added segment 2e454858-423d-49d6-b442-537e4ec26680 of type vxlan for network b715610a-7d32-49e2-a250-9defcd267d10 [pid: 8|app: 0|req: 1200/2471] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:38:59 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: 1201/2472] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:38:59 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: 1202/2473] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:38:59 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: 1203/2474] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:38:59 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2475] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:38:59 2026] POST /v2.0/networks => generated 612 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2476] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:38:59 2026] PUT /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2477] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:38:59 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/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: 1205/2478] 10.0.0.89 () {34 vars in 762 bytes} [Fri Feb 27 19:38:59 2026] PUT /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags/green => 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: 1206/2479] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:38:59 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: 1207/2480] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:38:59 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: 1274/2481] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:38:59 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2482] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:38:59 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: 1276/2483] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:39:00 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-02-27 19:39:00.029 7 INFO neutron.api.v2.resource [None req-14c97d8b-8a8d-4385-b114-015dd1141789 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1277/2484] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/security-groups/lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2485] 10.0.0.89 () {34 vars in 758 bytes} [Fri Feb 27 19:38:59 2026] PUT /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2486] 162.253.55.43 () {30 vars in 783 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/security-groups?name=lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2487] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2488] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2489] 162.253.55.43 () {34 vars in 734 bytes} [Fri Feb 27 19:39:00 2026] POST /v2.0/security-groups => generated 1636 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2490] 10.0.0.89 () {34 vars in 780 bytes} [Fri Feb 27 19:39:00 2026] PUT /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2491] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/security-groups?id=b3e04715-1846-45b0-a29f-1579f8467d1d&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2492] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2493] 162.253.55.43 () {30 vars in 813 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/security-group-rules?security_group_id=5b6db011-9a64-4eeb-a1f3-801d520023d0 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2494] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:00.380 7 INFO neutron_taas.services.taas.taas_plugin [req-781e9990-e5c2-4e54-9a75-2fc978aa71ac req-366108df-d8a7-4212-a3d8-c266e1542552 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: e970b102-bdf2-40a0-98c4-2fdcfb04160a 2026-02-27 19:39:00.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-781e9990-e5c2-4e54-9a75-2fc978aa71ac req-366108df-d8a7-4212-a3d8-c266e1542552 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: e970b102-bdf2-40a0-98c4-2fdcfb04160a 2026-02-27 19:39:00.496 7 INFO neutron.db.l3_db [req-781e9990-e5c2-4e54-9a75-2fc978aa71ac req-366108df-d8a7-4212-a3d8-c266e1542552 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Floating IP 71bdd357-0833-42f7-a0f7-042ec78cd848 disassociated. External IP: 10.96.250.205, port: e970b102-bdf2-40a0-98c4-2fdcfb04160a. [pid: 8|app: 0|req: 1214/2495] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:39:00 2026] PUT /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 217 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: 1215/2496] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:00 2026] PUT /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2497] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:39:00 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: 1217/2498] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2499] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:39:00 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: 1219/2500] 10.0.0.89 () {32 vars in 739 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/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: 1220/2501] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:39:00 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) 2026-02-27 19:39:00.755 8 INFO neutron.api.v2.resource [None req-18c30721-9c27-4732-84c4-9daf3c4055a5 079793004cc346588921f341bfe2047f ceb37aac41bf4b058f9633cc7ae5729e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2502] 10.0.0.89 () {32 vars in 743 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2503] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:39:00 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: 1223/2504] 10.0.0.89 () {32 vars in 742 bytes} [Fri Feb 27 19:39:00 2026] DELETE /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2505] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2506] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:39:00 2026] DELETE /v2.0/ports/e970b102-bdf2-40a0-98c4-2fdcfb04160a => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2507] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:00 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:00.918 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-269d36b6-b922-446a-b09c-5a980e2f55ec'] response: {'server_uuid': '94dd2880-fb3b-44ef-b25a-de3a8e0ee743', 'name': 'network-vif-deleted', 'tag': 'e970b102-bdf2-40a0-98c4-2fdcfb04160a', 'status': 'completed', 'code': 200} 2026-02-27 19:39:00.960 7 INFO neutron.api.v2.resource [None req-57fb08f7-e339-4201-9adf-906666131d74 079793004cc346588921f341bfe2047f ceb37aac41bf4b058f9633cc7ae5729e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2508] 10.0.0.89 () {32 vars in 746 bytes} [Fri Feb 27 19:39:00 2026] DELETE /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/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: 1226/2509] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:39:00 2026] DELETE /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2510] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:01 2026] GET /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:01.235 8 INFO neutron.services.segments.plugin [-] Segment 2e454858-423d-49d6-b442-537e4ec26680 resource provider aggregate not found 2026-02-27 19:39:01.241 8 INFO neutron.services.segments.plugin [-] Segment 2e454858-423d-49d6-b442-537e4ec26680 resource provider aggregate not found 2026-02-27 19:39:01.257 8 INFO neutron.services.segments.plugin [-] Segment 2e454858-423d-49d6-b442-537e4ec26680 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e454858-423d-49d6-b442-537e4ec26680 found for delete ", "request_id": "req-d29106b3-bb2d-4f36-aa00-2605ffa074a9"}]} 2026-02-27 19:39:01.262 8 INFO neutron.services.segments.plugin [-] Segment 2e454858-423d-49d6-b442-537e4ec26680 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e454858-423d-49d6-b442-537e4ec26680 found for delete ", "request_id": "req-c884c863-38fb-4871-9847-648d5c5165b2"}]} [pid: 8|app: 0|req: 1227/2511] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:01 2026] DELETE /v2.0/networks/b715610a-7d32-49e2-a250-9defcd267d10 => 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: 1285/2512] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:01 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1228/2513] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:01 2026] GET /v2.0/security-groups?tenant_id=1dd7bf5442024d2ebb4d4062d7970715&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2514] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:02 2026] DELETE /v2.0/security-groups/8ad1c409-75ae-41b4-af43-c0d334f439d1 => 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: 1229/2515] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:02 2026] GET /v2.0/security-groups?tenant_id=ceb37aac41bf4b058f9633cc7ae5729e&name=default => 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: 1287/2516] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:02 2026] DELETE /v2.0/security-groups/c5b82ebb-ce31-4749-b62c-248ebc35d07b => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2517] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:02 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1288/2518] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:03 2026] GET /v2.0/ports?device_id=94dd2880-fb3b-44ef-b25a-de3a8e0ee743 => 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: 1231/2519] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:04 2026] DELETE /v2.0/security-groups/b3e04715-1846-45b0-a29f-1579f8467d1d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:04.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1b70330-29d4-404c-a549-b1baff2af9d6 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: acefa29b-ef39-4ac8-a1f4-2fde02eb5965 2026-02-27 19:39:04.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b70330-29d4-404c-a549-b1baff2af9d6 a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: acefa29b-ef39-4ac8-a1f4-2fde02eb5965 [pid: 7|app: 0|req: 1289/2520] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:04 2026] DELETE /v2.0/floatingips/71bdd357-0833-42f7-a0f7-042ec78cd848 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2521] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:05 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2522] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:05 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&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-02-27 19:39:06.004 8 INFO neutron.db.segments_db [None req-ea6da10d-9c3d-4634-81d1-f288c20f0d86 c95be52565104b3f846c6e496bac20f2 2769c9580613438981858d7a664a1205 - - default default] Added segment 90378a31-5fb3-4d5e-a4f0-95459ec47205 of type vxlan for network 0f7ac4ae-89af-4664-b728-90bf9c9f199e [pid: 8|app: 0|req: 1233/2523] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:05 2026] POST /v2.0/networks => generated 612 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2524] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:06 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1291/2525] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:39:06 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1292/2526] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:06 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2527] 10.0.0.89 () {34 vars in 745 bytes} [Fri Feb 27 19:39:06 2026] PUT /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2528] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:06 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 25 bytes in 53 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: 1236/2531] 10.0.0.89 () {34 vars in 756 bytes} [Fri Feb 27 19:39:06 2026] PUT /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/green => generated 4 bytes in 104 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: 1296/2532] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:06 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 34 bytes in 67 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: 1237/2533] 10.0.0.89 () {34 vars in 752 bytes} [Fri Feb 27 19:39:06 2026] PUT /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1297/2534] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:06 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/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: 8|app: 0|req: 1238/2535] 10.0.0.89 () {34 vars in 774 bytes} [Fri Feb 27 19:39:06 2026] PUT /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/black.or.white => generated 4 bytes in 101 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: 1298/2536] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 52 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1239/2537] 10.0.0.89 () {34 vars in 745 bytes} [Fri Feb 27 19:39:07 2026] PUT /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1299/2538] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 37 bytes in 44 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: 1240/2539] 10.0.0.89 () {32 vars in 733 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/red => generated 0 bytes in 48 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-02-27 19:39:07.323 7 INFO neutron.api.v2.resource [None req-514e3161-b01b-4143-bf6c-d3bd3af0c37c c95be52565104b3f846c6e496bac20f2 2769c9580613438981858d7a664a1205 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2540] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1241/2541] 10.0.0.89 () {32 vars in 736 bytes} [Fri Feb 27 19:39:07 2026] DELETE /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/red => generated 0 bytes in 66 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: 1301/2542] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 30 bytes in 45 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, ' 2026-02-27 19:39:07.540 8 INFO neutron.api.v2.resource [None req-39cc96e5-aaca-4542-adca-f12834ae50a9 c95be52565104b3f846c6e496bac20f2 2769c9580613438981858d7a664a1205 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2543] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:39:07 2026] DELETE /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags/green => generated 99 bytes in 78 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: 1302/2544] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2545] 10.0.0.89 () {32 vars in 728 bytes} [Fri Feb 27 19:39:07 2026] DELETE /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 0 bytes in 76 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: 1303/2546] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/security-groups?id=629129fd-a824-4866-bbf4-d80cb1d503f7&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2547] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2548] 10.0.0.89 () {32 vars in 725 bytes} [Fri Feb 27 19:39:07 2026] GET /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:39:07.788 7 INFO neutron_taas.services.taas.taas_plugin [req-37688493-6c7b-4dc2-8f21-89583a402463 req-608555ec-d1cb-484d-876c-5d481963a20d a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: 76260c7b-5b91-4648-a7a2-d4a186f9a4f1 2026-02-27 19:39:07.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37688493-6c7b-4dc2-8f21-89583a402463 req-608555ec-d1cb-484d-876c-5d481963a20d a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: 76260c7b-5b91-4648-a7a2-d4a186f9a4f1 2026-02-27 19:39:07.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1f74632-7e9c-4e53-b249-2a34887cc890 c95be52565104b3f846c6e496bac20f2 2769c9580613438981858d7a664a1205 - - default default] TaaS: Handle Delete Port: 00b21f29-611b-464b-86d3-6484230eaa0e 2026-02-27 19:39:07.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1f74632-7e9c-4e53-b249-2a34887cc890 c95be52565104b3f846c6e496bac20f2 2769c9580613438981858d7a664a1205 - - default default] Tap Mirror: Handle Delete Port: 00b21f29-611b-464b-86d3-6484230eaa0e [pid: 8|app: 0|req: 1245/2549] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:39:07 2026] DELETE /v2.0/ports/00b21f29-611b-464b-86d3-6484230eaa0e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2550] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:39:07 2026] DELETE /v2.0/ports/76260c7b-5b91-4648-a7a2-d4a186f9a4f1 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:07.977 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9df590d0-abfc-42af-bf95-fc18799fe7c8'] response: {'server_uuid': '14b38a4e-f17c-41b3-9c7d-04870aa7a74d', 'name': 'network-vif-deleted', 'tag': '76260c7b-5b91-4648-a7a2-d4a186f9a4f1', 'status': 'completed', 'code': 200} 2026-02-27 19:39:08.036 8 INFO neutron.services.segments.plugin [-] Segment 90378a31-5fb3-4d5e-a4f0-95459ec47205 resource provider aggregate not found 2026-02-27 19:39:08.048 8 INFO neutron.services.segments.plugin [-] Segment 90378a31-5fb3-4d5e-a4f0-95459ec47205 resource provider aggregate not found 2026-02-27 19:39:08.058 8 INFO neutron.services.segments.plugin [-] Segment 90378a31-5fb3-4d5e-a4f0-95459ec47205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90378a31-5fb3-4d5e-a4f0-95459ec47205 found for delete ", "request_id": "req-dddcda45-aee5-4c1a-b381-2881d6993ddd"}]} 2026-02-27 19:39:08.066 8 INFO neutron.services.segments.plugin [-] Segment 90378a31-5fb3-4d5e-a4f0-95459ec47205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90378a31-5fb3-4d5e-a4f0-95459ec47205 found for delete ", "request_id": "req-31b545b4-0866-4ab4-91ad-8d54f89b7c15"}]} [pid: 8|app: 0|req: 1246/2551] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:07 2026] DELETE /v2.0/networks/0f7ac4ae-89af-4664-b728-90bf9c9f199e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2552] 10.0.0.140 () {34 vars in 1015 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/security-groups?id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2553] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1306/2554] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/security-groups?tenant_id=2769c9580613438981858d7a664a1205&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2555] 10.0.0.140 () {34 vars in 981 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/networks?id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2556] 10.0.0.140 () {34 vars in 964 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/quotas/d2bfa038a816448083408f62dbd438e3 => generated 291 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2557] 10.0.0.140 () {34 vars in 1001 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2558] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:08 2026] DELETE /v2.0/security-groups/4829a373-e609-4c1b-a18b-b2f4c0459a1a => 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: 1252/2559] 10.0.0.140 () {34 vars in 1007 bytes} [Fri Feb 27 19:39:08 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2560] 10.0.0.140 () {34 vars in 1107 bytes} [Fri Feb 27 19:39:09 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1253/2561] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:09 2026] GET /v2.0/security-groups?tenant_id=f9df643a502c40c0a60b2d218b00226b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2562] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:09 2026] DELETE /v2.0/security-groups/71fbea10-4080-48ad-aaf4-35a707b58a94 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2563] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:09 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1310/2564] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:09 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1255/2565] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:09 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1311/2566] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:10 2026] GET /v2.0/ports?device_id=14b38a4e-f17c-41b3-9c7d-04870aa7a74d => 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: 1256/2567] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:12 2026] DELETE /v2.0/security-groups/629129fd-a824-4866-bbf4-d80cb1d503f7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2568] 10.0.0.89 () {34 vars in 676 bytes} [Fri Feb 27 19:39:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2569] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:12 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:12.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-010047bf-9faf-44e4-910f-a43601301a4e a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: b6586b1d-a711-48a0-86c0-b8bb08136bfc 2026-02-27 19:39:12.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-010047bf-9faf-44e4-910f-a43601301a4e a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: b6586b1d-a711-48a0-86c0-b8bb08136bfc [pid: 8|app: 0|req: 1259/2570] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:12 2026] PUT /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2571] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:12 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2572] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:12 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1262/2573] 10.0.0.89 () {34 vars in 762 bytes} [Fri Feb 27 19:39:12 2026] PUT /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2574] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:12 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2575] 10.0.0.89 () {34 vars in 758 bytes} [Fri Feb 27 19:39:12 2026] PUT /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2576] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:12 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2577] 10.0.0.89 () {34 vars in 780 bytes} [Fri Feb 27 19:39:12 2026] PUT /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/black.or.white => 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: 1267/2578] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2579] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:13 2026] PUT /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2580] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2581] 10.0.0.89 () {32 vars in 739 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:13.285 8 INFO neutron.api.v2.resource [None req-a0820578-1eb2-478c-9994-7e8e3f229038 fafb91a8043d444dbc18a6fbf0b864e1 a49aa73de91a41b7b7b06cff6ce8c379 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1271/2582] 10.0.0.89 () {32 vars in 743 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2583] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:39:12 2026] PUT /v2.0/routers/8a14f039-a0f2-4c29-81db-45c6a0934665/remove_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2584] 10.0.0.89 () {32 vars in 742 bytes} [Fri Feb 27 19:39:13 2026] DELETE /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2585] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:13.415 8 INFO neutron.api.v2.resource [None req-69be6371-603c-4f11-a3f7-2877d0ac460d fafb91a8043d444dbc18a6fbf0b864e1 a49aa73de91a41b7b7b06cff6ce8c379 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2586] 10.0.0.89 () {32 vars in 746 bytes} [Fri Feb 27 19:39:13 2026] DELETE /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2587] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:39:13 2026] DELETE /v2.0/subnets/8a0c6ddc-7d8c-4784-a10f-7f6bd914e870 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2588] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:39:13 2026] DELETE /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/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: 1276/2589] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2590] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:13 2026] DELETE /v2.0/qos/policies/7c78236c-18a0-4b36-ad05-3742e5fe4420 => 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: 1278/2591] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/networks?id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:39:13.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-954e33ea-7f9e-428f-a81f-91eb8bcecfda a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: a5293245-cefd-4c12-b01f-57a5b3f7efba 2026-02-27 19:39:13.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-954e33ea-7f9e-428f-a81f-91eb8bcecfda a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: a5293245-cefd-4c12-b01f-57a5b3f7efba [pid: 8|app: 0|req: 1279/2592] 162.253.55.43 () {34 vars in 1048 bytes} [Fri Feb 27 19:39:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2bfa038a816448083408f62dbd438e3 => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:39:14.049 7 INFO neutron_taas.services.taas.taas_plugin [None req-954e33ea-7f9e-428f-a81f-91eb8bcecfda a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: a2acc7d7-76c3-4903-94c3-166d2273d063 2026-02-27 19:39:14.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-954e33ea-7f9e-428f-a81f-91eb8bcecfda a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: a2acc7d7-76c3-4903-94c3-166d2273d063 [pid: 8|app: 0|req: 1280/2593] 162.253.55.43 () {38 vars in 953 bytes} [Fri Feb 27 19:39:13 2026] POST /v2.0/ports => generated 1078 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:39:14.482 7 INFO neutron.services.segments.plugin [-] Segment 011c6483-7da0-424a-a7d5-ebcca5b71cda resource provider aggregate not found 2026-02-27 19:39:14.487 7 INFO neutron.services.segments.plugin [-] Segment 011c6483-7da0-424a-a7d5-ebcca5b71cda resource provider aggregate not found 2026-02-27 19:39:14.497 7 INFO neutron.services.segments.plugin [-] Segment 011c6483-7da0-424a-a7d5-ebcca5b71cda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 011c6483-7da0-424a-a7d5-ebcca5b71cda found for delete ", "request_id": "req-47a7e223-8e96-46fb-a7b2-12bae0604632"}]} 2026-02-27 19:39:14.502 7 INFO neutron.services.segments.plugin [-] Segment 011c6483-7da0-424a-a7d5-ebcca5b71cda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 011c6483-7da0-424a-a7d5-ebcca5b71cda found for delete ", "request_id": "req-37eb349a-ad83-49ed-93e2-a1b3d53ad935"}]} 2026-02-27 19:39:14.512 7 INFO neutron.db.l3_hamode_db [None req-954e33ea-7f9e-428f-a81f-91eb8bcecfda a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] HA network 7e5f3075-8899-4310-9d84-3953808b1281 was deleted as no HA routers are present in tenant bbe8735ebee54f7d8bc0379e94c46455. [pid: 7|app: 0|req: 1314/2594] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:39:13 2026] DELETE /v2.0/routers/8a14f039-a0f2-4c29-81db-45c6a0934665 => generated 0 bytes in 1051 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2595] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:39:14 2026] PUT /v2.0/ports/66778d6a-0cfa-4fda-b11d-690cf48c88a2 => generated 1239 bytes in 410 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-02-27 19:39:14.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90bc37e4-99bf-4c10-b045-d7ae043c5207'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '66778d6a-0cfa-4fda-b11d-690cf48c88a2', 'status': 'completed', 'code': 200} 2026-02-27 19:39:14.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-4551a99f-daf1-40ac-bfc5-56f0a6416dff a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] TaaS: Handle Delete Port: ae8da139-c230-4800-9f11-f8ff947747ef 2026-02-27 19:39:14.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4551a99f-daf1-40ac-bfc5-56f0a6416dff a045090810cd4aafa1237b60a9336c32 bbe8735ebee54f7d8bc0379e94c46455 - - default default] Tap Mirror: Handle Delete Port: ae8da139-c230-4800-9f11-f8ff947747ef [pid: 7|app: 0|req: 1315/2596] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:14 2026] GET /v2.0/security-groups?tenant_id=659ce9a5a57241bb8e12af801e958045&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:14.882 8 INFO neutron.services.segments.plugin [-] Segment 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 resource provider aggregate not found 2026-02-27 19:39:14.885 8 INFO neutron.services.segments.plugin [-] Segment 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 resource provider aggregate not found 2026-02-27 19:39:14.898 8 INFO neutron.services.segments.plugin [-] Segment 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 found for delete ", "request_id": "req-89a04f64-f3a3-4f10-af63-ade346b1e8a9"}]} 2026-02-27 19:39:14.901 8 INFO neutron.services.segments.plugin [-] Segment 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d6b93c3-6a1d-4d8c-acad-5f308cdf88f1 found for delete ", "request_id": "req-240c2f05-b7cd-44c8-b4cc-f6eff2641cfa"}]} [pid: 8|app: 0|req: 1282/2597] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:14 2026] DELETE /v2.0/networks/a8a1d180-fe96-438b-9ecb-837d6950a18d => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2598] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:14 2026] DELETE /v2.0/security-groups/c3e3f4f7-af2e-4701-a3fa-bcac2aea052f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2599] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/security-groups?tenant_id=a49aa73de91a41b7b7b06cff6ce8c379&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: 1284/2600] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2601] 162.253.55.43 () {34 vars in 1016 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/networks?tenant_id=d2bfa038a816448083408f62dbd438e3&shared=False => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2602] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:15 2026] DELETE /v2.0/security-groups/244f6c0e-8678-49c1-903b-57049efa859d => 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: 1286/2603] 162.253.55.43 () {34 vars in 928 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2604] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2605] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/security-groups?id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2606] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/security-groups?tenant_id=5638675117be4a718414065cca5cb92f&name=default => generated 2927 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2607] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:15 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2608] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:15 2026] DELETE /v2.0/security-groups/a796c479-fc33-4721-ab1f-22e9bf975ed1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2609] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/security-groups?tenant_id=bbe8735ebee54f7d8bc0379e94c46455&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: 1290/2610] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:16 2026] DELETE /v2.0/security-groups/e788d68d-76f4-46fd-8207-93dc8857b4b0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2611] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2612] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => 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: 1322/2613] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2614] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2615] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2616] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:39:16 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1294/2617] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:18 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2618] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:18 2026] GET /v2.0/security-groups?id=c07b8003-531e-4840-b932-ed35d9ae2496&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: 8|app: 0|req: 1296/2619] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:18 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:18.913 7 INFO neutron.db.segments_db [None req-4b97dcf0-ecda-4124-873c-88e2a900cc4f 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] Added segment 3c10f50e-32bb-460d-80ff-bace38d53d2f of type vxlan for network eabc634a-f7f1-46ff-bec1-7758e6a198a2 2026-02-27 19:39:19.645 7 INFO neutron.db.l3_hamode_db [None req-4b97dcf0-ecda-4124-873c-88e2a900cc4f 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 19:39:19.761 7 INFO neutron.db.l3_hamode_db [None req-4b97dcf0-ecda-4124-873c-88e2a900cc4f 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1324/2620] 10.0.0.89 () {34 vars in 666 bytes} [Fri Feb 27 19:39:18 2026] POST /v2.0/routers => generated 474 bytes in 1688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2621] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:39:20 2026] PUT /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2622] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:20 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2623] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:39:20 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1327/2624] 10.0.0.89 () {34 vars in 760 bytes} [Fri Feb 27 19:39:20 2026] PUT /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/green => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2625] 162.253.55.43 () {34 vars in 1042 bytes} [Fri Feb 27 19:39:20 2026] GET /v2.0/security-groups?id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2626] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:20 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2627] 10.0.0.89 () {34 vars in 756 bytes} [Fri Feb 27 19:39:20 2026] PUT /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/red => generated 4 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2628] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2629] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:39:20 2026] POST /v2.0/floatingips => generated 552 bytes in 898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2630] 10.0.0.89 () {34 vars in 778 bytes} [Fri Feb 27 19:39:21 2026] PUT /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/black.or.white => generated 4 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2631] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 52 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2632] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:39:21 2026] PUT /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 37 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2635] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2636] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/red => 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: 1305/2637] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:21.984 8 INFO neutron.api.v2.resource [None req-52ebe34a-9d67-4ab6-a016-09e73b6ab036 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1306/2638] 10.0.0.89 () {32 vars in 741 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/green => generated 99 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2639] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:39:21 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2640] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:21 2026] GET /v2.0/security-groups?id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2641] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:39:22 2026] DELETE /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/red => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2642] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:22 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1336/2643] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:22 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 30 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:22.415 7 INFO neutron.api.v2.resource [None req-a0c7151a-bd72-4962-b197-f4043af136d8 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1337/2644] 10.0.0.89 () {32 vars in 744 bytes} [Fri Feb 27 19:39:22 2026] DELETE /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags/green => generated 99 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2645] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:22 2026] DELETE /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => 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: 1339/2646] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:39:22 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177/tags => generated 12 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2647] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:39:22 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2648] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:39:22 2026] GET /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2649] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:39:22 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2650] 10.0.0.89 () {34 vars in 740 bytes} [Fri Feb 27 19:39:22 2026] PUT /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177 => generated 480 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2651] 10.0.0.89 () {32 vars in 734 bytes} [Fri Feb 27 19:39:23 2026] GET /v2.0/ports?device_id=dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:23.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-82bd56ac-4cb3-4fa7-b377-eceba93fce0a 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] TaaS: Handle Delete Port: 3c60b997-0379-4069-ba28-4889d7143f23 2026-02-27 19:39:23.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82bd56ac-4cb3-4fa7-b377-eceba93fce0a 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] Tap Mirror: Handle Delete Port: 3c60b997-0379-4069-ba28-4889d7143f23 [pid: 8|app: 0|req: 1310/2652] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:39:23 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2653] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:39:23 2026] PUT /v2.0/floatingips/357132cf-3bdc-4790-9a47-5af9cc5cb6ce/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2654] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:39:23 2026] PUT /v2.0/floatingips/673286d7-696d-41d6-95c8-56c63d173e0f/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:23.839 7 INFO neutron.services.segments.plugin [-] Segment 3c10f50e-32bb-460d-80ff-bace38d53d2f resource provider aggregate not found 2026-02-27 19:39:23.841 7 INFO neutron.services.segments.plugin [-] Segment 3c10f50e-32bb-460d-80ff-bace38d53d2f resource provider aggregate not found [pid: 8|app: 0|req: 1313/2655] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:39:23 2026] PUT /v2.0/floatingips/bb1731f9-5256-4bcd-a389-f23f3da2f3e4/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:23.856 7 INFO neutron.services.segments.plugin [-] Segment 3c10f50e-32bb-460d-80ff-bace38d53d2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c10f50e-32bb-460d-80ff-bace38d53d2f found for delete ", "request_id": "req-7fde42c9-449b-4d09-9421-34b36440bb9e"}]} 2026-02-27 19:39:23.872 7 INFO neutron.services.segments.plugin [-] Segment 3c10f50e-32bb-460d-80ff-bace38d53d2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c10f50e-32bb-460d-80ff-bace38d53d2f found for delete ", "request_id": "req-21c3cc1d-1f6b-4821-b748-ef61c86cc2ef"}]} 2026-02-27 19:39:23.877 7 INFO neutron.db.l3_hamode_db [None req-82bd56ac-4cb3-4fa7-b377-eceba93fce0a 124a88200029496a93e117c98cd94fc2 14f5cb1dc70d4df4973a5d0e239dac62 - - default default] HA network eabc634a-f7f1-46ff-bec1-7758e6a198a2 was deleted as no HA routers are present in tenant 14f5cb1dc70d4df4973a5d0e239dac62. [pid: 7|app: 0|req: 1343/2656] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:39:23 2026] DELETE /v2.0/routers/dbaf2a7f-d4af-45c0-a02f-fc0bbc3c3177 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2657] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:39:23 2026] PUT /v2.0/floatingips/ccf2eabd-cd2e-49f2-9e3a-53cbad611e06/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2658] 10.0.0.89 () {32 vars in 670 bytes} [Fri Feb 27 19:39:23 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2659] 10.0.0.89 () {32 vars in 684 bytes} [Fri Feb 27 19:39:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2660] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2661] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:39:24 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: 7|app: 0|req: 1346/2662] 10.0.0.89 () {32 vars in 678 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2663] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2664] 10.0.0.89 () {32 vars in 688 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2665] 10.0.0.89 () {32 vars in 700 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:24.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-95097329-9224-4d0b-b359-43ffff82c9ef aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] TaaS: Handle Delete Port: 5761f5cc-5c67-47fb-9e72-88e8bc3b3dbe 2026-02-27 19:39:24.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95097329-9224-4d0b-b359-43ffff82c9ef aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] Tap Mirror: Handle Delete Port: 5761f5cc-5c67-47fb-9e72-88e8bc3b3dbe [pid: 7|app: 0|req: 1348/2666] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:24 2026] DELETE /v2.0/floatingips/357132cf-3bdc-4790-9a47-5af9cc5cb6ce => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:24.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-136923f1-855c-4fdc-a545-cdac1fe230ed aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] TaaS: Handle Delete Port: d5a3e3bf-ba79-47b6-aad1-0ddec33ca88e 2026-02-27 19:39:24.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-136923f1-855c-4fdc-a545-cdac1fe230ed aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] Tap Mirror: Handle Delete Port: d5a3e3bf-ba79-47b6-aad1-0ddec33ca88e [pid: 8|app: 0|req: 1319/2667] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/security-groups?tenant_id=2318f7b5ca6b4161a0b335f682c07556&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2668] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:24 2026] DELETE /v2.0/security-groups/99f4a130-3577-4ab0-90c0-fda62e91636d => 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: 1349/2669] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:24 2026] DELETE /v2.0/floatingips/673286d7-696d-41d6-95c8-56c63d173e0f => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2670] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:24 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1322/2671] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:39:25 2026] GET /v2.0/security-groups?id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:25.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-abcd04fa-bec1-4baf-b29d-ea28958e9794 aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] TaaS: Handle Delete Port: 4daa5f74-c2cf-4d17-8e04-9cd6829357f5 2026-02-27 19:39:25.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abcd04fa-bec1-4baf-b29d-ea28958e9794 aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] Tap Mirror: Handle Delete Port: 4daa5f74-c2cf-4d17-8e04-9cd6829357f5 [pid: 8|app: 0|req: 1323/2672] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:25 2026] GET /v2.0/security-groups?tenant_id=14f5cb1dc70d4df4973a5d0e239dac62&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2673] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:39:25 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2674] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:25 2026] DELETE /v2.0/floatingips/bb1731f9-5256-4bcd-a389-f23f3da2f3e4 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2675] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:25 2026] DELETE /v2.0/security-groups/8d978589-dec6-4d46-9b44-ac9a1fc08a24 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:25.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-835a19c1-54a0-4e8c-ab0a-7453a6350ae3 aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] TaaS: Handle Delete Port: 28551df0-ba34-414f-b389-fa3aefba7758 2026-02-27 19:39:25.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-835a19c1-54a0-4e8c-ab0a-7453a6350ae3 aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] Tap Mirror: Handle Delete Port: 28551df0-ba34-414f-b389-fa3aefba7758 [pid: 7|app: 0|req: 1351/2676] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:25 2026] DELETE /v2.0/floatingips/ccf2eabd-cd2e-49f2-9e3a-53cbad611e06 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:25.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e7f2503-dcea-48e6-8829-98328b714249 aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] TaaS: Handle Delete Port: 39c3fd38-ae9f-47a3-884f-5870250e2257 2026-02-27 19:39:25.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e7f2503-dcea-48e6-8829-98328b714249 aa51bb997bb3483c80e7c92e46577cdd 9f25f2fd2b8641118daf6efc10316a5a - - default default] Tap Mirror: Handle Delete Port: 39c3fd38-ae9f-47a3-884f-5870250e2257 [pid: 8|app: 0|req: 1326/2677] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:25 2026] DELETE /v2.0/floatingips/167b284b-a5ed-4a3c-a523-156acbe55ab0 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2678] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:26 2026] GET /v2.0/security-groups?tenant_id=9f25f2fd2b8641118daf6efc10316a5a&name=default => generated 2929 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2679] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:27 2026] DELETE /v2.0/security-groups/7b4ab2b8-354f-4426-b5aa-89a1375e95bb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2680] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:27 2026] GET /v2.0/security-groups?tenant_id=56383642db684565aefbbf1b417bc4fb&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: 1328/2681] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:27 2026] DELETE /v2.0/security-groups/0aacc37d-b098-49d4-8a67-18414c20f9e8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2682] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:27 2026] GET /v2.0/security-groups?tenant_id=fba65a9f368c4ff89e59210ae13896b9&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2683] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:27 2026] DELETE /v2.0/security-groups/7e16f043-8df9-4c24-8d58-c69024a676f4 => 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: 1355/2684] 10.0.0.89 () {34 vars in 674 bytes} [Fri Feb 27 19:39:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2685] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:39:29 2026] PUT /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2686] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2687] 10.0.0.89 () {34 vars in 768 bytes} [Fri Feb 27 19:39:29 2026] PUT /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2688] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2689] 10.0.0.89 () {34 vars in 764 bytes} [Fri Feb 27 19:39:29 2026] PUT /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2690] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2691] 10.0.0.89 () {34 vars in 786 bytes} [Fri Feb 27 19:39:29 2026] PUT /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2692] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2693] 10.0.0.89 () {34 vars in 757 bytes} [Fri Feb 27 19:39:29 2026] PUT /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2694] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2695] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:29.737 7 INFO neutron.api.v2.resource [None req-4ad107ac-201e-4a5c-a63f-ba1d88811dc9 56ea8625e50345dfa1b456e62ac65c06 99979cca01c84b04bf2f02c5b3a71465 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1361/2696] 10.0.0.89 () {32 vars in 749 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2697] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:39:29 2026] DELETE /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2698] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:39:29.848 8 INFO neutron.api.v2.resource [None req-f2fab156-bc6b-4226-9fdc-6262516896b8 56ea8625e50345dfa1b456e62ac65c06 99979cca01c84b04bf2f02c5b3a71465 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1337/2699] 10.0.0.89 () {32 vars in 752 bytes} [Fri Feb 27 19:39:29 2026] DELETE /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2700] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:39:29 2026] DELETE /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/tags => 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: 1338/2701] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:39:29 2026] GET /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677/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: 1364/2702] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:39:29 2026] DELETE /v2.0/subnetpools/12912fc1-e693-4f21-8301-8965d929d677 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2703] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:30 2026] GET /v2.0/security-groups?tenant_id=5594dcdb458d4ac0b7a4ef99092c1390&name=default => generated 2929 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2704] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:30 2026] DELETE /v2.0/security-groups/ca597fec-e0a6-4000-9bde-58782e1b7d9c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2705] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:31 2026] GET /v2.0/security-groups?tenant_id=99979cca01c84b04bf2f02c5b3a71465&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2706] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:31 2026] DELETE /v2.0/security-groups/1f82ca2d-ab88-4643-bddf-1872eeac7c96 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:32.878 8 INFO neutron.db.segments_db [None req-852cfb35-ade1-45ee-ac5d-5fcc1cdc92da 27110b2f653c49d19644b5d779d8e9e3 9d80d96f566e4717ad54359cadc0eb5b - - default default] Added segment 4537656c-b0cc-4b62-b943-b38f6d227de6 of type vxlan for network b05c5def-8af4-4970-b4f4-12942530e260 [pid: 8|app: 0|req: 1341/2707] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:32 2026] POST /v2.0/networks => generated 613 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:33.003 7 INFO neutron.db.segments_db [None req-d614e81c-0724-4983-af8e-5e4afaa815ec 27110b2f653c49d19644b5d779d8e9e3 9d80d96f566e4717ad54359cadc0eb5b - - default default] Added segment 7da9f801-ff59-459c-96ec-e5fcae76d74c of type vxlan for network 9d594b42-0b5a-4545-8947-f9b99cd3130d [pid: 7|app: 0|req: 1367/2708] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:32 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:33.144 8 INFO neutron.db.segments_db [None req-88b4edd7-5f37-4125-a836-532433764819 27110b2f653c49d19644b5d779d8e9e3 9d80d96f566e4717ad54359cadc0eb5b - - default default] Added segment c0332a77-cccd-44ec-aa9a-a54a2a606420 of type vxlan for network e8f3fa07-2a3d-4eaa-83de-5be5af3f7cf4 [pid: 8|app: 0|req: 1342/2709] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:33 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:33.311 7 INFO neutron.db.segments_db [None req-b6971b66-e779-4a3c-a3a7-15c108fd365a 27110b2f653c49d19644b5d779d8e9e3 9d80d96f566e4717ad54359cadc0eb5b - - default default] Added segment b3798123-ac3e-46ef-9767-a91229e64f16 of type vxlan for network cd7d8e06-e0b1-4fd3-9d26-c1566af98b07 [pid: 7|app: 0|req: 1368/2710] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:33 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:33.445 8 INFO neutron.db.segments_db [None req-ea94ea5c-a9cd-419f-b793-0ee513382ea6 27110b2f653c49d19644b5d779d8e9e3 9d80d96f566e4717ad54359cadc0eb5b - - default default] Added segment 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db of type vxlan for network 5c2d5870-f4a2-4888-ad29-537646bfe9b6 [pid: 8|app: 0|req: 1343/2711] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:33 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2712] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:33 2026] PUT /v2.0/networks/b05c5def-8af4-4970-b4f4-12942530e260/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2713] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:33 2026] PUT /v2.0/networks/9d594b42-0b5a-4545-8947-f9b99cd3130d/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2714] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:33 2026] PUT /v2.0/networks/e8f3fa07-2a3d-4eaa-83de-5be5af3f7cf4/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2715] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:33 2026] PUT /v2.0/networks/cd7d8e06-e0b1-4fd3-9d26-c1566af98b07/tags => 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: 1371/2716] 10.0.0.89 () {32 vars in 664 bytes} [Fri Feb 27 19:39:33 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2717] 10.0.0.89 () {32 vars in 678 bytes} [Fri Feb 27 19:39:33 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2718] 10.0.0.89 () {32 vars in 674 bytes} [Fri Feb 27 19:39:33 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2719] 10.0.0.89 () {32 vars in 686 bytes} [Fri Feb 27 19:39:34 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2720] 10.0.0.89 () {32 vars in 672 bytes} [Fri Feb 27 19:39:34 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2721] 10.0.0.89 () {32 vars in 686 bytes} [Fri Feb 27 19:39:34 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2722] 10.0.0.89 () {32 vars in 682 bytes} [Fri Feb 27 19:39:34 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2723] 10.0.0.89 () {32 vars in 694 bytes} [Fri Feb 27 19:39:34 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:34.494 7 INFO neutron.services.segments.plugin [-] Segment 4537656c-b0cc-4b62-b943-b38f6d227de6 resource provider aggregate not found 2026-02-27 19:39:34.504 7 INFO neutron.services.segments.plugin [-] Segment 4537656c-b0cc-4b62-b943-b38f6d227de6 resource provider aggregate not found 2026-02-27 19:39:34.512 7 INFO neutron.services.segments.plugin [-] Segment 4537656c-b0cc-4b62-b943-b38f6d227de6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4537656c-b0cc-4b62-b943-b38f6d227de6 found for delete ", "request_id": "req-f129c1cb-1889-4401-97d5-ac33d26e525e"}]} 2026-02-27 19:39:34.519 7 INFO neutron.services.segments.plugin [-] Segment 4537656c-b0cc-4b62-b943-b38f6d227de6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4537656c-b0cc-4b62-b943-b38f6d227de6 found for delete ", "request_id": "req-6b4a919f-b0e0-4082-8f68-fa241074315b"}]} [pid: 7|app: 0|req: 1375/2724] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:34 2026] DELETE /v2.0/networks/b05c5def-8af4-4970-b4f4-12942530e260 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:34.655 8 INFO neutron.services.segments.plugin [-] Segment 7da9f801-ff59-459c-96ec-e5fcae76d74c resource provider aggregate not found 2026-02-27 19:39:34.664 8 INFO neutron.services.segments.plugin [-] Segment 7da9f801-ff59-459c-96ec-e5fcae76d74c resource provider aggregate not found 2026-02-27 19:39:34.680 8 INFO neutron.services.segments.plugin [-] Segment 7da9f801-ff59-459c-96ec-e5fcae76d74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7da9f801-ff59-459c-96ec-e5fcae76d74c found for delete ", "request_id": "req-f3826895-d026-4b5a-9f7e-f2a4565db8f1"}]} 2026-02-27 19:39:34.689 8 INFO neutron.services.segments.plugin [-] Segment 7da9f801-ff59-459c-96ec-e5fcae76d74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7da9f801-ff59-459c-96ec-e5fcae76d74c found for delete ", "request_id": "req-84f38a92-151a-4eab-a069-64728f73b0e8"}]} [pid: 8|app: 0|req: 1350/2725] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:34 2026] DELETE /v2.0/networks/9d594b42-0b5a-4545-8947-f9b99cd3130d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2726] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:34 2026] DELETE /v2.0/networks/e8f3fa07-2a3d-4eaa-83de-5be5af3f7cf4 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2727] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:34 2026] DELETE /v2.0/networks/cd7d8e06-e0b1-4fd3-9d26-c1566af98b07 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:35.005 8 INFO neutron.db.segments_db [None req-5f16f604-bf03-4998-b802-ab150be12e49 bd7d58faa8124eeea489e043682f3bb7 aee4976dee334db3ac8b20c8661e4c93 - - default default] Added segment bc125e9b-bcca-4118-965f-73a9fca8a779 of type vxlan for network 03531bef-1740-4551-8842-81e44b05e252 [pid: 7|app: 0|req: 1378/2728] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:34 2026] DELETE /v2.0/networks/5c2d5870-f4a2-4888-ad29-537646bfe9b6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2729] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:34 2026] POST /v2.0/networks => generated 613 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:35.174 7 INFO neutron.db.segments_db [None req-822b6ca7-df8f-4173-9b20-5aaca6f74e67 bd7d58faa8124eeea489e043682f3bb7 aee4976dee334db3ac8b20c8661e4c93 - - default default] Added segment c779d2c0-0cf6-415a-b3c3-cef6e56b8033 of type vxlan for network f89fc64a-9e43-479c-8e94-bc32ac2fd341 [pid: 7|app: 0|req: 1379/2730] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:35 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2731] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:35 2026] PUT /v2.0/networks/03531bef-1740-4551-8842-81e44b05e252/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2732] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:35 2026] GET /v2.0/networks/03531bef-1740-4551-8842-81e44b05e252/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2733] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:35 2026] PUT /v2.0/networks/f89fc64a-9e43-479c-8e94-bc32ac2fd341/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2734] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:35 2026] GET /v2.0/networks/f89fc64a-9e43-479c-8e94-bc32ac2fd341/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2735] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:35 2026] PUT /v2.0/networks/f89fc64a-9e43-479c-8e94-bc32ac2fd341/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2736] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:35 2026] GET /v2.0/networks/f89fc64a-9e43-479c-8e94-bc32ac2fd341/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2737] 10.0.0.89 () {32 vars in 731 bytes} [Fri Feb 27 19:39:35 2026] GET /v2.0/networks/03531bef-1740-4551-8842-81e44b05e252/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: 1383/2738] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:35 2026] DELETE /v2.0/networks/03531bef-1740-4551-8842-81e44b05e252 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2739] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:35 2026] DELETE /v2.0/networks/f89fc64a-9e43-479c-8e94-bc32ac2fd341 => 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: 1356/2740] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:35 2026] GET /v2.0/security-groups?tenant_id=a81b5bbf1216471da64070c9cb1627b6&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2741] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:36 2026] DELETE /v2.0/security-groups/76a7b4bb-5274-4071-8fee-c601f6e163b4 => 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: 1357/2742] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:36 2026] GET /v2.0/security-groups?tenant_id=6b2e891ca8e54f7eb5f8f3fa32dc1fdb&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:36.543 7 INFO neutron.services.segments.plugin [-] Segment c0332a77-cccd-44ec-aa9a-a54a2a606420 resource provider aggregate not found 2026-02-27 19:39:36.550 7 INFO neutron.services.segments.plugin [-] Segment c0332a77-cccd-44ec-aa9a-a54a2a606420 resource provider aggregate not found 2026-02-27 19:39:36.563 7 INFO neutron.services.segments.plugin [-] Segment c0332a77-cccd-44ec-aa9a-a54a2a606420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0332a77-cccd-44ec-aa9a-a54a2a606420 found for delete ", "request_id": "req-eb87d3a2-c23f-4aea-90bb-1435fddf1eb9"}]} 2026-02-27 19:39:36.570 7 INFO neutron.services.segments.plugin [-] Segment c0332a77-cccd-44ec-aa9a-a54a2a606420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0332a77-cccd-44ec-aa9a-a54a2a606420 found for delete ", "request_id": "req-ab60ae4b-ee1f-407d-94b9-ee9c511a4d14"}]} 2026-02-27 19:39:36.581 7 INFO neutron.services.segments.plugin [-] Segment b3798123-ac3e-46ef-9767-a91229e64f16 resource provider aggregate not found 2026-02-27 19:39:36.588 7 INFO neutron.services.segments.plugin [-] Segment b3798123-ac3e-46ef-9767-a91229e64f16 resource provider aggregate not found 2026-02-27 19:39:36.603 7 INFO neutron.services.segments.plugin [-] Segment b3798123-ac3e-46ef-9767-a91229e64f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3798123-ac3e-46ef-9767-a91229e64f16 found for delete ", "request_id": "req-4561635c-d903-4e82-b0c2-a7bc04c4019e"}]} 2026-02-27 19:39:36.624 7 INFO neutron.services.segments.plugin [-] Segment b3798123-ac3e-46ef-9767-a91229e64f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3798123-ac3e-46ef-9767-a91229e64f16 found for delete ", "request_id": "req-a12c6c0e-e548-416c-99aa-d5bfde455a7b"}]} 2026-02-27 19:39:36.629 7 INFO neutron.services.segments.plugin [-] Segment 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db resource provider aggregate not found 2026-02-27 19:39:36.648 7 INFO neutron.services.segments.plugin [-] Segment 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db found for delete ", "request_id": "req-fc145add-fd00-4044-a6d4-618b103b14c2"}]} 2026-02-27 19:39:36.656 7 INFO neutron.services.segments.plugin [-] Segment 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db resource provider aggregate not found 2026-02-27 19:39:36.669 7 INFO neutron.services.segments.plugin [-] Segment 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45e5d2d5-45b5-438a-acdb-c5a10fd4f6db found for delete ", "request_id": "req-c02fedc7-c2bc-4217-b9d8-4c50be388aa3"}]} 2026-02-27 19:39:36.675 7 INFO neutron.services.segments.plugin [-] Segment bc125e9b-bcca-4118-965f-73a9fca8a779 resource provider aggregate not found 2026-02-27 19:39:36.692 7 INFO neutron.services.segments.plugin [-] Segment bc125e9b-bcca-4118-965f-73a9fca8a779 resource provider aggregate not found 2026-02-27 19:39:36.700 7 INFO neutron.services.segments.plugin [-] Segment bc125e9b-bcca-4118-965f-73a9fca8a779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc125e9b-bcca-4118-965f-73a9fca8a779 found for delete ", "request_id": "req-c75c4b76-ea01-4f5a-9eaf-9e5e24a4a742"}]} [pid: 7|app: 0|req: 1386/2745] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:36 2026] DELETE /v2.0/security-groups/a8990f8f-359e-4b79-a017-7dd242c0464b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:36.714 7 INFO neutron.services.segments.plugin [-] Segment bc125e9b-bcca-4118-965f-73a9fca8a779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc125e9b-bcca-4118-965f-73a9fca8a779 found for delete ", "request_id": "req-3501991d-47e6-4434-877a-edc86b00fcb9"}]} 2026-02-27 19:39:36.720 7 INFO neutron.services.segments.plugin [-] Segment c779d2c0-0cf6-415a-b3c3-cef6e56b8033 resource provider aggregate not found 2026-02-27 19:39:36.725 7 INFO neutron.services.segments.plugin [-] Segment c779d2c0-0cf6-415a-b3c3-cef6e56b8033 resource provider aggregate not found 2026-02-27 19:39:36.739 7 INFO neutron.services.segments.plugin [-] Segment c779d2c0-0cf6-415a-b3c3-cef6e56b8033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c779d2c0-0cf6-415a-b3c3-cef6e56b8033 found for delete ", "request_id": "req-535937a9-bafb-4d62-b80a-f271c8f4f7fc"}]} 2026-02-27 19:39:36.739 7 INFO neutron.services.segments.plugin [-] Segment c779d2c0-0cf6-415a-b3c3-cef6e56b8033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c779d2c0-0cf6-415a-b3c3-cef6e56b8033 found for delete ", "request_id": "req-76b58f1f-7b31-46c2-883a-bfe751c4a828"}]} [pid: 8|app: 0|req: 1360/2746] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:36 2026] GET /v2.0/security-groups?tenant_id=aee4976dee334db3ac8b20c8661e4c93&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2747] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:36 2026] GET /v2.0/security-groups?tenant_id=9d80d96f566e4717ad54359cadc0eb5b&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: 1387/2748] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:36 2026] DELETE /v2.0/security-groups/c6815482-0cba-4246-8fcf-d31393a05bcf => 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: 1362/2749] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:36 2026] DELETE /v2.0/security-groups/7564c39f-6989-447e-aec1-677be2412f89 => 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: 1388/2750] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:37 2026] GET /v2.0/security-groups?tenant_id=7100c96100184e968c51752d352a64cc&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2751] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:37 2026] DELETE /v2.0/security-groups/33260638-f698-42cc-a8bc-e18841959b4f => 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: 1389/2752] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:39:38 2026] GET /v2.0/routers => generated 727 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2753] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2754] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/l3-agents => generated 681 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2755] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/ports => generated 22318 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2756] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2757] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2758] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/subnets => generated 6133 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2759] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2760] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/floatingips => generated 1703 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2761] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/networks => generated 5224 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2762] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/security-groups => generated 30255 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2763] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/subnets => generated 6133 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2764] 10.0.0.140 () {34 vars in 1177 bytes} [Fri Feb 27 19:39:39 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 4164 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2765] 10.0.0.140 () {34 vars in 1119 bytes} [Fri Feb 27 19:39:40 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 186 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:39:41.566 7 INFO neutron.db.segments_db [None req-30c31209-b4e9-4743-953b-6e443993b9a6 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Added segment 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e of type vxlan for network 1087909b-b839-476a-9a65-febbbdb1a1ae [pid: 7|app: 0|req: 1396/2766] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:41 2026] POST /v2.0/networks => generated 612 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2767] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:39:41 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:42.006 7 INFO neutron.db.segments_db [None req-859a1daa-a657-439c-8d5a-34ebf5a4efb6 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Added segment 243acc9d-f627-44de-bb39-8faf273359ee of type vxlan for network 4f5780d1-2515-4eda-8f05-fc58ce8ba902 [pid: 7|app: 0|req: 1397/2768] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:41 2026] POST /v2.0/networks => generated 612 bytes in 144 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: 1372/2769] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:39:42 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:42.427 7 INFO neutron.db.segments_db [None req-0730f6de-555d-4794-bd65-556ea7ef3dac 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Added segment ec2ef585-87b6-4529-9594-2ba0b707abd2 of type vxlan for network 27078c8f-bd1b-4f68-b0f9-a63d1122f4f4 [pid: 7|app: 0|req: 1398/2770] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:42 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1373/2771] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:39:42 2026] POST /v2.0/ports => generated 743 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:43.006 7 INFO neutron.db.segments_db [None req-84b5c9e8-7dd7-40f8-94f5-cd57a991088c 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Added segment ef0afe65-fd73-44f2-963f-cea642ebec9d of type vxlan for network 1213d755-fc8a-4c17-9a3f-d0144a4595ac [pid: 7|app: 0|req: 1399/2772] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:42 2026] POST /v2.0/networks => generated 613 bytes in 143 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: 1374/2773] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:39:43 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:39:43.533 7 INFO neutron.db.segments_db [None req-92b0a9af-8158-4ed6-8c1e-32417e76cb21 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Added segment 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad of type vxlan for network 208b4aff-c5c2-4ec5-b00b-fe6de83ce1ad [pid: 7|app: 0|req: 1400/2774] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:39:43 2026] POST /v2.0/networks => generated 611 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1375/2775] 10.0.0.89 () {34 vars in 662 bytes} [Fri Feb 27 19:39:43 2026] POST /v2.0/ports => generated 743 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2776] 10.0.0.89 () {34 vars in 745 bytes} [Fri Feb 27 19:39:44 2026] PUT /v2.0/ports/8d311a28-86d8-4cb5-bd9a-c5828ff52268/tags => generated 17 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: 8|app: 0|req: 1376/2777] 10.0.0.89 () {34 vars in 745 bytes} [Fri Feb 27 19:39:44 2026] PUT /v2.0/ports/e84be58e-a0ef-4cc5-96cd-b2929591153f/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1402/2778] 10.0.0.89 () {34 vars in 745 bytes} [Fri Feb 27 19:39:44 2026] PUT /v2.0/ports/f842fcbb-7a7b-4445-a346-49a602b0d601/tags => generated 34 bytes in 96 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: 1377/2779] 10.0.0.89 () {34 vars in 745 bytes} [Fri Feb 27 19:39:44 2026] PUT /v2.0/ports/ebad7d67-51ae-42d2-be13-3bc5c50cf7a8/tags => generated 19 bytes in 63 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: 1403/2780] 10.0.0.89 () {32 vars in 658 bytes} [Fri Feb 27 19:39:44 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 238 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: 1378/2781] 10.0.0.89 () {32 vars in 672 bytes} [Fri Feb 27 19:39:44 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2782] 10.0.0.89 () {32 vars in 668 bytes} [Fri Feb 27 19:39:44 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2783] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:39:44 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2784] 10.0.0.89 () {32 vars in 666 bytes} [Fri Feb 27 19:39:44 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2785] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:39:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2786] 10.0.0.89 () {32 vars in 676 bytes} [Fri Feb 27 19:39:45 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2787] 10.0.0.89 () {32 vars in 688 bytes} [Fri Feb 27 19:39:45 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:45.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-92d6574a-ac29-43ba-99d9-e2a059db3bc7 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] TaaS: Handle Delete Port: 8d311a28-86d8-4cb5-bd9a-c5828ff52268 2026-02-27 19:39:45.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92d6574a-ac29-43ba-99d9-e2a059db3bc7 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Tap Mirror: Handle Delete Port: 8d311a28-86d8-4cb5-bd9a-c5828ff52268 [pid: 7|app: 0|req: 1407/2788] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:39:45 2026] DELETE /v2.0/ports/8d311a28-86d8-4cb5-bd9a-c5828ff52268 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:45.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-9036669c-c1b4-4b35-a6c5-5bd2c0ed6cc5 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] TaaS: Handle Delete Port: e84be58e-a0ef-4cc5-96cd-b2929591153f 2026-02-27 19:39:45.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9036669c-c1b4-4b35-a6c5-5bd2c0ed6cc5 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Tap Mirror: Handle Delete Port: e84be58e-a0ef-4cc5-96cd-b2929591153f [pid: 8|app: 0|req: 1382/2789] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:39:45 2026] DELETE /v2.0/ports/e84be58e-a0ef-4cc5-96cd-b2929591153f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:45.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0909016-84e7-4e2f-a02b-4bfb5c4498d2 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] TaaS: Handle Delete Port: f842fcbb-7a7b-4445-a346-49a602b0d601 2026-02-27 19:39:45.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0909016-84e7-4e2f-a02b-4bfb5c4498d2 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Tap Mirror: Handle Delete Port: f842fcbb-7a7b-4445-a346-49a602b0d601 [pid: 7|app: 0|req: 1408/2790] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:39:45 2026] DELETE /v2.0/ports/f842fcbb-7a7b-4445-a346-49a602b0d601 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:45.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-058ab758-3130-478d-80ea-2c5f11ccc44d 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] TaaS: Handle Delete Port: ebad7d67-51ae-42d2-be13-3bc5c50cf7a8 2026-02-27 19:39:45.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-058ab758-3130-478d-80ea-2c5f11ccc44d 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Tap Mirror: Handle Delete Port: ebad7d67-51ae-42d2-be13-3bc5c50cf7a8 [pid: 8|app: 0|req: 1383/2791] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:39:45 2026] DELETE /v2.0/ports/ebad7d67-51ae-42d2-be13-3bc5c50cf7a8 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:46.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-697610f2-d018-4ad0-8873-e5f4c9d9a6b0 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] TaaS: Handle Delete Port: d5c43afc-8cf1-47f6-9d47-88ad3be4cca2 2026-02-27 19:39:46.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-697610f2-d018-4ad0-8873-e5f4c9d9a6b0 2e9cefab343b45e4a5ff61e1c263007f 4790ff9f56fa4e3f8600cfc196c478bf - - default default] Tap Mirror: Handle Delete Port: d5c43afc-8cf1-47f6-9d47-88ad3be4cca2 [pid: 7|app: 0|req: 1409/2792] 10.0.0.89 () {32 vars in 718 bytes} [Fri Feb 27 19:39:45 2026] DELETE /v2.0/ports/d5c43afc-8cf1-47f6-9d47-88ad3be4cca2 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:46.230 8 INFO neutron.services.segments.plugin [-] Segment 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e resource provider aggregate not found 2026-02-27 19:39:46.238 8 INFO neutron.services.segments.plugin [-] Segment 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e resource provider aggregate not found 2026-02-27 19:39:46.256 8 INFO neutron.services.segments.plugin [-] Segment 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e found for delete ", "request_id": "req-ceaee4a4-150c-45f4-891a-218e54cfc046"}]} 2026-02-27 19:39:46.259 8 INFO neutron.services.segments.plugin [-] Segment 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fe8dcfa-646b-488f-8a2c-c07b5b6cd98e found for delete ", "request_id": "req-3891d331-cb7d-4bf4-a93f-d01f7148cb43"}]} [pid: 8|app: 0|req: 1384/2793] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:46 2026] DELETE /v2.0/networks/1087909b-b839-476a-9a65-febbbdb1a1ae => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:39:46.396 7 INFO neutron.services.segments.plugin [-] Segment 243acc9d-f627-44de-bb39-8faf273359ee resource provider aggregate not found 2026-02-27 19:39:46.401 7 INFO neutron.services.segments.plugin [-] Segment 243acc9d-f627-44de-bb39-8faf273359ee resource provider aggregate not found 2026-02-27 19:39:46.420 7 INFO neutron.services.segments.plugin [-] Segment 243acc9d-f627-44de-bb39-8faf273359ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 243acc9d-f627-44de-bb39-8faf273359ee found for delete ", "request_id": "req-b3553396-7c5a-4bbc-9dc5-c519d4cbb53a"}]} 2026-02-27 19:39:46.422 7 INFO neutron.services.segments.plugin [-] Segment 243acc9d-f627-44de-bb39-8faf273359ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 243acc9d-f627-44de-bb39-8faf273359ee found for delete ", "request_id": "req-01b68ffb-54c7-4bcd-8abe-f0c307d024a8"}]} [pid: 7|app: 0|req: 1410/2794] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:46 2026] DELETE /v2.0/networks/4f5780d1-2515-4eda-8f05-fc58ce8ba902 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2795] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:46 2026] DELETE /v2.0/networks/27078c8f-bd1b-4f68-b0f9-a63d1122f4f4 => 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: 1411/2796] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:46 2026] DELETE /v2.0/networks/1213d755-fc8a-4c17-9a3f-d0144a4595ac => 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: 1386/2797] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:39:46 2026] DELETE /v2.0/networks/208b4aff-c5c2-4ec5-b00b-fe6de83ce1ad => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2798] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:47 2026] GET /v2.0/security-groups?tenant_id=45c3312e8f514d31bf4c45b520c5024d&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2799] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:47 2026] DELETE /v2.0/security-groups/706d1db6-ec63-4ea1-8a5c-4701e6af388d => 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: 1413/2800] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:48 2026] GET /v2.0/security-groups?tenant_id=20133a9d3ce8488cba112f8d975c6cc8&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:39:48.277 8 INFO neutron.services.segments.plugin [-] Segment ec2ef585-87b6-4529-9594-2ba0b707abd2 resource provider aggregate not found 2026-02-27 19:39:48.280 8 INFO neutron.services.segments.plugin [-] Segment ec2ef585-87b6-4529-9594-2ba0b707abd2 resource provider aggregate not found 2026-02-27 19:39:48.296 8 INFO neutron.services.segments.plugin [-] Segment ec2ef585-87b6-4529-9594-2ba0b707abd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec2ef585-87b6-4529-9594-2ba0b707abd2 found for delete ", "request_id": "req-775f9922-2cbc-4663-ba91-e84725cb4114"}]} 2026-02-27 19:39:48.299 8 INFO neutron.services.segments.plugin [-] Segment ec2ef585-87b6-4529-9594-2ba0b707abd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec2ef585-87b6-4529-9594-2ba0b707abd2 found for delete ", "request_id": "req-13792c7e-fdff-445b-a1ef-6f875f8465d6"}]} [pid: 8|app: 0|req: 1388/2801] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:48 2026] DELETE /v2.0/security-groups/1c9d9fed-e237-489d-bc4a-e73d218efe2c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:39:48.312 8 INFO neutron.services.segments.plugin [-] Segment 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad resource provider aggregate not found 2026-02-27 19:39:48.322 8 INFO neutron.services.segments.plugin [-] Segment 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad resource provider aggregate not found 2026-02-27 19:39:48.330 8 INFO neutron.services.segments.plugin [-] Segment 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad found for delete ", "request_id": "req-5fb37648-bf8d-490c-9280-0ea790ed7c78"}]} 2026-02-27 19:39:48.363 8 INFO neutron.services.segments.plugin [-] Segment 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b70ea67-f6fe-4c86-b567-12b2ac8c6cad found for delete ", "request_id": "req-a62fd7cc-406b-4f48-9b00-86cd668290d2"}]} 2026-02-27 19:39:48.440 7 INFO neutron.services.segments.plugin [-] Segment ef0afe65-fd73-44f2-963f-cea642ebec9d resource provider aggregate not found 2026-02-27 19:39:48.445 7 INFO neutron.services.segments.plugin [-] Segment ef0afe65-fd73-44f2-963f-cea642ebec9d resource provider aggregate not found 2026-02-27 19:39:48.461 7 INFO neutron.services.segments.plugin [-] Segment ef0afe65-fd73-44f2-963f-cea642ebec9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef0afe65-fd73-44f2-963f-cea642ebec9d found for delete ", "request_id": "req-4a8296e7-a379-4ead-966f-b1531c2bbcca"}]} 2026-02-27 19:39:48.462 7 INFO neutron.services.segments.plugin [-] Segment ef0afe65-fd73-44f2-963f-cea642ebec9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef0afe65-fd73-44f2-963f-cea642ebec9d found for delete ", "request_id": "req-b957f3f2-98dd-457d-880a-9ec172c109d9"}]} [pid: 7|app: 0|req: 1414/2802] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:48 2026] GET /v2.0/security-groups?tenant_id=4790ff9f56fa4e3f8600cfc196c478bf&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2803] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:48 2026] DELETE /v2.0/security-groups/73eb4b58-a814-4dbe-bf3d-d084a216ac56 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2806] 10.0.0.89 () {34 vars in 676 bytes} [Fri Feb 27 19:39:52 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: 1391/2807] 10.0.0.89 () {34 vars in 676 bytes} [Fri Feb 27 19:39:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2808] 10.0.0.89 () {34 vars in 676 bytes} [Fri Feb 27 19:39:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2809] 10.0.0.89 () {34 vars in 676 bytes} [Fri Feb 27 19:39:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2810] 10.0.0.89 () {34 vars in 676 bytes} [Fri Feb 27 19:39:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2811] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:53 2026] PUT /v2.0/policies/67a1f271-c4c4-426b-97bb-771fb5656c01/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2812] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:53 2026] PUT /v2.0/policies/070e3f02-769a-40db-82ec-b17123358479/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2813] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:53 2026] PUT /v2.0/policies/e56f8e14-d16f-4e1e-93b9-b35a5743de7d/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2814] 10.0.0.89 () {34 vars in 751 bytes} [Fri Feb 27 19:39:53 2026] PUT /v2.0/policies/a001be0b-915a-41e4-b406-303463f29501/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2815] 10.0.0.89 () {32 vars in 672 bytes} [Fri Feb 27 19:39:53 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2816] 10.0.0.89 () {32 vars in 686 bytes} [Fri Feb 27 19:39:53 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2817] 10.0.0.89 () {32 vars in 682 bytes} [Fri Feb 27 19:39:53 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2818] 10.0.0.89 () {32 vars in 694 bytes} [Fri Feb 27 19:39:54 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2819] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:39:54 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2820] 10.0.0.89 () {32 vars in 694 bytes} [Fri Feb 27 19:39:54 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2821] 10.0.0.89 () {32 vars in 690 bytes} [Fri Feb 27 19:39:54 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2822] 10.0.0.89 () {32 vars in 702 bytes} [Fri Feb 27 19:39:54 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2823] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:54 2026] DELETE /v2.0/qos/policies/67a1f271-c4c4-426b-97bb-771fb5656c01 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2824] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:54 2026] DELETE /v2.0/qos/policies/070e3f02-769a-40db-82ec-b17123358479 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2825] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:54 2026] DELETE /v2.0/qos/policies/e56f8e14-d16f-4e1e-93b9-b35a5743de7d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2826] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:54 2026] DELETE /v2.0/qos/policies/a001be0b-915a-41e4-b406-303463f29501 => 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: 1401/2827] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:39:54 2026] DELETE /v2.0/qos/policies/ec16f69b-fcd1-4995-90da-bca51079dbbd => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2828] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:55 2026] GET /v2.0/security-groups?tenant_id=1687c869ae7e45a9b386bcb0cc3ab175&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2829] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:55 2026] DELETE /v2.0/security-groups/54dfcb03-6a81-4e39-baaf-2a9ade6d12c8 => 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: 1428/2830] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:55 2026] GET /v2.0/security-groups?tenant_id=d272ba5e5b3a43fa9cb9cd0cbd95a532&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2831] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:56 2026] DELETE /v2.0/security-groups/7c8320af-bcf5-4dee-974b-52066cfbf3ea => 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: 1429/2832] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:39:56 2026] GET /v2.0/security-groups?tenant_id=e8f812f505a34fcea2fe1b3a932d15e1&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2833] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:39:56 2026] DELETE /v2.0/security-groups/56ae3052-a03f-4785-9a50-988c8a43ee27 => 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: 1430/2834] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2835] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:00 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: 1406/2836] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:00 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: 1407/2837] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:00 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: 1408/2838] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:00 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2839] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:40:00 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:00.905 7 INFO neutron.db.segments_db [None req-d4c773d9-1a7e-4264-9818-3159ad3830d1 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] Added segment 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb of type vxlan for network b7330708-4b40-4b39-a60e-cd47db35fd00 [pid: 7|app: 0|req: 1431/2840] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:40:00 2026] POST /v2.0/networks => generated 613 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2841] 162.253.55.43 () {34 vars in 715 bytes} [Fri Feb 27 19:40:00 2026] POST /v2.0/ports => generated 1055 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2842] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:40:01 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => 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: 1412/2843] 10.0.0.140 () {34 vars in 906 bytes} [Fri Feb 27 19:40:01 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2844] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:40:01 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:40:01.363 8 INFO neutron.db.segments_db [None req-99130098-c00b-4f03-b383-88fb2b15ae97 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] Added segment a3e90afc-87bd-495f-ad4e-17fa20cba1c7 of type vxlan for network 90ec22ee-5e0e-4e15-a672-db111b89294d [pid: 8|app: 0|req: 1413/2845] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:40:01 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2846] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:40:01 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:40:01.768 8 INFO neutron.db.segments_db [None req-bbd41798-b595-4f51-a55b-9c2faaba8357 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] Added segment a92b29c9-09c3-43cc-9622-e650a61618d6 of type vxlan for network b9cd8077-a23e-4096-8ab9-460fd4924341 [pid: 8|app: 0|req: 1414/2847] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:40:01 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2848] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:40:01 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:40:02.177 8 INFO neutron.db.segments_db [None req-97906800-f1e6-47bd-aa03-ee5492d78c0c 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] Added segment cd22394d-e8f0-4fb2-9898-6779915ee2e1 of type vxlan for network 1da46845-b954-4c7f-8388-4e7698bda452 [pid: 8|app: 0|req: 1415/2849] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:40:02 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2850] 162.253.55.43 () {34 vars in 1260 bytes} [Fri Feb 27 19:40:02 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2851] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:02 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2852] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:02 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2853] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:40:02 2026] POST /v2.0/subnets => generated 629 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 19:40:02.560 8 INFO neutron.db.segments_db [None req-8f30d19f-54b2-4a4c-870c-c6525497be80 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] Added segment 1d4e815b-693b-4512-9c38-2cfbddf02547 of type vxlan for network e8a3816c-8c51-43ff-9ef7-152b53113ded [pid: 8|app: 0|req: 1419/2854] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:40:02 2026] POST /v2.0/networks => generated 611 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2855] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:40:02 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2856] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:40:02 2026] PUT /v2.0/subnets/cf6e58db-ddef-4a0e-a727-3a405a2ca416/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2857] 162.253.55.43 () {34 vars in 973 bytes} [Fri Feb 27 19:40:02 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2858] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:40:02 2026] PUT /v2.0/subnets/3f34c596-12f9-4e93-8c99-d3f17b051e09/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2859] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:02 2026] GET /v2.0/networks?id=7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2860] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:40:03 2026] PUT /v2.0/subnets/b4a80251-237c-40e1-abb3-2c33ff9a27f0/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2861] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:40:03 2026] PUT /v2.0/subnets/f60d3be6-a081-4bbb-89d7-460b42705173/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2862] 10.0.0.89 () {32 vars in 662 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2863] 10.0.0.89 () {32 vars in 676 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2864] 10.0.0.89 () {32 vars in 672 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2865] 10.0.0.89 () {32 vars in 684 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2866] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:40:03 2026] PUT /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1245 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:03.505 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f9948f2-2e25-4468-91b1-de5a0e1b4db9'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': 'da7e41ce-44c6-42d9-a7d5-8abce34d17ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1428/2867] 10.0.0.89 () {32 vars in 670 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2868] 10.0.0.89 () {32 vars in 684 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2869] 10.0.0.89 () {32 vars in 680 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?not-tags-any=blue => 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: 1441/2870] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:40:03 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2871] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2481 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2872] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/networks?id=7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2873] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => 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: 1442/2874] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:40:04 2026] DELETE /v2.0/subnets/cf6e58db-ddef-4a0e-a727-3a405a2ca416 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2875] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 678 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2876] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2877] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:40:04 2026] DELETE /v2.0/subnets/3f34c596-12f9-4e93-8c99-d3f17b051e09 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2878] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1436/2879] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:04 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1444/2880] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:40:04 2026] DELETE /v2.0/subnets/b4a80251-237c-40e1-abb3-2c33ff9a27f0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2881] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:40:04 2026] DELETE /v2.0/subnets/f60d3be6-a081-4bbb-89d7-460b42705173 => 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: 1445/2882] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:40:04 2026] DELETE /v2.0/subnets/4bb252fd-30a2-4fe7-9566-89aee0a7b098 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:40:04.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea1bc2ec-63e6-44e9-ae7c-98f8f7b2ec20 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] TaaS: Handle Delete Port: e60d5e72-cb64-42e1-810d-c0ecb9c54f64 2026-02-27 19:40:04.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea1bc2ec-63e6-44e9-ae7c-98f8f7b2ec20 2a0aeb39f115497e8b76ee8e4e285e14 8c99494bd6cb4652a7b17eeba5587b7c - - default default] Tap Mirror: Handle Delete Port: e60d5e72-cb64-42e1-810d-c0ecb9c54f64 2026-02-27 19:40:05.109 8 INFO neutron.services.segments.plugin [-] Segment 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb resource provider aggregate not found 2026-02-27 19:40:05.117 8 INFO neutron.services.segments.plugin [-] Segment 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb resource provider aggregate not found 2026-02-27 19:40:05.138 8 INFO neutron.services.segments.plugin [-] Segment 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb found for delete ", "request_id": "req-1aef410d-de1b-4fb2-98c3-75b2043e1d0a"}]} 2026-02-27 19:40:05.138 8 INFO neutron.services.segments.plugin [-] Segment 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ba1f280-a6b5-43a0-b1dd-1228681d1cfb found for delete ", "request_id": "req-61297f69-a34d-42ec-8834-8a3534766bde"}]} [pid: 8|app: 0|req: 1438/2883] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:40:04 2026] DELETE /v2.0/networks/b7330708-4b40-4b39-a60e-cd47db35fd00 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:40:05.268 7 INFO neutron.services.segments.plugin [-] Segment a3e90afc-87bd-495f-ad4e-17fa20cba1c7 resource provider aggregate not found 2026-02-27 19:40:05.274 7 INFO neutron.services.segments.plugin [-] Segment a3e90afc-87bd-495f-ad4e-17fa20cba1c7 resource provider aggregate not found 2026-02-27 19:40:05.294 7 INFO neutron.services.segments.plugin [-] Segment a3e90afc-87bd-495f-ad4e-17fa20cba1c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3e90afc-87bd-495f-ad4e-17fa20cba1c7 found for delete ", "request_id": "req-a1be8a60-2747-40fc-9626-595cfc4598c4"}]} 2026-02-27 19:40:05.294 7 INFO neutron.services.segments.plugin [-] Segment a3e90afc-87bd-495f-ad4e-17fa20cba1c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3e90afc-87bd-495f-ad4e-17fa20cba1c7 found for delete ", "request_id": "req-7c57d445-a642-4152-9dea-12c248f37fbd"}]} [pid: 7|app: 0|req: 1446/2884] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:40:05 2026] DELETE /v2.0/networks/90ec22ee-5e0e-4e15-a672-db111b89294d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2885] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:40:05 2026] DELETE /v2.0/networks/b9cd8077-a23e-4096-8ab9-460fd4924341 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2886] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2481 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2887] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => 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: 1449/2888] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2889] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2890] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:40:05 2026] DELETE /v2.0/networks/1da46845-b954-4c7f-8388-4e7698bda452 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2891] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2892] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2893] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => 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: 1454/2894] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => 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: 1441/2895] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:40:05 2026] DELETE /v2.0/networks/e8a3816c-8c51-43ff-9ef7-152b53113ded => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2896] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&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: 1442/2897] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2898] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:05 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2901] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:40:06 2026] GET /v2.0/security-groups?tenant_id=31d91b0d14c74c948dce795e12a2dd6f&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2902] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:40:06 2026] DELETE /v2.0/security-groups/8033c6ac-bc01-4c27-8101-e4cbc95339eb => 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: 1444/2903] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:40:07 2026] GET /v2.0/security-groups?tenant_id=8c99494bd6cb4652a7b17eeba5587b7c&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:07.163 8 INFO neutron.services.segments.plugin [-] Segment a92b29c9-09c3-43cc-9622-e650a61618d6 resource provider aggregate not found 2026-02-27 19:40:07.170 8 INFO neutron.services.segments.plugin [-] Segment a92b29c9-09c3-43cc-9622-e650a61618d6 resource provider aggregate not found 2026-02-27 19:40:07.184 8 INFO neutron.services.segments.plugin [-] Segment a92b29c9-09c3-43cc-9622-e650a61618d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92b29c9-09c3-43cc-9622-e650a61618d6 found for delete ", "request_id": "req-ae4c586e-7d70-4a61-90fd-79a847fbef98"}]} 2026-02-27 19:40:07.192 8 INFO neutron.services.segments.plugin [-] Segment a92b29c9-09c3-43cc-9622-e650a61618d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92b29c9-09c3-43cc-9622-e650a61618d6 found for delete ", "request_id": "req-2bfa8b27-28bd-4fa6-910e-247278c3daac"}]} 2026-02-27 19:40:07.202 8 INFO neutron.services.segments.plugin [-] Segment cd22394d-e8f0-4fb2-9898-6779915ee2e1 resource provider aggregate not found [pid: 7|app: 0|req: 1460/2904] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:40:07 2026] DELETE /v2.0/security-groups/5d721cba-f240-4a04-8050-6ae165b30fa8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:40:07.221 8 INFO neutron.services.segments.plugin [-] Segment cd22394d-e8f0-4fb2-9898-6779915ee2e1 resource provider aggregate not found 2026-02-27 19:40:07.226 8 INFO neutron.services.segments.plugin [-] Segment cd22394d-e8f0-4fb2-9898-6779915ee2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd22394d-e8f0-4fb2-9898-6779915ee2e1 found for delete ", "request_id": "req-322b889e-31aa-4157-9493-d0ac01a6ad0e"}]} 2026-02-27 19:40:07.241 8 INFO neutron.services.segments.plugin [-] Segment 1d4e815b-693b-4512-9c38-2cfbddf02547 resource provider aggregate not found 2026-02-27 19:40:07.249 8 INFO neutron.services.segments.plugin [-] Segment cd22394d-e8f0-4fb2-9898-6779915ee2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd22394d-e8f0-4fb2-9898-6779915ee2e1 found for delete ", "request_id": "req-41262fbd-4236-4d7c-a4f6-8d06d1977d57"}]} 2026-02-27 19:40:07.261 8 INFO neutron.services.segments.plugin [-] Segment 1d4e815b-693b-4512-9c38-2cfbddf02547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d4e815b-693b-4512-9c38-2cfbddf02547 found for delete ", "request_id": "req-e1e96075-9e91-42e0-ad4e-adc6dfc81d11"}]} 2026-02-27 19:40:07.268 8 INFO neutron.services.segments.plugin [-] Segment 1d4e815b-693b-4512-9c38-2cfbddf02547 resource provider aggregate not found 2026-02-27 19:40:07.283 8 INFO neutron.services.segments.plugin [-] Segment 1d4e815b-693b-4512-9c38-2cfbddf02547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d4e815b-693b-4512-9c38-2cfbddf02547 found for delete ", "request_id": "req-2176a727-d396-4683-b6c1-f99b9046fab4"}]} [pid: 8|app: 0|req: 1445/2905] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:40:07 2026] GET /v2.0/security-groups?tenant_id=8ba77f79a5bb4ad284c9df01a64a5b51&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2906] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:40:07 2026] DELETE /v2.0/security-groups/2a557cef-d9f5-4188-92dc-5b145b39b71b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2907] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:40:09 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1247 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2908] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:40:10 2026] PUT /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1271 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:10.335 8 INFO neutron.api.v2.resource [None req-0098bcde-1d68-462b-b9c2-0d95e6fb4821 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1447/2909] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:40:10 2026] GET /v2.0/security-groups/lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2910] 162.253.55.43 () {30 vars in 783 bytes} [Fri Feb 27 19:40:10 2026] GET /v2.0/security-groups?name=lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:10.383 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3093e33e-421a-4d16-a0a6-6fe5ef6853cd'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': 'da7e41ce-44c6-42d9-a7d5-8abce34d17ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1448/2911] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:40:10 2026] PUT /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1309 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:10.732 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7675e4f-72c9-4394-8668-eef19f532609'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': 'da7e41ce-44c6-42d9-a7d5-8abce34d17ee', '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: 1449/2912] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2913] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:10 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: 1451/2914] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:10 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: 1464/2915] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:10 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2916] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:10 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: 1465/2917] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:10 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2918] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:10 2026] GET /v2.0/networks?id=7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2919] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2920] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2921] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2922] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1345 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2923] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2924] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2925] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2926] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2927] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1459/2928] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2929] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2930] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/security-groups?tenant_id=18fb271c716044a4acaf3259682e0af1&name=default => generated 2929 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2931] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:40:11 2026] DELETE /v2.0/security-groups/45ce6c52-4a30-4adb-bab9-94a5af415049 => 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: 1471/2932] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:40:11 2026] GET /v2.0/security-groups?tenant_id=3f60eb65202a4a89ab709c92caa3e92e&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2933] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:40:11 2026] DELETE /v2.0/security-groups/6fbac8f0-06d2-4f56-890c-d0ebcce2558b => 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: 1472/2934] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2935] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/networks?id=7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2936] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => 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: 1464/2937] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => 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: 1474/2938] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&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: 1465/2939] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2940] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:12 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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-02-27 19:40:18.236 8 INFO neutron.db.l3_db [None req-38777bbd-7228-48c7-8d21-9647bce95d44 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Floating IP 600addca-329c-411f-b051-b256cc4baf51 associated. External IP: 10.96.250.201, port: 57e38f48-6ddd-4c09-b95b-b08181bea539. [pid: 8|app: 0|req: 1466/2941] 10.0.0.89 () {34 vars in 675 bytes} [Fri Feb 27 19:40:17 2026] POST /v2.0/floatingips => generated 898 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2944] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:22 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: 1468/2945] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2946] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40: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: 8|app: 0|req: 1469/2947] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:40:22.269 7 INFO neutron.api.v2.resource [None req-be00396d-4c76-4095-958a-13c8182c1ded b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/2948] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:40:22 2026] GET /v2.0/security-groups/lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2949] 162.253.55.43 () {30 vars in 783 bytes} [Fri Feb 27 19:40:22 2026] GET /v2.0/security-groups?name=lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 1637 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2950] 162.253.55.43 () {30 vars in 813 bytes} [Fri Feb 27 19:40:22 2026] GET /v2.0/security-group-rules?security_group_id=5b6db011-9a64-4eeb-a1f3-801d520023d0 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2951] 162.253.55.43 () {34 vars in 745 bytes} [Fri Feb 27 19:40:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2952] 162.253.55.43 () {34 vars in 745 bytes} [Fri Feb 27 19:40:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2953] 10.0.0.72 () {30 vars in 688 bytes} [Fri Feb 27 19:40:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2954] 10.0.0.72 () {30 vars in 690 bytes} [Fri Feb 27 19:40:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2955] 10.0.0.72 () {30 vars in 666 bytes} [Fri Feb 27 19:40:30 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: 1483/2956] 10.0.0.72 () {30 vars in 702 bytes} [Fri Feb 27 19:40:30 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: 1474/2957] 10.0.0.72 () {28 vars in 437 bytes} [Fri Feb 27 19:40:31 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: 1484/2958] 10.0.0.72 () {30 vars in 726 bytes} [Fri Feb 27 19:40:31 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2959] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2960] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:32 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: 1476/2961] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:32 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: 1486/2962] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:33 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: 1477/2963] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:33 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2964] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:40:33 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2965] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2966] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:33 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: 1479/2967] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:33 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: 1489/2968] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:33 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: 1480/2969] 162.253.55.43 () {34 vars in 715 bytes} [Fri Feb 27 19:40:33 2026] POST /v2.0/ports => generated 1328 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2970] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:40:34 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1328 bytes in 124 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: 1481/2971] 10.0.0.140 () {34 vars in 906 bytes} [Fri Feb 27 19:40:34 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: 1491/2972] 162.253.55.43 () {34 vars in 1260 bytes} [Fri Feb 27 19:40:35 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2973] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:35 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2974] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:35 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1483/2975] 162.253.55.43 () {34 vars in 973 bytes} [Fri Feb 27 19:40:36 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2976] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:36 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2979] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:40:36 2026] PUT /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1518 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:36.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6059ddde-3bc7-4cac-af69-9561e4b16c53'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '6e132f49-f5eb-43c2-9798-d980e71d5df9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1496/2980] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4091 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1485/2981] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2982] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1486/2983] 162.253.55.43 () {34 vars in 1102 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b6&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1498/2984] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/subnets?id=b4145e5c-196b-4b82-be06-c7b6078a9977&id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2985] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2986] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&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: 8|app: 0|req: 1488/2987] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2988] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:37 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2989] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/subnets => generated 6133 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2990] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/floatingips => generated 2589 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2991] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/networks => generated 5224 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2992] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/security-groups => generated 31481 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2993] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2994] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/routers => generated 727 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2995] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2996] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/l3-agents => generated 681 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2997] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2998] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/subnets => generated 6133 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2999] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3000] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4091 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3001] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => 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: 1507/3002] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/ports => generated 26159 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3003] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3004] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:38 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3005] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1498/3006] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3007] 10.0.0.140 () {34 vars in 1177 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 7011 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3008] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3009] 10.0.0.140 () {34 vars in 1279 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/security-groups?id=a26be159-29b7-4aaf-8eee-7b0d8885aa4a&id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&id=5b6db011-9a64-4eeb-a1f3-801d520023d0&id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 352 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3010] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3011] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3012] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3013] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1502/3014] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1513/3015] 162.253.55.43 () {34 vars in 1102 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b6&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1503/3016] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/subnets?id=b4145e5c-196b-4b82-be06-c7b6078a9977&id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3017] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&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: 1504/3018] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3019] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1505/3020] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:39 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1516/3021] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1506/3022] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 797 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3023] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3024] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/subnets/b4145e5c-196b-4b82-be06-c7b6078a9977 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3025] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:43 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: 1508/3026] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:43 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: 1519/3027] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:43 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: 1509/3028] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3029] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3030] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3031] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3032] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3033] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3034] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:40:43 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3035] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:44 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3038] 10.0.0.72 () {30 vars in 688 bytes} [Fri Feb 27 19:40:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3039] 10.0.0.72 () {30 vars in 690 bytes} [Fri Feb 27 19:40:51 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: 1515/3040] 10.0.0.72 () {30 vars in 666 bytes} [Fri Feb 27 19:40:51 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: 1526/3041] 10.0.0.72 () {30 vars in 702 bytes} [Fri Feb 27 19:40:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3042] 10.0.0.72 () {28 vars in 437 bytes} [Fri Feb 27 19:40:52 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3043] 10.0.0.72 () {30 vars in 726 bytes} [Fri Feb 27 19:40:52 2026] GET /v2.0/subnets/42b6f483-dbe2-4a54-961c-e9a9aee551bb => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3044] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:53 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: 1528/3045] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3046] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:53 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: 1529/3047] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3048] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => 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: 1530/3049] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/subnets/42b6f483-dbe2-4a54-961c-e9a9aee551bb => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3050] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4093 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3051] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3052] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3053] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3054] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:40:53 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: 1533/3055] 162.253.55.43 () {34 vars in 715 bytes} [Fri Feb 27 19:40:53 2026] POST /v2.0/ports => generated 1328 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3056] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:40:53 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1534/3057] 162.253.55.43 () {34 vars in 1260 bytes} [Fri Feb 27 19:40:55 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3058] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:55 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3059] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:55 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1525/3060] 162.253.55.43 () {34 vars in 973 bytes} [Fri Feb 27 19:40:55 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3061] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:55 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3062] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:40:55 2026] PUT /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1518 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:40:56.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-693a1bd1-eba9-4cdb-9c0b-481385e312a8'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '39fe6256-8ac5-4d1d-88d2-1de7fb09302c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1537/3063] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:56 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 5603 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1527/3064] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:40:56 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 799 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3065] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.66&port_id=39fe6256-8ac5-4d1d-88d2-1de7fb09302c => 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: 1528/3066] 162.253.55.43 () {34 vars in 1104 bytes} [Fri Feb 27 19:40:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35b&port_id=39fe6256-8ac5-4d1d-88d2-1de7fb09302c => 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: 1539/3067] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:40:56 2026] GET /v2.0/subnets?id=42b6f483-dbe2-4a54-961c-e9a9aee551bb&id=a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3068] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:56 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3069] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:57 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&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: 1530/3070] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:57 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1541/3071] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:57 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3072] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 5603 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3073] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => 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: 1532/3074] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3075] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&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: 1533/3076] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3077] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1534/3078] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => 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: 1545/3079] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3080] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&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: 1546/3081] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1536/3082] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3083] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3084] 162.253.55.43 () {34 vars in 1102 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b6&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1548/3085] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/subnets?id=b4145e5c-196b-4b82-be06-c7b6078a9977&id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3086] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&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: 1549/3087] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3088] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3089] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1540/3090] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.66&port_id=39fe6256-8ac5-4d1d-88d2-1de7fb09302c => 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: 1551/3091] 162.253.55.43 () {34 vars in 1104 bytes} [Fri Feb 27 19:40:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35b&port_id=39fe6256-8ac5-4d1d-88d2-1de7fb09302c => 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: 1541/3092] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:40:59 2026] GET /v2.0/subnets?id=42b6f483-dbe2-4a54-961c-e9a9aee551bb&id=a22d4ce0-5bbd-487e-829a-4489e9287274 => 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: 1552/3093] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:59 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&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: 1542/3094] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:40:59 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3095] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:40:59 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1543/3096] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:40:59 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1554/3097] 10.0.0.140 () {34 vars in 970 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3098] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 796 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3099] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/subnets/42b6f483-dbe2-4a54-961c-e9a9aee551bb => 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: 1545/3100] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/subnets/a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3101] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1520 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3102] 162.253.55.43 () {34 vars in 788 bytes} [Fri Feb 27 19:41:03 2026] PUT /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1255 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:41:03.814 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-941f0e91-b165-42cf-a487-e96454d05270'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '6e132f49-f5eb-43c2-9798-d980e71d5df9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1557/3103] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1547/3104] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3105] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:03 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: 1548/3106] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3107] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3108] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3109] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3110] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3111] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3112] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3113] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 800 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3114] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3115] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3116] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 5376 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3117] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3118] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1565/3119] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/subnets?id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => 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: 1555/3120] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3121] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1556/3122] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:04 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1568/3125] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:16 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: 1558/3126] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3127] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:16 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: 1559/3128] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:16 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: 1570/3129] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3130] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 5376 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3131] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:17 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: 1561/3132] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3133] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:17 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: 1562/3134] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:17 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: 1573/3135] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3136] 162.253.55.43 () {34 vars in 788 bytes} [Fri Feb 27 19:41:17 2026] PUT /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1311 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:41:17.714 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e99caa1c-6a93-46b6-932f-43a7be1c6997'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '39fe6256-8ac5-4d1d-88d2-1de7fb09302c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1574/3137] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 796 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1564/3138] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/subnets/a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3139] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:17 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3140] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:41:17 2026] PUT /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 1080 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3141] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 796 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1566/3142] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4972 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3143] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3144] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3145] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4972 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3146] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3147] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:18 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3148] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:19 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4972 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:41:19.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e9b3bac-6ac2-4633-816a-365f0b142b7b'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '39fe6256-8ac5-4d1d-88d2-1de7fb09302c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1580/3149] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3150] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3151] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1571/3152] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3153] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 4972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3154] 162.253.55.43 () {34 vars in 973 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => 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: 1583/3155] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3156] 162.253.55.43 () {34 vars in 1014 bytes} [Fri Feb 27 19:41:20 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3157] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:41:20 2026] PUT /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 917 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3158] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:21 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3864 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:41:21.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-18531dde-dcfd-4d65-80af-c086baefe676 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 39fe6256-8ac5-4d1d-88d2-1de7fb09302c 2026-02-27 19:41:21.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18531dde-dcfd-4d65-80af-c086baefe676 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 39fe6256-8ac5-4d1d-88d2-1de7fb09302c [pid: 7|app: 0|req: 1585/3161] 162.253.55.43 () {32 vars in 757 bytes} [Fri Feb 27 19:41:21 2026] DELETE /v2.0/ports/39fe6256-8ac5-4d1d-88d2-1de7fb09302c => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3162] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3163] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:21 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: 1578/3164] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3165] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41: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: 1579/3166] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:21 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3167] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3168] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3169] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3170] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3171] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3172] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3173] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3864 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3174] 162.253.55.43 () {34 vars in 1224 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/networks?id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 3095 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3175] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => 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: 1584/3176] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => 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: 1593/3177] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3178] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1594/3179] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3180] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => 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: 1595/3181] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3182] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:22 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&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: 7|app: 0|req: 1596/3183] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1588/3184] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1597/3185] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=6e132f49-f5eb-43c2-9798-d980e71d5df9 => 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: 1589/3186] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/subnets?id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3187] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3188] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3189] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:23 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1591/3190] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:26 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: 1600/3191] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:26 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: 1592/3192] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41: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: 1601/3193] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41: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: 8|app: 0|req: 1593/3194] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3864 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3195] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3196] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3197] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3198] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41: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: 1604/3199] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1291 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3200] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:41:27 2026] PUT /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1080 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:41:27.688 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfd79b12-1b4a-4593-bce9-24a994344905'] response: {'name': 'network-changed', 'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'tag': '6e132f49-f5eb-43c2-9798-d980e71d5df9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1605/3201] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 797 bytes in 49 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: 1597/3202] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3689 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3203] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:27 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3204] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:28 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3205] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:41:28 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3206] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:28 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1608/3207] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:28 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1600/3208] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:28 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3689 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3209] 162.253.55.43 () {34 vars in 973 bytes} [Fri Feb 27 19:41:29 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3210] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:41:29 2026] GET /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9?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: 1610/3211] 162.253.55.43 () {34 vars in 1014 bytes} [Fri Feb 27 19:41:29 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3212] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:29 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 3689 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3213] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:41:30 2026] PUT /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 917 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3214] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:41:31.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b5dfc41-6a4a-41a8-9abe-e115cc924eca b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 6e132f49-f5eb-43c2-9798-d980e71d5df9 2026-02-27 19:41:31.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b5dfc41-6a4a-41a8-9abe-e115cc924eca b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 6e132f49-f5eb-43c2-9798-d980e71d5df9 [pid: 7|app: 0|req: 1612/3215] 162.253.55.43 () {32 vars in 757 bytes} [Fri Feb 27 19:41:31 2026] DELETE /v2.0/ports/6e132f49-f5eb-43c2-9798-d980e71d5df9 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3216] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3217] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:31 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: 1605/3218] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:31 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: 1614/3219] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3220] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3221] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3222] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1345 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3223] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3224] 162.253.55.43 () {30 vars in 741 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3225] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3226] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3227] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3228] 162.253.55.43 () {34 vars in 1144 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/networks?id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 2310 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3229] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => 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: 1611/3230] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3231] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3232] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:31 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1621/3233] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:32 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1613/3234] 162.253.55.43 () {34 vars in 1054 bytes} [Fri Feb 27 19:41:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.23&port_id=da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3235] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:32 2026] GET /v2.0/subnets?id=e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3236] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:32 2026] GET /v2.0/ports?network_id=7f42515a-8216-4a34-bc62-0ff5dfb1906c&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: 1623/3237] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:32 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1615/3238] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:32 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?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: 1617/3241] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:41:37 2026] GET /v2.0/floatingips => generated 2589 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3242] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3243] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/routers => generated 727 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3244] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3245] 10.0.0.120 () {28 vars in 676 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/l3-agents => generated 681 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3246] 10.0.0.140 () {34 vars in 1177 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 5501 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3247] 10.0.0.140 () {34 vars in 1199 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/security-groups?id=5b6db011-9a64-4eeb-a1f3-801d520023d0&id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&id=c07b8003-531e-4840-b932-ed35d9ae2496&fields=id&fields=name => generated 285 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3248] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/ports => generated 24649 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3249] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/subnets => generated 6133 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3250] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3251] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/subnets => generated 6133 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3252] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/subnetpools => 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: 1631/3253] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/networks => generated 5224 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3254] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:41:38 2026] GET /v2.0/security-groups => generated 31481 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3255] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:43 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: 1624/3256] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:43 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: 1633/3257] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:43 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: 1625/3258] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:43 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-02-27 19:41:43.355 7 INFO neutron.api.v2.resource [None req-c480f297-42f6-46c8-8863-5f6ada4dd61e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3259] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:41:43 2026] GET /v2.0/security-groups/lb-fc2d4b62-34e9-417c-8420-4556aed562fd => 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: 1626/3260] 162.253.55.43 () {30 vars in 783 bytes} [Fri Feb 27 19:41:43 2026] GET /v2.0/security-groups?name=lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 2863 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3261] 162.253.55.43 () {30 vars in 813 bytes} [Fri Feb 27 19:41:43 2026] GET /v2.0/security-group-rules?security_group_id=5b6db011-9a64-4eeb-a1f3-801d520023d0 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3262] 162.253.55.43 () {32 vars in 787 bytes} [Fri Feb 27 19:41:43 2026] DELETE /v2.0/security-group-rules/1ded45d7-2f5d-46d6-a7e9-d25b33eb0008 => 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: 1636/3263] 162.253.55.43 () {32 vars in 787 bytes} [Fri Feb 27 19:41:43 2026] DELETE /v2.0/security-group-rules/35b88d27-2ca7-4d95-a480-225cfc0f6a67 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:41:47.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe0e814b-6491-4af9-bd42-cde02ddfabc3 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: ec1b8bbb-dc88-42ec-842f-799eb1f90486 2026-02-27 19:41:47.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe0e814b-6491-4af9-bd42-cde02ddfabc3 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: ec1b8bbb-dc88-42ec-842f-799eb1f90486 2026-02-27 19:41:47.582 8 INFO neutron.db.l3_db [None req-fe0e814b-6491-4af9-bd42-cde02ddfabc3 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Floating IP 600addca-329c-411f-b051-b256cc4baf51 disassociated (deleted). External IP: 10.96.250.201, port: 57e38f48-6ddd-4c09-b95b-b08181bea539. [pid: 8|app: 0|req: 1628/3264] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:41:47 2026] DELETE /v2.0/floatingips/600addca-329c-411f-b051-b256cc4baf51 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:41:47.938 7 INFO neutron.api.v2.resource [None req-c1e4d8b2-ac7e-4b47-beb1-7aca227f9fdb 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3265] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:41:47 2026] GET /v2.0/floatingips/600addca-329c-411f-b051-b256cc4baf51 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3266] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:48 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: 1638/3267] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3268] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:48 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: 1639/3269] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:41:48.725 8 INFO neutron.api.v2.resource [None req-6435dadd-70ff-4244-9bb7-754682f6a660 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3270] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/security-groups/lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3271] 162.253.55.43 () {30 vars in 783 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/security-groups?name=lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 1637 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3272] 162.253.55.43 () {30 vars in 813 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/security-group-rules?security_group_id=5b6db011-9a64-4eeb-a1f3-801d520023d0 => 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: 1641/3273] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:48 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: 1633/3274] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3275] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41:48 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: 1634/3276] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3277] 162.253.55.43 () {30 vars in 739 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3278] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:48 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3279] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:49 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3280] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:49 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3281] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:50 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3282] 162.253.55.43 () {34 vars in 973 bytes} [Fri Feb 27 19:41:51 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1345 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3283] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:41:51 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3284] 162.253.55.43 () {34 vars in 1014 bytes} [Fri Feb 27 19:41:51 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3285] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:51 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 2581 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3286] 162.253.55.43 () {38 vars in 1026 bytes} [Fri Feb 27 19:41:51 2026] PUT /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1146 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3289] 162.253.55.43 () {30 vars in 767 bytes} [Fri Feb 27 19:41:52 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1244 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: 8|app: 0|req: 1641/3290] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:41:52 2026] PUT /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1086 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3291] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:52 2026] GET /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 1086 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 19:41:52.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-904a639c-d0d7-421a-ae24-926641af6e02 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: da7e41ce-44c6-42d9-a7d5-8abce34d17ee 2026-02-27 19:41:52.693 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-904a639c-d0d7-421a-ae24-926641af6e02 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: da7e41ce-44c6-42d9-a7d5-8abce34d17ee [pid: 8|app: 0|req: 1642/3292] 162.253.55.43 () {32 vars in 757 bytes} [Fri Feb 27 19:41:52 2026] DELETE /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3293] 162.253.55.43 () {30 vars in 701 bytes} [Fri Feb 27 19:41:52 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: 1643/3294] 162.253.55.43 () {30 vars in 703 bytes} [Fri Feb 27 19:41:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3295] 162.253.55.43 () {30 vars in 679 bytes} [Fri Feb 27 19:41: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: 1644/3296] 162.253.55.43 () {30 vars in 715 bytes} [Fri Feb 27 19:41:52 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-02-27 19:41:52.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-540bda10-3bf3-46f9-9acb-4137f24cc877 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3297] 162.253.55.43 () {32 vars in 757 bytes} [Fri Feb 27 19:41:52 2026] DELETE /v2.0/ports/da7e41ce-44c6-42d9-a7d5-8abce34d17ee => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3298] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:52 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:41:53.069 8 INFO neutron.api.v2.resource [None req-7ddf83fc-bfb1-4cda-8d4d-770f116289fc b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3299] 162.253.55.43 () {30 vars in 761 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/security-groups/lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3300] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/ports?tenant_id=d2bfa038a816448083408f62dbd438e3&device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => 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: 1647/3301] 162.253.55.43 () {30 vars in 783 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/security-groups?name=lb-fc2d4b62-34e9-417c-8420-4556aed562fd => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3302] 162.253.55.43 () {34 vars in 1064 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/networks?id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&id=7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 1524 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3303] 162.253.55.43 () {30 vars in 735 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3304] 162.253.55.43 () {34 vars in 1058 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.63&port_id=66778d6a-0cfa-4fda-b11d-690cf48c88a2 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3305] 162.253.55.43 () {34 vars in 982 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/subnets?id=327ae6b4-6515-45e0-aa84-b42234e0cc8a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3306] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/ports?network_id=6912ce35-8bf6-4fe2-b068-4cf0b6ee709e&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: 1659/3307] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1660/3308] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:41:53 2026] GET /v2.0/networks/6912ce35-8bf6-4fe2-b068-4cf0b6ee709e?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: 1649/3309] 162.253.55.43 () {34 vars in 787 bytes} [Fri Feb 27 19:41:53 2026] PUT /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 1090 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3310] 162.253.55.43 () {32 vars in 777 bytes} [Fri Feb 27 19:41:53 2026] DELETE /v2.0/security-groups/5b6db011-9a64-4eeb-a1f3-801d520023d0 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:41:53.594 8 INFO neutron_taas.services.taas.taas_plugin [None req-69922d6d-a2cb-4388-bae8-5156fba86ae0 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 57e38f48-6ddd-4c09-b95b-b08181bea539 2026-02-27 19:41:53.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69922d6d-a2cb-4388-bae8-5156fba86ae0 b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 57e38f48-6ddd-4c09-b95b-b08181bea539 [pid: 8|app: 0|req: 1650/3311] 162.253.55.43 () {32 vars in 757 bytes} [Fri Feb 27 19:41:53 2026] DELETE /v2.0/ports/57e38f48-6ddd-4c09-b95b-b08181bea539 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3312] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:41:56 2026] GET /v2.0/ports?device_id=a231f2bb-9456-4c77-9d3a-70a3617b3157 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:41:56.725 8 INFO neutron_taas.services.taas.taas_plugin [req-caa36f23-1059-48bd-9b39-2ae8f700e90e req-ed6d77a9-39c0-4289-977e-4b74ff2ef60e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] TaaS: Handle Delete Port: 66778d6a-0cfa-4fda-b11d-690cf48c88a2 2026-02-27 19:41:56.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-caa36f23-1059-48bd-9b39-2ae8f700e90e req-ed6d77a9-39c0-4289-977e-4b74ff2ef60e b43a73c6c2cb42928ac79e4a9b22e635 d2bfa038a816448083408f62dbd438e3 - - default default] Tap Mirror: Handle Delete Port: 66778d6a-0cfa-4fda-b11d-690cf48c88a2 [pid: 8|app: 0|req: 1651/3313] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:41:56 2026] DELETE /v2.0/ports/66778d6a-0cfa-4fda-b11d-690cf48c88a2 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:41:56.909 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f8aafa0-a596-4ee2-9b30-9f4b987bfdef'] response: {'server_uuid': 'a231f2bb-9456-4c77-9d3a-70a3617b3157', 'name': 'network-vif-deleted', 'tag': '66778d6a-0cfa-4fda-b11d-690cf48c88a2', 'status': 'completed', 'code': 200} 2026-02-27 19:41:58.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-88ca50a8-58c9-4add-a5a6-601894185d4a 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: a46530a4-728d-4551-b450-ca7c3250ef69 2026-02-27 19:41:58.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88ca50a8-58c9-4add-a5a6-601894185d4a 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: a46530a4-728d-4551-b450-ca7c3250ef69 2026-02-27 19:41:58.483 7 INFO neutron.db.l3_db [None req-88ca50a8-58c9-4add-a5a6-601894185d4a 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Floating IP ed158fe9-537e-4e96-b364-2465590473e1 disassociated (deleted). External IP: 10.96.250.220, port: 28602682-833e-4407-af29-80062e3a2ff9. [pid: 7|app: 0|req: 1663/3314] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:41:58 2026] DELETE /v2.0/floatingips/ed158fe9-537e-4e96-b364-2465590473e1 => generated 0 bytes in 1190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:41:59.358 8 INFO neutron.api.v2.resource [None req-4c6d86a1-f91d-459b-a26e-d7107c412b43 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3315] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:41:59 2026] GET /v2.0/floatingips/ed158fe9-537e-4e96-b364-2465590473e1 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:41:59.404 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b20519f-8eeb-46a7-83a5-2bc013047b5e'] response: {'name': 'network-changed', 'server_uuid': 'af0ba498-6ebc-44a3-9938-0ccac4685b19', 'tag': '28602682-833e-4407-af29-80062e3a2ff9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1664/3316] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:41:59 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3317] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:41:59 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3318] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:41:59 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3319] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:41:59 2026] GET /v2.0/networks?id=d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3320] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.115&port_id=28602682-833e-4407-af29-80062e3a2ff9 => 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: 1655/3321] 162.253.55.43 () {34 vars in 1104 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A21d&port_id=28602682-833e-4407-af29-80062e3a2ff9 => 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: 1667/3322] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/subnets?id=42b6f483-dbe2-4a54-961c-e9a9aee551bb&id=a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3323] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3324] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/ports?network_id=d1a55170-7fe9-4cff-9bd3-3026d364f388&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3325] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1669/3326] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:42:00 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388?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: 1658/3327] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:42:01 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 1204 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:42:02.114 7 INFO neutron_taas.services.taas.taas_plugin [req-d58553c6-d494-4c24-bbed-cd90ce25978e req-8472653a-0ce8-46e3-b31f-c713b02d881f 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 28602682-833e-4407-af29-80062e3a2ff9 2026-02-27 19:42:02.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d58553c6-d494-4c24-bbed-cd90ce25978e req-8472653a-0ce8-46e3-b31f-c713b02d881f 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 28602682-833e-4407-af29-80062e3a2ff9 [pid: 7|app: 0|req: 1670/3328] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:42:01 2026] DELETE /v2.0/ports/28602682-833e-4407-af29-80062e3a2ff9 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:02.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8833f40-1ae4-424d-8f3a-c017385988ba'] response: {'server_uuid': 'af0ba498-6ebc-44a3-9938-0ccac4685b19', 'name': 'network-vif-deleted', 'tag': '28602682-833e-4407-af29-80062e3a2ff9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1659/3329] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:42:04 2026] GET /v2.0/ports?device_id=af0ba498-6ebc-44a3-9938-0ccac4685b19 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:42:09.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-9747591d-80e0-417b-a99e-5bfb1918b4aa 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: b60141ec-1429-4a2c-930f-1ff1121447eb 2026-02-27 19:42:09.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9747591d-80e0-417b-a99e-5bfb1918b4aa 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: b60141ec-1429-4a2c-930f-1ff1121447eb 2026-02-27 19:42:10.121 8 INFO neutron.db.l3_db [None req-9747591d-80e0-417b-a99e-5bfb1918b4aa 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Floating IP 3dec1404-a488-43ab-bfc5-a69e5b477c5c disassociated (deleted). External IP: 10.96.250.215, port: b55692e2-ac09-4b73-9819-93f5cadae612. [pid: 8|app: 0|req: 1661/3332] 10.0.0.89 () {32 vars in 730 bytes} [Fri Feb 27 19:42:09 2026] DELETE /v2.0/floatingips/3dec1404-a488-43ab-bfc5-a69e5b477c5c => generated 0 bytes in 670 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:10.490 7 INFO neutron.api.v2.resource [None req-0a73727a-5e6c-4d2d-9e95-93c5af7719f5 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3333] 10.0.0.89 () {32 vars in 727 bytes} [Fri Feb 27 19:42:10 2026] GET /v2.0/floatingips/3dec1404-a488-43ab-bfc5-a69e5b477c5c => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:10.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d1ce481-79dc-4109-bb58-3f6ea67fac78'] response: {'name': 'network-changed', 'server_uuid': '9938d107-4918-4f79-b32d-8d8cab9bfb86', 'tag': 'b55692e2-ac09-4b73-9819-93f5cadae612', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1662/3334] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:42:10 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3335] 10.0.0.140 () {34 vars in 1039 bytes} [Fri Feb 27 19:42:10 2026] GET /v2.0/security-groups?id=dd38aff6-5d48-4faf-ab46-3072d7f99c16&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3336] 162.253.55.43 () {34 vars in 1078 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/ports?tenant_id=91abb66288634ed79c7abad980420c20&device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3337] 162.253.55.43 () {34 vars in 984 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/networks?id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3338] 162.253.55.43 () {34 vars in 1056 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=b55692e2-ac09-4b73-9819-93f5cadae612 => 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: 1675/3339] 162.253.55.43 () {34 vars in 1102 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A246&port_id=b55692e2-ac09-4b73-9819-93f5cadae612 => 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: 1665/3340] 162.253.55.43 () {34 vars in 1062 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/subnets?id=b4145e5c-196b-4b82-be06-c7b6078a9977&id=38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3341] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&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: 1666/3342] 162.253.55.43 () {34 vars in 1050 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/ports?network_id=fca5ac08-6751-44ad-92b1-6ed87bc11a7c&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3343] 162.253.55.43 () {34 vars in 1010 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1667/3344] 162.253.55.43 () {34 vars in 1110 bytes} [Fri Feb 27 19:42:11 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c?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: 1678/3345] 162.253.55.43 () {34 vars in 992 bytes} [Fri Feb 27 19:42:13 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 19:42:13.235 8 INFO neutron_taas.services.taas.taas_plugin [req-ab890d22-538b-4d4f-9761-10c7c6e8ea92 req-a5dca48c-b23e-4aba-8c5d-c45d75448cff 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: b55692e2-ac09-4b73-9819-93f5cadae612 2026-02-27 19:42:13.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab890d22-538b-4d4f-9761-10c7c6e8ea92 req-a5dca48c-b23e-4aba-8c5d-c45d75448cff 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: b55692e2-ac09-4b73-9819-93f5cadae612 [pid: 8|app: 0|req: 1668/3346] 162.253.55.43 () {36 vars in 995 bytes} [Fri Feb 27 19:42:13 2026] DELETE /v2.0/ports/b55692e2-ac09-4b73-9819-93f5cadae612 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:13.467 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-606a6e5c-e262-4757-afd0-bcde8ba9fb27'] response: {'server_uuid': '9938d107-4918-4f79-b32d-8d8cab9bfb86', 'name': 'network-vif-deleted', 'tag': 'b55692e2-ac09-4b73-9819-93f5cadae612', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1679/3347] 10.0.0.140 () {34 vars in 989 bytes} [Fri Feb 27 19:42:15 2026] GET /v2.0/ports?device_id=9938d107-4918-4f79-b32d-8d8cab9bfb86 => 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: 1669/3348] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:20 2026] DELETE /v2.0/security-group-rules/18fafe9a-0b18-4508-8fa7-7f7ea0887bcb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.054 7 INFO neutron.api.v2.resource [None req-2cd8154c-3ff3-4117-a7a0-685e85b372d5 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3349] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/18fafe9a-0b18-4508-8fa7-7f7ea0887bcb => 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: 1670/3350] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/16557169-6c5a-424f-afbe-5246a9e4f35a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.145 7 INFO neutron.api.v2.resource [None req-6d74b725-a6f4-496f-85ce-b11cdf519d0e 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3351] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/16557169-6c5a-424f-afbe-5246a9e4f35a => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3352] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/2601ed6c-44d5-4f1f-80ba-dd8836b3b18a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.229 7 INFO neutron.api.v2.resource [None req-72872037-6e2a-4e62-be2f-afcdfe3b703c 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3353] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/2601ed6c-44d5-4f1f-80ba-dd8836b3b18a => 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: 1672/3354] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/5464f012-130f-4e3a-a3b5-9f05ab364252 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.308 7 INFO neutron.api.v2.resource [None req-e6f90b95-85c8-4d8e-9685-c28e884398bd 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3355] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/5464f012-130f-4e3a-a3b5-9f05ab364252 => 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: 1673/3356] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/a4b523ce-97ea-445d-8d4e-f3db8a3953a2 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.388 7 INFO neutron.api.v2.resource [None req-f1757741-defe-48dc-840e-26f49b334bab 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3357] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/a4b523ce-97ea-445d-8d4e-f3db8a3953a2 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3358] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/4ec4716a-9ed1-4016-b058-9132455f854a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.475 7 INFO neutron.api.v2.resource [None req-9adf67a6-ffcd-4ece-95c7-b713c25b982d 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3359] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/4ec4716a-9ed1-4016-b058-9132455f854a => 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: 1675/3360] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/b6d52584-af3a-4d39-906d-e7661e06c9dc => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.560 7 INFO neutron.api.v2.resource [None req-ba21269b-11bc-4d44-8248-b992c2455a14 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1686/3361] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/b6d52584-af3a-4d39-906d-e7661e06c9dc => 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: 1676/3362] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/6d95ade6-beba-4840-90d0-41da278ccb47 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.641 7 INFO neutron.api.v2.resource [None req-b00d097e-2bf5-4c35-bece-7d1f44f049ab 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1687/3365] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/6d95ade6-beba-4840-90d0-41da278ccb47 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3366] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/2bcd97fa-cfe9-4124-9f3a-2cc119cc783a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.734 7 INFO neutron.api.v2.resource [None req-ee83d12c-2626-495b-9ff2-2fc1f1b2c05d 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1688/3367] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/2bcd97fa-cfe9-4124-9f3a-2cc119cc783a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3368] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/66efd968-89ca-42c4-8a62-eac698d1732f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.813 7 INFO neutron.api.v2.resource [None req-3d50e8ed-4cde-4245-92fa-7f655eb08db9 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1689/3369] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/66efd968-89ca-42c4-8a62-eac698d1732f => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3370] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-group-rules/407abae0-42a7-4c24-8009-6338539bd898 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:21.905 7 INFO neutron.api.v2.resource [None req-3a03ca8d-a685-4d23-948b-8f1a6349b3ee 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3371] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:21 2026] GET /v2.0/security-group-rules/407abae0-42a7-4c24-8009-6338539bd898 => 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: 1682/3372] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:21 2026] DELETE /v2.0/security-groups/dd38aff6-5d48-4faf-ab46-3072d7f99c16 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:22.023 7 INFO neutron.api.v2.resource [None req-ef590ff1-87f7-4ebe-9a88-12d02f6c3089 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3373] 10.0.0.89 () {32 vars in 735 bytes} [Fri Feb 27 19:42:22 2026] GET /v2.0/security-groups/dd38aff6-5d48-4faf-ab46-3072d7f99c16 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:22.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-064c4148-ecc7-408e-8740-e7addb19cd24 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: f8d305e6-f6ce-463d-8487-60000de72b91 2026-02-27 19:42:22.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-064c4148-ecc7-408e-8740-e7addb19cd24 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: f8d305e6-f6ce-463d-8487-60000de72b91 [pid: 8|app: 0|req: 1683/3374] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:42:22 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:42:23.154 7 INFO neutron.api.v2.resource [None req-1edc1ce2-2280-469d-aef9-a03c25c3c177 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3375] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:42:23 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:23.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae6ee6dc-f380-4497-8213-4ef0905c4bc5 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 95dcbf98-9330-4fc0-b88d-fef45797e507 2026-02-27 19:42:23.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae6ee6dc-f380-4497-8213-4ef0905c4bc5 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 95dcbf98-9330-4fc0-b88d-fef45797e507 [pid: 8|app: 0|req: 1684/3376] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:42:23 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:42:24.158 7 INFO neutron.api.v2.resource [None req-08425792-b674-43b6-b48a-1e4f470b6e56 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1693/3377] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:42:24 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:24.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b938a39-bb43-4a83-aeb5-598cb0fc5391 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: d4ebeb3d-551a-48e8-8140-40414535c493 2026-02-27 19:42:24.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b938a39-bb43-4a83-aeb5-598cb0fc5391 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: d4ebeb3d-551a-48e8-8140-40414535c493 [pid: 8|app: 0|req: 1685/3378] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:42:24 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 19:42:25.245 7 INFO neutron.api.v2.resource [None req-cfe97c11-1725-439f-b76c-51743cc5c269 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1694/3379] 10.0.0.89 () {34 vars in 787 bytes} [Fri Feb 27 19:42:25 2026] PUT /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:25.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5631f34-bc12-4b10-9807-14def1957401 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 547a1522-d39d-4e48-872f-9ae90f27da3b 2026-02-27 19:42:25.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5631f34-bc12-4b10-9807-14def1957401 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 547a1522-d39d-4e48-872f-9ae90f27da3b 2026-02-27 19:42:25.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5631f34-bc12-4b10-9807-14def1957401 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 50cc8e37-9b83-4e8e-8f25-2460ab6c778a 2026-02-27 19:42:25.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5631f34-bc12-4b10-9807-14def1957401 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 50cc8e37-9b83-4e8e-8f25-2460ab6c778a 2026-02-27 19:42:26.097 8 INFO neutron.db.l3_hamode_db [None req-c5631f34-bc12-4b10-9807-14def1957401 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] HA network 946ba0b6-a52c-4fde-be90-222d7d9b5dea was deleted as no HA routers are present in tenant 91abb66288634ed79c7abad980420c20. [pid: 8|app: 0|req: 1686/3380] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:25 2026] DELETE /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:26.124 8 INFO neutron.services.segments.plugin [-] Segment 495143dd-fae1-4190-bd62-957b047a7c60 resource provider aggregate not found 2026-02-27 19:42:26.131 7 INFO neutron.api.v2.resource [None req-cb3f65ea-a5e7-49cd-bc89-00ce68b191b1 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3381] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:26 2026] GET /v2.0/routers/e135f4e4-f112-48da-9e10-cb3260f912ab => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:26.135 8 INFO neutron.services.segments.plugin [-] Segment 495143dd-fae1-4190-bd62-957b047a7c60 resource provider aggregate not found 2026-02-27 19:42:26.146 8 INFO neutron.services.segments.plugin [-] Segment 495143dd-fae1-4190-bd62-957b047a7c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 495143dd-fae1-4190-bd62-957b047a7c60 found for delete ", "request_id": "req-1c66ea91-6ba7-4621-89af-112ca317a7cb"}]} 2026-02-27 19:42:26.156 8 INFO neutron.services.segments.plugin [-] Segment 495143dd-fae1-4190-bd62-957b047a7c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 495143dd-fae1-4190-bd62-957b047a7c60 found for delete ", "request_id": "req-fcc090d6-f549-43b4-82c8-60d7bfb7dea5"}]} [pid: 8|app: 0|req: 1687/3382] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:26 2026] DELETE /v2.0/subnets/a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:26.318 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b4298af-aa54-454c-ae9d-5868389483fb 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1696/3383] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:26 2026] GET /v2.0/subnets/a22d4ce0-5bbd-487e-829a-4489e9287274 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3384] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:26 2026] DELETE /v2.0/subnets/42b6f483-dbe2-4a54-961c-e9a9aee551bb => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:26.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7f60127-c9a6-4ca3-9fdc-11013952ff8b 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1697/3385] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:26 2026] GET /v2.0/subnets/42b6f483-dbe2-4a54-961c-e9a9aee551bb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:26.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-64e5e65e-4fbe-46cd-a6cb-97ae46076821 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 9bac0599-e924-4ec6-931f-fbd90fe51f72 2026-02-27 19:42:26.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64e5e65e-4fbe-46cd-a6cb-97ae46076821 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 9bac0599-e924-4ec6-931f-fbd90fe51f72 [pid: 8|app: 0|req: 1689/3386] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:42:26 2026] DELETE /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:26.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3cd23cc-1f5b-4c97-8a2f-3cd48fed7e41 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1698/3387] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:42:26 2026] GET /v2.0/networks/d1a55170-7fe9-4cff-9bd3-3026d364f388 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3388] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:26 2026] DELETE /v2.0/subnets/b4145e5c-196b-4b82-be06-c7b6078a9977 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:27.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-401be216-4e93-4221-becc-345342129d7e 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3389] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:26 2026] GET /v2.0/subnets/b4145e5c-196b-4b82-be06-c7b6078a9977 => 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: 1691/3390] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:27 2026] DELETE /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:27.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ff5357c-7ebe-47d8-ad14-a1efe891bf29 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1700/3391] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:27 2026] GET /v2.0/subnets/38a0455e-80bf-4c06-a58a-7e3622d6c6e8 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:27.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ae2b98c-ee05-450a-a7a9-57a009966957 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 3920eb7e-14b8-44f3-be53-1b18f5dd92aa 2026-02-27 19:42:27.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ae2b98c-ee05-450a-a7a9-57a009966957 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 3920eb7e-14b8-44f3-be53-1b18f5dd92aa [pid: 8|app: 0|req: 1692/3392] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:42:27 2026] DELETE /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:27.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0473b317-9998-44aa-b75e-9684a4c8f249 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1701/3393] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:42:27 2026] GET /v2.0/networks/fca5ac08-6751-44ad-92b1-6ed87bc11a7c => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3394] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:27 2026] DELETE /v2.0/subnets/823ad5a3-bca3-4979-9c54-d8d2ce49833d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:27.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-475b9b0d-0038-4f08-ae90-2ba7e3ac7f10 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1702/3395] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:27 2026] GET /v2.0/subnets/823ad5a3-bca3-4979-9c54-d8d2ce49833d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3396] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:27 2026] DELETE /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:27.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2e65c1f-2539-4c16-8c62-ad9ee55587e6 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1703/3397] 10.0.0.89 () {32 vars in 719 bytes} [Fri Feb 27 19:42:27 2026] GET /v2.0/subnets/e598e188-04db-4052-9a8a-7ac39a7f9644 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:27.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce5c2834-594d-4fad-949c-904142aaca02 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] TaaS: Handle Delete Port: 0e6e2a58-80c4-44d4-8b58-e18933f8702b 2026-02-27 19:42:27.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce5c2834-594d-4fad-949c-904142aaca02 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] Tap Mirror: Handle Delete Port: 0e6e2a58-80c4-44d4-8b58-e18933f8702b [pid: 8|app: 0|req: 1695/3398] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:42:27 2026] DELETE /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:28.153 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba7f1c90-6d3f-4003-b15d-5bc91f10bfa3 093da64b6d6d45b0966daa36aeb7719f 91abb66288634ed79c7abad980420c20 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1704/3399] 10.0.0.89 () {32 vars in 721 bytes} [Fri Feb 27 19:42:28 2026] GET /v2.0/networks/7f42515a-8216-4a34-bc62-0ff5dfb1906c => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 19:42:28.161 8 INFO neutron.services.segments.plugin [-] Segment b534e93b-0dcc-4a0f-a0b1-1be4154a402f resource provider aggregate not found 2026-02-27 19:42:28.178 8 INFO neutron.services.segments.plugin [-] Segment b534e93b-0dcc-4a0f-a0b1-1be4154a402f resource provider aggregate not found 2026-02-27 19:42:28.181 8 INFO neutron.services.segments.plugin [-] Segment b534e93b-0dcc-4a0f-a0b1-1be4154a402f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b534e93b-0dcc-4a0f-a0b1-1be4154a402f found for delete ", "request_id": "req-f7f2a200-f0db-430f-9746-c3f6dd593244"}]} 2026-02-27 19:42:28.193 8 INFO neutron.services.segments.plugin [-] Segment b534e93b-0dcc-4a0f-a0b1-1be4154a402f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b534e93b-0dcc-4a0f-a0b1-1be4154a402f found for delete ", "request_id": "req-1cd75f50-817d-4769-b1de-15b29dcb7097"}]} 2026-02-27 19:42:28.198 8 INFO neutron.services.segments.plugin [-] Segment 6faae857-8f60-4143-8b26-66d7b7e77ce7 resource provider aggregate not found 2026-02-27 19:42:28.209 8 INFO neutron.services.segments.plugin [-] Segment 6faae857-8f60-4143-8b26-66d7b7e77ce7 resource provider aggregate not found 2026-02-27 19:42:28.214 8 INFO neutron.services.segments.plugin [-] Segment 6faae857-8f60-4143-8b26-66d7b7e77ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6faae857-8f60-4143-8b26-66d7b7e77ce7 found for delete ", "request_id": "req-1085e8d3-5c84-4c72-8f97-a13cda491cd2"}]} 2026-02-27 19:42:28.228 8 INFO neutron.services.segments.plugin [-] Segment 6faae857-8f60-4143-8b26-66d7b7e77ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6faae857-8f60-4143-8b26-66d7b7e77ce7 found for delete ", "request_id": "req-5b839bf2-0986-47ee-a5d7-2b528716523e"}]} 2026-02-27 19:42:28.232 8 INFO neutron.services.segments.plugin [-] Segment 90bc220c-df26-4b98-a98b-05a884279daf resource provider aggregate not found 2026-02-27 19:42:28.241 8 INFO neutron.services.segments.plugin [-] Segment 90bc220c-df26-4b98-a98b-05a884279daf resource provider aggregate not found 2026-02-27 19:42:28.248 8 INFO neutron.services.segments.plugin [-] Segment 90bc220c-df26-4b98-a98b-05a884279daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90bc220c-df26-4b98-a98b-05a884279daf found for delete ", "request_id": "req-cd2a1c51-f0a9-4732-b89d-ecd3d44c7b5f"}]} 2026-02-27 19:42:28.257 8 INFO neutron.services.segments.plugin [-] Segment 90bc220c-df26-4b98-a98b-05a884279daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90bc220c-df26-4b98-a98b-05a884279daf found for delete ", "request_id": "req-1cf9afc9-3119-4117-8978-40572f0bdfaa"}]} [pid: 8|app: 0|req: 1696/3400] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:29 2026] GET /v2.0/security-groups?tenant_id=923722c75c6e4321a724242f40aceea6&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3401] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:30 2026] DELETE /v2.0/security-groups/73da83dd-3ac9-43cd-9406-be8a8c87d94e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3402] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:30 2026] GET /v2.0/security-groups?tenant_id=91abb66288634ed79c7abad980420c20&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: 1706/3403] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:30 2026] DELETE /v2.0/security-groups/7fb14e0d-c45e-40e4-9312-bf2830adad2c => 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: 1698/3404] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:30 2026] GET /v2.0/security-groups?tenant_id=7bdd88c5fea149a6acb87a6fdedde2c5&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3405] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:30 2026] DELETE /v2.0/security-groups/dcba94f4-dbfd-4e4e-af34-f1a4d031a35e => 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: 1699/3406] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:31 2026] GET /v2.0/security-groups?tenant_id=db0ba6df7cee4e41a23e02ebb6f56248&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3407] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:31 2026] DELETE /v2.0/security-groups/051fb63a-beac-4a68-b38e-ef40cdda44a8 => 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: 1700/3408] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:31 2026] GET /v2.0/security-groups?tenant_id=374b26a0bf714dd597a56f9e530cdda8&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3409] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:31 2026] DELETE /v2.0/security-groups/f2ff267d-059f-49e9-9423-4b6a78af7fa6 => 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: 1701/3410] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:31 2026] GET /v2.0/security-groups?tenant_id=f7f2989d9e294f528ca864c40ad7f4ad&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: 1710/3411] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:32 2026] DELETE /v2.0/security-groups/05ba10b8-eb07-4e12-a116-2963a466a4bb => 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: 1702/3412] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:32 2026] GET /v2.0/security-groups?tenant_id=c05063ab886b4a2a8ca8406645f713e9&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3413] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:32 2026] DELETE /v2.0/security-groups/a60519cf-ad06-46a2-9a6f-25afc7691908 => 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: 1703/3416] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:42:36 2026] POST /v2.0/security-groups => generated 1603 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3417] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:42:36 2026] POST /v2.0/security-groups => generated 1603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3418] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:42:36 2026] POST /v2.0/security-groups => generated 1603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3419] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:42:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3420] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:42:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3421] 10.0.0.89 () {34 vars in 765 bytes} [Fri Feb 27 19:42:37 2026] PUT /v2.0/security-groups/27d941d9-369d-4768-a35e-c13354adeb56/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3422] 10.0.0.89 () {34 vars in 765 bytes} [Fri Feb 27 19:42:37 2026] PUT /v2.0/security-groups/053a534d-8326-49d9-8a8f-ac0101a04108/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3423] 10.0.0.89 () {34 vars in 765 bytes} [Fri Feb 27 19:42:37 2026] PUT /v2.0/security-groups/96ba4128-dcaf-49c0-ab0f-6dd8f0abd8f4/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3424] 10.0.0.89 () {34 vars in 765 bytes} [Fri Feb 27 19:42:37 2026] PUT /v2.0/security-groups/22d167ee-ca1b-4254-81d1-717d19fc88eb/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3425] 10.0.0.89 () {32 vars in 678 bytes} [Fri Feb 27 19:42:37 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: 1708/3426] 10.0.0.89 () {32 vars in 692 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3427] 10.0.0.89 () {32 vars in 688 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3428] 10.0.0.89 () {32 vars in 700 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3429] 10.0.0.89 () {32 vars in 686 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3430] 10.0.0.89 () {32 vars in 700 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3431] 10.0.0.89 () {32 vars in 696 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3432] 10.0.0.89 () {32 vars in 708 bytes} [Fri Feb 27 19:42:37 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3433] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:37 2026] DELETE /v2.0/security-groups/27d941d9-369d-4768-a35e-c13354adeb56 => 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: 1712/3434] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:38 2026] DELETE /v2.0/security-groups/053a534d-8326-49d9-8a8f-ac0101a04108 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3435] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:38 2026] DELETE /v2.0/security-groups/96ba4128-dcaf-49c0-ab0f-6dd8f0abd8f4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3436] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/ports => generated 4725 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3437] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:38 2026] DELETE /v2.0/security-groups/22d167ee-ca1b-4254-81d1-717d19fc88eb => 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: 1714/3438] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3439] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3440] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3441] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3442] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3443] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3444] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:38 2026] DELETE /v2.0/security-groups/3dfe1e2c-c3fc-46e3-9ec1-3e2e8a9c794e => 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: 1720/3445] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3446] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3447] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/security-groups => generated 20309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3448] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:42:38 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3449] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:39 2026] GET /v2.0/security-groups?tenant_id=c3c6c84158a4468894116afd50d084dc&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3450] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:39 2026] DELETE /v2.0/security-groups/dd2f30ac-6ea0-4b8c-9858-61c9204f5145 => 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: 1723/3451] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:39 2026] GET /v2.0/security-groups?tenant_id=368f45ff8c6240088439bfce45ce1a08&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3452] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:39 2026] DELETE /v2.0/security-groups/8ba4f21a-e095-4787-9478-5ddab8f61109 => 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: 1724/3453] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:39 2026] GET /v2.0/security-groups?tenant_id=07a6c49fa6674ff0b8afd88c44e69041&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3454] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:39 2026] DELETE /v2.0/security-groups/3ad87d08-5662-49ff-9cc4-a6fc015049c5 => 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: 1725/3455] 10.0.0.89 () {34 vars in 682 bytes} [Fri Feb 27 19:42:43 2026] POST /v2.0/security-groups => generated 1603 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3456] 10.0.0.89 () {34 vars in 765 bytes} [Fri Feb 27 19:42:43 2026] PUT /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3457] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3458] 10.0.0.89 () {34 vars in 776 bytes} [Fri Feb 27 19:42:43 2026] PUT /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3459] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/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: 1733/3460] 10.0.0.89 () {34 vars in 772 bytes} [Fri Feb 27 19:42:43 2026] PUT /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3461] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3462] 10.0.0.89 () {34 vars in 794 bytes} [Fri Feb 27 19:42:43 2026] PUT /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3463] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3464] 10.0.0.89 () {34 vars in 765 bytes} [Fri Feb 27 19:42:43 2026] PUT /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3465] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3466] 10.0.0.89 () {32 vars in 753 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:44.036 8 INFO neutron.api.v2.resource [None req-c287bb70-0c48-4ea3-9dba-a99416604fba 7f578bbc25cf4f8b814f1d2869128aab 77382e15fa544d00b33751b6d4b678d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1731/3467] 10.0.0.89 () {32 vars in 757 bytes} [Fri Feb 27 19:42:43 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3468] 10.0.0.89 () {32 vars in 756 bytes} [Fri Feb 27 19:42:44 2026] DELETE /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/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: 1732/3469] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:44 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:42:44.179 7 INFO neutron.api.v2.resource [None req-e564905e-9437-4b41-8edd-07f41242aae7 7f578bbc25cf4f8b814f1d2869128aab 77382e15fa544d00b33751b6d4b678d8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1738/3470] 10.0.0.89 () {32 vars in 760 bytes} [Fri Feb 27 19:42:44 2026] DELETE /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/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: 1733/3471] 10.0.0.89 () {32 vars in 748 bytes} [Fri Feb 27 19:42:44 2026] DELETE /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3472] 10.0.0.89 () {32 vars in 745 bytes} [Fri Feb 27 19:42:44 2026] GET /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3473] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:44 2026] DELETE /v2.0/security-groups/e452cca0-dc08-462c-bc5f-2354239375b0 => 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: 1740/3474] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:45 2026] GET /v2.0/security-groups?tenant_id=77382e15fa544d00b33751b6d4b678d8&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3475] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:45 2026] DELETE /v2.0/security-groups/a84c238d-4ee2-412e-8a53-1c3030c483cd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3476] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:45 2026] GET /v2.0/security-groups?tenant_id=b69c0e8267e746e39295790e816f0f3f&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3477] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:45 2026] DELETE /v2.0/security-groups/070982c5-b502-4b36-b7ff-6bb5be9ad86e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:48.887 7 INFO neutron.db.segments_db [None req-4b50ecdc-0efc-426a-830f-01592df7c10e fdb233d247a2410592a1821c47a11c00 4ffd0e91a8f046f082c8383cae1f7ff2 - - default default] Added segment 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 of type vxlan for network 2dc26f8c-e851-40bd-9e48-f9a62a303953 [pid: 7|app: 0|req: 1742/3478] 10.0.0.89 () {34 vars in 668 bytes} [Fri Feb 27 19:42:48 2026] POST /v2.0/networks => generated 613 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3479] 10.0.0.89 () {34 vars in 667 bytes} [Fri Feb 27 19:42:48 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3480] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:42:49 2026] PUT /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3481] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3482] 10.0.0.89 () {34 vars in 760 bytes} [Fri Feb 27 19:42:49 2026] PUT /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3483] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3484] 10.0.0.89 () {34 vars in 756 bytes} [Fri Feb 27 19:42:49 2026] PUT /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3485] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3486] 10.0.0.89 () {34 vars in 778 bytes} [Fri Feb 27 19:42:49 2026] PUT /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3487] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3488] 10.0.0.89 () {34 vars in 749 bytes} [Fri Feb 27 19:42:49 2026] PUT /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3489] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3490] 10.0.0.89 () {32 vars in 737 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 19:42:49.913 8 INFO neutron.api.v2.resource [None req-45510ae8-e3d5-4ca1-aa21-d3406ab1170c fdb233d247a2410592a1821c47a11c00 4ffd0e91a8f046f082c8383cae1f7ff2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1743/3491] 10.0.0.89 () {32 vars in 741 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/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: 1749/3492] 10.0.0.89 () {32 vars in 740 bytes} [Fri Feb 27 19:42:49 2026] DELETE /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3493] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:49 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 19:42:50.091 7 INFO neutron.api.v2.resource [None req-b12b4a33-29c8-4258-aecf-dfc2ed906ae8 fdb233d247a2410592a1821c47a11c00 4ffd0e91a8f046f082c8383cae1f7ff2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1750/3494] 10.0.0.89 () {32 vars in 744 bytes} [Fri Feb 27 19:42:50 2026] DELETE /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3495] 10.0.0.89 () {32 vars in 732 bytes} [Fri Feb 27 19:42:50 2026] DELETE /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3496] 10.0.0.89 () {32 vars in 729 bytes} [Fri Feb 27 19:42:50 2026] GET /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3497] 10.0.0.89 () {32 vars in 722 bytes} [Fri Feb 27 19:42:50 2026] DELETE /v2.0/subnets/78e08a44-2665-44b5-a16d-5e76d1369c9c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:50.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-99bea3f6-b02f-4442-b04e-e94e853ff627 fdb233d247a2410592a1821c47a11c00 4ffd0e91a8f046f082c8383cae1f7ff2 - - default default] TaaS: Handle Delete Port: 8568eb5f-a1e7-459a-9249-ab43ead3cc60 2026-02-27 19:42:50.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99bea3f6-b02f-4442-b04e-e94e853ff627 fdb233d247a2410592a1821c47a11c00 4ffd0e91a8f046f082c8383cae1f7ff2 - - default default] Tap Mirror: Handle Delete Port: 8568eb5f-a1e7-459a-9249-ab43ead3cc60 [pid: 7|app: 0|req: 1752/3498] 10.0.0.89 () {32 vars in 724 bytes} [Fri Feb 27 19:42:50 2026] DELETE /v2.0/networks/2dc26f8c-e851-40bd-9e48-f9a62a303953 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 19:42:50.774 7 INFO neutron.services.segments.plugin [-] Segment 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 resource provider aggregate not found 2026-02-27 19:42:50.788 7 INFO neutron.services.segments.plugin [-] Segment 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 found for delete ", "request_id": "req-4e51b6de-700b-4c20-8052-a9cc594d34cb"}]} 2026-02-27 19:42:50.827 7 INFO neutron.services.segments.plugin [-] Segment 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 resource provider aggregate not found 2026-02-27 19:42:50.844 7 INFO neutron.services.segments.plugin [-] Segment 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90000276-fa6c-4d7b-9b1c-e83bb2cd4429 found for delete ", "request_id": "req-ebc6935e-2a18-4e89-92ac-fb1bedc13e99"}]} [pid: 8|app: 0|req: 1747/3501] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:51 2026] GET /v2.0/security-groups?tenant_id=3502ab40b5a64463ad0a73b9b3c1d55f&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3502] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:51 2026] DELETE /v2.0/security-groups/e55616d6-0174-436d-b6fa-f397cebe22cb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3503] 10.0.0.89 () {32 vars in 772 bytes} [Fri Feb 27 19:42:51 2026] GET /v2.0/security-groups?tenant_id=4ffd0e91a8f046f082c8383cae1f7ff2&name=default => generated 2929 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3504] 10.0.0.89 () {32 vars in 738 bytes} [Fri Feb 27 19:42:51 2026] DELETE /v2.0/security-groups/e93b24d1-59e5-4248-9918-4ed699a07c3e => 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: 1749/3505] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:42:54 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3506] 10.0.0.89 () {32 vars in 653 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3507] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3508] 10.0.0.89 () {32 vars in 641 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3509] 10.0.0.89 () {32 vars in 645 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3510] 10.0.0.89 () {32 vars in 647 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3511] 10.0.0.89 () {32 vars in 661 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3512] 10.0.0.89 () {32 vars in 653 bytes} [Fri Feb 27 19:42:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3519] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/routers => generated 15 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3520] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3521] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3522] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3523] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3524] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3525] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/agents => generated 3384 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3526] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3527] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3528] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/floatingips => 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: 1761/3529] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:43:38 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3538] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:44:37 2026] GET /v2.0/security-groups => generated 17401 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3539] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3540] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:44:38 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: 1774/3541] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3542] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3543] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3544] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3545] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/floatingips => 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: 1770/3546] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3547] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/subnets => generated 1308 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3548] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:44:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3557] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/routers => generated 15 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3558] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3559] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3560] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:45:38 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) [pid: 8|app: 0|req: 1778/3561] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3562] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3563] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1785/3564] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3565] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/agents => generated 3384 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3566] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3567] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:45:38 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3576] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/subnets => generated 1308 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3577] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3578] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/floatingips => 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: 1787/3579] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3580] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3581] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3582] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1789/3583] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3584] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3585] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:46:38 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3586] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:46:38 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: 1801/3595] 10.0.0.120 () {28 vars in 578 bytes} [Fri Feb 27 19:47:37 2026] GET /v2.0/ports => generated 4725 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3596] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3597] 10.0.0.120 () {28 vars in 623 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3598] 10.0.0.120 () {28 vars in 618 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3599] 10.0.0.120 () {28 vars in 584 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3600] 10.0.0.120 () {28 vars in 580 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3601] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3602] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3603] 10.0.0.120 () {28 vars in 590 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1799/3604] 10.0.0.120 () {28 vars in 598 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3605] 10.0.0.120 () {28 vars in 582 bytes} [Fri Feb 27 19:47:38 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)