+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 30 22:56:14 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-5db78d56f5-b28cc machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fc8a131d668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-30 22:56:18.268 7 INFO neutron.common.config [-] Logging enabled! 2026-06-30 22:56:18.269 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev33 2026-06-30 22:56:18.420 8 INFO neutron.common.config [-] Logging enabled! 2026-06-30 22:56:18.420 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev33 2026-06-30 22:56:19.241 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 22:56:19.546 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 22:56:20.606 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 22:56:20.609 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 22:56:20.613 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 22:56:20.614 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 22:56:20.614 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 22:56:20.614 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 22:56:20.615 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:20.622 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:20.622 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:20.623 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 22:56:20.645 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 22:56:20.647 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 22:56:20.647 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 22:56:20.691 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 22:56:20.691 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 22:56:20.691 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 22:56:20.691 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 22:56:20.949 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 22:56:20.952 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 22:56:20.956 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 22:56:20.957 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 22:56:20.957 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 22:56:20.957 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 22:56:20.957 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:20.965 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:20.965 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:20.965 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 22:56:20.987 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 22:56:20.988 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 22:56:20.988 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 22:56:21.019 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 22:56:21.032 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 22:56:21.033 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 22:56:21.033 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 22:56:21.033 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 22:56:21.180 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 22:56:21.180 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 22:56:21.180 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 22:56:21.239 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 22:56:21.239 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 22:56:21.240 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 22:56:21.241 7 INFO neutron.plugins.ml2.extensions.port_security [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 22:56:21.241 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing extension driver 'qos' 2026-06-30 22:56:21.242 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 22:56:21.242 7 INFO neutron.plugins.ml2.managers [None req-35f95381-110d-40b8-b185-b134047333d7 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 22:56:21.265 7 INFO neutron.quota [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded quota_driver: . 2026-06-30 22:56:21.266 7 INFO neutron.plugins.ml2.plugin [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 22:56:21.266 7 INFO neutron.plugins.ml2.managers [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 22:56:21.266 7 INFO neutron.plugins.ml2.managers [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 22:56:21.267 7 INFO neutron.plugins.ml2.managers [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 22:56:21.267 7 INFO neutron.extensions.vlantransparent [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Disabled vlantransparent extension. 2026-06-30 22:56:21.267 7 INFO neutron.extensions.qinq [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Disabled VLAN QinQ extension. 2026-06-30 22:56:21.268 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: qos 2026-06-30 22:56:21.294 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: router 2026-06-30 22:56:21.328 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 22:56:21.343 7 INFO neutron.services.service_base [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 22:56:21.344 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: segments 2026-06-30 22:56:21.440 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: trunk 2026-06-30 22:56:21.455 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: vpnaas 2026-06-30 22:56:21.494 7 WARNING stevedore.named [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 22:56:21.494 7 WARNING stevedore.named [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:21.623 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 22:56:21.623 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 22:56:21.624 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 22:56:21.638 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 22:56:21.638 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 22:56:21.639 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 22:56:21.639 8 INFO neutron.plugins.ml2.extensions.port_security [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 22:56:21.639 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing extension driver 'qos' 2026-06-30 22:56:21.640 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 22:56:21.640 8 INFO neutron.plugins.ml2.managers [None req-418cbdd7-24ae-4d1b-bed1-a9c7916316d9 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 22:56:21.657 8 INFO neutron.quota [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded quota_driver: . 2026-06-30 22:56:21.657 8 INFO neutron.plugins.ml2.plugin [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 22:56:21.657 8 INFO neutron.plugins.ml2.managers [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 22:56:21.657 8 INFO neutron.plugins.ml2.managers [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 22:56:21.658 8 INFO neutron.plugins.ml2.managers [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 22:56:21.658 8 INFO neutron.extensions.vlantransparent [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Disabled vlantransparent extension. 2026-06-30 22:56:21.658 8 INFO neutron.extensions.qinq [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Disabled VLAN QinQ extension. 2026-06-30 22:56:21.658 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: qos 2026-06-30 22:56:21.671 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: router 2026-06-30 22:56:21.714 7 INFO neutron_vpnaas.services.vpn.plugin [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 22:56:21.715 7 INFO neutron.common.utils [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 22:56:21.715 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: taas 2026-06-30 22:56:21.717 8 INFO neutron.services.service_base [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 22:56:21.717 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: segments 2026-06-30 22:56:21.739 7 WARNING stevedore.named [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:21.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-30 22:56:21.779 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: tapmirror 2026-06-30 22:56:21.793 7 WARNING stevedore.named [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:21.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-30 22:56:21.814 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: auto_allocate 2026-06-30 22:56:21.815 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: trunk 2026-06-30 22:56:21.822 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: tag 2026-06-30 22:56:21.831 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: vpnaas 2026-06-30 22:56:21.832 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: timestamp 2026-06-30 22:56:21.835 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 22:56:21.839 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: flavors 2026-06-30 22:56:21.842 7 INFO neutron.manager [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loading Plugin: revisions 2026-06-30 22:56:21.845 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Initializing extension manager. 2026-06-30 22:56:21.847 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: address-group 2026-06-30 22:56:21.848 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: address-scope 2026-06-30 22:56:21.848 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 22:56:21.849 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: agent 2026-06-30 22:56:21.850 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 22:56:21.851 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 22:56:21.852 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 22:56:21.853 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: availability_zone 2026-06-30 22:56:21.853 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 22:56:21.854 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 22:56:21.855 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: default-subnetpools 2026-06-30 22:56:21.856 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 22:56:21.857 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: dns-integration 2026-06-30 22:56:21.857 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 22:56:21.858 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 22:56:21.860 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: dvr 2026-06-30 22:56:21.861 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 22:56:21.862 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 22:56:21.864 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 22:56:21.865 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 22:56:21.866 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: external-net 2026-06-30 22:56:21.868 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 22:56:21.869 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: extraroute 2026-06-30 22:56:21.870 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 22:56:21.871 8 WARNING stevedore.named [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 22:56:21.871 8 WARNING stevedore.named [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:21.871 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 22:56:21.872 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 22:56:21.872 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 22:56:21.873 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 22:56:21.873 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: fip-port-details 2026-06-30 22:56:21.874 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: flavors 2026-06-30 22:56:21.876 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 22:56:21.876 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: floatingip-pools 2026-06-30 22:56:21.877 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: ip_allocation 2026-06-30 22:56:21.878 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 22:56:21.878 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: l2_adjacency 2026-06-30 22:56:21.879 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: router 2026-06-30 22:56:21.881 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 22:56:21.882 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 22:56:21.882 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 22:56:21.883 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 22:56:21.884 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: l3-ha 2026-06-30 22:56:21.884 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 22:56:21.885 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 22:56:21.885 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: l3-flavors 2026-06-30 22:56:21.886 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 22:56:21.887 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 22:56:21.889 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 22:56:21.890 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 22:56:21.891 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 22:56:21.893 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 22:56:21.894 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 22:56:21.894 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: multi-provider 2026-06-30 22:56:21.895 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: net-mtu 2026-06-30 22:56:21.897 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 22:56:21.898 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: network_availability_zone 2026-06-30 22:56:21.898 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: network_ha 2026-06-30 22:56:21.899 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: network-ip-availability 2026-06-30 22:56:21.900 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 22:56:21.900 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: pagination 2026-06-30 22:56:21.901 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-device-profile 2026-06-30 22:56:21.902 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 22:56:21.902 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 22:56:21.903 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 22:56:21.903 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-mac-override 2026-06-30 22:56:21.904 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 22:56:21.905 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 22:56:21.905 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 22:56:21.906 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-resource-request 2026-06-30 22:56:21.907 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 22:56:21.907 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 22:56:21.908 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: binding 2026-06-30 22:56:21.909 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: binding-extended 2026-06-30 22:56:21.909 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-security 2026-06-30 22:56:21.910 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: project-id 2026-06-30 22:56:21.910 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: provider 2026-06-30 22:56:21.911 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-30 22:56:21.913 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos 2026-06-30 22:56:21.914 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 22:56:21.914 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 22:56:21.915 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-default 2026-06-30 22:56:21.916 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-fip 2026-06-30 22:56:21.916 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 22:56:21.917 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 22:56:21.917 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 22:56:21.918 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 22:56:21.919 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 22:56:21.919 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-pps 2026-06-30 22:56:21.920 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 22:56:21.921 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 22:56:21.921 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 22:56:21.922 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: quota-check-limit 2026-06-30 22:56:21.923 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-30 22:56:21.928 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: quotas 2026-06-30 22:56:21.930 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: quota_details 2026-06-30 22:56:21.933 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: rbac-policies 2026-06-30 22:56:21.934 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: rbac-address-group 2026-06-30 22:56:21.936 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 22:56:21.937 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 22:56:21.938 8 INFO neutron_vpnaas.services.vpn.plugin [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 22:56:21.938 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 22:56:21.938 8 INFO neutron.common.utils [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 22:56:21.939 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: taas 2026-06-30 22:56:21.939 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: revision-if-match 2026-06-30 22:56:21.940 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 22:56:21.940 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: router_availability_zone 2026-06-30 22:56:21.941 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 22:56:21.943 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 22:56:21.943 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 22:56:21.944 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 22:56:21.944 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 22:56:21.945 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 22:56:21.945 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 22:56:21.950 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: security-group 2026-06-30 22:56:21.951 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: segment 2026-06-30 22:56:21.952 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 22:56:21.952 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: service-type 2026-06-30 22:56:21.953 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: sorting 2026-06-30 22:56:21.953 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 22:56:21.954 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: standard-attr-description 2026-06-30 22:56:21.955 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: stateful-security-group 2026-06-30 22:56:21.955 7 WARNING neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 22:56:21.956 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 22:56:21.957 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: subnet-external-network 2026-06-30 22:56:21.958 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: subnet_onboard 2026-06-30 22:56:21.958 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 22:56:21.959 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: subnet-service-types 2026-06-30 22:56:21.959 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: subnet_allocation 2026-06-30 22:56:21.960 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 22:56:21.961 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: tag-creation 2026-06-30 22:56:21.962 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 22:56:21.965 8 WARNING stevedore.named [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:21.965 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 22:56:21.966 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 22:56:21.967 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: trunk 2026-06-30 22:56:21.967 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: trunk-details 2026-06-30 22:56:21.968 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 22:56:21.969 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-30 22:56:21.969 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 22:56:21.970 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-30 22:56:21.972 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 22:56:21.973 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 22:56:21.973 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: vpn-flavors 2026-06-30 22:56:21.975 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: vpnaas 2026-06-30 22:56:21.976 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: taas 2026-06-30 22:56:21.977 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: tap-mirror 2026-06-30 22:56:21.978 7 INFO neutron.api.extensions [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-30 22:56:21.980 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 22:56:21.981 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 22:56:21.981 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:21.981 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 22:56:21.984 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 22:56:21.985 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 22:56:21.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-30 22:56:21.988 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: tapmirror 2026-06-30 22:56:21.989 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 22:56:21.990 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 22:56:21.991 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 22:56:21.991 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:21.992 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] subnetpool is already registered 2026-06-30 22:56:21.992 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:21.992 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] subnetpool is already registered 2026-06-30 22:56:21.993 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 22:56:21.993 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:21.994 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:21.994 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 22:56:21.995 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 22:56:21.995 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 22:56:21.996 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:21.996 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ipsecpolicy is already registered 2026-06-30 22:56:21.996 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:21.996 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ikepolicy is already registered 2026-06-30 22:56:22.001 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 22:56:22.001 8 WARNING stevedore.named [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:22.001 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] router is already registered 2026-06-30 22:56:22.002 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 22:56:22.002 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] floatingip is already registered 2026-06-30 22:56:22.005 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 22:56:22.006 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] rbac_policy is already registered 2026-06-30 22:56:22.006 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 22:56:22.006 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] security_group is already registered 2026-06-30 22:56:22.007 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 22:56:22.007 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] security_group_rule is already registered 2026-06-30 22:56:22.008 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.008 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] subnetpool is already registered 2026-06-30 22:56:22.008 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.009 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] subnetpool is already registered 2026-06-30 22:56:22.009 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 22:56:22.009 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] trunk is already registered 2026-06-30 22:56:22.010 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:22.010 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ikepolicy is already registered 2026-06-30 22:56:22.010 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:22.011 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ipsecpolicy is already registered 2026-06-30 22:56:22.011 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 22:56:22.011 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] endpoint_group is already registered 2026-06-30 22:56:22.012 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 22:56:22.012 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] vpnservice is already registered 2026-06-30 22:56:22.012 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 22:56:22.012 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ipsec_site_connection is already registered 2026-06-30 22:56:22.013 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:22.013 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ipsecpolicy is already registered 2026-06-30 22:56:22.013 7 INFO neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:22.014 7 WARNING neutron.quota.resource_registry [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] ikepolicy is already registered 2026-06-30 22:56:22.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-30 22:56:22.018 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: auto_allocate 2026-06-30 22:56:22.028 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: tag 2026-06-30 22:56:22.036 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: timestamp 2026-06-30 22:56:22.038 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 22:56:22.043 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: flavors 2026-06-30 22:56:22.046 8 INFO neutron.manager [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loading Plugin: revisions 2026-06-30 22:56:22.050 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Initializing extension manager. 2026-06-30 22:56:22.051 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: address-group 2026-06-30 22:56:22.051 7 WARNING keystonemiddleware._common.config [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 22:56:22.052 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: address-scope 2026-06-30 22:56:22.053 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 22:56:22.054 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: agent 2026-06-30 22:56:22.054 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 22:56:22.055 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 22:56:22.056 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 22:56:22.057 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: availability_zone 2026-06-30 22:56:22.058 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 22:56:22.058 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 22:56:22.059 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: default-subnetpools 2026-06-30 22:56:22.059 7 WARNING oslo_config.cfg [None req-90b88d5a-7cf6-4108-8721-30e23a563342 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-30 22:56:22.060 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 22:56:22.061 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: dns-integration 2026-06-30 22:56:22.061 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 22:56:22.062 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fc8a131d668 pid: 7 (default app) 2026-06-30 22:56:22.062 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: dvr 2026-06-30 22:56:22.063 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 22:56:22.063 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 22:56:22.064 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 22:56:22.064 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 22:56:22.065 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: external-net 2026-06-30 22:56:22.065 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 22:56:22.066 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: extraroute 2026-06-30 22:56:22.067 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 22:56:22.068 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 22:56:22.068 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 22:56:22.069 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 22:56:22.069 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 22:56:22.070 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: fip-port-details 2026-06-30 22:56:22.071 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: flavors 2026-06-30 22:56:22.072 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 22:56:22.073 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: floatingip-pools 2026-06-30 22:56:22.074 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: ip_allocation 2026-06-30 22:56:22.074 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 22:56:22.075 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: l2_adjacency 2026-06-30 22:56:22.077 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: router 2026-06-30 22:56:22.079 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 22:56:22.080 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 22:56:22.081 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 22:56:22.082 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 22:56:22.082 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: l3-ha 2026-06-30 22:56:22.083 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 22:56:22.083 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 22:56:22.084 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: l3-flavors 2026-06-30 22:56:22.085 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 22:56:22.085 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 22:56:22.087 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 22:56:22.088 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 22:56:22.089 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 22:56:22.090 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 22:56:22.091 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 22:56:22.092 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: multi-provider 2026-06-30 22:56:22.092 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: net-mtu 2026-06-30 22:56:22.093 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 22:56:22.094 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: network_availability_zone 2026-06-30 22:56:22.094 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: network_ha 2026-06-30 22:56:22.095 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: network-ip-availability 2026-06-30 22:56:22.096 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 22:56:22.096 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: pagination 2026-06-30 22:56:22.097 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-device-profile 2026-06-30 22:56:22.097 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 22:56:22.098 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 22:56:22.098 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 22:56:22.099 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-mac-override 2026-06-30 22:56:22.100 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 22:56:22.100 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 22:56:22.100 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 22:56:22.101 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-resource-request 2026-06-30 22:56:22.101 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 22:56:22.102 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 22:56:22.102 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: binding 2026-06-30 22:56:22.103 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: binding-extended 2026-06-30 22:56:22.104 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-security 2026-06-30 22:56:22.104 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: project-id 2026-06-30 22:56:22.105 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: provider 2026-06-30 22:56:22.106 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-30 22:56:22.107 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos 2026-06-30 22:56:22.108 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 22:56:22.109 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 22:56:22.109 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-default 2026-06-30 22:56:22.110 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-fip 2026-06-30 22:56:22.111 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 22:56:22.111 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 22:56:22.112 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 22:56:22.112 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 22:56:22.113 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 22:56:22.114 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-pps 2026-06-30 22:56:22.114 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 22:56:22.115 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 22:56:22.115 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 22:56:22.116 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: quota-check-limit 2026-06-30 22:56:22.116 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-30 22:56:22.118 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: quotas 2026-06-30 22:56:22.119 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: quota_details 2026-06-30 22:56:22.121 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: rbac-policies 2026-06-30 22:56:22.121 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: rbac-address-group 2026-06-30 22:56:22.122 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 22:56:22.122 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 22:56:22.123 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 22:56:22.123 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: revision-if-match 2026-06-30 22:56:22.126 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 22:56:22.127 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: router_availability_zone 2026-06-30 22:56:22.127 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 22:56:22.129 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 22:56:22.130 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 22:56:22.130 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 22:56:22.131 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 22:56:22.131 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 22:56:22.132 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 22:56:22.137 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: security-group 2026-06-30 22:56:22.138 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: segment 2026-06-30 22:56:22.139 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 22:56:22.139 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: service-type 2026-06-30 22:56:22.140 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: sorting 2026-06-30 22:56:22.140 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 22:56:22.141 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: standard-attr-description 2026-06-30 22:56:22.141 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: stateful-security-group 2026-06-30 22:56:22.142 8 WARNING neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 22:56:22.142 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 22:56:22.143 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: subnet-external-network 2026-06-30 22:56:22.143 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: subnet_onboard 2026-06-30 22:56:22.144 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 22:56:22.144 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: subnet-service-types 2026-06-30 22:56:22.145 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: subnet_allocation 2026-06-30 22:56:22.146 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 22:56:22.147 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: tag-creation 2026-06-30 22:56:22.147 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 22:56:22.151 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 22:56:22.152 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 22:56:22.153 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: trunk 2026-06-30 22:56:22.153 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: trunk-details 2026-06-30 22:56:22.154 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 22:56:22.154 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-30 22:56:22.155 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 22:56:22.156 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-30 22:56:22.157 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 22:56:22.158 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 22:56:22.159 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: vpn-flavors 2026-06-30 22:56:22.161 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: vpnaas 2026-06-30 22:56:22.162 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: taas 2026-06-30 22:56:22.163 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: tap-mirror 2026-06-30 22:56:22.164 8 INFO neutron.api.extensions [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-30 22:56:22.167 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 22:56:22.167 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 22:56:22.167 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.168 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 22:56:22.171 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 22:56:22.171 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 22:56:22.177 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 22:56:22.177 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 22:56:22.178 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 22:56:22.179 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.179 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] subnetpool is already registered 2026-06-30 22:56:22.179 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.180 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] subnetpool is already registered 2026-06-30 22:56:22.180 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 22:56:22.181 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:22.181 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:22.182 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 22:56:22.182 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 22:56:22.183 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 22:56:22.184 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:22.184 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ipsecpolicy is already registered 2026-06-30 22:56:22.185 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:22.185 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ikepolicy is already registered 2026-06-30 22:56:22.192 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 22:56:22.192 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] router is already registered 2026-06-30 22:56:22.193 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 22:56:22.193 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] floatingip is already registered 2026-06-30 22:56:22.197 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 22:56:22.197 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] rbac_policy is already registered 2026-06-30 22:56:22.197 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 22:56:22.198 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] security_group is already registered 2026-06-30 22:56:22.198 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 22:56:22.198 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] security_group_rule is already registered 2026-06-30 22:56:22.199 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.200 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] subnetpool is already registered 2026-06-30 22:56:22.200 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 22:56:22.200 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] subnetpool is already registered 2026-06-30 22:56:22.201 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 22:56:22.201 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] trunk is already registered 2026-06-30 22:56:22.201 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:22.202 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ikepolicy is already registered 2026-06-30 22:56:22.202 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:22.202 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ipsecpolicy is already registered 2026-06-30 22:56:22.202 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 22:56:22.203 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] endpoint_group is already registered 2026-06-30 22:56:22.203 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 22:56:22.203 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] vpnservice is already registered 2026-06-30 22:56:22.204 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 22:56:22.204 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ipsec_site_connection is already registered 2026-06-30 22:56:22.204 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 22:56:22.204 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ipsecpolicy is already registered 2026-06-30 22:56:22.205 8 INFO neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 22:56:22.205 8 WARNING neutron.quota.resource_registry [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] ikepolicy is already registered 2026-06-30 22:56:22.250 8 WARNING keystonemiddleware._common.config [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 22:56:22.258 8 WARNING oslo_config.cfg [None req-733d614c-5bdb-43a7-8769-d6f088200314 - - - - - -] 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 0x7fc8a131d668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 22:56:27.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47999779-7244-45f4-96a7-840d23cf063e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:56:26 2026] GET /v2.0/networks/public => generated 108 bytes in 655 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:56:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 22:56:28.098 7 WARNING neutron.services.revisions.revision_plugin [None req-bb9ec345-6735-4c5a-870e-1684c6f35722 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Could not find related network for resource to bump revision. 2026-06-30 22:56:28.117 7 INFO neutron.db.segments_db [None req-bb9ec345-6735-4c5a-870e-1684c6f35722 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 67d81e9f-a2bc-4d0d-9127-8e918d075d5a of type flat for network 463e8890-b22a-4e0a-a44a-685806622e55 2026-06-30 22:56:28.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb9ec345-6735-4c5a-870e-1684c6f35722 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.70 () {48 vars in 963 bytes} [Tue Jun 30 22:56:27 2026] POST /v2.0/networks => generated 124 bytes in 627 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 22:56:34.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67ab62f3-ffc9-4da1-b008-01bcb3f5b462 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:56:34 2026] GET /v2.0/networks/public => generated 108 bytes in 393 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:56:34 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-06-30 22:56:34.766 8 WARNING neutron.services.revisions.revision_plugin [None req-cde9b6ac-a331-4fdd-ac17-3e6df9be9370 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Could not find related network for resource to bump revision. 2026-06-30 22:56:34.788 8 INFO neutron.db.segments_db [None req-cde9b6ac-a331-4fdd-ac17-3e6df9be9370 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment ee72c869-15a0-49ff-98c0-b89751bfdcf9 of type flat for network 59770013-00a4-4879-8468-5d2d3ccba64f 2026-06-30 22:56:34.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cde9b6ac-a331-4fdd-ac17-3e6df9be9370 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.70 () {48 vars in 963 bytes} [Tue Jun 30 22:56:34 2026] POST /v2.0/networks => generated 124 bytes in 306 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 22:56:40.659 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09992a12-453c-4135-aac0-08f0baeb3994 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:56:40 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/11] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:56:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 22:56:40.730 7 WARNING neutron.services.revisions.revision_plugin [None req-3b29066c-4a20-4e9c-9bf8-74acb688b32e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Could not find related network for resource to bump revision. 2026-06-30 22:56:40.744 7 INFO neutron.db.segments_db [None req-3b29066c-4a20-4e9c-9bf8-74acb688b32e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 79c0a21e-fa3e-42d1-9f3b-964682bc5351 of type flat for network 864de71c-9fec-480e-b73c-e41dfaea9526 2026-06-30 22:56:40.770 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b29066c-4a20-4e9c-9bf8-74acb688b32e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/12] 199.204.45.70 () {48 vars in 963 bytes} [Tue Jun 30 22:56:40 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 22:56:46.622 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bff579c4-0450-4621-bd43-788a40898367 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:56:46 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/14] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:56:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 22:56:46.700 8 WARNING neutron.services.revisions.revision_plugin [None req-751d5892-fdf7-46ee-abab-1b6ed7a6f108 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Could not find related network for resource to bump revision. 2026-06-30 22:56:46.734 8 INFO neutron.db.segments_db [None req-751d5892-fdf7-46ee-abab-1b6ed7a6f108 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment befb1b2a-60c3-465e-a04d-096d6d4337d1 of type flat for network b044602a-e6cc-4395-9184-9ea6c6fb33d5 2026-06-30 22:56:46.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-751d5892-fdf7-46ee-abab-1b6ed7a6f108 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.70 () {48 vars in 963 bytes} [Tue Jun 30 22:56:46 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 22:56:52.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c2eee53-f553-4f99-b36b-7e62b1d40ec5 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:56:52 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/18] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:56:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 22:56:52.788 8 WARNING neutron.services.revisions.revision_plugin [None req-57b6f824-e410-4629-ac12-c08e4ccaea96 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Could not find related network for resource to bump revision. 2026-06-30 22:56:52.801 8 INFO neutron.db.segments_db [None req-57b6f824-e410-4629-ac12-c08e4ccaea96 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 6a43b3bf-9ac8-4552-862a-011f51bc194b of type flat for network 4604bc74-63b9-4590-8af1-c6af79d96735 2026-06-30 22:56:52.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57b6f824-e410-4629-ac12-c08e4ccaea96 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 199.204.45.70 () {48 vars in 963 bytes} [Tue Jun 30 22:56:52 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 22:56:58.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47bd7a2d-d4fd-47bf-af62-6b27d38ad867 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:56:58 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/21] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:56:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 22:56:59.097 7 WARNING neutron.services.revisions.revision_plugin [None req-4287e731-55f3-402a-8ac1-3880e3bd98b0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Could not find related network for resource to bump revision. 2026-06-30 22:56:59.119 7 INFO neutron.db.segments_db [None req-4287e731-55f3-402a-8ac1-3880e3bd98b0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment c38ec7bc-9169-47ae-aa59-33339662a5ce of type flat for network 31821464-56c6-4767-aa73-e96665bb4c29 [pid: 7|app: 0|req: 13/22] 199.204.45.70 () {48 vars in 963 bytes} [Tue Jun 30 22:56:58 2026] POST /v2.0/networks => generated 706 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 22:57:00.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb1b523d-bae7-494e-af6d-feb43fcd8547 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 22:57:00 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 22:57:00 2026] GET /v2.0/networks?name=public => generated 709 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 22:57:00.433 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af29613d-7f38-44f0-9ae1-a47cb0d55b68 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.204.45.70 () {44 vars in 1030 bytes} [Tue Jun 30 22:57:00 2026] GET /v2.0/subnets/public-subnet?network_id=31821464-56c6-4767-aa73-e96665bb4c29 => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/26] 199.204.45.70 () {44 vars in 1053 bytes} [Tue Jun 30 22:57:00 2026] GET /v2.0/subnets?name=public-subnet&network_id=31821464-56c6-4767-aa73-e96665bb4c29 => 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: 12/27] 199.204.45.70 () {48 vars in 961 bytes} [Tue Jun 30 22:57:00 2026] POST /v2.0/subnets => generated 664 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:01:41.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1df55511-0731-4835-84dc-1d21b279f96c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/65] 199.204.45.70 () {44 vars in 933 bytes} [Tue Jun 30 23:01:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/66] 199.204.45.70 () {44 vars in 955 bytes} [Tue Jun 30 23:01:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:01:41.729 7 INFO neutron.db.segments_db [None req-836ebcb1-fc32-4714-ad7c-4e71fd4078d9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 6901ef4a-c137-415e-a2d3-b49f08b471ff of type vxlan for network 7825800f-bee6-487e-91a9-fd0899f63459 [pid: 7|app: 0|req: 36/67] 199.204.45.70 () {48 vars in 962 bytes} [Tue Jun 30 23:01:41 2026] POST /v2.0/networks => generated 706 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:01:42.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95e7bba1-33ad-4bbe-8d4a-0f5767ee3540 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.204.45.70 () {44 vars in 933 bytes} [Tue Jun 30 23:01:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.204.45.70 () {44 vars in 955 bytes} [Tue Jun 30 23:01:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:01:42.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4448f147-a034-43ec-adb4-1c17dea2a218 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/70] 199.204.45.70 () {44 vars in 1032 bytes} [Tue Jun 30 23:01:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/71] 199.204.45.70 () {44 vars in 1055 bytes} [Tue Jun 30 23:01:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.70 () {48 vars in 961 bytes} [Tue Jun 30 23:01:42 2026] POST /v2.0/subnets => generated 651 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:01:43.963 7 INFO neutron.api.v2.resource [None req-afc72287-79f8-4021-9869-3ba3d022d7d4 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.204.45.70 () {44 vars in 967 bytes} [Tue Jun 30 23:01:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.70 () {44 vars in 989 bytes} [Tue Jun 30 23:01:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.70 () {48 vars in 976 bytes} [Tue Jun 30 23:01:44 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:45 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 1616 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:45 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:45 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:01:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:46 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 2230 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:46 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:46 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:01:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:47 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:47 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:47 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:01:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:48 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:48 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:48 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => 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: 48/91] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:01:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:49 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:49 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:49 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:01:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.70 () {44 vars in 983 bytes} [Tue Jun 30 23:01:50 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459 => generated 731 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:01:50.648 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7888c28-0b8b-4fdb-a6ad-caddd77abd97 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/99] 199.204.45.70 () {44 vars in 1072 bytes} [Tue Jun 30 23:01:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 199.204.45.70 () {44 vars in 1095 bytes} [Tue Jun 30 23:01:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:50 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/102] 199.204.45.70 () {48 vars in 957 bytes} [Tue Jun 30 23:01:50 2026] POST /v2.0/ports => generated 1096 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 23:01:57.787 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb1f0e07-9a17-4910-bb86-0293810a5666 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/103] 199.204.45.70 () {44 vars in 975 bytes} [Tue Jun 30 23:01:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 50/104] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:01:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/105] 199.204.45.70 () {48 vars in 1027 bytes} [Tue Jun 30 23:01:58 2026] PUT /v2.0/ports/5287b2ae-0dec-4d3a-932b-c49bb0d161c0 => generated 1245 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/106] 199.204.45.70 () {44 vars in 916 bytes} [Tue Jun 30 23:02:00 2026] GET /v2.0/ports => generated 3726 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:02:01.187 7 INFO neutron.api.v2.resource [None req-9a361de3-ccd5-43f2-9ab1-f5f8e6e5ca9f ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/107] 199.204.45.70 () {44 vars in 955 bytes} [Tue Jun 30 23:02:01 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/108] 199.204.45.70 () {44 vars in 977 bytes} [Tue Jun 30 23:02:01 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.204.45.70 () {48 vars in 976 bytes} [Tue Jun 30 23:02:01 2026] POST /v2.0/security-groups => generated 1610 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:02:02 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:02:02 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:02:02 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:02:02 2026] POST /v2.0/security-group-rules => generated 621 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:02:03 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:02:03 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:02:03 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:02:03 2026] POST /v2.0/security-group-rules => generated 625 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/126] 199.204.45.70 () {44 vars in 971 bytes} [Tue Jun 30 23:03:03 2026] GET /v2.0/quotas/2823555ee17c483e90f5724709028dda => 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: 61/127] 199.204.45.70 () {48 vars in 1023 bytes} [Tue Jun 30 23:03:03 2026] PUT /v2.0/quotas/2823555ee17c483e90f5724709028dda => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:05:13.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1049b33b-9d1c-486b-9eb5-0b929b99b4d6 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 71/146] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:05:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 142 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: 76/147] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:05:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:05:15.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60bcf4d2-26d8-4e10-a229-0baa8967a5bf ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/148] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:05:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/149] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:05:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:11:14.345 8 INFO neutron.api.v2.resource [None req-3f7452f1-7fe9-435d-a648-e5cbd2d4bcdc ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 97/198] 199.204.45.70 () {44 vars in 1070 bytes} [Tue Jun 30 23:11:14 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 139 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/199] 199.204.45.70 () {44 vars in 1093 bytes} [Tue Jun 30 23:11:14 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 23 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/200] 199.204.45.70 () {48 vars in 977 bytes} [Tue Jun 30 23:11:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/201] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:15 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/202] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:11:15 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/203] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:15 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => 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: 100/204] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:11:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/205] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:16 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/206] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:11:16 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:16 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:11:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/209] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:17 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => 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: 103/210] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:11:17 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:18 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 2846 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:11:18 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: 7|app: 0|req: 109/215] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:19 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:11:19 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:11:19 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 3460 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.70 () {48 vars in 987 bytes} [Tue Jun 30 23:11:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 199.204.45.70 () {30 vars in 739 bytes} [Tue Jun 30 23:13:29 2026] GET /v2.0/networks?tenant_id=9a4d85b227314d89b6b16cf9ed507b3a&shared=False => generated 15 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:13:29.304 8 INFO neutron.db.segments_db [None req-5c8ca5f0-6e9c-4b7f-b8bd-a636c95b16e8 cb6ba24a9bf24fe29277a256573f2577 9a4d85b227314d89b6b16cf9ed507b3a - - 84073a95238d43c795cd3fc1ae1fd103 84073a95238d43c795cd3fc1ae1fd103] Added segment c18c9f81-1785-47e2-823a-024286323dcd of type vxlan for network 39e6bc65-8a5c-42a7-9e1a-c977fe269f0e [pid: 8|app: 0|req: 117/236] 199.204.45.70 () {34 vars in 681 bytes} [Tue Jun 30 23:13:29 2026] POST /v2.0/networks => generated 718 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 199.204.45.70 () {30 vars in 721 bytes} [Tue Jun 30 23:13:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 199.204.45.70 () {30 vars in 632 bytes} [Tue Jun 30 23:13:29 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: 121/239] 199.204.45.70 () {34 vars in 676 bytes} [Tue Jun 30 23:13:29 2026] POST /v2.0/ports => generated 999 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/240] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:13:29 2026] GET /v2.0/networks/39e6bc65-8a5c-42a7-9e1a-c977fe269f0e => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.70 () {30 vars in 721 bytes} [Tue Jun 30 23:13:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:13:31 2026] GET /v2.0/networks/39e6bc65-8a5c-42a7-9e1a-c977fe269f0e => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 199.204.45.70 () {44 vars in 971 bytes} [Tue Jun 30 23:13:56 2026] GET /v2.0/quotas/9a4d85b227314d89b6b16cf9ed507b3a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.70 () {48 vars in 1023 bytes} [Tue Jun 30 23:13:56 2026] PUT /v2.0/quotas/9a4d85b227314d89b6b16cf9ed507b3a => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:25:35.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4933fe84-0651-438c-b5ef-119c4c44b73d ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/343] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 23:25:34 2026] GET /v2.0/networks/public => generated 108 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/344] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 23:25:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:25:36.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e48c05e0-5920-48e4-a080-ed47161ec068 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/345] 199.204.45.70 () {44 vars in 923 bytes} [Tue Jun 30 23:25:36 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: 172/346] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 23:25:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:25:36.401 7 INFO neutron.pecan_wsgi.hooks.translation [None req-686a0cf6-326b-4cd1-b04a-3aad8e96ccf9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/347] 199.204.45.70 () {44 vars in 1030 bytes} [Tue Jun 30 23:25:36 2026] GET /v2.0/subnets/public-subnet?network_id=31821464-56c6-4767-aa73-e96665bb4c29 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/348] 199.204.45.70 () {44 vars in 1053 bytes} [Tue Jun 30 23:25:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=31821464-56c6-4767-aa73-e96665bb4c29 => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:26:03.407 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf684e37-547a-4867-a12b-af124e32a941 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/351] 199.204.45.70 () {44 vars in 933 bytes} [Tue Jun 30 23:26:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/352] 199.204.45.70 () {44 vars in 955 bytes} [Tue Jun 30 23:26:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:26:04.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f9f8e91-84de-4e06-bc40-8d0ff1d871cb ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/355] 199.204.45.70 () {44 vars in 933 bytes} [Tue Jun 30 23:26:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/356] 199.204.45.70 () {44 vars in 955 bytes} [Tue Jun 30 23:26:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:26:04.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c2b9177-6d7b-4d5d-912e-98b2f9800a73 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/357] 199.204.45.70 () {44 vars in 1032 bytes} [Tue Jun 30 23:26:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/358] 199.204.45.70 () {44 vars in 1055 bytes} [Tue Jun 30 23:26:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:26:05.582 8 INFO neutron.api.v2.resource [None req-cb95dbee-6250-4fc7-9793-de7a2ba7fe14 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/359] 199.204.45.70 () {44 vars in 967 bytes} [Tue Jun 30 23:26:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/360] 199.204.45.70 () {44 vars in 989 bytes} [Tue Jun 30 23:26:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:06 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/362] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:06 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:06 2026] GET /v2.0/security-group-rules/684047ab-4544-4fe2-8682-748a8936ad12 => 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: 183/364] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:07 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:07 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:07 2026] GET /v2.0/security-group-rules/63e76af9-3d36-401d-afd3-f17daed92ff9 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:08 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:08 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:08 2026] GET /v2.0/security-group-rules/102bff85-0854-4a17-b4ea-b929dce7083d => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:09 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:09 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => 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: 187/372] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:09 2026] GET /v2.0/security-group-rules/37484c5e-14b6-4d59-b20e-fc280eee620d => 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: 186/373] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:10 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:10 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => 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: 187/375] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:10 2026] GET /v2.0/security-group-rules/ec39de46-df55-4335-9e75-7eddff56f8d7 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.70 () {44 vars in 983 bytes} [Tue Jun 30 23:26:11 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459 => generated 731 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:26:11.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b16bd6d2-0e8c-40b6-823c-ecd124c0ffae ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/377] 199.204.45.70 () {44 vars in 1072 bytes} [Tue Jun 30 23:26:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.70 () {44 vars in 1095 bytes} [Tue Jun 30 23:26:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:11 2026] GET /v2.0/security-groups/5144ce13-200c-4154-8146-619df2cf163d => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:26:19.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5520b3a-7961-4264-84f3-06db33acf777 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/382] 199.204.45.70 () {44 vars in 975 bytes} [Tue Jun 30 23:26:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.70 () {44 vars in 916 bytes} [Tue Jun 30 23:26:20 2026] GET /v2.0/ports => generated 4721 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:26:21.948 8 INFO neutron.api.v2.resource [None req-409c56c8-7b2f-48fc-a53b-3e9a187272b2 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/385] 199.204.45.70 () {44 vars in 955 bytes} [Tue Jun 30 23:26:21 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.70 () {44 vars in 977 bytes} [Tue Jun 30 23:26:21 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:22 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2882 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:22 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:22 2026] GET /v2.0/security-group-rules/1d8692e2-39ee-4bee-8372-83437a366d2d => generated 621 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:23 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2882 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:26:23 2026] GET /v2.0/security-groups/bdab1796-8cce-48e1-95a8-dec5106ea439 => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:26:23 2026] GET /v2.0/security-group-rules/f20e5826-e888-43a3-9d69-625825419d9a => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.70 () {44 vars in 971 bytes} [Tue Jun 30 23:26:35 2026] GET /v2.0/quotas/2823555ee17c483e90f5724709028dda => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:27:29.009 7 INFO neutron.api.v2.resource [None req-1ddd04ac-5865-450c-b1a6-322b54ad6311 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/402] 199.204.45.70 () {44 vars in 1070 bytes} [Tue Jun 30 23:27:28 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.204.45.70 () {44 vars in 1093 bytes} [Tue Jun 30 23:27:29 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:27:29 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 4075 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:27:30 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:27:30 2026] GET /v2.0/security-group-rules/bc2ead1a-6ba7-45b5-a1d2-16dd0a7abf74 => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:27:31 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:27:31 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:27:31 2026] GET /v2.0/security-group-rules/6ad2d2d5-25b3-402d-a172-3ba2ce8e86e0 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:27:32 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:27:32 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:27:32 2026] GET /v2.0/security-group-rules/6d04aea8-4a5d-4277-b171-45baafb3461a => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/413] 199.204.45.70 () {44 vars in 1084 bytes} [Tue Jun 30 23:27:33 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2?project_id=9a4d85b227314d89b6b16cf9ed507b3a => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.70 () {44 vars in 997 bytes} [Tue Jun 30 23:27:33 2026] GET /v2.0/security-groups/3f85ded3-6879-4491-a79d-66324a67bee2 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.204.45.70 () {44 vars in 1007 bytes} [Tue Jun 30 23:27:33 2026] GET /v2.0/security-group-rules/ffbd87ae-279b-4f13-b64b-5e22dc3f6a2f => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.204.45.70 () {44 vars in 971 bytes} [Tue Jun 30 23:27:40 2026] GET /v2.0/quotas/9a4d85b227314d89b6b16cf9ed507b3a => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.204.45.70 () {44 vars in 945 bytes} [Tue Jun 30 23:28:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/432] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:29:08 2026] GET /v2.0/networks => generated 2167 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 10.0.0.42 () {32 vars in 654 bytes} [Tue Jun 30 23:29:10 2026] GET /v2.0/floatingips => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:29:10 2026] GET /v2.0/routers => generated 15 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:29:10 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/436] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:29:10 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: 219/437] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:29:10 2026] GET /v2.0/networks => generated 2167 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:29:10 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/439] 10.0.0.42 () {32 vars in 654 bytes} [Tue Jun 30 23:29:10 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) 2026-06-30 23:29:21.158 7 INFO neutron.db.segments_db [None req-2350d236-55fe-4225-aac9-7dc4d83dee32 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 53ff824d-55c9-4b41-817d-5d9858d82de8 of type vxlan for network 6ce84f88-d4fc-4a73-a162-abf3a15f4031 2026-06-30 23:29:21.228 8 INFO neutron.db.segments_db [None req-9327221f-af7f-491f-8e93-c600f0942488 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 6f83e0f2-2b53-41db-a48d-310032c59fea of type vxlan for network ef6dd9c0-cc42-493e-9f6c-799a735647ad [pid: 7|app: 0|req: 222/442] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:29:20 2026] POST /v2.0/networks => generated 749 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:29:20 2026] POST /v2.0/networks => generated 752 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:21.436 7 INFO neutron.db.segments_db [None req-b9ad2591-0754-490b-b093-17e839bc9478 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 8f80e997-cace-4e1a-9b64-17f5f5b91d2a of type vxlan for network 7ba2f31b-b404-4897-8a66-4c3b9bd27e7f [pid: 7|app: 0|req: 223/444] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:29:21 2026] POST /v2.0/networks => generated 745 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:21 2026] POST /v2.0/subnets => generated 696 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:21 2026] POST /v2.0/subnets => generated 692 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:21 2026] POST /v2.0/subnets => generated 699 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:21.668 8 INFO neutron.db.segments_db [None req-ac74dad3-319c-43e4-8940-d34a408f2a9a ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment ed8597cd-8232-459c-b0bd-ddbf415900c8 of type vxlan for network bc08089d-eece-4808-b9e7-4b65d52cb506 2026-06-30 23:29:21.681 7 INFO neutron.db.segments_db [None req-c86c0407-8ce2-4879-9963-d0230a59a954 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 3601faee-1aba-46de-9a3a-e3fa7fd3e753 of type vxlan for network 5a078895-3e2b-4f70-801e-3efd9b71648b 2026-06-30 23:29:21.832 8 INFO neutron.db.l3_hamode_db [None req-ac74dad3-319c-43e4-8940-d34a408f2a9a ea956d9ca0f747f08cd1ea80d445d452 b7b733fef2f04911976435c45d1e9a5a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:29:21.846 7 INFO neutron.db.l3_hamode_db [None req-c86c0407-8ce2-4879-9963-d0230a59a954 ea956d9ca0f747f08cd1ea80d445d452 bc253a59eb6d4ff9b6890df7d0096473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:29:22.567 8 INFO neutron.db.l3_hamode_db [None req-ac74dad3-319c-43e4-8940-d34a408f2a9a ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:29:22.705 7 INFO neutron.db.l3_hamode_db [None req-c86c0407-8ce2-4879-9963-d0230a59a954 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/448] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:21 2026] POST /v2.0/routers => generated 736 bytes in 2172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:23.844 8 INFO neutron.db.segments_db [None req-ea415c99-944e-4e48-9247-34899b322924 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment e0d89c16-311a-4be9-ba35-d1fe7e12ed17 of type vxlan for network cb171298-b89f-48d9-bdef-10bfc7b92732 [pid: 7|app: 0|req: 225/449] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:21 2026] POST /v2.0/routers => generated 732 bytes in 2416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:24.107 8 INFO neutron.db.l3_hamode_db [None req-ea415c99-944e-4e48-9247-34899b322924 ea956d9ca0f747f08cd1ea80d445d452 590adef2256f48d3ba3727fb25283396 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/450] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:24 2026] GET /v2.0/security-groups?tenant_id=94ef251e622d45e189f977325a1f7b24&name=default => generated 2924 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:29:24.865 8 INFO neutron.db.l3_hamode_db [None req-ea415c99-944e-4e48-9247-34899b322924 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/451] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:29:24 2026] PUT /v2.0/routers/b84402dd-031a-4120-96af-477a70fe7c8b/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:23 2026] POST /v2.0/routers => generated 739 bytes in 1914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:25 2026] DELETE /v2.0/security-groups/d8fec125-649b-4bcf-afef-2750e096bd07 => 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: 228/454] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:29:25 2026] PUT /v2.0/routers/091e9855-4633-4842-99e3-fd549b342bbe/add_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.210 () {38 vars in 971 bytes} [Tue Jun 30 23:29:26 2026] POST /v2.0/security-groups => generated 1686 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/456] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:26 2026] GET /v2.0/security-groups/fc4e3759-9068-4eb8-9174-9edb4756b34a => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.210 () {38 vars in 981 bytes} [Tue Jun 30 23:29:26 2026] POST /v2.0/security-group-rules => generated 614 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 10.0.0.210 () {38 vars in 971 bytes} [Tue Jun 30 23:29:26 2026] POST /v2.0/security-groups => generated 1686 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/459] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:29:25 2026] PUT /v2.0/routers/7dcaaab1-48ec-4435-833a-7590641e1ce4/add_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/460] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:27 2026] GET /v2.0/security-groups/5c4cd676-2df8-4337-b4e8-61316f8530dc => generated 1686 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/461] 10.0.0.210 () {38 vars in 981 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-group-rules => generated 614 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:27 2026] GET /v2.0/security-groups/5c4cd676-2df8-4337-b4e8-61316f8530dc => generated 2311 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/463] 10.0.0.210 () {38 vars in 981 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-group-rules => generated 619 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:27 2026] GET /v2.0/security-groups/5c4cd676-2df8-4337-b4e8-61316f8530dc => generated 2941 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 10.0.0.210 () {38 vars in 971 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-groups => generated 1680 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 10.0.0.210 () {34 vars in 1001 bytes} [Tue Jun 30 23:29:27 2026] GET /v2.0/security-group-rules/1a0cfd5f-4cb0-4bdf-a924-cbd914a9cfb5 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:27 2026] GET /v2.0/security-groups/5c4cd676-2df8-4337-b4e8-61316f8530dc => generated 2941 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.210 () {36 vars in 1023 bytes} [Tue Jun 30 23:29:27 2026] DELETE /v2.0/security-group-rules/1a0cfd5f-4cb0-4bdf-a924-cbd914a9cfb5 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.210 () {38 vars in 971 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-groups => generated 1680 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-groups => generated 1661 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:27 2026] GET /v2.0/security-groups/5c4cd676-2df8-4337-b4e8-61316f8530dc => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.210 () {38 vars in 971 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 23:29:27.971 7 INFO neutron.db.segments_db [None req-926694fe-6c42-4054-8710-9b2785d2eb32 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 2d45466e-cbdc-47fc-a3e2-497bd7405604 of type vxlan for network f63d79e8-c670-4751-893c-2f64c26606fc [pid: 8|app: 0|req: 237/473] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:29:27 2026] POST /v2.0/networks => generated 742 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:29:28 2026] GET /v2.0/security-groups?tenant_id=bc253a59eb6d4ff9b6890df7d0096473 => generated 7902 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/476] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Jun 30 23:29:28 2026] DELETE /v2.0/security-groups/5c4cd676-2df8-4337-b4e8-61316f8530dc => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/477] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:29:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:28 2026] GET /v2.0/security-groups/45121da3-8c0e-48cd-80fa-11e583b1d16f => generated 2918 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:28 2026] POST /v2.0/subnets => generated 690 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:28 2026] GET /v2.0/security-groups/fc4e3759-9068-4eb8-9174-9edb4756b34a => generated 2311 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:28 2026] GET /v2.0/security-groups/45121da3-8c0e-48cd-80fa-11e583b1d16f => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:29:28.374 7 INFO neutron.db.segments_db [None req-e24ea161-6f98-42d3-8caa-b19ea8c40ccb ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 53821853-c291-4e1c-bac8-0ca35f56350d of type vxlan for network 61e8c422-8ae0-4e80-aeb4-2619b06c6285 2026-06-30 23:29:28.609 7 INFO neutron.db.l3_hamode_db [None req-e24ea161-6f98-42d3-8caa-b19ea8c40ccb ea956d9ca0f747f08cd1ea80d445d452 42ed388608d046269ab3aacd531d09d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/482] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:29:28 2026] POST /v2.0/floatingips => generated 552 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Jun 30 23:29:28 2026] DELETE /v2.0/security-groups/fc4e3759-9068-4eb8-9174-9edb4756b34a => 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: 242/484] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:28 2026] GET /v2.0/security-groups/52037062-d9b8-4846-a28d-06451329866c => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:29:29.348 7 INFO neutron.db.l3_hamode_db [None req-e24ea161-6f98-42d3-8caa-b19ea8c40ccb ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:29:29.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2b5061a-b673-438c-b318-473bb396bae9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 49b08185-fb3c-4323-8186-420b851341d5 2026-06-30 23:29:29.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b5061a-b673-438c-b318-473bb396bae9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 49b08185-fb3c-4323-8186-420b851341d5 [pid: 8|app: 0|req: 243/485] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:29:28 2026] PUT /v2.0/routers/b84402dd-031a-4120-96af-477a70fe7c8b/remove_router_interface => generated 309 bytes in 1372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:28 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: 7|app: 0|req: 244/487] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Jun 30 23:29:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1839899456&fields=id&tenant_id=590adef2256f48d3ba3727fb25283396 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/488] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Jun 30 23:29:30 2026] DELETE /v2.0/security-groups/52037062-d9b8-4846-a28d-06451329866c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:29:30.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-e44b4338-208f-4c51-acf5-c359904af5a9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: f722e7b8-29cc-40f9-8084-fc2ea5a599d9 2026-06-30 23:29:30.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e44b4338-208f-4c51-acf5-c359904af5a9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: f722e7b8-29cc-40f9-8084-fc2ea5a599d9 2026-06-30 23:29:30.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-e44b4338-208f-4c51-acf5-c359904af5a9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: b123be65-cd7d-428d-81d4-4c2869e6fad1 2026-06-30 23:29:30.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e44b4338-208f-4c51-acf5-c359904af5a9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: b123be65-cd7d-428d-81d4-4c2869e6fad1 2026-06-30 23:29:30.915 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e44b4338-208f-4c51-acf5-c359904af5a9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-30 23:29:31.279 7 INFO neutron.db.l3_hamode_db [None req-e44b4338-208f-4c51-acf5-c359904af5a9 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network bc08089d-eece-4808-b9e7-4b65d52cb506 was deleted as no HA routers are present in tenant b7b733fef2f04911976435c45d1e9a5a. [pid: 7|app: 0|req: 245/489] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:30 2026] DELETE /v2.0/routers/b84402dd-031a-4120-96af-477a70fe7c8b => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/490] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:31.351 7 INFO neutron.api.v2.resource [req-b4db6c53-4302-4f15-9bc6-8a321e6e06fc req-c7e0c34b-5876-4de8-9742-cda021a02c0f 9c6f8c69ad964d2fbb0c188004653d4b bc253a59eb6d4ff9b6890df7d0096473 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/491] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/security-groups/52037062-d9b8-4846-a28d-06451329866c => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/492] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:29:30 2026] PUT /v2.0/routers/479ad3b0-9dc2-499e-9624-31fc19748aea/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/493] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/quotas/590adef2256f48d3ba3727fb25283396 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/security-groups/a3d2aa39-c210-49cf-b6ca-cddec9d90c30 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:31 2026] DELETE /v2.0/subnets/2e76b64c-6a5d-4248-a139-8ee5bb13511b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/496] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Jun 30 23:29:31 2026] DELETE /v2.0/security-groups/a3d2aa39-c210-49cf-b6ca-cddec9d90c30 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:29:31.666 7 INFO neutron.api.v2.resource [req-d6a54cfe-b20a-445d-b205-cfc5e52bbbc4 req-6783a2fe-e05a-488d-a482-d77f9d23aeaf 9c6f8c69ad964d2fbb0c188004653d4b bc253a59eb6d4ff9b6890df7d0096473 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 250/498] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/security-groups/a3d2aa39-c210-49cf-b6ca-cddec9d90c30 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:31.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd553e39-b12e-41b2-bfd8-9ee463b3378f ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 4eed6ed5-2440-4a55-ac63-d44b4d24a535 2026-06-30 23:29:31.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd553e39-b12e-41b2-bfd8-9ee463b3378f ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 4eed6ed5-2440-4a55-ac63-d44b4d24a535 [pid: 7|app: 0|req: 251/499] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/security-groups/835d38f6-6b9d-4a7f-8aa6-9214446da82d => generated 1681 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:29:31.773 7 INFO neutron.services.segments.plugin [-] Segment ed8597cd-8232-459c-b0bd-ddbf415900c8 resource provider aggregate not found 2026-06-30 23:29:31.780 7 INFO neutron.services.segments.plugin [-] Segment ed8597cd-8232-459c-b0bd-ddbf415900c8 resource provider aggregate not found 2026-06-30 23:29:31.792 7 INFO neutron.services.segments.plugin [-] Segment ed8597cd-8232-459c-b0bd-ddbf415900c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed8597cd-8232-459c-b0bd-ddbf415900c8 found for delete ", "request_id": "req-7181da09-7569-4e3c-abcd-b9461b5f8666"}]} 2026-06-30 23:29:31.803 7 INFO neutron.services.segments.plugin [-] Segment ed8597cd-8232-459c-b0bd-ddbf415900c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed8597cd-8232-459c-b0bd-ddbf415900c8 found for delete ", "request_id": "req-1654ea71-fe6c-45cd-b7a1-c4db09b23b57"}]} [pid: 7|app: 0|req: 252/500] 10.0.0.210 () {36 vars in 1013 bytes} [Tue Jun 30 23:29:31 2026] DELETE /v2.0/security-groups/835d38f6-6b9d-4a7f-8aa6-9214446da82d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:29:31.865 7 INFO neutron.api.v2.resource [req-eed68ef8-ce50-41c3-8a8d-6ec1a830a01b req-4a68850a-a702-4b37-8518-88f2db183184 9c6f8c69ad964d2fbb0c188004653d4b bc253a59eb6d4ff9b6890df7d0096473 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/501] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/security-groups/835d38f6-6b9d-4a7f-8aa6-9214446da82d => 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: 249/502] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:31 2026] DELETE /v2.0/networks/6ce84f88-d4fc-4a73-a162-abf3a15f4031 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/503] 10.0.0.210 () {34 vars in 907 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/504] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:29:31 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 251/505] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups?tenant_id=bc253a59eb6d4ff9b6890df7d0096473 => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/506] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 255/507] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:29:31 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/508] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups?tenant_id=b7b733fef2f04911976435c45d1e9a5a&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/509] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups/45121da3-8c0e-48cd-80fa-11e583b1d16f => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/510] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:32 2026] DELETE /v2.0/security-groups/81988d4f-60e2-4edc-ac2d-f7c6913fae04 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/511] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:29:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/512] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups/45121da3-8c0e-48cd-80fa-11e583b1d16f => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/513] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:32.345 8 INFO neutron.api.v2.resource [req-b6c92b5a-3a09-4b1d-9635-186d0eb4dca2 req-caf248ae-e8bf-4e72-955f-67e57d2343b6 9c6f8c69ad964d2fbb0c188004653d4b bc253a59eb6d4ff9b6890df7d0096473 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/514] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups/835d38f6-6b9d-4a7f-8aa6-9214446da82d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:32.389 8 INFO neutron.api.v2.resource [req-4a5fb420-5862-4c9a-8164-02dc9741b640 req-80c7dd7e-f166-4365-b6d0-3f44b35fe561 9c6f8c69ad964d2fbb0c188004653d4b bc253a59eb6d4ff9b6890df7d0096473 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/515] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups/a3d2aa39-c210-49cf-b6ca-cddec9d90c30 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:32.424 8 INFO neutron.api.v2.resource [req-fde4cf30-d3e4-42ce-86e6-a8b8097ae01f req-2242d165-12f8-4037-90f1-5cb854e31349 9c6f8c69ad964d2fbb0c188004653d4b bc253a59eb6d4ff9b6890df7d0096473 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/516] 10.0.0.210 () {34 vars in 991 bytes} [Tue Jun 30 23:29:32 2026] GET /v2.0/security-groups/52037062-d9b8-4846-a28d-06451329866c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/517] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:29:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:32.605 8 INFO neutron.services.segments.plugin [-] Segment 53ff824d-55c9-4b41-817d-5d9858d82de8 resource provider aggregate not found 2026-06-30 23:29:32.618 8 INFO neutron.services.segments.plugin [-] Segment 53ff824d-55c9-4b41-817d-5d9858d82de8 resource provider aggregate not found 2026-06-30 23:29:32.635 8 INFO neutron.services.segments.plugin [-] Segment 53ff824d-55c9-4b41-817d-5d9858d82de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ff824d-55c9-4b41-817d-5d9858d82de8 found for delete ", "request_id": "req-0223acf1-5d8e-4b66-bbbc-09fe51701235"}]} 2026-06-30 23:29:32.637 8 INFO neutron.services.segments.plugin [-] Segment 53ff824d-55c9-4b41-817d-5d9858d82de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ff824d-55c9-4b41-817d-5d9858d82de8 found for delete ", "request_id": "req-6620b655-0af2-49db-ad10-83f89c0d398d"}]} 2026-06-30 23:29:32.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-47b500ac-40a1-4186-bd7c-73f8e9b75b63 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 23c82951-3bb8-4f2b-b1b7-844317558192 2026-06-30 23:29:32.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47b500ac-40a1-4186-bd7c-73f8e9b75b63 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 23c82951-3bb8-4f2b-b1b7-844317558192 [pid: 7|app: 0|req: 260/518] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:29:32 2026] POST /v2.0/floatingips => generated 552 bytes in 821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/519] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:29:32 2026] PUT /v2.0/routers/091e9855-4633-4842-99e3-fd549b342bbe/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/520] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:33 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:33.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-20a20de7-a96a-4020-96a3-94bcbec5e552 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 3df34804-16bb-4fe6-9c8c-84739622527b 2026-06-30 23:29:33.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20a20de7-a96a-4020-96a3-94bcbec5e552 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 3df34804-16bb-4fe6-9c8c-84739622527b 2026-06-30 23:29:33.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-20a20de7-a96a-4020-96a3-94bcbec5e552 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 73f680d7-ddf2-410e-bf7d-b8b735040bd6 2026-06-30 23:29:33.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20a20de7-a96a-4020-96a3-94bcbec5e552 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 73f680d7-ddf2-410e-bf7d-b8b735040bd6 [pid: 8|app: 0|req: 261/521] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Jun 30 23:29:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1004339758&fields=id&tenant_id=42ed388608d046269ab3aacd531d09d8 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/522] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:29:33 2026] GET /v2.0/networks?id=f63d79e8-c670-4751-893c-2f64c26606fc => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/523] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:29:33 2026] GET /v2.0/quotas/42ed388608d046269ab3aacd531d09d8 => 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: 264/524] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:29:33 2026] GET /v2.0/ports?tenant_id=42ed388608d046269ab3aacd531d09d8&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:34.098 7 INFO neutron.services.segments.plugin [-] Segment 3601faee-1aba-46de-9a3a-e3fa7fd3e753 resource provider aggregate not found 2026-06-30 23:29:34.104 7 INFO neutron.services.segments.plugin [-] Segment 3601faee-1aba-46de-9a3a-e3fa7fd3e753 resource provider aggregate not found 2026-06-30 23:29:34.127 7 INFO neutron.services.segments.plugin [-] Segment 3601faee-1aba-46de-9a3a-e3fa7fd3e753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3601faee-1aba-46de-9a3a-e3fa7fd3e753 found for delete ", "request_id": "req-5427f6c1-8243-477a-bdfd-d90cdcdbad50"}]} 2026-06-30 23:29:34.139 7 INFO neutron.db.l3_hamode_db [None req-20a20de7-a96a-4020-96a3-94bcbec5e552 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 5a078895-3e2b-4f70-801e-3efd9b71648b was deleted as no HA routers are present in tenant bc253a59eb6d4ff9b6890df7d0096473. 2026-06-30 23:29:34.145 7 INFO neutron.services.segments.plugin [-] Segment 3601faee-1aba-46de-9a3a-e3fa7fd3e753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3601faee-1aba-46de-9a3a-e3fa7fd3e753 found for delete ", "request_id": "req-f4951a36-20db-42ae-82de-39f601c87712"}]} [pid: 7|app: 0|req: 261/525] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:33 2026] DELETE /v2.0/routers/091e9855-4633-4842-99e3-fd549b342bbe => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/528] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:34 2026] DELETE /v2.0/subnets/76416bb7-8f24-40df-a42d-2eea18a8872b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:29:34.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-42dcd2f2-30d5-4598-871b-7ca27a249983 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 8a9f58fe-8210-4acd-a307-263e97a4dc05 2026-06-30 23:29:34.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42dcd2f2-30d5-4598-871b-7ca27a249983 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 8a9f58fe-8210-4acd-a307-263e97a4dc05 2026-06-30 23:29:34.479 8 INFO neutron.db.segments_db [None req-30368628-3d45-4bea-8c50-a4c484613d78 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment cddfbe2d-d6d7-4894-bfbd-17f66078fcac of type vxlan for network 26155d72-6090-4998-bc20-969e8120231b [pid: 8|app: 0|req: 265/529] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:29:34 2026] POST /v2.0/networks => generated 744 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/530] 10.0.0.210 () {34 vars in 907 bytes} [Tue Jun 30 23:29:34 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/531] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:34 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 265/532] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:34 2026] DELETE /v2.0/networks/7ba2f31b-b404-4897-8a66-4c3b9bd27e7f => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/533] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:29:34 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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: 267/534] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:29:34 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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: 268/535] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:34 2026] POST /v2.0/subnets => generated 691 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/536] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:34 2026] GET /v2.0/security-groups?tenant_id=bc253a59eb6d4ff9b6890df7d0096473&name=default => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:29:34.897 8 INFO neutron.db.segments_db [None req-c3368904-c3a3-4b48-8f85-64ce26be39ff ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 of type vxlan for network 49387776-9b67-4494-8c24-1b002a341ac0 [pid: 7|app: 0|req: 269/537] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:34 2026] DELETE /v2.0/security-groups/45121da3-8c0e-48cd-80fa-11e583b1d16f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/538] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:34 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:35.284 8 INFO neutron.db.l3_hamode_db [None req-c3368904-c3a3-4b48-8f85-64ce26be39ff ea956d9ca0f747f08cd1ea80d445d452 97d0003183344047a07b8e372e23c336 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/539] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:35 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 272/540] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:36 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:36.153 7 INFO neutron.services.segments.plugin [-] Segment 8f80e997-cace-4e1a-9b64-17f5f5b91d2a resource provider aggregate not found 2026-06-30 23:29:36.160 7 INFO neutron.services.segments.plugin [-] Segment 8f80e997-cace-4e1a-9b64-17f5f5b91d2a resource provider aggregate not found 2026-06-30 23:29:36.171 7 INFO neutron.services.segments.plugin [-] Segment 8f80e997-cace-4e1a-9b64-17f5f5b91d2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f80e997-cace-4e1a-9b64-17f5f5b91d2a found for delete ", "request_id": "req-f7966f73-885d-47fb-9565-cc6c800e78a8"}]} 2026-06-30 23:29:36.177 7 INFO neutron.services.segments.plugin [-] Segment 8f80e997-cace-4e1a-9b64-17f5f5b91d2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f80e997-cace-4e1a-9b64-17f5f5b91d2a found for delete ", "request_id": "req-1f022f89-ac14-41b5-b62a-00a55832c842"}]} 2026-06-30 23:29:36.291 8 INFO neutron.db.l3_hamode_db [None req-c3368904-c3a3-4b48-8f85-64ce26be39ff ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 273/541] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:36 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 269/542] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:34 2026] POST /v2.0/routers => generated 731 bytes in 2255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/543] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:37 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/544] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:37 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 684 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/545] 199.204.45.70 () {34 vars in 910 bytes} [Tue Jun 30 23:29:37 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: 8|app: 0|req: 273/546] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:29:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=590adef2256f48d3ba3727fb25283396 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/547] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:29:37 2026] POST /v2.0/ports => generated 958 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 275/548] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:37 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 961 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/549] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:38 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/550] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:29:37 2026] PUT /v2.0/routers/a867636a-2821-4792-b89e-4550bf649eca/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/551] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:38 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 275/552] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:29:38 2026] PUT /v2.0/ports/5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 1239 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/553] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:29:38 2026] POST /v2.0/security-groups => generated 1659 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 276/554] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:29:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/555] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:39.354 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b1081e0-e682-4170-b216-daa86258e78b'] response: {'name': 'network-changed', 'server_uuid': '3197c52c-ac4e-4898-ba0d-4abe03ddc8af', 'tag': '5dfcd77a-2ed8-4439-9998-7d1425152aa5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 278/556] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:29:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/557] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/security-groups?tenant_id=9c42aa0a4e55420d8c68ba02bcfe074c&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 279/559] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/560] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:39 2026] DELETE /v2.0/security-groups/94f870f4-39e0-4b21-a76c-2994fd473666 => 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: 281/561] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/networks?id=f63d79e8-c670-4751-893c-2f64c26606fc => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/562] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=42ed388608d046269ab3aacd531d09d8 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/563] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:29:39 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/564] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:39 2026] GET /v2.0/security-groups?tenant_id=5a1333938e004f78b0d06ef6f6fdc6cc&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/565] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:29:39 2026] POST /v2.0/ports => generated 954 bytes in 469 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: 283/566] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/567] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:40 2026] DELETE /v2.0/security-groups/01a4c13d-57ce-49bb-9454-8dd41ebdc11f => 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: 285/568] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/569] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/570] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/571] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 289/572] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--925435535&fields=id&tenant_id=97d0003183344047a07b8e372e23c336 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/573] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/574] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/networks?id=26155d72-6090-4998-bc20-969e8120231b => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/575] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/576] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/quotas/97d0003183344047a07b8e372e23c336 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/577] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 295/578] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/ports?tenant_id=97d0003183344047a07b8e372e23c336&fields=id => generated 57 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/579] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 297/580] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b?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: 298/581] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/582] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:29:40 2026] PUT /v2.0/ports/5032feb7-7313-4746-90e5-9ab116588641 => generated 1235 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/583] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:29:40 2026] GET /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 285/584] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:41.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e886f4c4-578d-460b-8810-fac29a03ecbe'] response: {'name': 'network-changed', 'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 300/585] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1242 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/586] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/587] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => 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: 302/588] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/589] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/590] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/591] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/592] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/593] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/ports?tenant_id=42ed388608d046269ab3aacd531d09d8&device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/594] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:41 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 306/595] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5032feb7-7313-4746-90e5-9ab116588641 => 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: 290/596] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/597] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/subnets?id=fd0c45a5-ed8d-4147-ba2f-c09d893520d1 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/598] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/599] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/ports?network_id=f63d79e8-c670-4751-893c-2f64c26606fc&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: 292/600] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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: 309/601] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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: 293/602] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/603] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:42 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 294/604] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 7|app: 0|req: 311/605] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/606] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/607] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/ports?tenant_id=42ed388608d046269ab3aacd531d09d8&device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/608] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/networks?id=f63d79e8-c670-4751-893c-2f64c26606fc => generated 770 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/609] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5032feb7-7313-4746-90e5-9ab116588641 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/610] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/611] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/subnets?id=fd0c45a5-ed8d-4147-ba2f-c09d893520d1 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/612] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/ports?network_id=f63d79e8-c670-4751-893c-2f64c26606fc&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/613] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/614] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:43 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/615] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:44 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/616] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:44 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 317/617] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:44 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/618] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:44 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 318/619] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:44 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 302/620] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/621] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 303/622] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/623] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/networks?id=26155d72-6090-4998-bc20-969e8120231b => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/624] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 321/625] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/626] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97d0003183344047a07b8e372e23c336 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/627] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:45 2026] GET /v2.0/security-groups?tenant_id=2f47a8914f5f4a149b78c51636ff0631&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/628] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:29:45 2026] POST /v2.0/ports => generated 954 bytes in 401 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: 323/629] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:45 2026] DELETE /v2.0/security-groups/0b6493da-dee9-4382-90f6-39d309a422eb => 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: 324/630] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:46 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/631] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:29:46 2026] PUT /v2.0/ports/5aefd894-a3d1-4af0-b8ae-073faa703075 => generated 1235 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/632] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:46 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:46.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c0e940b-3545-4e55-b506-163c504a9d93'] response: {'name': 'network-changed', 'server_uuid': '2432b66c-b5ff-4d99-87a6-3541fcdf3d91', 'tag': '5aefd894-a3d1-4af0-b8ae-073faa703075', '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: 308/633] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:46 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/634] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:46 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/635] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:46 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/636] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:46 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 310/637] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/ports?tenant_id=97d0003183344047a07b8e372e23c336&device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/638] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/networks?tenant_id=97d0003183344047a07b8e372e23c336&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/639] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/640] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/641] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/642] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/643] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/644] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/645] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:47 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:48.120 7 INFO neutron.db.segments_db [None req-779c4968-ffc0-4369-9123-95a5a31c69f6 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Added segment 59d68c94-d527-44cb-9774-bacd1921cce8 of type vxlan for network a0168028-4a1c-4de4-96a7-c9af9cd5c85e [pid: 7|app: 0|req: 330/646] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:29:47 2026] POST /v2.0/networks => generated 649 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/647] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/ports?tenant_id=97d0003183344047a07b8e372e23c336&device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 332/648] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5aefd894-a3d1-4af0-b8ae-073faa703075 => 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: 333/649] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/subnets?id=5615aed5-61b9-41b9-8fed-6e713da076ab => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/650] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/ports?network_id=26155d72-6090-4998-bc20-969e8120231b&device_owner=network%3Adhcp => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/651] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/652] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b?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: 317/653] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:48 2026] POST /v2.0/ports => generated 779 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:48.633 7 INFO neutron.db.segments_db [None req-917fd7e0-75e6-4c8c-8bd8-cf4774238aed 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Added segment 8daff54b-4fcf-45a3-aae3-d0bc4dee172a of type vxlan for network db9d7e0f-7554-4e23-bd43-2d5f706f7e1b [pid: 7|app: 0|req: 337/654] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:29:48 2026] POST /v2.0/networks => generated 636 bytes in 171 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: 338/655] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 339/656] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 318/657] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:48 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/658] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/659] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:48 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 341/660] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:49 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 342/661] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:49 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/664] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:49 2026] POST /v2.0/ports => generated 966 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:49.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-da215663-eafd-4595-a9d9-2adcdf56304b 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] TaaS: Handle Delete Port: e82ee21f-d76c-4bd6-8e1e-aa4efc730398 2026-06-30 23:29:49.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da215663-eafd-4595-a9d9-2adcdf56304b 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Tap Mirror: Handle Delete Port: e82ee21f-d76c-4bd6-8e1e-aa4efc730398 [pid: 7|app: 0|req: 345/665] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:49 2026] DELETE /v2.0/ports/e82ee21f-d76c-4bd6-8e1e-aa4efc730398 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:29:49.824 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5405372-e6e7-4043-a6f1-a27522b727ca 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 321/666] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:49 2026] DELETE /v2.0/ports/e82ee21f-d76c-4bd6-8e1e-aa4efc730398 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:49.850 7 INFO neutron.pecan_wsgi.hooks.translation [None req-189b5022-058a-49c3-8e94-3c7fe9346800 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 346/667] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:29:49 2026] GET /v2.0/ports/e82ee21f-d76c-4bd6-8e1e-aa4efc730398 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/668] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:49 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/669] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:49 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 8|app: 0|req: 322/670] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:49 2026] DELETE /v2.0/subnets/3ed32a56-e16e-426e-89b6-5ee1b6d74789 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:29:50.142 7 INFO neutron.services.segments.plugin [-] Segment 8daff54b-4fcf-45a3-aae3-d0bc4dee172a resource provider aggregate not found 2026-06-30 23:29:50.146 7 INFO neutron.services.segments.plugin [-] Segment 8daff54b-4fcf-45a3-aae3-d0bc4dee172a resource provider aggregate not found 2026-06-30 23:29:50.160 7 INFO neutron.services.segments.plugin [-] Segment 8daff54b-4fcf-45a3-aae3-d0bc4dee172a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8daff54b-4fcf-45a3-aae3-d0bc4dee172a found for delete ", "request_id": "req-fb017023-9859-497b-8ccf-3fc29a649b31"}]} 2026-06-30 23:29:50.163 7 INFO neutron.services.segments.plugin [-] Segment 8daff54b-4fcf-45a3-aae3-d0bc4dee172a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8daff54b-4fcf-45a3-aae3-d0bc4dee172a found for delete ", "request_id": "req-288e27d0-f211-4644-a963-2c03842dc9a7"}]} [pid: 7|app: 0|req: 349/671] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:50 2026] DELETE /v2.0/networks/db9d7e0f-7554-4e23-bd43-2d5f706f7e1b => 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: 323/672] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:50 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:50.231 8 INFO neutron.db.segments_db [None req-6950597d-08e9-4899-9984-a0655dede27b 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Added segment 110120d7-3900-46aa-a467-8883c637ab7d of type vxlan for network da4c8812-8201-4e47-9077-543751bd0621 [pid: 7|app: 0|req: 350/673] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:50 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/674] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:29:50 2026] POST /v2.0/networks => generated 636 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/675] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:50 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/676] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:50 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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-06-30 23:29:50.656 7 INFO neutron.db.l3_db [None req-b6f72dcc-77cc-4626-9ddb-56f8e3cf09fd b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] Floating IP 2ddb176c-b95c-4d10-b652-1ee5e76adc8d associated. External IP: 10.96.250.215, port: 5032feb7-7313-4746-90e5-9ab116588641. [pid: 8|app: 0|req: 327/677] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:50 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/678] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:50 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/679] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:50 2026] POST /v2.0/ports => generated 928 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/680] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:29:50 2026] PUT /v2.0/floatingips/2ddb176c-b95c-4d10-b652-1ee5e76adc8d => generated 855 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:51.303 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e308a7f-d02a-4574-844e-5b715c631501'] response: {'name': 'network-changed', 'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'status': 'completed', 'code': 200} 2026-06-30 23:29:51.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-004665de-b2ab-4072-895c-821dacf53d2b 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] TaaS: Handle Delete Port: 238dbf24-e730-4b70-9fed-8d9cb8d373ee 2026-06-30 23:29:51.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-004665de-b2ab-4072-895c-821dacf53d2b 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Tap Mirror: Handle Delete Port: 238dbf24-e730-4b70-9fed-8d9cb8d373ee [pid: 8|app: 0|req: 330/681] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:51 2026] DELETE /v2.0/ports/238dbf24-e730-4b70-9fed-8d9cb8d373ee => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:29:51.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e03eee0-af2c-4feb-b31a-b7cfa23fd90f 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 352/682] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/ports/238dbf24-e730-4b70-9fed-8d9cb8d373ee => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/683] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/684] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 8|app: 0|req: 331/685] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:51 2026] DELETE /v2.0/subnets/b68bc567-0cff-48b2-9c94-43f0998f7639 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/686] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:51 2026] DELETE /v2.0/networks/da4c8812-8201-4e47-9077-543751bd0621 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/687] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/ports?tenant_id=42ed388608d046269ab3aacd531d09d8&device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 357/688] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/689] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/networks?id=f63d79e8-c670-4751-893c-2f64c26606fc => generated 770 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/690] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/691] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:29:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5032feb7-7313-4746-90e5-9ab116588641 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/692] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/subnets?id=fd0c45a5-ed8d-4147-ba2f-c09d893520d1 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/693] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports?network_id=f63d79e8-c670-4751-893c-2f64c26606fc&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/694] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:51 2026] POST /v2.0/ports => generated 778 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 363/695] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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: 364/696] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:52.186 7 INFO neutron.services.segments.plugin [-] Segment 110120d7-3900-46aa-a467-8883c637ab7d resource provider aggregate not found 2026-06-30 23:29:52.189 7 INFO neutron.services.segments.plugin [-] Segment 110120d7-3900-46aa-a467-8883c637ab7d resource provider aggregate not found 2026-06-30 23:29:52.209 7 INFO neutron.services.segments.plugin [-] Segment 110120d7-3900-46aa-a467-8883c637ab7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 110120d7-3900-46aa-a467-8883c637ab7d found for delete ", "request_id": "req-05604940-58cc-40a8-af3f-989ca49dd73f"}]} 2026-06-30 23:29:52.210 7 INFO neutron.services.segments.plugin [-] Segment 110120d7-3900-46aa-a467-8883c637ab7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 110120d7-3900-46aa-a467-8883c637ab7d found for delete ", "request_id": "req-50392e12-c361-444e-83a2-4fb9fb2ac6cf"}]} [pid: 8|app: 0|req: 333/697] 10.0.0.42 () {34 vars in 736 bytes} [Tue Jun 30 23:29:52 2026] PUT /v2.0/ports/cc74e66b-a4ac-47ce-b127-2b3916ce3da1 => generated 752 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:52.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-05bbd009-407b-430e-8c32-d517f8ac090e 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] TaaS: Handle Delete Port: cc74e66b-a4ac-47ce-b127-2b3916ce3da1 2026-06-30 23:29:52.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05bbd009-407b-430e-8c32-d517f8ac090e 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Tap Mirror: Handle Delete Port: cc74e66b-a4ac-47ce-b127-2b3916ce3da1 [pid: 7|app: 0|req: 365/698] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:52 2026] DELETE /v2.0/ports/cc74e66b-a4ac-47ce-b127-2b3916ce3da1 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 334/699] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports => generated 782 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/700] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:52.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee46df5e-966d-4adc-afe1-678f3cc8f1e3 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 335/701] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports/cc74e66b-a4ac-47ce-b127-2b3916ce3da1 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/702] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/703] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports => generated 782 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/704] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports/0fa5e6c5-b222-4e2e-afd5-7440affc05c5 => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:52.821 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24a89d2f-430b-485c-a505-b70aee869a71 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 337/705] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:52 2026] DELETE /v2.0/ports/238dbf24-e730-4b70-9fed-8d9cb8d373ee => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:52.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d2edb17-7b0c-430e-b67c-a7f426b39650 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 369/706] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:52 2026] DELETE /v2.0/subnets/b68bc567-0cff-48b2-9c94-43f0998f7639 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:52.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a11bb1ee-1d44-4c48-a61f-4591d72ad930 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 370/707] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:52 2026] DELETE /v2.0/subnets/3ed32a56-e16e-426e-89b6-5ee1b6d74789 => 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: 338/708] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:52 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:53.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-069971d1-c312-4acd-893f-a41aa6931407 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] TaaS: Handle Delete Port: 0fa5e6c5-b222-4e2e-afd5-7440affc05c5 2026-06-30 23:29:53.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-069971d1-c312-4acd-893f-a41aa6931407 4f8efaa69ff84659918d5ed15f0b3cd4 f8524c9c5db94ea6903e138967cda417 - - default default] Tap Mirror: Handle Delete Port: 0fa5e6c5-b222-4e2e-afd5-7440affc05c5 [pid: 7|app: 0|req: 371/709] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:52 2026] DELETE /v2.0/ports/0fa5e6c5-b222-4e2e-afd5-7440affc05c5 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/710] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:53 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/711] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:53 2026] DELETE /v2.0/networks/a0168028-4a1c-4de4-96a7-c9af9cd5c85e => 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: 374/712] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:53 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:53.504 8 INFO neutron.db.l3_db [None req-cae11e93-0dc9-4432-9447-5480ef7c535c bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] Floating IP 6b5d5030-3c31-41b4-87dd-6754d1464c6d associated. External IP: 10.96.250.208, port: 5dfcd77a-2ed8-4439-9998-7d1425152aa5. [pid: 8|app: 0|req: 339/713] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:29:52 2026] PUT /v2.0/floatingips/6b5d5030-3c31-41b4-87dd-6754d1464c6d => generated 856 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:53.868 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf08e863-e27a-4d74-8f68-2fe34d49e742'] response: {'name': 'network-changed', 'server_uuid': '3197c52c-ac4e-4898-ba0d-4abe03ddc8af', 'tag': '5dfcd77a-2ed8-4439-9998-7d1425152aa5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/714] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:53 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/715] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:53 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 340/716] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:29:53 2026] GET /v2.0/security-groups?tenant_id=f8524c9c5db94ea6903e138967cda417&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/717] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:29:54 2026] DELETE /v2.0/security-groups/8c261df2-464f-49a5-989b-35c4edfa7e89 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:29:54.234 7 INFO neutron.services.segments.plugin [-] Segment 59d68c94-d527-44cb-9774-bacd1921cce8 resource provider aggregate not found 2026-06-30 23:29:54.240 7 INFO neutron.services.segments.plugin [-] Segment 59d68c94-d527-44cb-9774-bacd1921cce8 resource provider aggregate not found 2026-06-30 23:29:54.260 7 INFO neutron.services.segments.plugin [-] Segment 59d68c94-d527-44cb-9774-bacd1921cce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d68c94-d527-44cb-9774-bacd1921cce8 found for delete ", "request_id": "req-62743c6c-1095-4c18-9fc6-0989d529a558"}]} 2026-06-30 23:29:54.262 7 INFO neutron.services.segments.plugin [-] Segment 59d68c94-d527-44cb-9774-bacd1921cce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d68c94-d527-44cb-9774-bacd1921cce8 found for delete ", "request_id": "req-bb921903-45a2-4874-9b1a-b5b72f125137"}]} [pid: 8|app: 0|req: 341/718] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 378/719] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/720] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/721] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/722] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/723] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&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: 381/724] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&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: 344/725] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 345/726] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 382/727] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:54 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:55.010 8 INFO neutron.db.l3_db [None req-3c3fda38-da42-4a2f-8202-732324ec5236 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] Floating IP 030c778f-a3e9-465a-baca-f9f59f8b21dc associated. External IP: 10.96.250.209, port: 5aefd894-a3d1-4af0-b8ae-073faa703075. [pid: 8|app: 0|req: 346/728] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:29:54 2026] PUT /v2.0/floatingips/030c778f-a3e9-465a-baca-f9f59f8b21dc => generated 855 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/729] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:55 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 347/730] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:55 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/731] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:55 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/732] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:55 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:29:55.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3642bb42-6787-4ca9-a9f8-662258ef96ff'] response: {'name': 'network-changed', 'server_uuid': '2432b66c-b5ff-4d99-87a6-3541fcdf3d91', 'tag': '5aefd894-a3d1-4af0-b8ae-073faa703075', 'status': 'completed', 'code': 200} 2026-06-30 23:29:56.313 7 INFO neutron.db.segments_db [None req-29007ac6-3745-4fbe-9631-ce8ff0211656 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Added segment a0fc5492-c72b-45b9-88d6-331e0f37857c of type vxlan for network a1beffcf-234f-46d1-9e8d-2e1a43ca511f [pid: 7|app: 0|req: 385/733] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:29:55 2026] POST /v2.0/networks => generated 644 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/734] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/ports?tenant_id=97d0003183344047a07b8e372e23c336&device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 387/735] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/networks?id=26155d72-6090-4998-bc20-969e8120231b => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/736] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5aefd894-a3d1-4af0-b8ae-073faa703075 => 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: 389/737] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/subnets?id=5615aed5-61b9-41b9-8fed-6e713da076ab => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/738] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/ports?network_id=26155d72-6090-4998-bc20-969e8120231b&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: 349/739] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:56 2026] POST /v2.0/ports => generated 775 bytes in 248 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: 391/740] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:56.703 8 INFO neutron.db.segments_db [None req-a8f147ba-3508-4835-bc3b-691a8cdf7440 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Added segment f4ee0c53-86e7-410d-8449-4a0ade529ea1 of type vxlan for network 67e61c6b-f0b0-460c-9de8-fa6e442810af [pid: 7|app: 0|req: 392/741] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b?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: 350/742] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:29:56 2026] POST /v2.0/networks => generated 631 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/743] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/744] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:56 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&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: 393/745] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:56 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) [pid: 8|app: 0|req: 353/746] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:57 2026] POST /v2.0/ports => generated 950 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:57.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-4383eed6-dbf1-4876-a49e-8631a32ea96f 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] TaaS: Handle Delete Port: 327bf221-ad6f-4b52-b9b3-bee402f9449d 2026-06-30 23:29:57.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4383eed6-dbf1-4876-a49e-8631a32ea96f 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Tap Mirror: Handle Delete Port: 327bf221-ad6f-4b52-b9b3-bee402f9449d [pid: 7|app: 0|req: 394/747] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:57 2026] DELETE /v2.0/ports/327bf221-ad6f-4b52-b9b3-bee402f9449d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:29:57.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc955354-f17d-4f36-a94a-fb6343162611 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 354/748] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:57 2026] DELETE /v2.0/ports/327bf221-ad6f-4b52-b9b3-bee402f9449d => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:57.682 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8658ae03-6235-46e5-84e0-dcae07ec43ae 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 395/749] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:29:57 2026] GET /v2.0/ports/327bf221-ad6f-4b52-b9b3-bee402f9449d => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/750] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:57 2026] DELETE /v2.0/subnets/cbd76fc2-dc88-43e0-8f20-0c3ccc95ee64 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:29:57.976 7 INFO neutron.services.segments.plugin [-] Segment f4ee0c53-86e7-410d-8449-4a0ade529ea1 resource provider aggregate not found 2026-06-30 23:29:57.982 7 INFO neutron.services.segments.plugin [-] Segment f4ee0c53-86e7-410d-8449-4a0ade529ea1 resource provider aggregate not found 2026-06-30 23:29:57.993 7 INFO neutron.services.segments.plugin [-] Segment f4ee0c53-86e7-410d-8449-4a0ade529ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ee0c53-86e7-410d-8449-4a0ade529ea1 found for delete ", "request_id": "req-4f87eab0-097f-4abb-87c6-1f3b07ebde0a"}]} [pid: 7|app: 0|req: 396/751] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:57 2026] DELETE /v2.0/networks/67e61c6b-f0b0-460c-9de8-fa6e442810af => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:29:58.011 7 INFO neutron.services.segments.plugin [-] Segment f4ee0c53-86e7-410d-8449-4a0ade529ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ee0c53-86e7-410d-8449-4a0ade529ea1 found for delete ", "request_id": "req-219e8136-93aa-4ec0-a171-711085174916"}]} 2026-06-30 23:29:58.055 8 INFO neutron.db.segments_db [None req-bd00283f-166e-415d-a8d1-175efdcac52a 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Added segment 954242a0-e61a-476d-93b3-6dd0521b1af0 of type vxlan for network c9e5693d-b6a6-4c8f-a73f-eef1e91937d6 [pid: 7|app: 0|req: 397/752] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:58 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/753] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:29:58 2026] POST /v2.0/networks => generated 632 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/754] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:29:58 2026] GET /v2.0/security-groups?id=fd75f7b7-3ce3-4945-9e20-cb349047a519&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: 399/755] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:29:58 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/756] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:29:58 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:58.429 7 INFO neutron_taas.services.taas.taas_plugin [req-05d2bfff-6684-4a8c-8548-0d780f84b1b0 req-9282a5ba-1de7-48fc-8bed-285508fd421c 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] TaaS: Handle Delete Port: 5aefd894-a3d1-4af0-b8ae-073faa703075 2026-06-30 23:29:58.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05d2bfff-6684-4a8c-8548-0d780f84b1b0 req-9282a5ba-1de7-48fc-8bed-285508fd421c 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] Tap Mirror: Handle Delete Port: 5aefd894-a3d1-4af0-b8ae-073faa703075 2026-06-30 23:29:58.599 7 INFO neutron.db.l3_db [req-05d2bfff-6684-4a8c-8548-0d780f84b1b0 req-9282a5ba-1de7-48fc-8bed-285508fd421c 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] Floating IP 030c778f-a3e9-465a-baca-f9f59f8b21dc disassociated. External IP: 10.96.250.209, port: 5aefd894-a3d1-4af0-b8ae-073faa703075. [pid: 8|app: 0|req: 358/757] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:58 2026] POST /v2.0/ports => generated 916 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:29:58.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-39f94e46-4293-4e9a-9d4a-eddff51eb01d 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] TaaS: Handle Delete Port: fc7b1178-b6d2-4505-b6b2-b5a1e576135a 2026-06-30 23:29:58.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39f94e46-4293-4e9a-9d4a-eddff51eb01d 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Tap Mirror: Handle Delete Port: fc7b1178-b6d2-4505-b6b2-b5a1e576135a [pid: 8|app: 0|req: 359/758] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:58 2026] DELETE /v2.0/ports/fc7b1178-b6d2-4505-b6b2-b5a1e576135a => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/759] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:29:58 2026] DELETE /v2.0/ports/5aefd894-a3d1-4af0-b8ae-073faa703075 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:29:58.953 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfa9de37-76eb-44ad-bec5-4722fd8da3ed 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 360/760] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:29:58 2026] GET /v2.0/ports/fc7b1178-b6d2-4505-b6b2-b5a1e576135a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:29:58.990 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6af3482-835e-4048-8703-3f7c767cd3f9'] response: {'server_uuid': '2432b66c-b5ff-4d99-87a6-3541fcdf3d91', 'name': 'network-vif-deleted', 'tag': '5aefd894-a3d1-4af0-b8ae-073faa703075', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 401/761] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:29:58 2026] DELETE /v2.0/subnets/2004e9e7-0970-4ebb-aded-332a2bedf96c => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/762] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:29:59 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:29:59.280 8 INFO neutron.services.segments.plugin [-] Segment 954242a0-e61a-476d-93b3-6dd0521b1af0 resource provider aggregate not found 2026-06-30 23:29:59.282 8 INFO neutron.services.segments.plugin [-] Segment 954242a0-e61a-476d-93b3-6dd0521b1af0 resource provider aggregate not found 2026-06-30 23:29:59.309 8 INFO neutron.services.segments.plugin [-] Segment 954242a0-e61a-476d-93b3-6dd0521b1af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 954242a0-e61a-476d-93b3-6dd0521b1af0 found for delete ", "request_id": "req-e929153d-f9b4-4f6f-87aa-c0ad61325db9"}]} 2026-06-30 23:29:59.311 8 INFO neutron.services.segments.plugin [-] Segment 954242a0-e61a-476d-93b3-6dd0521b1af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 954242a0-e61a-476d-93b3-6dd0521b1af0 found for delete ", "request_id": "req-0c07be84-7560-40a9-8a34-032d8f620576"}]} [pid: 8|app: 0|req: 361/763] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:29:59 2026] DELETE /v2.0/networks/c9e5693d-b6a6-4c8f-a73f-eef1e91937d6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/764] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:29:59 2026] POST /v2.0/ports => generated 774 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/765] 10.0.0.42 () {34 vars in 736 bytes} [Tue Jun 30 23:29:59 2026] PUT /v2.0/ports/6cfc116e-ffea-49a1-a1ed-e88f63f2271b => generated 752 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:30:00.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-d98269e2-3590-4683-8bb8-95b8422691c6 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] TaaS: Handle Delete Port: 6cfc116e-ffea-49a1-a1ed-e88f63f2271b 2026-06-30 23:30:00.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d98269e2-3590-4683-8bb8-95b8422691c6 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Tap Mirror: Handle Delete Port: 6cfc116e-ffea-49a1-a1ed-e88f63f2271b [pid: 7|app: 0|req: 404/766] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:29:59 2026] DELETE /v2.0/ports/6cfc116e-ffea-49a1-a1ed-e88f63f2271b => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 363/767] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:30:00 2026] GET /v2.0/ports => generated 778 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:00.202 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45625a88-3d00-4cf1-b8f3-af1a486fbf8b 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/768] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:30:00 2026] GET /v2.0/ports/6cfc116e-ffea-49a1-a1ed-e88f63f2271b => 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: 364/769] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:30:00 2026] GET /v2.0/ports => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/770] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:30:00 2026] GET /v2.0/ports/d8adda9a-984c-45cd-9f3b-89fb48f40e2c => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:00.315 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d9786b1-8f76-4925-8bc2-2332021dd772 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 365/771] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:30:00 2026] DELETE /v2.0/ports/fc7b1178-b6d2-4505-b6b2-b5a1e576135a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:00.347 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20b87b5d-74e8-4f91-bf1b-3fd774ebc693 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/772] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:00 2026] DELETE /v2.0/subnets/2004e9e7-0970-4ebb-aded-332a2bedf96c => generated 136 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:00.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3a3be2f-81e9-402b-a322-89a77571b7b6 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/773] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:00 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => 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: 408/774] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:00 2026] DELETE /v2.0/subnets/cbd76fc2-dc88-43e0-8f20-0c3ccc95ee64 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:00.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-a452f689-9eea-4641-b746-d8727057c417 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] TaaS: Handle Delete Port: d8adda9a-984c-45cd-9f3b-89fb48f40e2c 2026-06-30 23:30:00.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a452f689-9eea-4641-b746-d8727057c417 5bf34253066448dfa12b4625b32b0380 f3e6771512a34afc9b42fcde6330d37c - - default default] Tap Mirror: Handle Delete Port: d8adda9a-984c-45cd-9f3b-89fb48f40e2c [pid: 8|app: 0|req: 367/775] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:30:00 2026] DELETE /v2.0/ports/d8adda9a-984c-45cd-9f3b-89fb48f40e2c => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:00.696 7 INFO neutron.services.segments.plugin [-] Segment a0fc5492-c72b-45b9-88d6-331e0f37857c resource provider aggregate not found 2026-06-30 23:30:00.705 7 INFO neutron.services.segments.plugin [-] Segment a0fc5492-c72b-45b9-88d6-331e0f37857c resource provider aggregate not found 2026-06-30 23:30:00.719 7 INFO neutron.services.segments.plugin [-] Segment a0fc5492-c72b-45b9-88d6-331e0f37857c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0fc5492-c72b-45b9-88d6-331e0f37857c found for delete ", "request_id": "req-b08429e8-3015-469d-9e23-e3577a88f250"}]} 2026-06-30 23:30:00.728 7 INFO neutron.services.segments.plugin [-] Segment a0fc5492-c72b-45b9-88d6-331e0f37857c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0fc5492-c72b-45b9-88d6-331e0f37857c found for delete ", "request_id": "req-5c36bd7e-c238-4e76-8074-fc9c37ecca51"}]} [pid: 7|app: 0|req: 409/776] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:00 2026] DELETE /v2.0/networks/a1beffcf-234f-46d1-9e8d-2e1a43ca511f => 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: 368/777] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:01 2026] GET /v2.0/security-groups?tenant_id=f3e6771512a34afc9b42fcde6330d37c&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/778] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:01 2026] GET /v2.0/ports?device_id=2432b66c-b5ff-4d99-87a6-3541fcdf3d91 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/779] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:01 2026] DELETE /v2.0/security-groups/76309c36-0abc-4e86-84a3-cc04fc9e3f9c => 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: 370/780] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:30:02 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 1240 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/781] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:02 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 371/782] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:02 2026] DELETE /v2.0/security-groups/fd75f7b7-3ce3-4945-9e20-cb349047a519 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:02.664 7 INFO neutron.api.v2.resource [None req-e64254e6-7962-437b-a50c-91e161969a0d 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/783] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:30:02 2026] GET /v2.0/security-groups/fd75f7b7-3ce3-4945-9e20-cb349047a519 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:02.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-c91c4a10-0136-4fd9-bcb5-e108e6b0ce42 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] TaaS: Handle Delete Port: 928adf20-34bf-4ef6-9e53-b79ecec1d1e7 2026-06-30 23:30:02.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c91c4a10-0136-4fd9-bcb5-e108e6b0ce42 5c913ef060a744c7b5d262c336fc2629 97d0003183344047a07b8e372e23c336 - - default default] Tap Mirror: Handle Delete Port: 928adf20-34bf-4ef6-9e53-b79ecec1d1e7 [pid: 8|app: 0|req: 372/784] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:30:02 2026] DELETE /v2.0/floatingips/030c778f-a3e9-465a-baca-f9f59f8b21dc => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:03.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e2f3c63-a30d-4bc8-abbf-f318fdf17c9a ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 09f88a0c-9083-480d-a922-dedd90318e3a 2026-06-30 23:30:03.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e2f3c63-a30d-4bc8-abbf-f318fdf17c9a ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 09f88a0c-9083-480d-a922-dedd90318e3a 2026-06-30 23:30:03.535 8 INFO neutron.db.segments_db [None req-cfed2a08-493f-45af-a1af-5c1975d7db5f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment 0041c628-71e7-4dab-8c35-d3480019e295 of type vxlan for network fbb83064-62d4-4fab-ae53-26068047f9fe [pid: 8|app: 0|req: 373/785] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:30:03 2026] POST /v2.0/networks => generated 634 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:03.653 8 INFO neutron.db.segments_db [None req-36894859-c6a0-4e87-a46c-98cd45c68cf1 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment e3a80c87-b662-4d5b-a186-362f710f9aa1 of type vxlan for network 8071f547-e2b9-4d5f-982f-e9af7a1538a9 [pid: 8|app: 0|req: 374/786] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:30:03 2026] POST /v2.0/networks => generated 633 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/787] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:02 2026] PUT /v2.0/routers/a867636a-2821-4792-b89e-4550bf649eca/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/788] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:03 2026] POST /v2.0/subnets => generated 646 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:04.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-194e273d-3db8-4161-8360-2d5a1809f641 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: bf74f77f-c6a3-49c3-b903-55077dea3336 2026-06-30 23:30:04.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-194e273d-3db8-4161-8360-2d5a1809f641 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: bf74f77f-c6a3-49c3-b903-55077dea3336 [pid: 8|app: 0|req: 376/789] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:03 2026] POST /v2.0/subnets => generated 655 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:04.316 8 INFO neutron.db.segments_db [None req-7b70f7bc-d1a2-4fef-8f07-ed76b3a6ecbd f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment 3d78b081-3255-44f1-930a-a6c2208d6260 of type vxlan for network 80271907-f33f-472a-b08d-8ce5aa5b8518 2026-06-30 23:30:04.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-194e273d-3db8-4161-8360-2d5a1809f641 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: e40f7ee9-64c7-4d32-8246-dfe35e1f8548 2026-06-30 23:30:04.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-194e273d-3db8-4161-8360-2d5a1809f641 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: e40f7ee9-64c7-4d32-8246-dfe35e1f8548 2026-06-30 23:30:04.593 8 INFO neutron.db.l3_hamode_db [None req-7b70f7bc-d1a2-4fef-8f07-ed76b3a6ecbd f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:30:04.738 8 INFO neutron.db.l3_hamode_db [None req-7b70f7bc-d1a2-4fef-8f07-ed76b3a6ecbd f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:30:04.743 7 INFO neutron.services.segments.plugin [-] Segment 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 resource provider aggregate not found 2026-06-30 23:30:04.746 7 INFO neutron.services.segments.plugin [-] Segment 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 resource provider aggregate not found 2026-06-30 23:30:04.765 7 INFO neutron.db.l3_hamode_db [None req-194e273d-3db8-4161-8360-2d5a1809f641 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 49387776-9b67-4494-8c24-1b002a341ac0 was deleted as no HA routers are present in tenant 97d0003183344047a07b8e372e23c336. 2026-06-30 23:30:04.771 7 INFO neutron.services.segments.plugin [-] Segment 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 found for delete ", "request_id": "req-33f58dca-e35e-43d8-8511-37e91055f7d1"}]} 2026-06-30 23:30:04.774 7 INFO neutron.services.segments.plugin [-] Segment 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a6a2bc-b6b7-470c-83fe-ebb10f9cbf64 found for delete ", "request_id": "req-dba8ea27-28d3-42c9-a10e-0036642df6d4"}]} [pid: 7|app: 0|req: 414/792] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:03 2026] DELETE /v2.0/routers/a867636a-2821-4792-b89e-4550bf649eca => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/793] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:04 2026] DELETE /v2.0/subnets/5615aed5-61b9-41b9-8fed-6e713da076ab => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:05.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-1779de06-6c2d-4f3f-a3aa-2781e28ae9ac ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 1c8f8ad0-4775-4231-b45f-c10cb630831f 2026-06-30 23:30:05.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1779de06-6c2d-4f3f-a3aa-2781e28ae9ac ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 1c8f8ad0-4775-4231-b45f-c10cb630831f [pid: 7|app: 0|req: 416/794] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:04 2026] DELETE /v2.0/networks/26155d72-6090-4998-bc20-969e8120231b => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/795] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:04 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) [pid: 8|app: 0|req: 380/796] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:05 2026] GET /v2.0/security-groups?tenant_id=97d0003183344047a07b8e372e23c336&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/797] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:05 2026] DELETE /v2.0/security-groups/c177f771-4d34-4bf9-8c74-5579177a66b3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/798] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:05 2026] PUT /v2.0/routers/ebfe4a43-4d60-4307-ba4c-4e873baf81c2/add_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/799] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:30:06 2026] GET /v2.0/ports/4c689d37-dfec-463b-bf53-3ce07538f667 => generated 959 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:06.793 7 INFO neutron.services.segments.plugin [-] Segment cddfbe2d-d6d7-4894-bfbd-17f66078fcac resource provider aggregate not found 2026-06-30 23:30:06.805 7 INFO neutron.services.segments.plugin [-] Segment cddfbe2d-d6d7-4894-bfbd-17f66078fcac resource provider aggregate not found 2026-06-30 23:30:06.819 7 INFO neutron.services.segments.plugin [-] Segment cddfbe2d-d6d7-4894-bfbd-17f66078fcac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cddfbe2d-d6d7-4894-bfbd-17f66078fcac found for delete ", "request_id": "req-d0056d5c-1ec1-4c53-8f91-1f33e73ff58b"}]} 2026-06-30 23:30:06.822 7 INFO neutron.services.segments.plugin [-] Segment cddfbe2d-d6d7-4894-bfbd-17f66078fcac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cddfbe2d-d6d7-4894-bfbd-17f66078fcac found for delete ", "request_id": "req-5206c71e-bdcf-4efc-9ace-ab0c5799de98"}]} [pid: 7|app: 0|req: 418/800] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:06 2026] PUT /v2.0/routers/ebfe4a43-4d60-4307-ba4c-4e873baf81c2/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/801] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:30:07 2026] GET /v2.0/ports/2ab467e4-f771-491a-8241-1570d6d6aa94 => generated 967 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:07.639 8 INFO neutron.db.segments_db [None req-627bc763-e844-4f15-918e-a74bee785e5f ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment f4ae6b8e-a075-4317-bac6-adb67c57678d of type vxlan for network 5ac1e670-2581-4ed1-be2b-5f1e25eb054d [pid: 8|app: 0|req: 383/802] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:30:07 2026] POST /v2.0/networks => generated 746 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:07.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ce8311c-2cff-40f2-84a5-81e02b031414 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 2ab467e4-f771-491a-8241-1570d6d6aa94 2026-06-30 23:30:07.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ce8311c-2cff-40f2-84a5-81e02b031414 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 2ab467e4-f771-491a-8241-1570d6d6aa94 [pid: 8|app: 0|req: 384/803] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:07 2026] POST /v2.0/subnets => generated 693 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:07.935 8 INFO neutron.db.segments_db [None req-2f52e601-9e0e-45a0-b32d-d6917be30b65 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 9032dd8d-1707-4aee-9052-865dc3a5f952 of type vxlan for network 304f5584-eb38-43b5-a14c-8d50e41078e4 2026-06-30 23:30:08.210 8 INFO neutron.db.l3_hamode_db [None req-2f52e601-9e0e-45a0-b32d-d6917be30b65 ea956d9ca0f747f08cd1ea80d445d452 8bd40f626d9340a39b33e6f0312331de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 420/804] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:07 2026] PUT /v2.0/routers/ebfe4a43-4d60-4307-ba4c-4e873baf81c2/remove_router_interface => generated 309 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:08.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb89ba7b-fe9f-4369-a794-0858846c1e4a f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 4c689d37-dfec-463b-bf53-3ce07538f667 2026-06-30 23:30:08.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb89ba7b-fe9f-4369-a794-0858846c1e4a f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 4c689d37-dfec-463b-bf53-3ce07538f667 [pid: 7|app: 0|req: 421/805] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:08 2026] PUT /v2.0/routers/ebfe4a43-4d60-4307-ba4c-4e873baf81c2/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/806] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:09 2026] GET /v2.0/ports?device_id=ebfe4a43-4d60-4307-ba4c-4e873baf81c2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:09.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-e60ca21d-dae9-401d-8053-9c6c24bfefc7 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 99a965c6-1a6f-4ea3-adfc-3a0ce37ca00c 2026-06-30 23:30:09.302 8 INFO neutron.db.l3_hamode_db [None req-2f52e601-9e0e-45a0-b32d-d6917be30b65 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:30:09.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e60ca21d-dae9-401d-8053-9c6c24bfefc7 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 99a965c6-1a6f-4ea3-adfc-3a0ce37ca00c 2026-06-30 23:30:09.672 7 INFO neutron.services.segments.plugin [-] Segment 3d78b081-3255-44f1-930a-a6c2208d6260 resource provider aggregate not found 2026-06-30 23:30:09.675 7 INFO neutron.services.segments.plugin [-] Segment 3d78b081-3255-44f1-930a-a6c2208d6260 resource provider aggregate not found 2026-06-30 23:30:09.688 7 INFO neutron.db.l3_hamode_db [None req-e60ca21d-dae9-401d-8053-9c6c24bfefc7 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] HA network 80271907-f33f-472a-b08d-8ce5aa5b8518 was deleted as no HA routers are present in tenant 71efbe80d75b4daa92a5436be223b357. 2026-06-30 23:30:09.693 7 INFO neutron.services.segments.plugin [-] Segment 3d78b081-3255-44f1-930a-a6c2208d6260 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d78b081-3255-44f1-930a-a6c2208d6260 found for delete ", "request_id": "req-be507b44-0680-4e6f-b0cf-745ac052ee08"}]} [pid: 7|app: 0|req: 423/807] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:09 2026] DELETE /v2.0/routers/ebfe4a43-4d60-4307-ba4c-4e873baf81c2 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:09.699 7 INFO neutron.services.segments.plugin [-] Segment 3d78b081-3255-44f1-930a-a6c2208d6260 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d78b081-3255-44f1-930a-a6c2208d6260 found for delete ", "request_id": "req-e414ebfa-095f-4967-b0ee-5080175d66a6"}]} [pid: 7|app: 0|req: 424/808] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:09 2026] DELETE /v2.0/subnets/6901d877-6dd9-43b9-a627-ae53c1950ad1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/809] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:09 2026] DELETE /v2.0/subnets/9f3855ec-3977-4229-a6d2-59349857a592 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/810] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:10 2026] DELETE /v2.0/networks/8071f547-e2b9-4d5f-982f-e9af7a1538a9 => 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: 385/811] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:07 2026] POST /v2.0/routers => generated 733 bytes in 2310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:10.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-bde60d1e-c6c9-40b7-bf80-557010adee5f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 225a48b0-c4c0-43c6-be3d-57101667ae0a 2026-06-30 23:30:10.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bde60d1e-c6c9-40b7-bf80-557010adee5f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 225a48b0-c4c0-43c6-be3d-57101667ae0a [pid: 7|app: 0|req: 427/812] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:10 2026] DELETE /v2.0/networks/fbb83064-62d4-4fab-ae53-26068047f9fe => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:10.523 7 INFO neutron.db.segments_db [None req-ec8bfb15-494a-4b4d-9159-bc64ed60e01c f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment a8cc1009-858d-42fb-a746-e2cb1c0fa21d of type vxlan for network 8f9c087d-1434-468c-aa46-64273bc9d3bf [pid: 7|app: 0|req: 428/813] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:30:10 2026] POST /v2.0/networks => generated 633 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/814] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:10 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:10.917 7 INFO neutron.db.segments_db [None req-5d74e13e-3f01-4165-b4fe-858a7074f1a1 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment 6faf09c5-8158-47f6-8e44-cef83e7eaf0c of type vxlan for network da20c3ec-5ddd-4c18-a768-73bdb9dab442 2026-06-30 23:30:11.157 7 INFO neutron.db.l3_hamode_db [None req-5d74e13e-3f01-4165-b4fe-858a7074f1a1 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:30:11.279 7 INFO neutron.db.l3_hamode_db [None req-5d74e13e-3f01-4165-b4fe-858a7074f1a1 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 386/815] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:10 2026] PUT /v2.0/routers/717ef1d8-bc9d-4234-99bb-90d2e4f11542/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:11.736 7 INFO neutron.services.segments.plugin [-] Segment e3a80c87-b662-4d5b-a186-362f710f9aa1 resource provider aggregate not found 2026-06-30 23:30:11.747 7 INFO neutron.services.segments.plugin [-] Segment e3a80c87-b662-4d5b-a186-362f710f9aa1 resource provider aggregate not found 2026-06-30 23:30:11.756 7 INFO neutron.services.segments.plugin [-] Segment e3a80c87-b662-4d5b-a186-362f710f9aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3a80c87-b662-4d5b-a186-362f710f9aa1 found for delete ", "request_id": "req-402b065e-a20e-4207-ac4f-4b3bdd9f0d6f"}]} 2026-06-30 23:30:11.768 7 INFO neutron.services.segments.plugin [-] Segment e3a80c87-b662-4d5b-a186-362f710f9aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3a80c87-b662-4d5b-a186-362f710f9aa1 found for delete ", "request_id": "req-8beef644-8f8a-42d3-91e4-ac9fa880dc24"}]} 2026-06-30 23:30:11.774 7 INFO neutron.services.segments.plugin [-] Segment 0041c628-71e7-4dab-8c35-d3480019e295 resource provider aggregate not found 2026-06-30 23:30:11.787 7 INFO neutron.services.segments.plugin [-] Segment 0041c628-71e7-4dab-8c35-d3480019e295 resource provider aggregate not found 2026-06-30 23:30:11.794 7 INFO neutron.services.segments.plugin [-] Segment 0041c628-71e7-4dab-8c35-d3480019e295 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0041c628-71e7-4dab-8c35-d3480019e295 found for delete ", "request_id": "req-ac3a80d9-1b94-4b3f-bb2b-cdf1c3258ba5"}]} [pid: 7|app: 0|req: 430/816] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:10 2026] POST /v2.0/routers => generated 511 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:11.802 7 INFO neutron.services.segments.plugin [-] Segment 0041c628-71e7-4dab-8c35-d3480019e295 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0041c628-71e7-4dab-8c35-d3480019e295 found for delete ", "request_id": "req-a91c4fcc-0c26-4aae-8a3d-aec21fc8179a"}]} [pid: 7|app: 0|req: 431/817] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:11 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 432/818] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 433/819] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 387/820] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:30:11 2026] POST /v2.0/ports => generated 963 bytes in 402 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: 434/821] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/822] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/networks?id=5ac1e670-2581-4ed1-be2b-5f1e25eb054d => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/823] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/quotas/8bd40f626d9340a39b33e6f0312331de => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/824] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/ports?tenant_id=8bd40f626d9340a39b33e6f0312331de&fields=id => generated 57 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/825] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/networks/5ac1e670-2581-4ed1-be2b-5f1e25eb054d?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: 439/826] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/networks/5ac1e670-2581-4ed1-be2b-5f1e25eb054d?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: 440/827] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 441/828] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 442/829] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:12 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 388/830] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:12 2026] PUT /v2.0/routers/bef1edfa-8b82-40fc-be79-6f7771fb759a/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/831] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:30:13 2026] GET /v2.0/ports/e9250f11-c8c8-4fbe-abad-4c80ffd7aa51 => generated 1037 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, ' 2026-06-30 23:30:13.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-efea26e9-75cf-4bd5-bbc6-7cf0b7bc4542 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: e9250f11-c8c8-4fbe-abad-4c80ffd7aa51 2026-06-30 23:30:13.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efea26e9-75cf-4bd5-bbc6-7cf0b7bc4542 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: e9250f11-c8c8-4fbe-abad-4c80ffd7aa51 [pid: 7|app: 0|req: 444/832] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:13 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 445/833] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:13 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 446/834] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:13 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/835] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:13 2026] PUT /v2.0/routers/bef1edfa-8b82-40fc-be79-6f7771fb759a/remove_router_interface => generated 309 bytes in 778 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: 390/836] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/ports?tenant_id=42ed388608d046269ab3aacd531d09d8&device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:14.304 7 INFO neutron.api.v2.resource [None req-f9f5e5ec-3304-4d13-8960-3f8c681874c9 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/837] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/networks?id=f63d79e8-c670-4751-893c-2f64c26606fc => generated 770 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/838] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:14 2026] PUT /v2.0/routers/bef1edfa-8b82-40fc-be79-6f7771fb759a/remove_router_interface => generated 197 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/839] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/ports?device_id=bef1edfa-8b82-40fc-be79-6f7771fb759a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/840] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5032feb7-7313-4746-90e5-9ab116588641 => generated 860 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/841] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/subnets?id=fd0c45a5-ed8d-4147-ba2f-c09d893520d1 => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/842] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/ports?network_id=f63d79e8-c670-4751-893c-2f64c26606fc&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:14.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f0e38d3-a0b4-460b-ad23-a005a4d2571f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 5d75439c-03b7-4a2e-a226-a4d27f48dca9 2026-06-30 23:30:14.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f0e38d3-a0b4-460b-ad23-a005a4d2571f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 5d75439c-03b7-4a2e-a226-a4d27f48dca9 [pid: 8|app: 0|req: 395/843] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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: 396/844] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc?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-06-30 23:30:14.889 7 INFO neutron.services.segments.plugin [-] Segment 6faf09c5-8158-47f6-8e44-cef83e7eaf0c resource provider aggregate not found 2026-06-30 23:30:14.897 7 INFO neutron.services.segments.plugin [-] Segment 6faf09c5-8158-47f6-8e44-cef83e7eaf0c resource provider aggregate not found 2026-06-30 23:30:14.918 7 INFO neutron.services.segments.plugin [-] Segment 6faf09c5-8158-47f6-8e44-cef83e7eaf0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6faf09c5-8158-47f6-8e44-cef83e7eaf0c found for delete ", "request_id": "req-dbac761e-cff6-42b8-a54a-99bcdb4e20f7"}]} 2026-06-30 23:30:14.919 7 INFO neutron.services.segments.plugin [-] Segment 6faf09c5-8158-47f6-8e44-cef83e7eaf0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6faf09c5-8158-47f6-8e44-cef83e7eaf0c found for delete ", "request_id": "req-1ae9f982-db4d-4d8b-b2c8-e8bb68249000"}]} 2026-06-30 23:30:14.934 7 INFO neutron.db.l3_hamode_db [None req-8f0e38d3-a0b4-460b-ad23-a005a4d2571f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] HA network da20c3ec-5ddd-4c18-a768-73bdb9dab442 was deleted as no HA routers are present in tenant 71efbe80d75b4daa92a5436be223b357. [pid: 7|app: 0|req: 449/845] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:14 2026] DELETE /v2.0/routers/bef1edfa-8b82-40fc-be79-6f7771fb759a => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/846] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 398/847] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:14 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 450/848] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:14 2026] DELETE /v2.0/subnets/37b3a19b-3996-49c7-88ce-f72adec7f14b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/849] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:15 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/850] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:15 2026] DELETE /v2.0/networks/8f9c087d-1434-468c-aa46-64273bc9d3bf => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:15.247 8 INFO neutron.db.segments_db [None req-272fbfa2-ed96-4e4f-b570-af2a0f8b0cc3 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment adeca531-f980-4a8d-9317-de2c3640ed68 of type vxlan for network ad7f5a8c-278e-49b1-92d5-30c36d0f700b [pid: 8|app: 0|req: 400/851] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:30:15 2026] POST /v2.0/networks => generated 634 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/852] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:15 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:15.681 8 INFO neutron.db.segments_db [None req-8c5729c0-b7bf-4089-9fde-0ad646d12bfa f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment 6ad28984-75e9-48bb-9ab5-320702d5a41e of type vxlan for network cd11472d-dadf-4391-b3e6-d489fa11428e 2026-06-30 23:30:15.969 8 INFO neutron.db.l3_hamode_db [None req-8c5729c0-b7bf-4089-9fde-0ad646d12bfa f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 453/853] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:16 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:16.104 8 INFO neutron.db.l3_hamode_db [None req-8c5729c0-b7bf-4089-9fde-0ad646d12bfa f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 454/854] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:16 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 455/855] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:16 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 401/856] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:15 2026] POST /v2.0/routers => generated 510 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:17.131 7 INFO neutron.services.segments.plugin [-] Segment a8cc1009-858d-42fb-a746-e2cb1c0fa21d resource provider aggregate not found 2026-06-30 23:30:17.145 7 INFO neutron.services.segments.plugin [-] Segment a8cc1009-858d-42fb-a746-e2cb1c0fa21d resource provider aggregate not found [pid: 8|app: 0|req: 402/857] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:17 2026] GET /v2.0/networks?id=5ac1e670-2581-4ed1-be2b-5f1e25eb054d => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:17.162 7 INFO neutron.services.segments.plugin [-] Segment a8cc1009-858d-42fb-a746-e2cb1c0fa21d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8cc1009-858d-42fb-a746-e2cb1c0fa21d found for delete ", "request_id": "req-19f5d12c-8ca0-4188-abeb-1a84bb1e2e00"}]} 2026-06-30 23:30:17.177 7 INFO neutron.services.segments.plugin [-] Segment a8cc1009-858d-42fb-a746-e2cb1c0fa21d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8cc1009-858d-42fb-a746-e2cb1c0fa21d found for delete ", "request_id": "req-d02e08f0-ee16-4b1b-b360-934222e05e78"}]} [pid: 8|app: 0|req: 403/858] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:17 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/859] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:30:17 2026] POST /v2.0/ports => generated 954 bytes in 394 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: 405/860] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:17 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/861] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:30:17 2026] PUT /v2.0/ports/3e66241a-9843-49b9-9a9c-3717483542af => generated 1235 bytes in 361 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: 407/862] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:17 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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-06-30 23:30:18.010 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52ab9f13-65da-464e-9ae0-125fae382165'] response: {'name': 'network-changed', 'server_uuid': '350b18ff-402c-40b9-9dfa-c17c1a50682a', 'tag': '3e66241a-9843-49b9-9a9c-3717483542af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 456/863] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:16 2026] PUT /v2.0/routers/20f8dc0e-5a46-400b-a90d-2e5c44d0e3b2/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/864] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/ports/594b60f3-c491-4c07-a6cb-c5ad8ee973cb => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/865] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/866] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:18.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-d363f03b-2d26-42e8-89fb-3131a1a9d550 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 594b60f3-c491-4c07-a6cb-c5ad8ee973cb 2026-06-30 23:30:18.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d363f03b-2d26-42e8-89fb-3131a1a9d550 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 594b60f3-c491-4c07-a6cb-c5ad8ee973cb [pid: 8|app: 0|req: 411/867] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/ports?tenant_id=8bd40f626d9340a39b33e6f0312331de&device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/868] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/networks?tenant_id=8bd40f626d9340a39b33e6f0312331de&shared=False => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/869] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/870] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:18 2026] PUT /v2.0/routers/20f8dc0e-5a46-400b-a90d-2e5c44d0e3b2/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/871] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:18 2026] GET /v2.0/ports?device_id=20f8dc0e-5a46-400b-a90d-2e5c44d0e3b2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:19.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-abdb71f3-1767-4c6e-becc-62907f9ca258 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: e9589d2e-83b2-41c8-bab5-c5611d87f825 2026-06-30 23:30:19.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abdb71f3-1767-4c6e-becc-62907f9ca258 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: e9589d2e-83b2-41c8-bab5-c5611d87f825 [pid: 8|app: 0|req: 415/872] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 416/873] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:19.333 7 INFO neutron.services.segments.plugin [-] Segment 6ad28984-75e9-48bb-9ab5-320702d5a41e resource provider aggregate not found 2026-06-30 23:30:19.351 7 INFO neutron.services.segments.plugin [-] Segment 6ad28984-75e9-48bb-9ab5-320702d5a41e resource provider aggregate not found 2026-06-30 23:30:19.357 7 INFO neutron.services.segments.plugin [-] Segment 6ad28984-75e9-48bb-9ab5-320702d5a41e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad28984-75e9-48bb-9ab5-320702d5a41e found for delete ", "request_id": "req-e7c1ad4b-7b03-404e-b8cc-8d8b480d6cef"}]} 2026-06-30 23:30:19.365 7 INFO neutron.db.l3_hamode_db [None req-abdb71f3-1767-4c6e-becc-62907f9ca258 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] HA network cd11472d-dadf-4391-b3e6-d489fa11428e was deleted as no HA routers are present in tenant 71efbe80d75b4daa92a5436be223b357. 2026-06-30 23:30:19.370 7 INFO neutron.services.segments.plugin [-] Segment 6ad28984-75e9-48bb-9ab5-320702d5a41e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad28984-75e9-48bb-9ab5-320702d5a41e found for delete ", "request_id": "req-6782ae16-d69d-485c-9ed1-75fade5d7e4d"}]} [pid: 7|app: 0|req: 458/876] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:18 2026] DELETE /v2.0/routers/20f8dc0e-5a46-400b-a90d-2e5c44d0e3b2 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/877] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/878] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/879] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:19 2026] DELETE /v2.0/subnets/1ae7a77f-d3cc-45a7-93ad-8e9b9a9b5bfa => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/880] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:19 2026] DELETE /v2.0/networks/ad7f5a8c-278e-49b1-92d5-30c36d0f700b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:19.695 8 INFO neutron.db.segments_db [None req-ed9caf09-c62e-49c9-a694-a506d7cd8ede f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Added segment f636ad51-f3ed-43b5-9f70-4b4cb76c1308 of type vxlan for network ffb34d7f-e0a8-4db3-8db9-27c84d3860f8 [pid: 7|app: 0|req: 462/881] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/ports?tenant_id=8bd40f626d9340a39b33e6f0312331de&device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/882] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3e66241a-9843-49b9-9a9c-3717483542af => 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: 464/883] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/subnets?id=b51dd33c-7be3-40a3-8292-da94ea54468b => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/884] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/ports?network_id=5ac1e670-2581-4ed1-be2b-5f1e25eb054d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/885] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/networks/5ac1e670-2581-4ed1-be2b-5f1e25eb054d?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: 467/886] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:19 2026] GET /v2.0/networks/5ac1e670-2581-4ed1-be2b-5f1e25eb054d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:19.974 8 INFO neutron.db.l3_hamode_db [None req-ed9caf09-c62e-49c9-a694-a506d7cd8ede f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 468/887] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:20 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 469/888] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:20 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/889] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:20 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 471/890] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:20 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:20.706 8 INFO neutron.db.l3_hamode_db [None req-ed9caf09-c62e-49c9-a694-a506d7cd8ede f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:30:21.389 7 INFO neutron.services.segments.plugin [-] Segment adeca531-f980-4a8d-9317-de2c3640ed68 resource provider aggregate not found 2026-06-30 23:30:21.402 7 INFO neutron.services.segments.plugin [-] Segment adeca531-f980-4a8d-9317-de2c3640ed68 resource provider aggregate not found 2026-06-30 23:30:21.418 7 INFO neutron.services.segments.plugin [-] Segment adeca531-f980-4a8d-9317-de2c3640ed68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adeca531-f980-4a8d-9317-de2c3640ed68 found for delete ", "request_id": "req-db2e1433-f78e-4df4-a2a6-900b84b21905"}]} 2026-06-30 23:30:21.430 7 INFO neutron.services.segments.plugin [-] Segment adeca531-f980-4a8d-9317-de2c3640ed68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adeca531-f980-4a8d-9317-de2c3640ed68 found for delete ", "request_id": "req-7f9a63f4-3a88-45b1-9d77-0df393808768"}]} [pid: 7|app: 0|req: 472/891] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:21 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 473/892] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:21 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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: 420/893] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:19 2026] POST /v2.0/routers => generated 691 bytes in 2058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/894] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:21 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/895] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:30:21 2026] GET /v2.0/routers/9154b01f-6341-4322-b18e-6b5e5c1fe0cb => generated 697 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/896] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:21 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/897] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:30:21 2026] GET /v2.0/routers => generated 700 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/898] 10.0.0.42 () {34 vars in 740 bytes} [Tue Jun 30 23:30:21 2026] PUT /v2.0/routers/9154b01f-6341-4322-b18e-6b5e5c1fe0cb => generated 704 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/899] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:30:22 2026] GET /v2.0/routers/9154b01f-6341-4322-b18e-6b5e5c1fe0cb => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/900] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:22 2026] GET /v2.0/ports?device_id=9154b01f-6341-4322-b18e-6b5e5c1fe0cb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:22.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-67a910a9-0e02-495c-b36e-91decb7f0872 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 1c8f9ce6-8a80-496a-8102-595d52c303a8 2026-06-30 23:30:22.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a910a9-0e02-495c-b36e-91decb7f0872 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 1c8f9ce6-8a80-496a-8102-595d52c303a8 [pid: 8|app: 0|req: 425/901] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:22 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/902] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:22 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:22.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-67a910a9-0e02-495c-b36e-91decb7f0872 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] TaaS: Handle Delete Port: 2fdb2686-43da-49c9-9f68-6816bb1dec51 2026-06-30 23:30:22.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a910a9-0e02-495c-b36e-91decb7f0872 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] Tap Mirror: Handle Delete Port: 2fdb2686-43da-49c9-9f68-6816bb1dec51 [pid: 8|app: 0|req: 427/903] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:22 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/904] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:22 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:23.254 7 INFO neutron.db.l3_hamode_db [None req-67a910a9-0e02-495c-b36e-91decb7f0872 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] HA network ffb34d7f-e0a8-4db3-8db9-27c84d3860f8 was deleted as no HA routers are present in tenant 71efbe80d75b4daa92a5436be223b357. [pid: 7|app: 0|req: 477/905] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:22 2026] DELETE /v2.0/routers/9154b01f-6341-4322-b18e-6b5e5c1fe0cb => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/906] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:23 2026] GET /v2.0/ports?device_id=9154b01f-6341-4322-b18e-6b5e5c1fe0cb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:23.310 7 INFO neutron.api.v2.resource [None req-58554760-a199-45d3-9a9c-7351b11a6094 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/907] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/routers/9154b01f-6341-4322-b18e-6b5e5c1fe0cb => 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: 430/908] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:23 2026] GET /v2.0/ports?device_id=20f8dc0e-5a46-400b-a90d-2e5c44d0e3b2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:23.365 7 INFO neutron.api.v2.resource [None req-4d3dd19b-87d0-41c5-8a3c-46835750222d f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/909] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/routers/20f8dc0e-5a46-400b-a90d-2e5c44d0e3b2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:23.393 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8fe1bfa-0d45-4bba-ab98-4742f542b6cb f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 431/910] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/subnets/1ae7a77f-d3cc-45a7-93ad-8e9b9a9b5bfa => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/911] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:23 2026] GET /v2.0/ports?device_id=bef1edfa-8b82-40fc-be79-6f7771fb759a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:23.444 7 INFO neutron.services.segments.plugin [-] Segment f636ad51-f3ed-43b5-9f70-4b4cb76c1308 resource provider aggregate not found 2026-06-30 23:30:23.448 8 INFO neutron.api.v2.resource [None req-d5f697f0-da4b-49c2-9799-99bbd5d8386f f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 432/912] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/routers/bef1edfa-8b82-40fc-be79-6f7771fb759a => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:23.452 7 INFO neutron.services.segments.plugin [-] Segment f636ad51-f3ed-43b5-9f70-4b4cb76c1308 resource provider aggregate not found 2026-06-30 23:30:23.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2921df39-1e74-4591-8639-4164d0d3a5f8 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 481/913] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/subnets/37b3a19b-3996-49c7-88ce-f72adec7f14b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:23.476 7 INFO neutron.services.segments.plugin [-] Segment f636ad51-f3ed-43b5-9f70-4b4cb76c1308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f636ad51-f3ed-43b5-9f70-4b4cb76c1308 found for delete ", "request_id": "req-a337277b-e52d-432f-94f6-b418237e4b88"}]} 2026-06-30 23:30:23.480 7 INFO neutron.services.segments.plugin [-] Segment f636ad51-f3ed-43b5-9f70-4b4cb76c1308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f636ad51-f3ed-43b5-9f70-4b4cb76c1308 found for delete ", "request_id": "req-ed796fb6-faa1-4e93-bfe9-23ac3d93b5b4"}]} [pid: 8|app: 0|req: 433/914] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:30:23 2026] GET /v2.0/ports?device_id=ebfe4a43-4d60-4307-ba4c-4e873baf81c2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:23.525 7 INFO neutron.api.v2.resource [None req-4e754172-8f01-48fd-97ae-f095fc4baaf2 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 482/915] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/routers/ebfe4a43-4d60-4307-ba4c-4e873baf81c2 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:23.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9b3bbec-bf39-4b3b-bcf9-8a09a88316b4 f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/916] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/subnets/6901d877-6dd9-43b9-a627-ae53c1950ad1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:23.567 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e1f88e0-c3fb-4930-908f-e44e76f7592e f729597fe8d240238899550df85a2a60 71efbe80d75b4daa92a5436be223b357 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/917] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:23 2026] DELETE /v2.0/subnets/9f3855ec-3977-4229-a6d2-59349857a592 => 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: 435/918] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:30:23 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 484/919] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:23 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 436/920] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:24 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/921] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:24 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/922] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:24 2026] GET /v2.0/security-groups?tenant_id=71efbe80d75b4daa92a5436be223b357&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/923] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:24 2026] DELETE /v2.0/security-groups/09fa8339-6ef9-4f33-ada8-6a80b39fab50 => 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: 486/924] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:25 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/925] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:25 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/926] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:26 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/927] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:26 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/928] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:30:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/929] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:30:26 2026] GET /v2.0/security-groups => generated 4530 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/930] 10.0.0.42 () {34 vars in 757 bytes} [Tue Jun 30 23:30:26 2026] PUT /v2.0/security-groups/82081c86-f926-4fd5-ac1c-02674c95050e => generated 1664 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/931] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:30:26 2026] GET /v2.0/security-groups/82081c86-f926-4fd5-ac1c-02674c95050e => generated 1664 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/932] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:26 2026] DELETE /v2.0/security-groups/82081c86-f926-4fd5-ac1c-02674c95050e => 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: 444/933] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:30:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:26.756 7 INFO neutron.api.v2.resource [None req-1351ca5a-5cb0-44e1-b39e-6114e66c51d5 92cd25c4bfb643a1bb97cca82194060a 4bd35e89444e4ab28b9c71bf145b43b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/934] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:26 2026] DELETE /v2.0/security-groups/82081c86-f926-4fd5-ac1c-02674c95050e => 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: 445/935] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:30:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/936] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:30:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/937] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:30:26 2026] GET /v2.0/security-group-rules/e2b76422-2e0a-41a1-b9d4-5890d0c805a8 => generated 601 bytes in 28 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.42 () {32 vars in 672 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/939] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:30:27 2026] DELETE /v2.0/security-group-rules/e2b76422-2e0a-41a1-b9d4-5890d0c805a8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/940] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/941] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:30:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/942] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules/acc37529-eca6-41bc-b472-519244dbc83d => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/943] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/944] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:30:27 2026] DELETE /v2.0/security-group-rules/acc37529-eca6-41bc-b472-519244dbc83d => 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: 450/945] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/946] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/947] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:27.630 7 INFO neutron.db.securitygroups_db [None req-d003bac2-85ad-4830-b1c5-e2c980622c6c 92cd25c4bfb643a1bb97cca82194060a 4bd35e89444e4ab28b9c71bf145b43b0 - - default default] Project 4bd35e89444e4ab28b9c71bf145b43b0 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: 497/948] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:30:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/949] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules/a84319e5-9b2f-45df-8f01-03673ff5d81e => generated 607 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/950] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/951] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:30:27 2026] DELETE /v2.0/security-group-rules/a84319e5-9b2f-45df-8f01-03673ff5d81e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/952] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/953] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:27 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/954] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:27 2026] DELETE /v2.0/security-groups/a24823bb-0512-4f11-b45e-aecc5920bd88 => 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: 455/955] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:28 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/956] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:30:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/957] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:30:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/958] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:28 2026] GET /v2.0/security-groups?tenant_id=4bd35e89444e4ab28b9c71bf145b43b0&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/959] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:28 2026] DELETE /v2.0/security-groups/cdf1cedf-5bb0-451d-aa3d-f8a7294dc86e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/960] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:29 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 458/961] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:29 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/962] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:30 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/963] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:30:30 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/964] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:30 2026] GET /v2.0/security-groups?id=cd80e15f-1ea0-4d07-9f10-3003584f7ab0&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:30.514 8 INFO neutron_taas.services.taas.taas_plugin [req-a610dacd-24d6-449a-b696-18886c98d079 req-1d835aed-b21d-4b08-b880-defc783ef18a 33a420a6b69948bdafa562edd351018b 8bd40f626d9340a39b33e6f0312331de - - default default] TaaS: Handle Delete Port: 3e66241a-9843-49b9-9a9c-3717483542af 2026-06-30 23:30:30.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a610dacd-24d6-449a-b696-18886c98d079 req-1d835aed-b21d-4b08-b880-defc783ef18a 33a420a6b69948bdafa562edd351018b 8bd40f626d9340a39b33e6f0312331de - - default default] Tap Mirror: Handle Delete Port: 3e66241a-9843-49b9-9a9c-3717483542af [pid: 7|app: 0|req: 506/965] 10.0.0.42 () {32 vars in 622 bytes} [Tue Jun 30 23:30:30 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/966] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:30:30 2026] DELETE /v2.0/ports/3e66241a-9843-49b9-9a9c-3717483542af => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:30.682 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-899194b1-c0d6-4189-b72b-2bc30fe85d01'] response: {'server_uuid': '350b18ff-402c-40b9-9dfa-c17c1a50682a', 'name': 'network-vif-deleted', 'tag': '3e66241a-9843-49b9-9a9c-3717483542af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 507/967] 10.0.0.42 () {32 vars in 632 bytes} [Tue Jun 30 23:30:30 2026] GET /v2.0/ => generated 632 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/968] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:30:31 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/969] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:31 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/970] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:31 2026] GET /v2.0/security-groups?tenant_id=a403ef6733cc476c85966869a0a37d4d&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/971] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:31 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 463/972] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:31 2026] DELETE /v2.0/security-groups/2a6a84da-d55c-4971-bb9a-c4adb4ec493a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/973] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:32 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => 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: 464/974] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:33 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/975] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:30:33 2026] GET /v2.0/ports/5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 972 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/976] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:33 2026] GET /v2.0/ports?device_id=350b18ff-402c-40b9-9dfa-c17c1a50682a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/979] 199.204.45.70 () {34 vars in 999 bytes} [Tue Jun 30 23:30:34 2026] GET /v2.0/subnets?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/980] 199.204.45.70 () {34 vars in 1145 bytes} [Tue Jun 30 23:30:34 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af&device_owner=compute%3Anova&network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/981] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:30:34 2026] PUT /v2.0/ports/5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 1149 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:34.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eae74525-fb94-4f2e-88ae-c327cb37866f'] response: {'name': 'network-changed', 'server_uuid': '3197c52c-ac4e-4898-ba0d-4abe03ddc8af', 'tag': '5dfcd77a-2ed8-4439-9998-7d1425152aa5', 'status': 'completed', 'code': 200} 2026-06-30 23:30:35.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-807f9e34-4c22-4698-b6a5-a9d16e5632ff ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:35.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-807f9e34-4c22-4698-b6a5-a9d16e5632ff ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: aa626f4a-8e7c-43db-9304-f6ab002ef068 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 469/982] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/security-groups?tenant_id=9345d06addb94ee58614eea35e4b2f9e&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/983] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/984] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:34 2026] PUT /v2.0/routers/717ef1d8-bc9d-4234-99bb-90d2e4f11542/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/985] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:35 2026] DELETE /v2.0/security-groups/7e789937-778e-4ad0-a795-a7aa85c5dc3b => 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: 515/986] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/987] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/988] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => 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: 518/989] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/990] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&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: 520/991] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:35.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-af9d81f8-98bb-4c73-8720-9a3975b7fafe ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 73b094a9-b442-4da1-9a61-27d923405acc 2026-06-30 23:30:35.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af9d81f8-98bb-4c73-8720-9a3975b7fafe ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 73b094a9-b442-4da1-9a61-27d923405acc [pid: 7|app: 0|req: 521/992] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:35 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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) 2026-06-30 23:30:36.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-af9d81f8-98bb-4c73-8720-9a3975b7fafe ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 735c1254-5cac-4769-a6fb-726f5fd3c4f1 2026-06-30 23:30:36.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af9d81f8-98bb-4c73-8720-9a3975b7fafe ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 735c1254-5cac-4769-a6fb-726f5fd3c4f1 2026-06-30 23:30:36.266 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-af9d81f8-98bb-4c73-8720-9a3975b7fafe ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-30 23:30:36.583 8 INFO neutron.services.segments.plugin [-] Segment 9032dd8d-1707-4aee-9052-865dc3a5f952 resource provider aggregate not found 2026-06-30 23:30:36.599 8 INFO neutron.services.segments.plugin [-] Segment 9032dd8d-1707-4aee-9052-865dc3a5f952 resource provider aggregate not found 2026-06-30 23:30:36.609 8 INFO neutron.services.segments.plugin [-] Segment 9032dd8d-1707-4aee-9052-865dc3a5f952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9032dd8d-1707-4aee-9052-865dc3a5f952 found for delete ", "request_id": "req-75113fac-7ee7-401d-9245-41a425fdf9eb"}]} 2026-06-30 23:30:36.628 8 INFO neutron.db.l3_hamode_db [None req-af9d81f8-98bb-4c73-8720-9a3975b7fafe ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 304f5584-eb38-43b5-a14c-8d50e41078e4 was deleted as no HA routers are present in tenant 8bd40f626d9340a39b33e6f0312331de. 2026-06-30 23:30:36.630 8 INFO neutron.services.segments.plugin [-] Segment 9032dd8d-1707-4aee-9052-865dc3a5f952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9032dd8d-1707-4aee-9052-865dc3a5f952 found for delete ", "request_id": "req-6b266356-6971-4071-a953-0b7bd40ef0e5"}]} [pid: 8|app: 0|req: 472/993] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:35 2026] DELETE /v2.0/routers/717ef1d8-bc9d-4234-99bb-90d2e4f11542 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/994] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:36 2026] DELETE /v2.0/subnets/b51dd33c-7be3-40a3-8292-da94ea54468b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/995] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:36 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1152 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:36.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-017ffba3-d301-443f-a464-477203acb561 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: b806d12f-13d2-4d80-84f5-4802d310fdc9 2026-06-30 23:30:36.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-017ffba3-d301-443f-a464-477203acb561 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: b806d12f-13d2-4d80-84f5-4802d310fdc9 [pid: 7|app: 0|req: 524/996] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:36 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 525/997] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:36 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1421 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/998] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/999] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:36 2026] DELETE /v2.0/networks/5ac1e670-2581-4ed1-be2b-5f1e25eb054d => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1000] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1001] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => 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: 528/1002] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1003] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&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: 529/1004] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1005] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/security-groups?tenant_id=8bd40f626d9340a39b33e6f0312331de&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1006] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1007] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:37 2026] DELETE /v2.0/security-groups/cd80e15f-1ea0-4d07-9f10-3003584f7ab0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1008] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/security-groups?tenant_id=21e703033fa94369840ad1de2769892b&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: 532/1009] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:38 2026] DELETE /v2.0/security-groups/5bb05f94-6255-4e07-9e2c-fe9ca225697e => 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: 478/1010] 199.204.45.70 () {34 vars in 1117 bytes} [Tue Jun 30 23:30:37 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:38.640 8 INFO neutron.services.segments.plugin [-] Segment f4ae6b8e-a075-4317-bac6-adb67c57678d resource provider aggregate not found 2026-06-30 23:30:38.651 8 INFO neutron.services.segments.plugin [-] Segment f4ae6b8e-a075-4317-bac6-adb67c57678d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ae6b8e-a075-4317-bac6-adb67c57678d found for delete ", "request_id": "req-a96d03c6-7435-4bcb-b62a-183292ea2547"}]} 2026-06-30 23:30:38.654 8 INFO neutron.services.segments.plugin [-] Segment f4ae6b8e-a075-4317-bac6-adb67c57678d resource provider aggregate not found 2026-06-30 23:30:38.667 8 INFO neutron.services.segments.plugin [-] Segment f4ae6b8e-a075-4317-bac6-adb67c57678d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ae6b8e-a075-4317-bac6-adb67c57678d found for delete ", "request_id": "req-df62f9d8-7a3b-4f2f-8c3a-46fff845e5df"}]} [pid: 7|app: 0|req: 533/1011] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:30:38 2026] PUT /v2.0/ports/5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 972 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:38.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf4d2c86-b6c6-4474-b2cd-1de288fffea3'] response: {'name': 'network-changed', 'server_uuid': '3197c52c-ac4e-4898-ba0d-4abe03ddc8af', 'tag': '5dfcd77a-2ed8-4439-9998-7d1425152aa5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 479/1012] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1244 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, ' [pid: 7|app: 0|req: 534/1013] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1014] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1015] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1016] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1017] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1018] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:39 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:40.323 7 INFO neutron.db.segments_db [None req-8df93dd3-6a68-418c-96fa-09d6101bbad4 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 728075bd-fa93-49a1-9419-68116a18a248 of type vxlan for network db209dfb-4909-4298-a9ce-312fe42c0cf2 [pid: 8|app: 0|req: 483/1019] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/security-groups?tenant_id=c74504baf7d146f6aa0df05b8d010805&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1020] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:30:40 2026] POST /v2.0/networks => generated 741 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1021] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1022] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:40 2026] DELETE /v2.0/security-groups/d0cd75bc-4c7c-4625-9169-3c798986b304 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1023] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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: 485/1024] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:40 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1025] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:40.695 8 INFO neutron.db.segments_db [None req-a0f2461d-706b-4f0b-9abb-e7fac270bef1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 8e87f956-16ef-4bb4-a4a1-17d436c01b41 of type vxlan for network 78a41892-4d4f-4d75-9f32-74cb44d42019 [pid: 7|app: 0|req: 541/1026] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1027] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/ports?tenant_id=590adef2256f48d3ba3727fb25283396&device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1028] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/networks?id=ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1029] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1030] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 546/1031] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/subnets?id=d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:40.957 8 INFO neutron.db.l3_hamode_db [None req-a0f2461d-706b-4f0b-9abb-e7fac270bef1 ea956d9ca0f747f08cd1ea80d445d452 a83e0d9c32bf44229ffd69f9072c8718 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 547/1032] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1033] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:40 2026] GET /v2.0/ports?network_id=ef6dd9c0-cc42-493e-9f6c-799a735647ad&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: 549/1034] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:41 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?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: 550/1035] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:41 2026] GET /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1036] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:41 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1037] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:41 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&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-06-30 23:30:41.723 8 INFO neutron.db.l3_hamode_db [None req-a0f2461d-706b-4f0b-9abb-e7fac270bef1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 553/1038] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:42 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 554/1039] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:42 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1040] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:40 2026] POST /v2.0/routers => generated 728 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1041] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:30:42 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1042] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:42 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:42.914 8 INFO neutron_taas.services.taas.taas_plugin [req-1e90814a-9d8c-42a1-bc74-99a7f9646c22 req-7d20973b-5b8d-4969-b92f-3a17ac4fc10f bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] TaaS: Handle Delete Port: 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:30:42.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e90814a-9d8c-42a1-bc74-99a7f9646c22 req-7d20973b-5b8d-4969-b92f-3a17ac4fc10f bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] Tap Mirror: Handle Delete Port: 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:30:43.081 8 INFO neutron.db.l3_db [req-1e90814a-9d8c-42a1-bc74-99a7f9646c22 req-7d20973b-5b8d-4969-b92f-3a17ac4fc10f bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] Floating IP 6b5d5030-3c31-41b4-87dd-6754d1464c6d disassociated. External IP: 10.96.250.208, port: 5dfcd77a-2ed8-4439-9998-7d1425152aa5. [pid: 8|app: 0|req: 489/1043] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:30:42 2026] DELETE /v2.0/ports/5dfcd77a-2ed8-4439-9998-7d1425152aa5 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1044] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:43 2026] GET /v2.0/security-groups?id=b982bca2-8b2e-465b-9b83-9dbdcf663d24&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:30:43.532 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-499a3df6-588a-4583-94ab-ac5cd5e38636'] response: {'server_uuid': '3197c52c-ac4e-4898-ba0d-4abe03ddc8af', 'name': 'network-vif-deleted', 'tag': '5dfcd77a-2ed8-4439-9998-7d1425152aa5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 491/1045] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:43 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1046] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:30:43 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1047] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:43 2026] GET /v2.0/security-groups?id=84d921ae-9ba4-498d-a7d7-bc68581d042f&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-06-30 23:30:43.770 8 INFO neutron_taas.services.taas.taas_plugin [req-5b0f7479-764b-46cc-9294-077b4df187ae req-a96f9836-9f27-4b8c-ab6f-c6a52763bd6c b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] TaaS: Handle Delete Port: 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:30:43.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b0f7479-764b-46cc-9294-077b4df187ae req-a96f9836-9f27-4b8c-ab6f-c6a52763bd6c b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] Tap Mirror: Handle Delete Port: 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:30:43.889 8 INFO neutron.db.l3_db [req-5b0f7479-764b-46cc-9294-077b4df187ae req-a96f9836-9f27-4b8c-ab6f-c6a52763bd6c b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] Floating IP 2ddb176c-b95c-4d10-b652-1ee5e76adc8d disassociated. External IP: 10.96.250.215, port: 5032feb7-7313-4746-90e5-9ab116588641. [pid: 7|app: 0|req: 555/1048] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:42 2026] PUT /v2.0/routers/89f687c2-bf1f-4c5a-987c-192869a984c5/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1049] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:30:43 2026] DELETE /v2.0/ports/5032feb7-7313-4746-90e5-9ab116588641 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1050] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:44 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 495/1051] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:44 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:45.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b8cafd3-8ba7-482e-93f8-2ec86838561e'] response: {'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'name': 'network-vif-deleted', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 557/1052] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:45 2026] GET /v2.0/ports?device_id=3197c52c-ac4e-4898-ba0d-4abe03ddc8af => 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: 496/1053] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:45 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => 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: 558/1054] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:46 2026] GET /v2.0/security-groups?tenant_id=d270cc64f9de438fab1c23ab5ec114e6&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: 497/1055] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:46 2026] DELETE /v2.0/security-groups/c520a39d-4a53-494d-97e6-bbbb1e593f18 => 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: 559/1056] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:46 2026] GET /v2.0/security-groups?tenant_id=4ada0d6d56b04c91b208b89a7c48471f&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: 498/1057] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:46 2026] DELETE /v2.0/security-groups/b982bca2-8b2e-465b-9b83-9dbdcf663d24 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:46.898 8 INFO neutron.api.v2.resource [None req-69f5d0b4-29b0-4d81-8083-c8df382b7ad9 bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/1058] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:30:46 2026] GET /v2.0/security-groups/b982bca2-8b2e-465b-9b83-9dbdcf663d24 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1059] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:46 2026] DELETE /v2.0/security-groups/128873db-0055-47ac-9c60-2055441a3ac8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1060] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:46 2026] GET /v2.0/ports?device_id=c3dc4081-825a-4126-99d0-27ef9f9f5a2d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:46.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-2555c1e9-c485-492b-ab50-5a1560556d33 bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] TaaS: Handle Delete Port: 4ed69d2a-60b6-4365-aa43-761a9c11c393 2026-06-30 23:30:46.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2555c1e9-c485-492b-ab50-5a1560556d33 bcc3c5b7fdb94390a1111bf63d165bf7 590adef2256f48d3ba3727fb25283396 - - default default] Tap Mirror: Handle Delete Port: 4ed69d2a-60b6-4365-aa43-761a9c11c393 [pid: 8|app: 0|req: 500/1061] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:30:46 2026] DELETE /v2.0/floatingips/6b5d5030-3c31-41b4-87dd-6754d1464c6d => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:47.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-42f0bd06-5b00-4cb9-a4f3-2d1ba5a3ea9f ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:30:47.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42f0bd06-5b00-4cb9-a4f3-2d1ba5a3ea9f ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 51de4d61-924a-4c04-ad62-8ff6482d10c9 [pid: 8|app: 0|req: 501/1062] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:30:47 2026] GET /v2.0/networks?id=db209dfb-4909-4298-a9ce-312fe42c0cf2 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1063] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:30:47 2026] GET /v2.0/quotas/a83e0d9c32bf44229ffd69f9072c8718 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1064] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:30:47 2026] GET /v2.0/ports?tenant_id=a83e0d9c32bf44229ffd69f9072c8718&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1065] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:30:47 2026] GET /v2.0/networks/db209dfb-4909-4298-a9ce-312fe42c0cf2?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: 505/1066] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:30:47 2026] GET /v2.0/networks/db209dfb-4909-4298-a9ce-312fe42c0cf2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1067] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:47 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 562/1068] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:47 2026] PUT /v2.0/routers/7dcaaab1-48ec-4435-833a-7590641e1ce4/remove_router_interface => generated 309 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1069] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:48 2026] DELETE /v2.0/security-groups/84d921ae-9ba4-498d-a7d7-bc68581d042f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:48.152 8 INFO neutron.api.v2.resource [None req-03d54fdd-26b6-44c7-86b6-345c7630f456 b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1070] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:30:48 2026] GET /v2.0/security-groups/84d921ae-9ba4-498d-a7d7-bc68581d042f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:30:48.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd2798f6-a90e-49fc-a117-a767dad35787 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 49528615-5f55-42b0-b5de-d8a2d07435b0 2026-06-30 23:30:48.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd2798f6-a90e-49fc-a117-a767dad35787 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 49528615-5f55-42b0-b5de-d8a2d07435b0 2026-06-30 23:30:48.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-97e0ccbd-2003-4521-adcd-da23080219ad b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] TaaS: Handle Delete Port: b12c5d91-b6c3-4af3-97c3-c13b1dfd113b 2026-06-30 23:30:48.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97e0ccbd-2003-4521-adcd-da23080219ad b834d995303e41ceac4857e95061446b 42ed388608d046269ab3aacd531d09d8 - - default default] Tap Mirror: Handle Delete Port: b12c5d91-b6c3-4af3-97c3-c13b1dfd113b [pid: 8|app: 0|req: 509/1071] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:30:48 2026] DELETE /v2.0/floatingips/2ddb176c-b95c-4d10-b652-1ee5e76adc8d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:48.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd2798f6-a90e-49fc-a117-a767dad35787 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 1761774d-fd45-4ce7-94e5-3b57a5214284 2026-06-30 23:30:48.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd2798f6-a90e-49fc-a117-a767dad35787 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 1761774d-fd45-4ce7-94e5-3b57a5214284 2026-06-30 23:30:48.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-18ed9c8b-0093-4b4e-ba01-5fbca871af2c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:30:48.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18ed9c8b-0093-4b4e-ba01-5fbca871af2c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:30:48.920 7 INFO neutron.services.segments.plugin [-] Segment e0d89c16-311a-4be9-ba35-d1fe7e12ed17 resource provider aggregate not found 2026-06-30 23:30:48.926 7 INFO neutron.services.segments.plugin [-] Segment e0d89c16-311a-4be9-ba35-d1fe7e12ed17 resource provider aggregate not found 2026-06-30 23:30:48.941 7 INFO neutron.services.segments.plugin [-] Segment e0d89c16-311a-4be9-ba35-d1fe7e12ed17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d89c16-311a-4be9-ba35-d1fe7e12ed17 found for delete ", "request_id": "req-aff10fe5-b471-40ce-a924-69bb27aa63ed"}]} 2026-06-30 23:30:48.945 7 INFO neutron.services.segments.plugin [-] Segment e0d89c16-311a-4be9-ba35-d1fe7e12ed17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d89c16-311a-4be9-ba35-d1fe7e12ed17 found for delete ", "request_id": "req-d8bed687-e34e-4d27-9e7c-b99a381c88a0"}]} 2026-06-30 23:30:48.955 7 INFO neutron.db.l3_hamode_db [None req-dd2798f6-a90e-49fc-a117-a767dad35787 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network cb171298-b89f-48d9-bdef-10bfc7b92732 was deleted as no HA routers are present in tenant 590adef2256f48d3ba3727fb25283396. [pid: 7|app: 0|req: 563/1072] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:48 2026] DELETE /v2.0/routers/7dcaaab1-48ec-4435-833a-7590641e1ce4 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1073] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:48 2026] DELETE /v2.0/subnets/d864c9d3-4e06-4f9e-8196-8b1551a38278 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1074] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:49 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:49.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-c88ad794-18ef-437c-acea-58e2b6b3ba79 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 2f0f7c86-a2ce-4745-a4fa-3e8b3105e129 2026-06-30 23:30:49.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88ad794-18ef-437c-acea-58e2b6b3ba79 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 2f0f7c86-a2ce-4745-a4fa-3e8b3105e129 [pid: 8|app: 0|req: 510/1077] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:30:48 2026] PUT /v2.0/routers/479ad3b0-9dc2-499e-9624-31fc19748aea/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1078] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:49 2026] DELETE /v2.0/networks/ef6dd9c0-cc42-493e-9f6c-799a735647ad => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:49.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-aca566bd-1b01-498a-bd9a-7ad097fd27b8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 004926e7-898e-465b-b647-85e0d9b93d7b 2026-06-30 23:30:49.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aca566bd-1b01-498a-bd9a-7ad097fd27b8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 004926e7-898e-465b-b647-85e0d9b93d7b [pid: 7|app: 0|req: 569/1079] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:49 2026] GET /v2.0/security-groups?tenant_id=590adef2256f48d3ba3727fb25283396&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:49.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-aca566bd-1b01-498a-bd9a-7ad097fd27b8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 61fca2f0-9f6d-4e74-8af4-b60c2bcdc922 [pid: 7|app: 0|req: 570/1080] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:49 2026] DELETE /v2.0/security-groups/174bd1ee-35cf-46a6-af7e-b8005e27482d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:30:49.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aca566bd-1b01-498a-bd9a-7ad097fd27b8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 61fca2f0-9f6d-4e74-8af4-b60c2bcdc922 2026-06-30 23:30:50.208 8 INFO neutron.services.segments.plugin [-] Segment 53821853-c291-4e1c-bac8-0ca35f56350d resource provider aggregate not found 2026-06-30 23:30:50.213 8 INFO neutron.services.segments.plugin [-] Segment 53821853-c291-4e1c-bac8-0ca35f56350d resource provider aggregate not found 2026-06-30 23:30:50.235 8 INFO neutron.services.segments.plugin [-] Segment 53821853-c291-4e1c-bac8-0ca35f56350d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53821853-c291-4e1c-bac8-0ca35f56350d found for delete ", "request_id": "req-99fc4ede-846c-4c7d-9166-c35524e36937"}]} 2026-06-30 23:30:50.244 8 INFO neutron.db.l3_hamode_db [None req-aca566bd-1b01-498a-bd9a-7ad097fd27b8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 61e8c422-8ae0-4e80-aeb4-2619b06c6285 was deleted as no HA routers are present in tenant 42ed388608d046269ab3aacd531d09d8. 2026-06-30 23:30:50.246 8 INFO neutron.services.segments.plugin [-] Segment 53821853-c291-4e1c-bac8-0ca35f56350d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53821853-c291-4e1c-bac8-0ca35f56350d found for delete ", "request_id": "req-f7262f37-18d2-43c6-95ab-eb81215f8aa7"}]} [pid: 8|app: 0|req: 511/1081] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:49 2026] DELETE /v2.0/routers/479ad3b0-9dc2-499e-9624-31fc19748aea => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1082] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:50 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 571/1083] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:30:50 2026] DELETE /v2.0/subnets/fd0c45a5-ed8d-4147-ba2f-c09d893520d1 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:30:50.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-e346c22f-3d40-4a13-ae6e-2e0962924ea5 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 1ca6a3ef-f4a8-4cec-b527-a2551f90f892 2026-06-30 23:30:50.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e346c22f-3d40-4a13-ae6e-2e0962924ea5 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 1ca6a3ef-f4a8-4cec-b527-a2551f90f892 [pid: 8|app: 0|req: 513/1084] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:30:50 2026] DELETE /v2.0/networks/f63d79e8-c670-4751-893c-2f64c26606fc => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1085] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:50 2026] GET /v2.0/security-groups?tenant_id=42ed388608d046269ab3aacd531d09d8&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:50.965 7 INFO neutron.services.segments.plugin [-] Segment 6f83e0f2-2b53-41db-a48d-310032c59fea resource provider aggregate not found 2026-06-30 23:30:50.976 7 INFO neutron.services.segments.plugin [-] Segment 6f83e0f2-2b53-41db-a48d-310032c59fea resource provider aggregate not found 2026-06-30 23:30:50.984 7 INFO neutron.services.segments.plugin [-] Segment 6f83e0f2-2b53-41db-a48d-310032c59fea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f83e0f2-2b53-41db-a48d-310032c59fea found for delete ", "request_id": "req-021aead1-f2e3-4508-b5c4-34511ebc5d68"}]} 2026-06-30 23:30:50.997 7 INFO neutron.services.segments.plugin [-] Segment 6f83e0f2-2b53-41db-a48d-310032c59fea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f83e0f2-2b53-41db-a48d-310032c59fea found for delete ", "request_id": "req-30a4f03d-76aa-4e15-a08b-8614f465e8b3"}]} [pid: 8|app: 0|req: 514/1086] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:50 2026] DELETE /v2.0/security-groups/d087bc00-f770-4d31-85e6-cab5a3011e8a => 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: 573/1087] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:51 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:52.100 8 INFO neutron.db.segments_db [None req-cb55e05f-e02e-4397-9bb5-e2e6cadb0ad1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment ee9ad1f6-142c-4243-b988-4d82ef517fb8 of type vxlan for network 5969b38f-6b5e-46a9-b060-7abc87cf6cec [pid: 8|app: 0|req: 515/1088] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:30:51 2026] POST /v2.0/networks => generated 748 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:52.255 8 INFO neutron.services.segments.plugin [-] Segment 2d45466e-cbdc-47fc-a3e2-497bd7405604 resource provider aggregate not found 2026-06-30 23:30:52.275 8 INFO neutron.services.segments.plugin [-] Segment 2d45466e-cbdc-47fc-a3e2-497bd7405604 resource provider aggregate not found 2026-06-30 23:30:52.279 8 INFO neutron.services.segments.plugin [-] Segment 2d45466e-cbdc-47fc-a3e2-497bd7405604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d45466e-cbdc-47fc-a3e2-497bd7405604 found for delete ", "request_id": "req-4c1c32a5-0e49-4f1a-a47a-537ff0fe1eb6"}]} 2026-06-30 23:30:52.293 8 INFO neutron.services.segments.plugin [-] Segment 2d45466e-cbdc-47fc-a3e2-497bd7405604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d45466e-cbdc-47fc-a3e2-497bd7405604 found for delete ", "request_id": "req-5384d9fc-4786-4540-a514-0015d392fd66"}]} [pid: 7|app: 0|req: 574/1089] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:52 2026] POST /v2.0/subnets => generated 695 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:30:52.461 8 INFO neutron.db.segments_db [None req-bcb26447-219f-4292-acce-cca062caac4e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 20cda904-e479-4031-a7fe-916d7b9ed681 of type vxlan for network de786517-6972-4c4c-98c4-8cb1e2d63651 [pid: 7|app: 0|req: 575/1090] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:30:52 2026] GET /v2.0/networks?id=db209dfb-4909-4298-a9ce-312fe42c0cf2 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1091] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:52 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:30:52.802 8 INFO neutron.db.l3_hamode_db [None req-bcb26447-219f-4292-acce-cca062caac4e ea956d9ca0f747f08cd1ea80d445d452 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 577/1092] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:30:52 2026] POST /v2.0/ports => generated 954 bytes in 420 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: 578/1093] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:30:52 2026] PUT /v2.0/ports/c4938c59-e30e-4108-a87f-e04d2d216c9f => generated 1235 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:30:53.416 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f50b8279-57b3-4343-9ae1-0959db0b704b'] response: {'name': 'network-changed', 'server_uuid': '76554123-cd75-4af2-bc3c-0257c0a60ec9', 'tag': 'c4938c59-e30e-4108-a87f-e04d2d216c9f', '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-06-30 23:30:53.616 8 INFO neutron.db.l3_hamode_db [None req-bcb26447-219f-4292-acce-cca062caac4e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 579/1094] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:53 2026] GET /v2.0/security-groups?tenant_id=d240442bd8e84e0cac0e5e31972e1a08&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1095] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:53 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1096] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:53 2026] DELETE /v2.0/security-groups/44e8386b-29ab-4df6-ae28-48e738f2a1a2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1097] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:53 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&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: 583/1098] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:53 2026] GET /v2.0/ports?tenant_id=a83e0d9c32bf44229ffd69f9072c8718&device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1099] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:30:53 2026] GET /v2.0/networks?tenant_id=a83e0d9c32bf44229ffd69f9072c8718&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1100] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:54 2026] GET /v2.0/security-groups?tenant_id=0d9b7abd3b344f4fa80362eb3382203f&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1101] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:30:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1102] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:54 2026] DELETE /v2.0/security-groups/5c97c87a-4963-4303-adce-7981f152b0e3 => 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: 516/1103] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:30:52 2026] POST /v2.0/routers => generated 735 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1104] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:54 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1105] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1106] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/ports?tenant_id=a83e0d9c32bf44229ffd69f9072c8718&device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 520/1107] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c4938c59-e30e-4108-a87f-e04d2d216c9f => 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: 521/1108] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/subnets?id=46d89365-2191-4c2d-93f4-81fc0eb7a40d => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1109] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/ports?network_id=db209dfb-4909-4298-a9ce-312fe42c0cf2&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1110] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/networks/db209dfb-4909-4298-a9ce-312fe42c0cf2?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: 524/1111] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:30:55 2026] GET /v2.0/networks/db209dfb-4909-4298-a9ce-312fe42c0cf2?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: 588/1112] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:30:54 2026] PUT /v2.0/routers/f5db6736-986a-4584-854a-194e60cce46e/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1113] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:56 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1114] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:56 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1115] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:56 2026] GET /v2.0/security-groups?tenant_id=a81b5943a7284bc3ae384b4111a176ee&name=default => generated 2925 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1116] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:30:56 2026] POST /v2.0/security-groups => generated 1659 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1117] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:56 2026] DELETE /v2.0/security-groups/fa6f48fd-7577-4cc2-a65c-25b4beda87cf => 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: 528/1118] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:30:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1119] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:56 2026] GET /v2.0/security-groups?tenant_id=250cfadcd181484abc98d055a601d0f2&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1120] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:30:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1121] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:30:56 2026] GET /v2.0/security-groups?tenant_id=3d2cd958cc9a43f0a045f5c3c34c1e39&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1122] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:57 2026] DELETE /v2.0/security-groups/56d6c21b-74dd-48a3-b47d-72971a856389 => 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: 532/1123] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:30:57 2026] DELETE /v2.0/security-groups/7d1a95e6-7c65-47a6-b953-52e065c4240d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1124] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:57 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 534/1125] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:57 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1126] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:30:57 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1127] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:58 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 593/1128] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:58 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1129] 10.0.0.42 () {32 vars in 652 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions => generated 21537 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1130] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1131] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1132] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1133] 10.0.0.42 () {32 vars in 664 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1134] 10.0.0.42 () {32 vars in 698 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1135] 10.0.0.42 () {32 vars in 696 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1136] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1137] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1138] 10.0.0.42 () {32 vars in 702 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1139] 10.0.0.42 () {32 vars in 692 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1140] 10.0.0.42 () {32 vars in 694 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1141] 10.0.0.42 () {32 vars in 684 bytes} [Tue Jun 30 23:30:59 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: 600/1142] 10.0.0.42 () {32 vars in 686 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1143] 10.0.0.42 () {32 vars in 660 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1144] 10.0.0.42 () {32 vars in 698 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1145] 10.0.0.42 () {32 vars in 678 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1146] 10.0.0.42 () {32 vars in 682 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1147] 10.0.0.42 () {32 vars in 674 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1148] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1149] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1150] 10.0.0.42 () {32 vars in 686 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1151] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1152] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1153] 10.0.0.42 () {32 vars in 686 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1154] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1155] 10.0.0.42 () {32 vars in 698 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1156] 10.0.0.42 () {32 vars in 678 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1157] 10.0.0.42 () {32 vars in 666 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1158] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1159] 10.0.0.42 () {32 vars in 676 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1160] 10.0.0.42 () {32 vars in 664 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/l3-ha => 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: 558/1161] 10.0.0.42 () {32 vars in 674 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1162] 10.0.0.42 () {32 vars in 712 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1163] 10.0.0.42 () {32 vars in 690 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1164] 10.0.0.42 () {32 vars in 682 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1165] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1166] 10.0.0.42 () {32 vars in 686 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1167] 10.0.0.42 () {32 vars in 704 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1168] 10.0.0.42 () {32 vars in 674 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1169] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:30:59 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: 608/1170] 10.0.0.42 () {32 vars in 674 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1171] 10.0.0.42 () {32 vars in 692 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1172] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1173] 10.0.0.42 () {32 vars in 708 bytes} [Tue Jun 30 23:30:59 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: 610/1174] 10.0.0.42 () {32 vars in 704 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1175] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:30:59 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: 611/1176] 10.0.0.42 () {32 vars in 696 bytes} [Tue Jun 30 23:30:59 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: 8|app: 0|req: 566/1177] 10.0.0.42 () {32 vars in 710 bytes} [Tue Jun 30 23:30:59 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1178] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1179] 10.0.0.42 () {32 vars in 686 bytes} [Tue Jun 30 23:31:00 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: 613/1180] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 568/1181] 10.0.0.42 () {32 vars in 674 bytes} [Tue Jun 30 23:31:00 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: 614/1182] 10.0.0.42 () {32 vars in 670 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 569/1183] 10.0.0.42 () {32 vars in 660 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1184] 10.0.0.42 () {32 vars in 698 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1185] 10.0.0.42 () {32 vars in 698 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1186] 10.0.0.42 () {32 vars in 676 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1187] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1188] 10.0.0.42 () {32 vars in 682 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1189] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1190] 10.0.0.42 () {32 vars in 684 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 573/1191] 10.0.0.42 () {32 vars in 706 bytes} [Tue Jun 30 23:31:00 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: 619/1192] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 574/1193] 10.0.0.42 () {32 vars in 696 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1194] 10.0.0.42 () {32 vars in 694 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1195] 10.0.0.42 () {32 vars in 684 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1196] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1197] 10.0.0.42 () {32 vars in 704 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1198] 10.0.0.42 () {32 vars in 666 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1199] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1200] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1201] 10.0.0.42 () {32 vars in 690 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1202] 10.0.0.42 () {32 vars in 690 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1203] 10.0.0.42 () {32 vars in 694 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1204] 10.0.0.42 () {32 vars in 684 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1205] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1206] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1207] 10.0.0.42 () {32 vars in 702 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1208] 10.0.0.42 () {32 vars in 712 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1209] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1210] 10.0.0.42 () {32 vars in 714 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 583/1211] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1212] 10.0.0.42 () {32 vars in 740 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1213] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1214] 10.0.0.42 () {32 vars in 682 bytes} [Tue Jun 30 23:31: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: 585/1215] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1216] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1217] 10.0.0.42 () {32 vars in 678 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1218] 10.0.0.42 () {32 vars in 668 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1219] 10.0.0.42 () {32 vars in 696 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1220] 10.0.0.42 () {32 vars in 704 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 588/1221] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1222] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1223] 10.0.0.42 () {32 vars in 682 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1224] 10.0.0.42 () {32 vars in 704 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1225] 10.0.0.42 () {32 vars in 694 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1226] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1227] 10.0.0.42 () {32 vars in 696 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1228] 10.0.0.42 () {32 vars in 678 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1229] 10.0.0.42 () {32 vars in 688 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1230] 10.0.0.42 () {32 vars in 700 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1231] 10.0.0.42 () {32 vars in 664 bytes} [Tue Jun 30 23:31:00 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: 639/1232] 10.0.0.42 () {32 vars in 680 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1233] 10.0.0.42 () {32 vars in 676 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1234] 10.0.0.42 () {32 vars in 692 bytes} [Tue Jun 30 23:31:00 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: 8|app: 0|req: 595/1235] 10.0.0.42 () {32 vars in 676 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1236] 10.0.0.42 () {32 vars in 666 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1237] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1238] 10.0.0.42 () {32 vars in 674 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1239] 10.0.0.42 () {32 vars in 686 bytes} [Tue Jun 30 23:31:00 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: 643/1240] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 598/1241] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:00 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1242] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--846392245&fields=id&tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1243] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/networks?id=5969b38f-6b5e-46a9-b060-7abc87cf6cec => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1244] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/quotas/8bdcb6bae7f3407da67903b2eebd8ddb => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1245] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/security-groups?tenant_id=339f1f636b2a4649ba520d8adb9408cc&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1246] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/ports?tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1247] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec?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: 645/1248] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:01 2026] DELETE /v2.0/security-groups/c18da77b-d08e-42f0-b3b5-849faa6aef10 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1249] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:31:01 2026] GET /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec?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: 646/1250] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:02 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1251] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:02 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1252] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:02 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1253] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:03 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => 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: 648/1254] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:03 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 607/1255] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:03 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&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: 610/1258] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:04.374 7 INFO neutron.db.segments_db [None req-0334fad7-ddf5-41bc-82aa-97b02f1a034d ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Added segment 7f0a35dc-530a-4218-a693-4d3f149f8a88 of type vxlan for network 437889ab-d965-465f-95f1-160fc9e865fc 2026-06-30 23:31:04.430 7 INFO neutron.db.segments_db [None req-0334fad7-ddf5-41bc-82aa-97b02f1a034d ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Added segment 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 of type vxlan for network 29b74fd5-bba2-4027-a056-a491aba9918f [pid: 7|app: 0|req: 649/1259] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:03 2026] POST /v2.0/networks => generated 1245 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1260] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/security-groups?tenant_id=8a665dab2d7a48a5ab9a77cd8a3f0ba5&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1261] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/networks => generated 1844 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1262] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:04 2026] DELETE /v2.0/security-groups/92ae6f11-14ab-43fa-a2e9-8a804eca86b1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1263] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:04.708 7 INFO neutron.services.segments.plugin [-] Segment 7f0a35dc-530a-4218-a693-4d3f149f8a88 resource provider aggregate not found 2026-06-30 23:31:04.712 7 INFO neutron.services.segments.plugin [-] Segment 7f0a35dc-530a-4218-a693-4d3f149f8a88 resource provider aggregate not found 2026-06-30 23:31:04.725 7 INFO neutron.services.segments.plugin [-] Segment 7f0a35dc-530a-4218-a693-4d3f149f8a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f0a35dc-530a-4218-a693-4d3f149f8a88 found for delete ", "request_id": "req-b2b7c76f-fa14-4f1a-b6a0-ab0113928259"}]} [pid: 8|app: 0|req: 614/1264] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/security-groups?id=07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1265] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:04 2026] DELETE /v2.0/networks/437889ab-d965-465f-95f1-160fc9e865fc => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:04.733 7 INFO neutron.services.segments.plugin [-] Segment 7f0a35dc-530a-4218-a693-4d3f149f8a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f0a35dc-530a-4218-a693-4d3f149f8a88 found for delete ", "request_id": "req-065477ee-7f93-4dc6-9dee-648371f99994"}]} 2026-06-30 23:31:04.859 8 INFO neutron.services.segments.plugin [-] Segment 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 resource provider aggregate not found [pid: 7|app: 0|req: 652/1266] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/security-groups?tenant_id=048bbb9ec66343e2b2be366291936533&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:04.865 8 INFO neutron.services.segments.plugin [-] Segment 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 resource provider aggregate not found 2026-06-30 23:31:04.884 8 INFO neutron.services.segments.plugin [-] Segment 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 found for delete ", "request_id": "req-b493de8b-3728-4193-a577-9993d3e50f9c"}]} 2026-06-30 23:31:04.887 8 INFO neutron.services.segments.plugin [-] Segment 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86cb217b-2d16-4cdc-8cf6-3d88727e0bb6 found for delete ", "request_id": "req-96f8db1c-6954-403b-a81b-1af70f8b447c"}]} [pid: 8|app: 0|req: 615/1267] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:04 2026] DELETE /v2.0/networks/29b74fd5-bba2-4027-a056-a491aba9918f => 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: 653/1268] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1269] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:04 2026] DELETE /v2.0/security-groups/931dd0e1-07fb-40c5-8dc8-44c3c63bd1e7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1270] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:31:04 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:05.067 7 INFO neutron.db.segments_db [None req-30ca3e16-874d-4fea-a32d-c3bd425e49ea ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Added segment 6acd4b88-721e-491e-9421-adb16873636d of type vxlan for network d6211bf4-136b-461c-a95b-ff46e51ef76c 2026-06-30 23:31:05.115 8 INFO neutron_taas.services.taas.taas_plugin [req-97966b8c-d810-428a-8f72-3527ca5f2aa2 req-8a508832-9467-4055-801f-76a01762be8e 90f107e9040d4b31a2182ba3c7661bac a83e0d9c32bf44229ffd69f9072c8718 - - default default] TaaS: Handle Delete Port: c4938c59-e30e-4108-a87f-e04d2d216c9f 2026-06-30 23:31:05.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97966b8c-d810-428a-8f72-3527ca5f2aa2 req-8a508832-9467-4055-801f-76a01762be8e 90f107e9040d4b31a2182ba3c7661bac a83e0d9c32bf44229ffd69f9072c8718 - - default default] Tap Mirror: Handle Delete Port: c4938c59-e30e-4108-a87f-e04d2d216c9f [pid: 7|app: 0|req: 655/1271] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:05 2026] POST /v2.0/networks => generated 650 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:05.234 7 INFO neutron.db.segments_db [None req-6e21764d-8f0c-4603-a9b9-9a4c452b93e8 ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Added segment 01ed95d6-8c9f-45c1-9271-4be6042d1f6b of type vxlan for network 6f0b04d7-5006-4f0b-9c07-213764c5e42a [pid: 8|app: 0|req: 617/1272] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:31:04 2026] DELETE /v2.0/ports/c4938c59-e30e-4108-a87f-e04d2d216c9f => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:05.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c179dd9-1a9f-42c8-8f14-4d2904617f7d'] response: {'server_uuid': '76554123-cd75-4af2-bc3c-0257c0a60ec9', 'name': 'network-vif-deleted', 'tag': 'c4938c59-e30e-4108-a87f-e04d2d216c9f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 656/1273] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:05 2026] POST /v2.0/networks => generated 649 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1274] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:05 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => 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: 658/1275] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:05 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 618/1276] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:31:05 2026] POST /v2.0/ports => generated 1505 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1277] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:31:06 2026] GET /v2.0/ports => generated 1505 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:31:06.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-038e3d02-7004-46f8-89ce-ce3c98087419 ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] TaaS: Handle Delete Port: 6a227e0e-cf3f-45fd-a86a-021ad35292ee 2026-06-30 23:31:06.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038e3d02-7004-46f8-89ce-ce3c98087419 ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Tap Mirror: Handle Delete Port: 6a227e0e-cf3f-45fd-a86a-021ad35292ee [pid: 7|app: 0|req: 660/1278] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:06 2026] GET /v2.0/networks?id=5969b38f-6b5e-46a9-b060-7abc87cf6cec => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1279] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:31:06 2026] DELETE /v2.0/ports/6a227e0e-cf3f-45fd-a86a-021ad35292ee => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1280] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:31:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:06.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-05ec97ad-9c1f-4a7f-ac46-f35942cc78cd ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] TaaS: Handle Delete Port: 9c352a3b-8ae2-4f7f-9eea-35005e4c8490 2026-06-30 23:31:06.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05ec97ad-9c1f-4a7f-ac46-f35942cc78cd ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Tap Mirror: Handle Delete Port: 9c352a3b-8ae2-4f7f-9eea-35005e4c8490 [pid: 8|app: 0|req: 620/1281] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:31:06 2026] DELETE /v2.0/ports/9c352a3b-8ae2-4f7f-9eea-35005e4c8490 => 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: 621/1282] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:06 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => 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: 622/1283] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:31:06 2026] GET /v2.0/ports => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:06.641 8 INFO neutron.db.segments_db [None req-56747fb1-8efe-45c0-a532-f5b5b97ba2e4 ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Added segment 40826605-b7a7-44f4-a451-0b920db91bbc of type vxlan for network e9d0edd4-7658-4ec7-bfe6-9b44c9eecb9e [pid: 8|app: 0|req: 623/1284] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:06 2026] POST /v2.0/networks => generated 649 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1285] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:31:06 2026] POST /v2.0/ports => generated 958 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:31:06.768 8 INFO neutron.db.segments_db [None req-b2a719ae-21aa-4ad9-be0e-2e570477a619 ced391e991a44e75a27e1ac9729ee552 aa1d33e36a2c4a08a783e01d9422557c - - default default] Added segment 6bd96201-737b-48b0-939e-c177e6d5ca2e of type vxlan for network fc16e765-62ec-4a4e-a437-14c170a66e7e [pid: 8|app: 0|req: 624/1286] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:06 2026] POST /v2.0/networks => generated 649 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1287] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:31:06 2026] PUT /v2.0/ports/f0a8855c-a687-44b2-91c7-3fc984636705 => generated 1239 bytes in 372 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: 664/1288] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:07.151 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-400a7063-bb46-4b48-bddf-d2ad355afa03'] response: {'name': 'network-changed', 'server_uuid': '83b8c1e2-7687-4099-8f3e-c814e8d47e34', 'tag': 'f0a8855c-a687-44b2-91c7-3fc984636705', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 625/1289] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:06 2026] POST /v2.0/subnets => generated 1273 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1290] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/subnets => generated 1909 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1291] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:07 2026] DELETE /v2.0/subnets/80fa52c9-3620-4015-898c-0535d648e304 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1292] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:07 2026] DELETE /v2.0/subnets/1f0af871-6440-4e58-a452-290a35a3b385 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1293] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1294] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1295] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/ports?tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb&device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1296] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&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: 631/1297] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/networks?tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb&shared=False => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1298] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:31:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:08.056 7 INFO neutron.services.segments.plugin [-] Segment 6bd96201-737b-48b0-939e-c177e6d5ca2e resource provider aggregate not found 2026-06-30 23:31:08.066 7 INFO neutron.services.segments.plugin [-] Segment 6bd96201-737b-48b0-939e-c177e6d5ca2e resource provider aggregate not found 2026-06-30 23:31:08.073 7 INFO neutron.services.segments.plugin [-] Segment 6bd96201-737b-48b0-939e-c177e6d5ca2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd96201-737b-48b0-939e-c177e6d5ca2e found for delete ", "request_id": "req-12c927ec-341f-4ec9-a498-c4c9c127e25a"}]} 2026-06-30 23:31:08.088 7 INFO neutron.services.segments.plugin [-] Segment 6bd96201-737b-48b0-939e-c177e6d5ca2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd96201-737b-48b0-939e-c177e6d5ca2e found for delete ", "request_id": "req-5587e4f7-4c76-46b2-99d4-ea645a66cba3"}]} [pid: 7|app: 0|req: 667/1299] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:07 2026] DELETE /v2.0/networks/fc16e765-62ec-4a4e-a437-14c170a66e7e => generated 0 bytes in 491 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:08.221 8 INFO neutron.services.segments.plugin [-] Segment 40826605-b7a7-44f4-a451-0b920db91bbc resource provider aggregate not found 2026-06-30 23:31:08.223 8 INFO neutron.services.segments.plugin [-] Segment 40826605-b7a7-44f4-a451-0b920db91bbc resource provider aggregate not found [pid: 7|app: 0|req: 668/1300] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/ports?device_id=76554123-cd75-4af2-bc3c-0257c0a60ec9 => 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: 633/1301] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:08 2026] DELETE /v2.0/networks/e9d0edd4-7658-4ec7-bfe6-9b44c9eecb9e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:08.250 8 INFO neutron.services.segments.plugin [-] Segment 40826605-b7a7-44f4-a451-0b920db91bbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40826605-b7a7-44f4-a451-0b920db91bbc found for delete ", "request_id": "req-62980a3e-6c77-446b-9d9a-7e05c195b6c5"}]} 2026-06-30 23:31:08.251 8 INFO neutron.services.segments.plugin [-] Segment 40826605-b7a7-44f4-a451-0b920db91bbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40826605-b7a7-44f4-a451-0b920db91bbc found for delete ", "request_id": "req-60015a72-3945-466f-9983-a7f67ed30671"}]} [pid: 7|app: 0|req: 669/1302] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:08 2026] DELETE /v2.0/networks/6f0b04d7-5006-4f0b-9c07-213764c5e42a => 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: 634/1303] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:08 2026] DELETE /v2.0/networks/d6211bf4-136b-461c-a95b-ff46e51ef76c => 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: 670/1304] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => 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: 671/1305] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&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: 672/1306] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/ports?tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb&device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1307] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f0a8855c-a687-44b2-91c7-3fc984636705 => 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: 674/1308] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/subnets?id=d303bcea-ae1b-4c91-adfe-d3a272dedfe9 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1309] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/ports?network_id=5969b38f-6b5e-46a9-b060-7abc87cf6cec&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1310] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:09 2026] GET /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1311] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:08 2026] GET /v2.0/security-groups?tenant_id=c08b341fdec84b68804f3f462607d11d&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1312] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:09 2026] GET /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1313] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:09 2026] DELETE /v2.0/security-groups/09bf3776-d494-49dd-aa34-e5b925ab23fd => 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: 678/1314] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:09 2026] GET /v2.0/security-groups?tenant_id=aa1d33e36a2c4a08a783e01d9422557c&name=default => generated 2925 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1315] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:09 2026] DELETE /v2.0/security-groups/8326fd6d-f2e7-47e8-ae4b-67fa7fc87ec8 => 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: 679/1316] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:09 2026] GET /v2.0/security-groups?tenant_id=61e0bb7a61e442ed8393cfe5d907fd17&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1317] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:09 2026] DELETE /v2.0/security-groups/63d04220-7db2-4026-b054-936a22d8adb0 => 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: 680/1318] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:09 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1319] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:10 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:10.093 7 INFO neutron.services.segments.plugin [-] Segment 01ed95d6-8c9f-45c1-9271-4be6042d1f6b resource provider aggregate not found 2026-06-30 23:31:10.107 7 INFO neutron.services.segments.plugin [-] Segment 01ed95d6-8c9f-45c1-9271-4be6042d1f6b resource provider aggregate not found 2026-06-30 23:31:10.111 7 INFO neutron.services.segments.plugin [-] Segment 01ed95d6-8c9f-45c1-9271-4be6042d1f6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ed95d6-8c9f-45c1-9271-4be6042d1f6b found for delete ", "request_id": "req-8579d55f-9d86-46b1-a0ac-f9a27b8bd200"}]} 2026-06-30 23:31:10.121 7 INFO neutron.services.segments.plugin [-] Segment 01ed95d6-8c9f-45c1-9271-4be6042d1f6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ed95d6-8c9f-45c1-9271-4be6042d1f6b found for delete ", "request_id": "req-b80f8c24-4ce1-4442-a90d-a1e1b21f700a"}]} 2026-06-30 23:31:10.272 8 INFO neutron.services.segments.plugin [-] Segment 6acd4b88-721e-491e-9421-adb16873636d resource provider aggregate not found 2026-06-30 23:31:10.277 8 INFO neutron.services.segments.plugin [-] Segment 6acd4b88-721e-491e-9421-adb16873636d resource provider aggregate not found 2026-06-30 23:31:10.292 8 INFO neutron.services.segments.plugin [-] Segment 6acd4b88-721e-491e-9421-adb16873636d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acd4b88-721e-491e-9421-adb16873636d found for delete ", "request_id": "req-c60cac17-434a-4952-bf9a-6bc69f7bd1c1"}]} 2026-06-30 23:31:10.293 8 INFO neutron.services.segments.plugin [-] Segment 6acd4b88-721e-491e-9421-adb16873636d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acd4b88-721e-491e-9421-adb16873636d found for delete ", "request_id": "req-b66daa2a-1543-4643-86b1-a2dbaa381dbd"}]} 2026-06-30 23:31:10.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c3a94be-7cd6-4714-8b48-6829835b705d ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:31:10.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c3a94be-7cd6-4714-8b48-6829835b705d ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:31:11.400 8 INFO neutron.db.segments_db [None req-87a07730-4347-4e10-a61d-084e385b501a 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] Added segment 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 of type vxlan for network fcbfeaaf-7c3b-4460-b538-0ad7901754d6 [pid: 7|app: 0|req: 681/1320] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:10 2026] PUT /v2.0/routers/89f687c2-bf1f-4c5a-987c-192869a984c5/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1321] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:11 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1322] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:11 2026] POST /v2.0/networks => generated 644 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1323] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:11 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:11.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-57e8e661-ec69-4847-8701-0c6bb9d46fa0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: b4da8f0c-d28e-4097-b09a-186de585155e 2026-06-30 23:31:11.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57e8e661-ec69-4847-8701-0c6bb9d46fa0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: b4da8f0c-d28e-4097-b09a-186de585155e [pid: 8|app: 0|req: 642/1324] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:11 2026] POST /v2.0/subnets => generated 641 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:11.794 8 INFO neutron.db.segments_db [None req-64df7d69-4d06-4ed6-821f-1bc77fe34f53 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] Added segment 8571de06-b750-4cee-b856-6b0175c6371b of type vxlan for network 03f384e3-bc3a-4056-a11e-2d3635fdd563 2026-06-30 23:31:11.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-57e8e661-ec69-4847-8701-0c6bb9d46fa0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: d299d174-4d0d-4708-93a0-95dd9312dbfd 2026-06-30 23:31:11.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57e8e661-ec69-4847-8701-0c6bb9d46fa0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: d299d174-4d0d-4708-93a0-95dd9312dbfd [pid: 8|app: 0|req: 643/1325] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:11 2026] POST /v2.0/networks => generated 643 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1326] 10.0.0.42 () {34 vars in 742 bytes} [Tue Jun 30 23:31:11 2026] PUT /v2.0/networks/03f384e3-bc3a-4056-a11e-2d3635fdd563 => generated 592 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:12.189 7 INFO neutron.services.segments.plugin [-] Segment 8e87f956-16ef-4bb4-a4a1-17d436c01b41 resource provider aggregate not found 2026-06-30 23:31:12.203 7 INFO neutron.services.segments.plugin [-] Segment 8e87f956-16ef-4bb4-a4a1-17d436c01b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e87f956-16ef-4bb4-a4a1-17d436c01b41 found for delete ", "request_id": "req-0fb337ba-7bb3-4185-a861-66a4e6260a42"}]} 2026-06-30 23:31:12.204 7 INFO neutron.services.segments.plugin [-] Segment 8e87f956-16ef-4bb4-a4a1-17d436c01b41 resource provider aggregate not found 2026-06-30 23:31:12.216 7 INFO neutron.services.segments.plugin [-] Segment 8e87f956-16ef-4bb4-a4a1-17d436c01b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e87f956-16ef-4bb4-a4a1-17d436c01b41 found for delete ", "request_id": "req-add63a97-1265-440c-a3c2-189a2f6191a3"}]} 2026-06-30 23:31:12.222 7 INFO neutron.db.l3_hamode_db [None req-57e8e661-ec69-4847-8701-0c6bb9d46fa0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 78a41892-4d4f-4d75-9f32-74cb44d42019 was deleted as no HA routers are present in tenant a83e0d9c32bf44229ffd69f9072c8718. [pid: 7|app: 0|req: 683/1327] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:11 2026] DELETE /v2.0/routers/89f687c2-bf1f-4c5a-987c-192869a984c5 => generated 0 bytes in 767 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1328] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:11 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1329] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:12 2026] DELETE /v2.0/subnets/46d89365-2191-4c2d-93f4-81fc0eb7a40d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1330] 10.0.0.42 () {34 vars in 740 bytes} [Tue Jun 30 23:31:12 2026] PUT /v2.0/subnets/5d031b42-8a74-4408-9ac1-11ebb1793282 => generated 636 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:12.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae86b464-5e67-4a8c-bea5-15f6b0f43ff1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 9eabb44c-31a9-448a-99f8-5ed2746b4cd2 2026-06-30 23:31:12.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae86b464-5e67-4a8c-bea5-15f6b0f43ff1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 9eabb44c-31a9-448a-99f8-5ed2746b4cd2 2026-06-30 23:31:12.569 8 INFO neutron.services.segments.plugin [-] Segment 8571de06-b750-4cee-b856-6b0175c6371b resource provider aggregate not found 2026-06-30 23:31:12.577 8 INFO neutron.services.segments.plugin [-] Segment 8571de06-b750-4cee-b856-6b0175c6371b resource provider aggregate not found 2026-06-30 23:31:12.583 8 INFO neutron.services.segments.plugin [-] Segment 8571de06-b750-4cee-b856-6b0175c6371b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8571de06-b750-4cee-b856-6b0175c6371b found for delete ", "request_id": "req-6bd6cf33-4879-4e06-b1f4-0fce4345b05b"}]} 2026-06-30 23:31:12.595 8 INFO neutron.services.segments.plugin [-] Segment 8571de06-b750-4cee-b856-6b0175c6371b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8571de06-b750-4cee-b856-6b0175c6371b found for delete ", "request_id": "req-ab4e2383-c73e-43d3-aa6d-aba5d15ff64e"}]} [pid: 8|app: 0|req: 647/1331] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:12 2026] DELETE /v2.0/networks/03f384e3-bc3a-4056-a11e-2d3635fdd563 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1332] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:12.645 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cdbdba9-e7d7-4765-b6e0-6a9559c4fdb7 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1333] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:12 2026] DELETE /v2.0/networks/03f384e3-bc3a-4056-a11e-2d3635fdd563 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1334] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:12 2026] DELETE /v2.0/networks/db209dfb-4909-4298-a9ce-312fe42c0cf2 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1335] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1336] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1337] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/subnets?network_id=31821464-56c6-4767-aa73-e96665bb4c29 => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1338] 10.0.0.42 () {32 vars in 652 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1339] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/networks => generated 1309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1340] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1341] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/security-groups?tenant_id=a83e0d9c32bf44229ffd69f9072c8718&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1342] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/networks/fcbfeaaf-7c3b-4460-b538-0ad7901754d6 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1343] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:31:12 2026] GET /v2.0/subnets/e41866d9-0d01-47b2-be67-db7131de1a23 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:12.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7153233f-1d9e-4b5e-940d-494e9687bac4 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1344] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:12 2026] DELETE /v2.0/subnets/5d031b42-8a74-4408-9ac1-11ebb1793282 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:31:13.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91ebe9dd-05bf-4555-a33a-1cef8e373d43 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 692/1345] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:13 2026] DELETE /v2.0/networks/03f384e3-bc3a-4056-a11e-2d3635fdd563 => 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: 654/1346] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:12 2026] DELETE /v2.0/security-groups/07c0947f-9d65-4c2b-ae97-c2e51ebd2f6d => 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: 693/1347] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:13 2026] DELETE /v2.0/subnets/e41866d9-0d01-47b2-be67-db7131de1a23 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:13.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1bc3a8e-450e-4631-add4-ae9c502ea3a9 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] TaaS: Handle Delete Port: 81b89256-4bf9-4c6c-bd6b-2c366b3bee75 2026-06-30 23:31:13.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1bc3a8e-450e-4631-add4-ae9c502ea3a9 0f2c1a760d7b472b87ae3005614bc16a f9d5579ec2de4cbb97fe982986b42644 - - default default] Tap Mirror: Handle Delete Port: 81b89256-4bf9-4c6c-bd6b-2c366b3bee75 [pid: 8|app: 0|req: 655/1348] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:13 2026] DELETE /v2.0/networks/fcbfeaaf-7c3b-4460-b538-0ad7901754d6 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1349] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:13 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1350] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:13 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&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: 695/1351] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:13 2026] GET /v2.0/security-groups?tenant_id=f9d5579ec2de4cbb97fe982986b42644&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:14.229 7 INFO neutron.services.segments.plugin [-] Segment 728075bd-fa93-49a1-9419-68116a18a248 resource provider aggregate not found 2026-06-30 23:31:14.246 7 INFO neutron.services.segments.plugin [-] Segment 728075bd-fa93-49a1-9419-68116a18a248 resource provider aggregate not found 2026-06-30 23:31:14.254 7 INFO neutron.services.segments.plugin [-] Segment 728075bd-fa93-49a1-9419-68116a18a248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 728075bd-fa93-49a1-9419-68116a18a248 found for delete ", "request_id": "req-3a57d6dd-6af5-40c4-a5f6-64202a4a6605"}]} 2026-06-30 23:31:14.268 7 INFO neutron.services.segments.plugin [-] Segment 728075bd-fa93-49a1-9419-68116a18a248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 728075bd-fa93-49a1-9419-68116a18a248 found for delete ", "request_id": "req-7fa8a5ea-d0ad-4512-993e-cf0a23a00657"}]} [pid: 8|app: 0|req: 657/1352] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:14 2026] DELETE /v2.0/security-groups/c901d1d3-e496-43f9-a85d-ea4d80655e24 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:31:14.601 8 INFO neutron.services.segments.plugin [-] Segment 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 resource provider aggregate not found 2026-06-30 23:31:14.613 8 INFO neutron.services.segments.plugin [-] Segment 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 found for delete ", "request_id": "req-805b1aa6-08ad-43e7-9af2-29d6409503fa"}]} 2026-06-30 23:31:14.619 8 INFO neutron.services.segments.plugin [-] Segment 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 resource provider aggregate not found 2026-06-30 23:31:14.636 8 INFO neutron.services.segments.plugin [-] Segment 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6abf7db9-2be9-40b1-b33e-54f7197a2ce1 found for delete ", "request_id": "req-a4e4aafe-9b4d-4b8d-b92d-9a448a1569a8"}]} [pid: 7|app: 0|req: 696/1353] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:14 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1354] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:14 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&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: 697/1355] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:15 2026] GET /v2.0/security-groups?tenant_id=94a0b68f18e64b73a37d0a2f9a556e99&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: 659/1356] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:15 2026] DELETE /v2.0/security-groups/dfe65658-2496-46d1-8365-a4a2f3b3ff01 => 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: 698/1357] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:16 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1358] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:16 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1359] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:16 2026] GET /v2.0/security-groups?tenant_id=9de8c9172a9348fd9663fad55d6be791&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1360] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:16 2026] DELETE /v2.0/security-groups/3abd297d-f94f-44dd-bdc0-d6ce33a97889 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1361] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:17 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1362] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:17 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1363] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:17 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:17.820 8 INFO neutron.db.l3_db [None req-378fb11d-bc3b-4341-b216-5572a6ad086e 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] Floating IP 8da5f48e-c920-4f52-866e-d89fc7b0c089 associated. External IP: 10.96.250.217, port: f0a8855c-a687-44b2-91c7-3fc984636705. [pid: 8|app: 0|req: 663/1364] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:31:17 2026] PUT /v2.0/floatingips/8da5f48e-c920-4f52-866e-d89fc7b0c089 => generated 856 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:18.185 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0079d647-c0bb-471c-bee6-27bda95ad836'] response: {'name': 'network-changed', 'server_uuid': '83b8c1e2-7687-4099-8f3e-c814e8d47e34', 'tag': 'f0a8855c-a687-44b2-91c7-3fc984636705', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 702/1365] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1366] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&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: 703/1367] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => 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: 665/1368] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1369] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/ports?tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb&device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1370] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/networks?id=5969b38f-6b5e-46a9-b060-7abc87cf6cec => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1371] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f0a8855c-a687-44b2-91c7-3fc984636705 => 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: 667/1372] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/subnets?id=d303bcea-ae1b-4c91-adfe-d3a272dedfe9 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1373] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/ports?network_id=5969b38f-6b5e-46a9-b060-7abc87cf6cec&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1374] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec?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/1375] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:18 2026] GET /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec?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: 669/1378] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:19 2026] GET /v2.0/security-groups?tenant_id=fb8d2b25a600417cb845da94879ee90e&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: 710/1379] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:19 2026] DELETE /v2.0/security-groups/9357e043-aeb3-47ad-ba8c-92f60221658b => 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: 711/1380] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:19 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1381] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:19 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1382] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:19 2026] GET /v2.0/security-groups?tenant_id=c385ac4fddf64a71b9e07383a2a588cc&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1383] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:19 2026] DELETE /v2.0/security-groups/f302fb93-b4d6-4679-8a34-ee26c023456a => 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: 671/1384] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:20 2026] GET /v2.0/security-groups?tenant_id=dba077367f4b431298a05fc607e2bf30&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1385] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:20 2026] DELETE /v2.0/security-groups/a52263a8-1ce1-4325-94b0-1124bf328422 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1386] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:20 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1387] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:20 2026] GET /v2.0/security-groups?id=dfe232a4-9d9a-4c33-afbb-1f6f27118064&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1388] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:31:20 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:21.110 7 INFO neutron_taas.services.taas.taas_plugin [req-7b685aa9-bca6-4821-a568-453b00ced814 req-9cfcd359-3e68-4b57-addb-589b73c46430 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] TaaS: Handle Delete Port: f0a8855c-a687-44b2-91c7-3fc984636705 2026-06-30 23:31:21.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b685aa9-bca6-4821-a568-453b00ced814 req-9cfcd359-3e68-4b57-addb-589b73c46430 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] Tap Mirror: Handle Delete Port: f0a8855c-a687-44b2-91c7-3fc984636705 2026-06-30 23:31:21.236 7 INFO neutron.db.l3_db [req-7b685aa9-bca6-4821-a568-453b00ced814 req-9cfcd359-3e68-4b57-addb-589b73c46430 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] Floating IP 8da5f48e-c920-4f52-866e-d89fc7b0c089 disassociated. External IP: 10.96.250.217, port: f0a8855c-a687-44b2-91c7-3fc984636705. [pid: 7|app: 0|req: 716/1389] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:31:21 2026] DELETE /v2.0/ports/f0a8855c-a687-44b2-91c7-3fc984636705 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:21.589 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b89122a-e70e-440c-8753-50bfd753c87c'] response: {'server_uuid': '83b8c1e2-7687-4099-8f3e-c814e8d47e34', 'name': 'network-vif-deleted', 'tag': 'f0a8855c-a687-44b2-91c7-3fc984636705', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 717/1390] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:21 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1391] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:21 2026] GET /v2.0/security-groups?tenant_id=5da14781dd5142bbbb113bdbd142517d&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1392] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:22 2026] DELETE /v2.0/security-groups/0a52a889-3986-4e8d-be63-e154b010a933 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1393] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:23 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:23.216 8 INFO neutron.db.segments_db [None req-4a57f47e-7099-4400-8772-c366063d9ddd 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Added segment 7c0fcf11-abc9-48d0-939a-43ce229e6a45 of type vxlan for network e2361870-b835-4c9d-a8a4-0462af3affb1 [pid: 8|app: 0|req: 675/1394] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:22 2026] POST /v2.0/networks => generated 640 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1395] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:23 2026] POST /v2.0/subnets => generated 658 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1396] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:31:23 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1397] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:23 2026] GET /v2.0/security-groups?tenant_id=e077c282880f44c7879741af6e3daa81&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1398] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:24 2026] DELETE /v2.0/security-groups/0618feca-0425-4b39-862b-f467815318dd => 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: 677/1399] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:23 2026] POST /v2.0/subnets => generated 732 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1400] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:24 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:24.200 7 INFO neutron.db.segments_db [None req-894fc5c5-ff43-42c8-8b81-2ce02ab6cea8 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Added segment d192d85e-2f21-4053-95ee-3db665308ac5 of type vxlan for network 37757572-0c8c-492d-9407-dd870a3cd0f5 [pid: 7|app: 0|req: 723/1401] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/networks => generated 638 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1402] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/subnets => generated 655 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:24.664 8 INFO neutron.db.segments_db [None req-2a36b829-b471-41c3-89f8-3754e69b639f 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Added segment 1124f6fe-36ce-4f50-a7a9-1f968499a04f of type vxlan for network c6e0c97e-bfd3-47d4-89c0-8d1509eb2370 [pid: 8|app: 0|req: 679/1403] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/networks => generated 649 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1404] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/subnets => generated 725 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:24.874 7 INFO neutron.db.segments_db [None req-58477986-5936-497e-9467-6de0a12e8349 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Added segment 82631232-1766-406d-841a-29d0f5e1ce4f of type vxlan for network 0639d709-d084-46e3-b956-03fe6b86fd61 [pid: 7|app: 0|req: 726/1405] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/networks => generated 637 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1406] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/subnets => generated 627 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:25.063 8 INFO neutron.db.segments_db [None req-836a9395-aa08-48aa-8a65-cb5ff3e9b0d0 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Added segment b0cd87ed-922f-42b0-ad1d-80f4e6037df5 of type vxlan for network 63548f39-8a25-4b07-8a6b-88f4e22f3303 [pid: 7|app: 0|req: 727/1407] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:24 2026] POST /v2.0/subnets => generated 656 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:25.269 8 INFO neutron.db.l3_hamode_db [None req-836a9395-aa08-48aa-8a65-cb5ff3e9b0d0 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1408] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:25 2026] POST /v2.0/subnets => generated 729 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1409] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:25 2026] GET /v2.0/ports?device_id=83b8c1e2-7687-4099-8f3e-c814e8d47e34 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:25.575 7 INFO neutron.db.segments_db [None req-7d335101-2055-40e4-aba2-0cac878331f0 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Added segment 01525764-d543-41ad-99f0-d1ed1bea7dba of type vxlan for network 5377f4bb-6445-4f73-990d-e56945195eeb 2026-06-30 23:31:25.822 7 INFO neutron.db.l3_hamode_db [None req-7d335101-2055-40e4-aba2-0cac878331f0 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:31:26.033 8 INFO neutron.db.l3_hamode_db [None req-836a9395-aa08-48aa-8a65-cb5ff3e9b0d0 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:31:26.604 7 INFO neutron.db.l3_hamode_db [None req-7d335101-2055-40e4-aba2-0cac878331f0 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 681/1410] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:25 2026] POST /v2.0/routers => generated 694 bytes in 1863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1411] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:26 2026] DELETE /v2.0/security-groups/dfe232a4-9d9a-4c33-afbb-1f6f27118064 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1412] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:25 2026] POST /v2.0/routers => generated 685 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:27.444 7 INFO neutron.api.v2.resource [None req-86bbb0e7-dc8f-4dd9-bf42-82d5f32c90b7 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1413] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:31:27 2026] GET /v2.0/security-groups/dfe232a4-9d9a-4c33-afbb-1f6f27118064 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1414] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:26 2026] PUT /v2.0/routers/a6558268-0927-402a-ab37-73f10848f805/add_router_interface => generated 309 bytes in 1535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:28.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-541f50c9-7d62-4729-aade-d48bfe436e76 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] TaaS: Handle Delete Port: 39c7c60b-e6bd-43fb-be3b-be6b124caaaa 2026-06-30 23:31:28.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-541f50c9-7d62-4729-aade-d48bfe436e76 6a8a7a316cd9443481de318ab2426736 8bdcb6bae7f3407da67903b2eebd8ddb - - default default] Tap Mirror: Handle Delete Port: 39c7c60b-e6bd-43fb-be3b-be6b124caaaa [pid: 7|app: 0|req: 732/1415] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:27 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1416] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:31:28 2026] DELETE /v2.0/floatingips/8da5f48e-c920-4f52-866e-d89fc7b0c089 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1417] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:31:28 2026] POST /v2.0/ports => generated 953 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:31:29.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cbbfb67-39d2-43c8-a8bc-22fac83c949d ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 7366423c-27ab-4d3e-89f3-d083ade4064d 2026-06-30 23:31:29.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cbbfb67-39d2-43c8-a8bc-22fac83c949d ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 7366423c-27ab-4d3e-89f3-d083ade4064d [pid: 8|app: 0|req: 685/1418] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:28 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1419] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:29 2026] PUT /v2.0/routers/f5db6736-986a-4584-854a-194e60cce46e/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1420] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:31:30 2026] POST /v2.0/ports => generated 955 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:31:30.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-3411f72c-e056-4c3e-86d2-0920c8514dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: bb766b7f-8d88-411a-a496-c6b7e5a897a5 2026-06-30 23:31:30.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3411f72c-e056-4c3e-86d2-0920c8514dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: bb766b7f-8d88-411a-a496-c6b7e5a897a5 2026-06-30 23:31:31.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-3411f72c-e056-4c3e-86d2-0920c8514dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: ea141553-1c1e-413c-b936-b175d130010a 2026-06-30 23:31:31.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3411f72c-e056-4c3e-86d2-0920c8514dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: ea141553-1c1e-413c-b936-b175d130010a 2026-06-30 23:31:31.361 8 INFO neutron.services.segments.plugin [-] Segment 20cda904-e479-4031-a7fe-916d7b9ed681 resource provider aggregate not found 2026-06-30 23:31:31.375 8 INFO neutron.services.segments.plugin [-] Segment 20cda904-e479-4031-a7fe-916d7b9ed681 resource provider aggregate not found 2026-06-30 23:31:31.383 8 INFO neutron.services.segments.plugin [-] Segment 20cda904-e479-4031-a7fe-916d7b9ed681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cda904-e479-4031-a7fe-916d7b9ed681 found for delete ", "request_id": "req-d58396a5-45a5-4e8a-9879-c6f145a37d9e"}]} 2026-06-30 23:31:31.393 8 INFO neutron.services.segments.plugin [-] Segment 20cda904-e479-4031-a7fe-916d7b9ed681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cda904-e479-4031-a7fe-916d7b9ed681 found for delete ", "request_id": "req-2c17f90c-9383-44a1-994a-eee8f32784d2"}]} 2026-06-30 23:31:31.403 8 INFO neutron.db.l3_hamode_db [None req-3411f72c-e056-4c3e-86d2-0920c8514dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network de786517-6972-4c4c-98c4-8cb1e2d63651 was deleted as no HA routers are present in tenant 8bdcb6bae7f3407da67903b2eebd8ddb. [pid: 8|app: 0|req: 687/1421] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:30 2026] DELETE /v2.0/routers/f5db6736-986a-4584-854a-194e60cce46e => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1422] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:30 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/add_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1423] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:31 2026] DELETE /v2.0/subnets/d303bcea-ae1b-4c91-adfe-d3a272dedfe9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1424] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:31:31 2026] POST /v2.0/security-groups => generated 1628 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 23:31:31.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-119730a0-c00c-4522-9e96-4f8624cfa689 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: c8492ea4-d929-4814-bae7-e49d7ffc8a2a 2026-06-30 23:31:31.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-119730a0-c00c-4522-9e96-4f8624cfa689 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: c8492ea4-d929-4814-bae7-e49d7ffc8a2a 2026-06-30 23:31:32.000 7 INFO neutron.services.segments.plugin [-] Segment ee9ad1f6-142c-4243-b988-4d82ef517fb8 resource provider aggregate not found 2026-06-30 23:31:32.008 7 INFO neutron.services.segments.plugin [-] Segment ee9ad1f6-142c-4243-b988-4d82ef517fb8 resource provider aggregate not found 2026-06-30 23:31:32.032 7 INFO neutron.services.segments.plugin [-] Segment ee9ad1f6-142c-4243-b988-4d82ef517fb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9ad1f6-142c-4243-b988-4d82ef517fb8 found for delete ", "request_id": "req-affa2ffb-b8aa-44c1-95c1-41016e0e0379"}]} 2026-06-30 23:31:32.036 7 INFO neutron.services.segments.plugin [-] Segment ee9ad1f6-142c-4243-b988-4d82ef517fb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9ad1f6-142c-4243-b988-4d82ef517fb8 found for delete ", "request_id": "req-bab44a03-c36d-49f8-819a-2c3e30edf98d"}]} [pid: 7|app: 0|req: 738/1425] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:31 2026] DELETE /v2.0/networks/5969b38f-6b5e-46a9-b060-7abc87cf6cec => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:32.158 8 INFO neutron.db.l3_db [None req-97a3a9d4-b9c2-4397-8051-a256cf14dde3 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Floating IP 73972b84-9050-4d92-96b8-0301932da105 associated. External IP: 10.96.250.216, port: b0521764-0c99-4019-ab3b-9830aa4b9b69. [pid: 7|app: 0|req: 739/1426] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 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: 740/1427] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1428] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:32 2026] GET /v2.0/security-groups?tenant_id=8bdcb6bae7f3407da67903b2eebd8ddb&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1429] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1430] 10.0.0.42 () {34 vars in 676 bytes} [Tue Jun 30 23:31:31 2026] POST /v2.0/floatingips => generated 842 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1431] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:32 2026] DELETE /v2.0/security-groups/e969a1dd-d072-4755-a0bc-209903701eca => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1432] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:32.711 7 INFO neutron.db.l3_db [None req-2f38c933-28db-403e-9088-3cfc21e2ec35 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Floating IP 73972b84-9050-4d92-96b8-0301932da105 disassociated. External IP: 10.96.250.216, port: b0521764-0c99-4019-ab3b-9830aa4b9b69. [pid: 8|app: 0|req: 690/1433] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1434] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1435] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1436] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:31:32 2026] PUT /v2.0/floatingips/73972b84-9050-4d92-96b8-0301932da105 => generated 552 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1437] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:33.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-0225c83d-02f3-4b74-8c3b-78dd5bb4ca3c 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: f4bc1635-aa0f-4d3e-93b4-b61b1a861bf5 2026-06-30 23:31:33.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0225c83d-02f3-4b74-8c3b-78dd5bb4ca3c 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: f4bc1635-aa0f-4d3e-93b4-b61b1a861bf5 [pid: 8|app: 0|req: 694/1438] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1439] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:31:33 2026] DELETE /v2.0/floatingips/73972b84-9050-4d92-96b8-0301932da105 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1440] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1441] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1442] 10.0.0.210 () {34 vars in 1096 bytes} [Tue Jun 30 23:31:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1297813626&fields=id&tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1443] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:31:33 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1444] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/quotas/3b1ba3b7e8bc4e5c84b66ff87bf63103 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:34.210 7 INFO neutron.db.l3_db [None req-4806fd75-5442-43b4-8bae-c88e7db3a435 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Floating IP ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 associated. External IP: 10.96.250.219, port: 83eff731-da9b-4f44-b757-ded994c84254. [pid: 8|app: 0|req: 700/1445] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&fields=id => generated 287 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1448] 10.0.0.42 () {34 vars in 676 bytes} [Tue Jun 30 23:31:33 2026] POST /v2.0/floatingips => generated 840 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1449] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 703/1450] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/security-groups?tenant_id=f59f84a2a8c84ede8ce1eb9a5f4c9a80&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1451] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/floatingips/ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 => generated 840 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1452] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:34.743 7 INFO neutron.db.segments_db [None req-87e89cb8-783d-4bcc-9c55-4aeee2144f78 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 08824b7b-c068-4e73-bc8c-6a7d873756a5 of type vxlan for network 727088a8-c05e-4e2f-a586-674935a6fdc2 [pid: 8|app: 0|req: 706/1453] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:34 2026] DELETE /v2.0/security-groups/0ec980d8-ea1f-4b7b-be73-8d587d58a303 => 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: 707/1454] 10.0.0.42 () {32 vars in 654 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/floatingips => generated 843 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1455] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:31:34 2026] POST /v2.0/networks => generated 738 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1456] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:34 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => 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: 709/1457] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:34 2026] POST /v2.0/subnets => generated 685 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:35.103 8 INFO neutron.db.segments_db [None req-d4711c6a-643d-4851-b780-edecde7ec639 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 29d633ba-0435-43a9-ae1b-61bc799904b8 of type vxlan for network db157e4a-49d8-4b19-ab6f-c855652cea58 2026-06-30 23:31:35.192 7 INFO neutron.db.l3_db [None req-74c43ff7-f35d-432d-b044-993d5dd0ed01 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Floating IP ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 associated. External IP: 10.96.250.219, port: 83eff731-da9b-4f44-b757-ded994c84254. 2026-06-30 23:31:35.431 8 INFO neutron.db.l3_hamode_db [None req-d4711c6a-643d-4851-b780-edecde7ec639 ea956d9ca0f747f08cd1ea80d445d452 ee73afb2561249f8b7e647a6c6a26e95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1458] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:31:34 2026] PUT /v2.0/floatingips/ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 => generated 842 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:35.930 7 INFO neutron.db.l3_db [None req-c887587a-5145-47f7-a396-4298a0feb618 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Floating IP ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 disassociated. External IP: 10.96.250.219, port: b0521764-0c99-4019-ab3b-9830aa4b9b69. 2026-06-30 23:31:36.212 8 INFO neutron.db.l3_hamode_db [None req-d4711c6a-643d-4851-b780-edecde7ec639 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 750/1459] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:31:35 2026] PUT /v2.0/floatingips/ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 => generated 552 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:36.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc6c4ff4-b3dd-48e4-8d0c-05ab79b085e6 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: 01a83bb8-ddf9-4ed7-a6fe-a9a61a0e5eea 2026-06-30 23:31:36.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6c4ff4-b3dd-48e4-8d0c-05ab79b085e6 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: 01a83bb8-ddf9-4ed7-a6fe-a9a61a0e5eea [pid: 7|app: 0|req: 751/1460] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:31:36 2026] DELETE /v2.0/floatingips/ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:31:36.513 7 INFO neutron.api.v2.resource [None req-1f21016f-8a5d-4e1d-9612-73d627b6c143 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1461] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:31:36 2026] DELETE /v2.0/floatingips/ddc33a7d-dcdc-4ad3-a584-93cfd49e0b66 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:31:36.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e8b5499-4306-4b9e-b7eb-aa4d540921e6 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: b0521764-0c99-4019-ab3b-9830aa4b9b69 2026-06-30 23:31:36.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8b5499-4306-4b9e-b7eb-aa4d540921e6 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: b0521764-0c99-4019-ab3b-9830aa4b9b69 [pid: 7|app: 0|req: 753/1462] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:31:36 2026] DELETE /v2.0/ports/b0521764-0c99-4019-ab3b-9830aa4b9b69 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:31:37.087 7 INFO neutron.db.segments_db [None req-08e0b446-cded-4a0b-b16f-7d9a5f34d053 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment e2c33a0f-4ce2-4a40-97ae-afd0c5064bed of type vxlan for network a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8 [pid: 8|app: 0|req: 710/1463] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:35 2026] POST /v2.0/routers => generated 725 bytes in 2044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1464] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:31:36 2026] POST /v2.0/networks => generated 740 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:37.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9d33d75-8407-4c25-8b69-72b97a474d2f 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: 83eff731-da9b-4f44-b757-ded994c84254 2026-06-30 23:31:37.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9d33d75-8407-4c25-8b69-72b97a474d2f 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: 83eff731-da9b-4f44-b757-ded994c84254 [pid: 8|app: 0|req: 711/1465] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:31:37 2026] DELETE /v2.0/ports/83eff731-da9b-4f44-b757-ded994c84254 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1466] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:37 2026] POST /v2.0/subnets => generated 687 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1467] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:31:37 2026] GET /v2.0/ports?device_id=a6558268-0927-402a-ab37-73f10848f805 => generated 958 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:37.628 8 INFO neutron.db.segments_db [None req-486f6c19-90ac-47d6-b558-ea594d3a9dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment d9bd90cb-a87e-4990-9db2-65d597e08bbf of type vxlan for network 0f80240d-ee74-445e-b591-b11ca4bc846e 2026-06-30 23:31:37.826 8 INFO neutron.db.l3_hamode_db [None req-486f6c19-90ac-47d6-b558-ea594d3a9dc1 ea956d9ca0f747f08cd1ea80d445d452 6054cf224cc443bb887141ffeab823a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 755/1468] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:37 2026] PUT /v2.0/routers/de1fa5bc-9914-4666-82a9-d19b14821965/add_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:38.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-49c0201a-d5c6-4747-820c-386902a2eceb 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: 7caa9979-80c4-49d2-b8a7-3dd9fa1f022e 2026-06-30 23:31:38.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c0201a-d5c6-4747-820c-386902a2eceb 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: 7caa9979-80c4-49d2-b8a7-3dd9fa1f022e 2026-06-30 23:31:38.635 8 INFO neutron.db.l3_hamode_db [None req-486f6c19-90ac-47d6-b558-ea594d3a9dc1 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 756/1469] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:38 2026] PUT /v2.0/routers/a6558268-0927-402a-ab37-73f10848f805/remove_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1470] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:31:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1471] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:39 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => 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: 714/1472] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:37 2026] POST /v2.0/routers => generated 727 bytes in 1977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1473] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1474] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:31:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103 => generated 179 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:39.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-409734eb-5ae2-4865-8c3f-6abd1fac6583 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: 363c034d-a322-4241-a562-831e1e02ccb6 2026-06-30 23:31:39.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-409734eb-5ae2-4865-8c3f-6abd1fac6583 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: 363c034d-a322-4241-a562-831e1e02ccb6 2026-06-30 23:31:40.016 7 INFO neutron_taas.services.taas.taas_plugin [None req-409734eb-5ae2-4865-8c3f-6abd1fac6583 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] TaaS: Handle Delete Port: dcec4698-76b3-4b3f-ab3f-49a16dba0532 2026-06-30 23:31:40.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-409734eb-5ae2-4865-8c3f-6abd1fac6583 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] Tap Mirror: Handle Delete Port: dcec4698-76b3-4b3f-ab3f-49a16dba0532 2026-06-30 23:31:40.370 7 INFO neutron.services.segments.plugin [-] Segment b0cd87ed-922f-42b0-ad1d-80f4e6037df5 resource provider aggregate not found 2026-06-30 23:31:40.375 7 INFO neutron.services.segments.plugin [-] Segment b0cd87ed-922f-42b0-ad1d-80f4e6037df5 resource provider aggregate not found 2026-06-30 23:31:40.392 7 INFO neutron.db.l3_hamode_db [None req-409734eb-5ae2-4865-8c3f-6abd1fac6583 237417dbeb674aa594bf46b40e40c443 36410b768e50494db6cede939880659a - - default default] HA network 63548f39-8a25-4b07-8a6b-88f4e22f3303 was deleted as no HA routers are present in tenant 36410b768e50494db6cede939880659a. [pid: 7|app: 0|req: 759/1475] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:39 2026] DELETE /v2.0/routers/a6558268-0927-402a-ab37-73f10848f805 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:31:40.403 7 INFO neutron.services.segments.plugin [-] Segment b0cd87ed-922f-42b0-ad1d-80f4e6037df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0cd87ed-922f-42b0-ad1d-80f4e6037df5 found for delete ", "request_id": "req-c0e55ce4-c452-4535-a041-c7feedcfee15"}]} 2026-06-30 23:31:40.415 7 INFO neutron.services.segments.plugin [-] Segment b0cd87ed-922f-42b0-ad1d-80f4e6037df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0cd87ed-922f-42b0-ad1d-80f4e6037df5 found for delete ", "request_id": "req-f179c9ec-a480-4550-bdce-6df251e887f8"}]} [pid: 7|app: 0|req: 760/1476] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1477] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:31:40 2026] POST /v2.0/ports => generated 1179 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 762/1478] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:40 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1479] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:39 2026] PUT /v2.0/routers/059c710d-f859-4471-80e3-75f8fcec50d6/add_router_interface => generated 309 bytes in 1307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1480] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:40 2026] DELETE /v2.0/subnets/54f0d84a-1ec6-4f0b-8f9c-c168c0246625 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1481] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:31:41 2026] PUT /v2.0/ports/412cf351-a2d1-4ef9-863c-34a23070a4fb => generated 1460 bytes in 485 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: 765/1482] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:41 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1483] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:31:41 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:41.595 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f956afb7-34d6-48ea-b3db-316454ca3c61'] response: {'name': 'network-changed', 'server_uuid': '3e2973f2-ea73-4308-9763-5c51f1b3775a', 'tag': '412cf351-a2d1-4ef9-863c-34a23070a4fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 766/1484] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:41 2026] DELETE /v2.0/networks/c6e0c97e-bfd3-47d4-89c0-8d1509eb2370 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1485] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1817290165&fields=id&tenant_id=ee73afb2561249f8b7e647a6c6a26e95 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1486] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/networks?id=727088a8-c05e-4e2f-a586-674935a6fdc2 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:42.292 8 INFO neutron.db.segments_db [None req-77e690c0-e9ec-4056-b68a-cda3dab6a587 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 of type vxlan for network 83ee8704-e547-41e4-81ff-32bc76262ad8 [pid: 7|app: 0|req: 767/1487] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/security-groups?tenant_id=36410b768e50494db6cede939880659a&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: 768/1488] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1489] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/quotas/ee73afb2561249f8b7e647a6c6a26e95 => 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: 721/1490] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:31:42 2026] POST /v2.0/networks => generated 740 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:42.433 7 INFO neutron.services.segments.plugin [-] Segment 1124f6fe-36ce-4f50-a7a9-1f968499a04f resource provider aggregate not found 2026-06-30 23:31:42.440 7 INFO neutron.services.segments.plugin [-] Segment 1124f6fe-36ce-4f50-a7a9-1f968499a04f resource provider aggregate not found [pid: 8|app: 0|req: 722/1491] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/networks?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&shared=False => generated 2376 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:42.458 7 INFO neutron.services.segments.plugin [-] Segment 1124f6fe-36ce-4f50-a7a9-1f968499a04f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1124f6fe-36ce-4f50-a7a9-1f968499a04f found for delete ", "request_id": "req-f5b5f838-8795-49f8-9cfb-b3f8efb923d9"}]} 2026-06-30 23:31:42.459 7 INFO neutron.services.segments.plugin [-] Segment 1124f6fe-36ce-4f50-a7a9-1f968499a04f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1124f6fe-36ce-4f50-a7a9-1f968499a04f found for delete ", "request_id": "req-974a2db0-c282-4a8d-9312-71922d769deb"}]} [pid: 7|app: 0|req: 770/1492] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:31:42 2026] DELETE /v2.0/security-groups/8d7478c4-061b-4935-beba-486757244aa0 => 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: 723/1493] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/ports?tenant_id=ee73afb2561249f8b7e647a6c6a26e95&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1494] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1495] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1496] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1497] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:42 2026] POST /v2.0/subnets => generated 687 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:42.768 8 INFO neutron.db.segments_db [None req-68fbc21c-90f3-4115-8f3f-bbfd977a148b ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Added segment 975ea232-6bf3-41e3-812c-3b10e116234d of type vxlan for network 830a9427-3439-494f-b07e-bdb60b481fe4 [pid: 7|app: 0|req: 772/1498] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:42 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:43.108 8 INFO neutron.db.l3_hamode_db [None req-68fbc21c-90f3-4115-8f3f-bbfd977a148b ea956d9ca0f747f08cd1ea80d445d452 111880db895b499a99112c5c67b4da94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 773/1499] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1500] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.37&port_id=412cf351-a2d1-4ef9-863c-34a23070a4fb => 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: 775/1501] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A208&port_id=412cf351-a2d1-4ef9-863c-34a23070a4fb => 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: 776/1502] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/subnets?id=b1124085-ca4d-405f-8e71-d2b83c5074a1&id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1503] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1504] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&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: 7|app: 0|req: 779/1505] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 780/1506] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1507] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:43 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:43.960 8 INFO neutron.db.l3_hamode_db [None req-68fbc21c-90f3-4115-8f3f-bbfd977a148b ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:31:44.594 7 INFO neutron.db.segments_db [None req-8733a1c0-bd92-48a2-88de-c92afd5e9f4f 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment da068c02-1fe4-4bd7-b868-64c6df9a210f of type vxlan for network 6f6ca619-b59a-4753-9e16-01317aeb446e [pid: 7|app: 0|req: 782/1508] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:44 2026] POST /v2.0/networks => generated 630 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:44.751 7 INFO neutron.db.segments_db [None req-f3ca3abc-d968-4956-ae9b-92c7dfbd8e17 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment 8e335d7f-0931-423f-a31d-31ef7a17a535 of type vxlan for network 3e92b83d-4e9b-4a82-8e31-269b6ec170db [pid: 7|app: 0|req: 783/1509] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:44 2026] POST /v2.0/networks => generated 630 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1510] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:42 2026] POST /v2.0/routers => generated 727 bytes in 2156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1511] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:44 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1512] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:45 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => 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: 786/1513] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:45 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:45.465 7 INFO neutron.db.segments_db [None req-dd9de4d7-08f5-43ac-ba5e-3d6fa8029942 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment ecd8e721-90aa-47d0-aace-02838de0230b of type vxlan for network e6159b2d-dadd-4dd7-98e8-6b52339d8ae5 2026-06-30 23:31:45.705 7 INFO neutron.db.l3_hamode_db [None req-dd9de4d7-08f5-43ac-ba5e-3d6fa8029942 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:31:45.862 7 INFO neutron.db.l3_hamode_db [None req-dd9de4d7-08f5-43ac-ba5e-3d6fa8029942 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 728/1514] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:44 2026] PUT /v2.0/routers/2beffea7-b808-41c5-b2db-0224207135e6/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1515] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:46 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => 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: 787/1516] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:45 2026] POST /v2.0/routers => generated 507 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1517] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:46 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1194 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1518] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:46 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1519] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:31:46 2026] POST /v2.0/security-groups => generated 1675 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1520] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1521] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1522] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1523] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:47 2026] GET /v2.0/networks?id=727088a8-c05e-4e2f-a586-674935a6fdc2 => generated 670 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1524] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1525] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:31:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee73afb2561249f8b7e647a6c6a26e95 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1526] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:47 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:47.425 7 INFO neutron.db.securitygroups_db [None req-2ba73d19-6f2d-472a-b2f4-c7cb86160ba2 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] Project 6054cf224cc443bb887141ffeab823a4 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: 798/1527] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1528] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:46 2026] PUT /v2.0/routers/612ed301-2188-471b-9ceb-74da72cb463c/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:47.757 8 INFO neutron.db.securitygroups_db [None req-dcaa728a-5722-4d59-9b9a-95e7cba44ffc 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] Project 6054cf224cc443bb887141ffeab823a4 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: 799/1529] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:31:47 2026] POST /v2.0/ports => generated 954 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, ' [pid: 8|app: 0|req: 731/1530] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1531] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:31:47 2026] GET /v2.0/ports/406aba27-929e-469b-b4a0-0c2258d38c8a => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1532] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:31:47 2026] PUT /v2.0/ports/e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:31:48.351 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8a98acf-6f7c-4122-9398-9b59a3f5d867'] response: {'name': 'network-changed', 'server_uuid': '5de79b9c-e94a-4d00-bd72-5a5d77d29daa', 'tag': 'e3607853-9c8b-4d7d-ab9a-5e3f40c470a2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 733/1533] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:31:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1534] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1535] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:48 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1536] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:31:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1537] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:48 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&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: 801/1538] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:47 2026] PUT /v2.0/routers/612ed301-2188-471b-9ceb-74da72cb463c/add_router_interface => generated 309 bytes in 1396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1539] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/ports?tenant_id=ee73afb2561249f8b7e647a6c6a26e95&device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1542] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:31:48 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1543] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/ports/8b3f2b09-e617-4e4f-a901-6015178f9bdc => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1544] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/networks?tenant_id=ee73afb2561249f8b7e647a6c6a26e95&shared=False => generated 766 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1545] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--331999262&fields=id&tenant_id=6054cf224cc443bb887141ffeab823a4 => 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: 741/1546] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1547] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1277508110&fields=id&tenant_id=6054cf224cc443bb887141ffeab823a4 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1548] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/networks?id=a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8 => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1549] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/quotas/6054cf224cc443bb887141ffeab823a4 => 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: 745/1550] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/ports?tenant_id=6054cf224cc443bb887141ffeab823a4&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:49.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-80ad46ea-5331-4a80-9b23-86c2d3ea1bb9 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 8b3f2b09-e617-4e4f-a901-6015178f9bdc 2026-06-30 23:31:49.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80ad46ea-5331-4a80-9b23-86c2d3ea1bb9 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 8b3f2b09-e617-4e4f-a901-6015178f9bdc [pid: 8|app: 0|req: 746/1551] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1552] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8?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: 748/1553] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => 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: 749/1554] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:49 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1555] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => 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: 806/1556] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:49 2026] PUT /v2.0/routers/612ed301-2188-471b-9ceb-74da72cb463c/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1557] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/ports?tenant_id=ee73afb2561249f8b7e647a6c6a26e95&device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:50.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-123a0ec6-1523-415f-9321-59dc7b0912a9 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 406aba27-929e-469b-b4a0-0c2258d38c8a 2026-06-30 23:31:50.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-123a0ec6-1523-415f-9321-59dc7b0912a9 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 406aba27-929e-469b-b4a0-0c2258d38c8a [pid: 7|app: 0|req: 808/1558] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 => 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: 809/1559] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/subnets?id=9e2e3d5a-2934-4886-88a5-cd7a356c75cf => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1560] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/ports?network_id=727088a8-c05e-4e2f-a586-674935a6fdc2&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: 811/1561] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2?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: 812/1562] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:50 2026] GET /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2?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: 751/1563] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:50 2026] PUT /v2.0/routers/612ed301-2188-471b-9ceb-74da72cb463c/remove_router_interface => generated 309 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1564] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:31:51 2026] GET /v2.0/ports?device_id=612ed301-2188-471b-9ceb-74da72cb463c => 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: 814/1565] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:51 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:51.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-2045382c-8004-49a7-91b9-50163b8370af 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: b8ce8492-963a-47b0-bb84-287ac9f557e1 2026-06-30 23:31:51.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2045382c-8004-49a7-91b9-50163b8370af 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: b8ce8492-963a-47b0-bb84-287ac9f557e1 [pid: 7|app: 0|req: 815/1566] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:51 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => 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: 816/1567] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:51 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&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-06-30 23:31:51.607 8 INFO neutron.services.segments.plugin [-] Segment ecd8e721-90aa-47d0-aace-02838de0230b resource provider aggregate not found 2026-06-30 23:31:51.612 8 INFO neutron.services.segments.plugin [-] Segment ecd8e721-90aa-47d0-aace-02838de0230b resource provider aggregate not found 2026-06-30 23:31:51.636 8 INFO neutron.services.segments.plugin [-] Segment ecd8e721-90aa-47d0-aace-02838de0230b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd8e721-90aa-47d0-aace-02838de0230b found for delete ", "request_id": "req-5ac0c9ce-c6a5-4d70-b89d-b9d6f86bb663"}]} 2026-06-30 23:31:51.637 8 INFO neutron.services.segments.plugin [-] Segment ecd8e721-90aa-47d0-aace-02838de0230b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd8e721-90aa-47d0-aace-02838de0230b found for delete ", "request_id": "req-ece53c92-9efe-491e-aaa9-a6f5bc7c6db0"}]} 2026-06-30 23:31:51.643 8 INFO neutron.db.l3_hamode_db [None req-2045382c-8004-49a7-91b9-50163b8370af 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] HA network e6159b2d-dadd-4dd7-98e8-6b52339d8ae5 was deleted as no HA routers are present in tenant 6a29886b40d34df2906b1e3d62ce8cfd. [pid: 8|app: 0|req: 752/1568] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:51 2026] DELETE /v2.0/routers/612ed301-2188-471b-9ceb-74da72cb463c => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1569] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:51 2026] DELETE /v2.0/subnets/88f829e1-a4e7-421d-9f61-dc60415427bd => 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: 818/1570] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:51 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1571] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:51 2026] DELETE /v2.0/subnets/759ad951-d7a5-436b-9652-e4e7c9fb6843 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1572] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:51 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1573] 10.0.0.42 () {32 vars in 817 bytes} [Tue Jun 30 23:31:52 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&mac_address=fa%3A16%3A3e%3A5d%3A5b%3Ab0 => generated 1196 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1574] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:51 2026] DELETE /v2.0/networks/3e92b83d-4e9b-4a82-8e31-269b6ec170db => 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: 755/1575] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:52 2026] DELETE /v2.0/networks/6f6ca619-b59a-4753-9e16-01317aeb446e => 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: 756/1576] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:52 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:52.355 8 INFO neutron.db.segments_db [None req-90c90e42-85bb-41a5-9f30-c3ff8056fa88 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 of type vxlan for network 74a78e39-4c2d-4e91-9e8d-89befd8db012 [pid: 8|app: 0|req: 757/1577] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:52 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1578] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:52 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:52.843 7 INFO neutron.db.l3_db [None req-ea462387-d9e4-411d-b240-abac40e43f74 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Floating IP 6129c365-6f85-455d-a707-1e2a12d03d37 associated. External IP: 10.96.250.211, port: 412cf351-a2d1-4ef9-863c-34a23070a4fb. [pid: 8|app: 0|req: 759/1579] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:52 2026] POST /v2.0/subnets => generated 626 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1580] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&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: 821/1581] 10.0.0.42 () {34 vars in 676 bytes} [Tue Jun 30 23:31:52 2026] POST /v2.0/floatingips => generated 854 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:31:53.165 8 INFO neutron.db.segments_db [None req-e04c0366-e106-453f-80b2-ed6a259f4670 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 of type vxlan for network f7291afd-a2fc-413b-a579-2696ade14889 2026-06-30 23:31:53.173 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4d5def8-a1ee-426e-8a6e-15e6ee7bc192'] response: {'name': 'network-changed', 'server_uuid': '3e2973f2-ea73-4308-9763-5c51f1b3775a', 'tag': '412cf351-a2d1-4ef9-863c-34a23070a4fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 822/1582] 10.0.0.210 () {34 vars in 1096 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1297813626&fields=id&tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1583] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1584] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/quotas/3b1ba3b7e8bc4e5c84b66ff87bf63103 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:53.391 8 INFO neutron.db.l3_hamode_db [None req-e04c0366-e106-453f-80b2-ed6a259f4670 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 825/1585] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&fields=id => generated 333 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1586] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:53.515 8 INFO neutron.db.l3_hamode_db [None req-e04c0366-e106-453f-80b2-ed6a259f4670 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 827/1587] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1588] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:53.658 8 INFO neutron.services.segments.plugin [-] Segment 8e335d7f-0931-423f-a31d-31ef7a17a535 resource provider aggregate not found 2026-06-30 23:31:53.665 8 INFO neutron.services.segments.plugin [-] Segment 8e335d7f-0931-423f-a31d-31ef7a17a535 resource provider aggregate not found 2026-06-30 23:31:53.679 8 INFO neutron.services.segments.plugin [-] Segment 8e335d7f-0931-423f-a31d-31ef7a17a535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e335d7f-0931-423f-a31d-31ef7a17a535 found for delete ", "request_id": "req-bd921e44-6913-459e-bf3b-768e9e49fc2e"}]} 2026-06-30 23:31:53.692 8 INFO neutron.services.segments.plugin [-] Segment 8e335d7f-0931-423f-a31d-31ef7a17a535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e335d7f-0931-423f-a31d-31ef7a17a535 found for delete ", "request_id": "req-ee668538-8b27-4fd2-a3e6-9c7acc8c42d4"}]} 2026-06-30 23:31:53.701 8 INFO neutron.services.segments.plugin [-] Segment da068c02-1fe4-4bd7-b868-64c6df9a210f resource provider aggregate not found 2026-06-30 23:31:53.722 8 INFO neutron.services.segments.plugin [-] Segment da068c02-1fe4-4bd7-b868-64c6df9a210f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da068c02-1fe4-4bd7-b868-64c6df9a210f found for delete ", "request_id": "req-15472b6b-27f8-474c-a6e8-693c96582846"}]} 2026-06-30 23:31:53.725 8 INFO neutron.services.segments.plugin [-] Segment da068c02-1fe4-4bd7-b868-64c6df9a210f resource provider aggregate not found [pid: 7|app: 0|req: 829/1589] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1465 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:53.748 8 INFO neutron.services.segments.plugin [-] Segment da068c02-1fe4-4bd7-b868-64c6df9a210f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da068c02-1fe4-4bd7-b868-64c6df9a210f found for delete ", "request_id": "req-8efdc2ca-5d5a-4ea4-bf24-3677b5d6cea8"}]} [pid: 7|app: 0|req: 830/1590] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1591] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => 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: 832/1592] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.37&port_id=412cf351-a2d1-4ef9-863c-34a23070a4fb => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1593] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A208&port_id=412cf351-a2d1-4ef9-863c-34a23070a4fb => 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: 834/1594] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/subnets?id=b1124085-ca4d-405f-8e71-d2b83c5074a1&id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1595] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1596] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:53 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1597] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 838/1598] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1599] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:53 2026] POST /v2.0/routers => generated 507 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1600] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1601] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1602] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/networks?id=a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1603] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6054cf224cc443bb887141ffeab823a4 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1604] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:31:54 2026] POST /v2.0/ports => generated 948 bytes in 375 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: 763/1605] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:54 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => 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: 843/1606] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:31:54 2026] POST /v2.0/ports => generated 993 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 844/1607] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:31:54 2026] PUT /v2.0/ports/d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee => generated 1274 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:55.213 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cce13496-d19b-467e-9ddb-6e9587117ecf'] response: {'name': 'network-changed', 'server_uuid': '50e08295-9d8e-49a4-a0f7-65344b7cf958', 'tag': 'd25a7290-ca7e-42ce-ac3e-06a67c5eb9ee', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 845/1608] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1609] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1610] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1008 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1611] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/ports?tenant_id=6054cf224cc443bb887141ffeab823a4&device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1612] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:54 2026] PUT /v2.0/routers/b91e5733-b15f-40fb-91c3-f50bc99551a8/add_router_interface => generated 309 bytes in 1173 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: 849/1613] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1614] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/networks?tenant_id=6054cf224cc443bb887141ffeab823a4&shared=False => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1615] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/ports/4c924f28-dd9a-4335-873e-55d0d708eb54 => generated 1022 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1616] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:31:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:56.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-af1fc412-6b50-4cbe-a6df-0c51fae230d3 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 4c924f28-dd9a-4335-873e-55d0d708eb54 2026-06-30 23:31:56.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af1fc412-6b50-4cbe-a6df-0c51fae230d3 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 4c924f28-dd9a-4335-873e-55d0d708eb54 [pid: 7|app: 0|req: 851/1617] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:55 2026] PUT /v2.0/routers/b91e5733-b15f-40fb-91c3-f50bc99551a8/remove_router_interface => generated 309 bytes in 761 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: 767/1618] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:56 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1619] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:56 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:56.741 7 INFO neutron.api.v2.resource [None req-1f800143-b322-44a4-8455-70066acf780b 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1620] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:31:56 2026] PUT /v2.0/routers/b91e5733-b15f-40fb-91c3-f50bc99551a8/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1621] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:31:56 2026] GET /v2.0/ports?device_id=b91e5733-b15f-40fb-91c3-f50bc99551a8 => 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: 770/1622] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:56 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:56.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-6de0d4fb-e33b-4749-9c3d-0823be8e33a1 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 6dd379d0-5443-4eab-b3d3-d6b604d92539 2026-06-30 23:31:56.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6de0d4fb-e33b-4749-9c3d-0823be8e33a1 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 6dd379d0-5443-4eab-b3d3-d6b604d92539 2026-06-30 23:31:57.115 8 INFO neutron.db.l3_db [None req-f7901224-8818-44dc-ab20-ec540a35731d bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] Floating IP cfc07e8e-bf33-4b98-a307-78b7c0eeac93 associated. External IP: 10.96.250.215, port: e3607853-9c8b-4d7d-ab9a-5e3f40c470a2. 2026-06-30 23:31:57.267 7 INFO neutron.services.segments.plugin [-] Segment 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 resource provider aggregate not found 2026-06-30 23:31:57.285 7 INFO neutron.services.segments.plugin [-] Segment 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 resource provider aggregate not found 2026-06-30 23:31:57.297 7 INFO neutron.services.segments.plugin [-] Segment 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 found for delete ", "request_id": "req-733015a1-5092-43f1-a8dc-57d301337809"}]} 2026-06-30 23:31:57.299 7 INFO neutron.services.segments.plugin [-] Segment 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1f05e9-ba9b-4b29-a960-8c01bdfc01c6 found for delete ", "request_id": "req-6cec7041-78c1-4381-a2d2-ac072fb48773"}]} 2026-06-30 23:31:57.306 7 INFO neutron.db.l3_hamode_db [None req-6de0d4fb-e33b-4749-9c3d-0823be8e33a1 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] HA network f7291afd-a2fc-413b-a579-2696ade14889 was deleted as no HA routers are present in tenant 6a29886b40d34df2906b1e3d62ce8cfd. [pid: 7|app: 0|req: 853/1623] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:56 2026] DELETE /v2.0/routers/b91e5733-b15f-40fb-91c3-f50bc99551a8 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1624] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1008 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1625] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/ports?tenant_id=6054cf224cc443bb887141ffeab823a4&device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1626] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:31:56 2026] PUT /v2.0/floatingips/cfc07e8e-bf33-4b98-a307-78b7c0eeac93 => generated 855 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1627] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1628] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee => 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: 856/1629] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:31:57 2026] DELETE /v2.0/subnets/283f0148-906e-41a1-bbae-c0690e8fed0e => 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: 774/1630] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:57.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdf8cae0-851e-423e-9f00-694c5eb0c66c'] response: {'name': 'network-changed', 'server_uuid': '5de79b9c-e94a-4d00-bd72-5a5d77d29daa', 'tag': 'e3607853-9c8b-4d7d-ab9a-5e3f40c470a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 857/1631] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/subnets?id=ecd42c09-f74c-40fd-b033-e6cae9f165a5 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1632] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&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: 859/1633] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/ports?network_id=a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:31:57.619 8 INFO neutron.services.segments.plugin [-] Segment 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 resource provider aggregate not found 2026-06-30 23:31:57.621 8 INFO neutron.services.segments.plugin [-] Segment 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 resource provider aggregate not found [pid: 7|app: 0|req: 860/1634] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:57.640 8 INFO neutron.services.segments.plugin [-] Segment 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 found for delete ", "request_id": "req-ef27d411-9c4a-4bfa-8a3e-29eaf75a8aa3"}]} 2026-06-30 23:31:57.642 8 INFO neutron.services.segments.plugin [-] Segment 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4085b3c1-09dc-4d9d-8ee1-aa4ef30ddb72 found for delete ", "request_id": "req-ce7e4c66-2707-47f7-ae7a-e2c4fd75725a"}]} [pid: 8|app: 0|req: 775/1635] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:31:57 2026] DELETE /v2.0/networks/74a78e39-4c2d-4e91-9e8d-89befd8db012 => 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: 861/1636] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:31:57.734 8 INFO neutron.db.segments_db [None req-19fb8171-4c78-4b34-a06e-346c5a5578a7 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment 64b4a9af-72dd-4725-bf02-34b7c7a06ffc of type vxlan for network bfd99f9f-4d25-40bb-ade2-fa592131414d [pid: 8|app: 0|req: 776/1637] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:31:57 2026] POST /v2.0/networks => generated 630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1638] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => 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: 778/1639] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:57 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1640] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/ports?tenant_id=ee73afb2561249f8b7e647a6c6a26e95&device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1641] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:57 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1642] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/networks?id=727088a8-c05e-4e2f-a586-674935a6fdc2 => generated 766 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:58.116 8 INFO neutron.db.segments_db [None req-01673b33-ad2a-4f5e-9d60-70a53089858c 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment a33f5182-b39c-4021-8e2c-56a8071eed74 of type vxlan for network 6d3644ea-2442-45eb-8cb8-1df1394b8025 [pid: 7|app: 0|req: 864/1643] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 704 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1644] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 => generated 858 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1645] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103 => generated 179 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1646] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/subnets?id=9e2e3d5a-2934-4886-88a5-cd7a356c75cf => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:58.369 8 INFO neutron.db.l3_hamode_db [None req-01673b33-ad2a-4f5e-9d60-70a53089858c 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:31:58.475 8 INFO neutron.db.l3_hamode_db [None req-01673b33-ad2a-4f5e-9d60-70a53089858c 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 868/1647] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:31:58 2026] POST /v2.0/ports => generated 1187 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 869/1648] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/ports?network_id=727088a8-c05e-4e2f-a586-674935a6fdc2&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1649] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:58 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1008 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1650] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:31:58 2026] POST /v2.0/routers => generated 507 bytes in 1081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1651] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2?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: 782/1652] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1653] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:31:58 2026] PUT /v2.0/ports/4614853f-ac04-4464-8b3f-2b2f04dfd439 => generated 1468 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1654] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1202 bytes in 94 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: 872/1655] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1465 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1656] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1657] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1658] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:31:59.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ae5df01-30c6-498d-8509-151155ff1f02'] response: {'name': 'network-changed', 'server_uuid': '6c0081d7-e290-4ccd-8dfb-124924245923', 'tag': '4614853f-ac04-4464-8b3f-2b2f04dfd439', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 876/1659] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1660] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:31:59 2026] GET /v2.0/security-groups?id=d21606b9-f740-434a-9092-dfc25ceb7099&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1661] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1471 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1662] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1008 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1663] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1664] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/networks?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&shared=False => generated 2376 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1665] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:31:59 2026] PUT /v2.0/routers/f0df02c4-b003-4a36-a6fc-b4881f4e0fec/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1666] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1667] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:00.692 8 INFO neutron_taas.services.taas.taas_plugin [req-144ad269-d458-4f65-8db8-f15de2eaf1d8 req-333542b4-8ad5-482e-afa2-40a9cbc6e183 bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] TaaS: Handle Delete Port: e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 2026-06-30 23:32:00.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-144ad269-d458-4f65-8db8-f15de2eaf1d8 req-333542b4-8ad5-482e-afa2-40a9cbc6e183 bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] Tap Mirror: Handle Delete Port: e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 [pid: 7|app: 0|req: 884/1668] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:32:00 2026] GET /v2.0/ports/49eea30d-1aa6-4bf1-bc45-966f705f7b65 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:00.821 8 INFO neutron.db.l3_db [req-144ad269-d458-4f65-8db8-f15de2eaf1d8 req-333542b4-8ad5-482e-afa2-40a9cbc6e183 bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] Floating IP cfc07e8e-bf33-4b98-a307-78b7c0eeac93 disassociated. External IP: 10.96.250.215, port: e3607853-9c8b-4d7d-ab9a-5e3f40c470a2. 2026-06-30 23:32:01.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-bac1fd90-a973-4bed-862a-107e8588dbf8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 49eea30d-1aa6-4bf1-bc45-966f705f7b65 2026-06-30 23:32:01.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bac1fd90-a973-4bed-862a-107e8588dbf8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 49eea30d-1aa6-4bf1-bc45-966f705f7b65 [pid: 8|app: 0|req: 785/1669] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:32:00 2026] DELETE /v2.0/ports/e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:01.259 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec4e5cb8-7ca4-4387-bc4c-f1ce26ba7655'] response: {'server_uuid': '5de79b9c-e94a-4d00-bd72-5a5d77d29daa', 'name': 'network-vif-deleted', 'tag': 'e3607853-9c8b-4d7d-ab9a-5e3f40c470a2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 786/1670] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1279 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1671] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => 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: 788/1672] 199.204.45.70 () {34 vars in 1123 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1673] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:32:00 2026] PUT /v2.0/routers/f0df02c4-b003-4a36-a6fc-b4881f4e0fec/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1674] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?device_id=f0df02c4-b003-4a36-a6fc-b4881f4e0fec => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:01.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3584f05-b617-4271-a33c-aa8ce059be86 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 1a03da03-406e-4874-9ee2-a9b54ef56bb2 2026-06-30 23:32:01.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3584f05-b617-4271-a33c-aa8ce059be86 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 1a03da03-406e-4874-9ee2-a9b54ef56bb2 [pid: 8|app: 0|req: 790/1675] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1676] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1677] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1678] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=4614853f-ac04-4464-8b3f-2b2f04dfd439 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1679] 199.204.45.70 () {34 vars in 1105 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A231&port_id=4614853f-ac04-4464-8b3f-2b2f04dfd439 => 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: 795/1680] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/subnets?id=a38a7c5c-dad7-4d19-a33b-a429a172040d&id=676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1681] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1682] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:01.995 7 INFO neutron.services.segments.plugin [-] Segment a33f5182-b39c-4021-8e2c-56a8071eed74 resource provider aggregate not found 2026-06-30 23:32:02.008 7 INFO neutron.services.segments.plugin [-] Segment a33f5182-b39c-4021-8e2c-56a8071eed74 resource provider aggregate not found 2026-06-30 23:32:02.014 7 INFO neutron.services.segments.plugin [-] Segment a33f5182-b39c-4021-8e2c-56a8071eed74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a33f5182-b39c-4021-8e2c-56a8071eed74 found for delete ", "request_id": "req-32b57fa7-a0a2-4142-9370-31cc690319e8"}]} [pid: 8|app: 0|req: 798/1683] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:32:01 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:02.023 7 INFO neutron.db.l3_hamode_db [None req-e3584f05-b617-4271-a33c-aa8ce059be86 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] HA network 6d3644ea-2442-45eb-8cb8-1df1394b8025 was deleted as no HA routers are present in tenant 6a29886b40d34df2906b1e3d62ce8cfd. [pid: 7|app: 0|req: 886/1684] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:01 2026] DELETE /v2.0/routers/f0df02c4-b003-4a36-a6fc-b4881f4e0fec => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:02.032 7 INFO neutron.services.segments.plugin [-] Segment a33f5182-b39c-4021-8e2c-56a8071eed74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a33f5182-b39c-4021-8e2c-56a8071eed74 found for delete ", "request_id": "req-bf27c77b-88bf-4d16-93d4-5fe740f444e4"}]} [pid: 8|app: 0|req: 799/1685] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:32:02 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 887/1686] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:02 2026] DELETE /v2.0/subnets/919a1ec1-435b-4358-858d-6df348554201 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:02.284 8 INFO neutron.services.segments.plugin [-] Segment 64b4a9af-72dd-4725-bf02-34b7c7a06ffc resource provider aggregate not found 2026-06-30 23:32:02.288 8 INFO neutron.services.segments.plugin [-] Segment 64b4a9af-72dd-4725-bf02-34b7c7a06ffc resource provider aggregate not found 2026-06-30 23:32:02.305 8 INFO neutron.services.segments.plugin [-] Segment 64b4a9af-72dd-4725-bf02-34b7c7a06ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b4a9af-72dd-4725-bf02-34b7c7a06ffc found for delete ", "request_id": "req-53f74885-6e11-48a3-a095-22fc02ab7f49"}]} 2026-06-30 23:32:02.308 8 INFO neutron.services.segments.plugin [-] Segment 64b4a9af-72dd-4725-bf02-34b7c7a06ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b4a9af-72dd-4725-bf02-34b7c7a06ffc found for delete ", "request_id": "req-25a2937f-628c-4a46-9bc8-a0f62823a6dc"}]} [pid: 8|app: 0|req: 800/1687] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:02 2026] DELETE /v2.0/networks/bfd99f9f-4d25-40bb-ade2-fa592131414d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:02.387 7 INFO neutron.db.segments_db [None req-9cb1796d-a1d7-455e-b5bb-12b25a9ca19e 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Added segment f54b754f-915c-43fc-8854-aeeed37115fa of type vxlan for network 3cbcdb91-b559-464b-941f-c787e8dbf7cd [pid: 8|app: 0|req: 801/1688] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:02 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:02.644 7 INFO neutron.db.l3_hamode_db [None req-9cb1796d-a1d7-455e-b5bb-12b25a9ca19e 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 802/1689] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:02 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1690] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:02 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1691] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:03 2026] GET /v2.0/ports?device_id=5de79b9c-e94a-4d00-bd72-5a5d77d29daa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:03.520 7 INFO neutron.db.l3_hamode_db [None req-9cb1796d-a1d7-455e-b5bb-12b25a9ca19e 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 805/1692] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:04 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1693] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:04 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1696] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:04 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1697] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:02 2026] POST /v2.0/routers => generated 688 bytes in 2118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1698] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:32:04 2026] GET /v2.0/routers/d2ec054d-306e-43f0-a61d-e4616354b678 => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1699] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:32:04 2026] GET /v2.0/routers => generated 697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:04.680 8 INFO neutron.db.l3_db [None req-ab0c036e-6235-4d59-9bf3-9bfe64561fb2 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] Floating IP ce791ede-92e7-4568-93b2-fbc697b68229 associated. External IP: 10.96.250.208, port: d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee. [pid: 8|app: 0|req: 810/1700] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:32:04 2026] PUT /v2.0/floatingips/ce791ede-92e7-4568-93b2-fbc697b68229 => generated 855 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:05.156 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcd35738-05c1-4286-b8a0-d322d21f2287'] response: {'name': 'network-changed', 'server_uuid': '50e08295-9d8e-49a4-a0f7-65344b7cf958', 'tag': 'd25a7290-ca7e-42ce-ac3e-06a67c5eb9ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 811/1701] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:05 2026] DELETE /v2.0/security-groups/d21606b9-f740-434a-9092-dfc25ceb7099 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1702] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:05 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1202 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:05.337 8 INFO neutron.api.v2.resource [None req-ab5f6363-cdd8-4e68-90c3-6680ea10e51e bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1703] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:32:05 2026] GET /v2.0/security-groups/d21606b9-f740-434a-9092-dfc25ceb7099 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1704] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:32:05 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1705] 10.0.0.42 () {34 vars in 740 bytes} [Tue Jun 30 23:32:04 2026] PUT /v2.0/routers/d2ec054d-306e-43f0-a61d-e4616354b678 => generated 701 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1706] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:32:05 2026] GET /v2.0/routers/d2ec054d-306e-43f0-a61d-e4616354b678 => generated 701 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1707] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:05 2026] GET /v2.0/ports?device_id=d2ec054d-306e-43f0-a61d-e4616354b678 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:05.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae9da916-a0a7-4f63-a21b-9b5f50bce59c bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] TaaS: Handle Delete Port: 30817739-3d78-4b40-a1e7-93db066dfb45 2026-06-30 23:32:05.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae9da916-a0a7-4f63-a21b-9b5f50bce59c bce9ce3c055a4b63900420faf3fba7a1 ee73afb2561249f8b7e647a6c6a26e95 - - default default] Tap Mirror: Handle Delete Port: 30817739-3d78-4b40-a1e7-93db066dfb45 [pid: 8|app: 0|req: 815/1708] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:32:05 2026] DELETE /v2.0/floatingips/cfc07e8e-bf33-4b98-a307-78b7c0eeac93 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:05.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cd800d8-0eea-4ea8-a909-2d779422dfa8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 85b98424-2855-476e-a632-16ca5896cfe6 2026-06-30 23:32:05.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cd800d8-0eea-4ea8-a909-2d779422dfa8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 85b98424-2855-476e-a632-16ca5896cfe6 [pid: 8|app: 0|req: 816/1709] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:32:05 2026] GET /v2.0/ports?tenant_id=6054cf224cc443bb887141ffeab823a4&device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:05.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cd800d8-0eea-4ea8-a909-2d779422dfa8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] TaaS: Handle Delete Port: 2f9ba96b-6c29-4019-a799-1b564f99d967 2026-06-30 23:32:05.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cd800d8-0eea-4ea8-a909-2d779422dfa8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] Tap Mirror: Handle Delete Port: 2f9ba96b-6c29-4019-a799-1b564f99d967 2026-06-30 23:32:06.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-987a3f95-bfad-4c37-b222-c06f40199182 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 71966a88-8cd2-445a-85ef-569f8c2cf924 2026-06-30 23:32:06.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987a3f95-bfad-4c37-b222-c06f40199182 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 71966a88-8cd2-445a-85ef-569f8c2cf924 2026-06-30 23:32:06.343 7 INFO neutron.services.segments.plugin [-] Segment f54b754f-915c-43fc-8854-aeeed37115fa resource provider aggregate not found 2026-06-30 23:32:06.348 7 INFO neutron.services.segments.plugin [-] Segment f54b754f-915c-43fc-8854-aeeed37115fa resource provider aggregate not found 2026-06-30 23:32:06.367 7 INFO neutron.services.segments.plugin [-] Segment f54b754f-915c-43fc-8854-aeeed37115fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54b754f-915c-43fc-8854-aeeed37115fa found for delete ", "request_id": "req-c512f856-0615-46dc-8aec-643fba59267d"}]} 2026-06-30 23:32:06.371 7 INFO neutron.services.segments.plugin [-] Segment f54b754f-915c-43fc-8854-aeeed37115fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54b754f-915c-43fc-8854-aeeed37115fa found for delete ", "request_id": "req-c45921ee-82f7-4997-b988-e6b530e4f209"}]} 2026-06-30 23:32:06.372 7 INFO neutron.db.l3_hamode_db [None req-1cd800d8-0eea-4ea8-a909-2d779422dfa8 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] HA network 3cbcdb91-b559-464b-941f-c787e8dbf7cd was deleted as no HA routers are present in tenant 6a29886b40d34df2906b1e3d62ce8cfd. [pid: 7|app: 0|req: 894/1710] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:05 2026] DELETE /v2.0/routers/d2ec054d-306e-43f0-a61d-e4616354b678 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1711] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/networks?id=a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8 => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1712] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/ports?device_id=d2ec054d-306e-43f0-a61d-e4616354b678 => 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: 897/1713] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:06.493 7 INFO neutron.api.v2.resource [None req-3732bdcd-073e-497e-9a6d-21e31ce3b316 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1714] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/routers/d2ec054d-306e-43f0-a61d-e4616354b678 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1715] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/subnets?id=ecd42c09-f74c-40fd-b033-e6cae9f165a5 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1716] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/ports?device_id=f0df02c4-b003-4a36-a6fc-b4881f4e0fec => 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: 901/1717] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/ports?network_id=a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:06.579 7 INFO neutron.api.v2.resource [None req-4d1aa1ad-3854-4720-8b01-58fb4e37fe7a 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 902/1718] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/routers/f0df02c4-b003-4a36-a6fc-b4881f4e0fec => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1719] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:06.650 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a157a70e-7b2a-43bc-826d-29c1039e5202 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1720] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/subnets/919a1ec1-435b-4358-858d-6df348554201 => 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: 905/1721] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1722] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/ports?device_id=b91e5733-b15f-40fb-91c3-f50bc99551a8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:06.754 7 INFO neutron.api.v2.resource [None req-c81b097a-451e-4a79-94a0-4dcfa413c468 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1723] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/routers/b91e5733-b15f-40fb-91c3-f50bc99551a8 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:06.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cd218e1-a50a-4ffe-b0f9-82b3c61adfc0 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1724] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/subnets/283f0148-906e-41a1-bbae-c0690e8fed0e => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1725] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:06 2026] GET /v2.0/ports?device_id=612ed301-2188-471b-9ceb-74da72cb463c => 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: 817/1726] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:32:05 2026] PUT /v2.0/routers/de1fa5bc-9914-4666-82a9-d19b14821965/remove_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:06.839 8 INFO neutron.api.v2.resource [None req-667c75d4-9144-4e9b-b64f-7afd109ac107 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 818/1727] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/routers/612ed301-2188-471b-9ceb-74da72cb463c => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:06.856 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e030b3fd-3d5c-443a-9e2a-232845760921 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 819/1728] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/subnets/88f829e1-a4e7-421d-9f61-dc60415427bd => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:06.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34b368c4-6819-4ab4-953b-67d83d8e22a2 11e1033c71204f7b8744b465213d96dd 6a29886b40d34df2906b1e3d62ce8cfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1729] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/subnets/759ad951-d7a5-436b-9652-e4e7c9fb6843 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:07.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b01759-b777-4533-9b24-4510a99da5da ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 814a8873-27d9-4095-99c1-bbdc141b8b50 2026-06-30 23:32:07.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b01759-b777-4533-9b24-4510a99da5da ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 814a8873-27d9-4095-99c1-bbdc141b8b50 2026-06-30 23:32:07.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b01759-b777-4533-9b24-4510a99da5da ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 6022eabb-27ce-47e9-850d-bd9117828076 2026-06-30 23:32:07.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b01759-b777-4533-9b24-4510a99da5da ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 6022eabb-27ce-47e9-850d-bd9117828076 [pid: 8|app: 0|req: 821/1730] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:07 2026] GET /v2.0/security-groups?tenant_id=6a29886b40d34df2906b1e3d62ce8cfd&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1731] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:07 2026] DELETE /v2.0/security-groups/3b1939dd-37c0-4d37-a9aa-ccd24fba75ae => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:07.684 7 INFO neutron.db.l3_hamode_db [None req-b0b01759-b777-4533-9b24-4510a99da5da ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network db157e4a-49d8-4b19-ab6f-c855652cea58 was deleted as no HA routers are present in tenant ee73afb2561249f8b7e647a6c6a26e95. [pid: 7|app: 0|req: 910/1732] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:06 2026] DELETE /v2.0/routers/de1fa5bc-9914-4666-82a9-d19b14821965 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1733] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:07 2026] DELETE /v2.0/subnets/9e2e3d5a-2934-4886-88a5-cd7a356c75cf => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:07.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-1102362b-f11b-48e9-9d5b-5d9c5ba82399 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 17aa7c92-e7b1-4cc6-b777-39f1d414e563 2026-06-30 23:32:07.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1102362b-f11b-48e9-9d5b-5d9c5ba82399 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 17aa7c92-e7b1-4cc6-b777-39f1d414e563 [pid: 7|app: 0|req: 911/1734] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:07 2026] DELETE /v2.0/networks/727088a8-c05e-4e2f-a586-674935a6fdc2 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1735] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:08 2026] GET /v2.0/security-groups?tenant_id=ee73afb2561249f8b7e647a6c6a26e95&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:08.391 7 INFO neutron.services.segments.plugin [-] Segment 29d633ba-0435-43a9-ae1b-61bc799904b8 resource provider aggregate not found 2026-06-30 23:32:08.397 7 INFO neutron.services.segments.plugin [-] Segment 29d633ba-0435-43a9-ae1b-61bc799904b8 resource provider aggregate not found 2026-06-30 23:32:08.415 7 INFO neutron.services.segments.plugin [-] Segment 29d633ba-0435-43a9-ae1b-61bc799904b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d633ba-0435-43a9-ae1b-61bc799904b8 found for delete ", "request_id": "req-84cbef5c-0068-4f93-9225-5a7d550fa45f"}]} 2026-06-30 23:32:08.421 7 INFO neutron.services.segments.plugin [-] Segment 29d633ba-0435-43a9-ae1b-61bc799904b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d633ba-0435-43a9-ae1b-61bc799904b8 found for delete ", "request_id": "req-32f518c2-4cf2-41f2-9aff-e1f14681a95b"}]} 2026-06-30 23:32:08.436 7 INFO neutron.services.segments.plugin [-] Segment 08824b7b-c068-4e73-bc8c-6a7d873756a5 resource provider aggregate not found 2026-06-30 23:32:08.440 7 INFO neutron.services.segments.plugin [-] Segment 08824b7b-c068-4e73-bc8c-6a7d873756a5 resource provider aggregate not found [pid: 7|app: 0|req: 912/1736] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:08 2026] DELETE /v2.0/security-groups/ccc706a8-8dec-43b3-a4a8-c16931dafed2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:08.467 7 INFO neutron.services.segments.plugin [-] Segment 08824b7b-c068-4e73-bc8c-6a7d873756a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08824b7b-c068-4e73-bc8c-6a7d873756a5 found for delete ", "request_id": "req-00fe6597-57b3-438e-928a-a38dd3fb12a1"}]} 2026-06-30 23:32:08.468 7 INFO neutron.services.segments.plugin [-] Segment 08824b7b-c068-4e73-bc8c-6a7d873756a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08824b7b-c068-4e73-bc8c-6a7d873756a5 found for delete ", "request_id": "req-fbf769f2-55e7-4b07-8278-8cd4e882d55e"}]} [pid: 8|app: 0|req: 825/1737] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:32:09 2026] POST /v2.0/security-groups => generated 1624 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1738] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:32:09 2026] GET /v2.0/security-groups => generated 4529 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1739] 10.0.0.42 () {34 vars in 757 bytes} [Tue Jun 30 23:32:10 2026] PUT /v2.0/security-groups/f2b068b1-b810-4645-bdf9-8eb9f0dc5554 => generated 1663 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1740] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-groups/f2b068b1-b810-4645-bdf9-8eb9f0dc5554 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1741] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:10 2026] DELETE /v2.0/security-groups/f2b068b1-b810-4645-bdf9-8eb9f0dc5554 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1742] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:10.266 8 INFO neutron.api.v2.resource [None req-bdf584ed-0104-46ab-9441-a2dbb6efc865 2830d35b51db46738268d7977243b0e4 31cd9638d06f42db9bdbd20fd1181a10 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1743] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:10 2026] DELETE /v2.0/security-groups/f2b068b1-b810-4645-bdf9-8eb9f0dc5554 => 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: 916/1744] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:32:10 2026] POST /v2.0/security-groups => generated 1625 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1745] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1746] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1204 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1747] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-group-rules/dc1ed55f-806e-46fc-8fc7-33b9c71af47f => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1748] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1749] 10.0.0.42 () {32 vars in 817 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&mac_address=fa%3A16%3A3e%3Aa3%3A13%3A1b => 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: 831/1750] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1751] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:32:10 2026] DELETE /v2.0/security-group-rules/dc1ed55f-806e-46fc-8fc7-33b9c71af47f => 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: 833/1752] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1753] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1754] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-group-rules/63fc1881-90e1-4c1d-b414-f07b31da34dd => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1755] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:32:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1756] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:32:10 2026] DELETE /v2.0/security-group-rules/63fc1881-90e1-4c1d-b414-f07b31da34dd => 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: 838/1757] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:32:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1758] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1759] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:32:11 2026] GET /v2.0/security-group-rules/b74ce7cc-75b6-468f-ad1f-a1bb3cbd7c76 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1760] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:32:11 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1761] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:32:11 2026] DELETE /v2.0/security-group-rules/b74ce7cc-75b6-468f-ad1f-a1bb3cbd7c76 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:11.387 7 INFO neutron.db.l3_db [None req-32e71d2a-871b-4e3a-8a7c-77078e226f52 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Floating IP 6c0290e6-9e36-4f6c-ace9-8c9e93d48e5b associated. External IP: 10.96.250.205, port: 4614853f-ac04-4464-8b3f-2b2f04dfd439. [pid: 8|app: 0|req: 843/1762] 10.0.0.42 () {32 vars in 672 bytes} [Tue Jun 30 23:32:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1763] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:11 2026] DELETE /v2.0/security-groups/7b3f4b19-a992-40ad-aa6b-d8e4a9cbbbb6 => 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: 845/1764] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:32:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1765] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:32:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1766] 10.0.0.42 () {34 vars in 676 bytes} [Tue Jun 30 23:32:10 2026] POST /v2.0/floatingips => generated 855 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:11.702 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-500ebd84-2cd9-4c21-8f7d-5c64a962cab8'] response: {'name': 'network-changed', 'server_uuid': '6c0081d7-e290-4ccd-8dfb-124924245923', 'tag': '4614853f-ac04-4464-8b3f-2b2f04dfd439', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 847/1767] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/security-groups?tenant_id=31cd9638d06f42db9bdbd20fd1181a10&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1768] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1473 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1769] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 800 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1770] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:12 2026] DELETE /v2.0/security-groups/eeeaca0d-9ffe-40a6-a363-b56753310b24 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1771] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=4614853f-ac04-4464-8b3f-2b2f04dfd439 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1772] 199.204.45.70 () {34 vars in 1105 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A231&port_id=4614853f-ac04-4464-8b3f-2b2f04dfd439 => 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: 924/1773] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/subnets?id=a38a7c5c-dad7-4d19-a33b-a429a172040d&id=676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1774] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1775] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1776] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1777] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 852/1778] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:12 2026] GET /v2.0/security-groups?tenant_id=91c38188d1bd42d4852c498a61d25c83&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1779] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:13 2026] DELETE /v2.0/security-groups/7f3577c8-6afd-467a-8640-aa820f72e15b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1780] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:13 2026] GET /v2.0/security-groups?tenant_id=10bea35e3c8f4b5b851d56a9d7e12a1b&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1781] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:13 2026] DELETE /v2.0/security-groups/62e1f45d-2e70-4f05-9bc6-634c1fa3eb3f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1782] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:32:14 2026] POST /v2.0/subnetpools => generated 548 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1783] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:14 2026] GET /v2.0/subnetpools/b0469237-b690-4315-90f1-e0e6ae10c423 => generated 548 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1784] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:32:14 2026] PUT /v2.0/subnetpools/b0469237-b690-4315-90f1-e0e6ae10c423 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1785] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:32:14 2026] DELETE /v2.0/subnetpools/b0469237-b690-4315-90f1-e0e6ae10c423 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:14.542 8 INFO neutron.api.v2.resource [None req-0d51cf24-37cc-4345-bd84-eb89b90ddb00 63f239cb5f7f40e0abdda98296b93095 3a9b249ac98f4edda3acfd2dfbe7276e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1786] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:14 2026] GET /v2.0/subnetpools/b0469237-b690-4315-90f1-e0e6ae10c423 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:14.562 7 INFO neutron.api.v2.resource [None req-772b58d5-28a0-4e22-877f-3d80094e91cc 63f239cb5f7f40e0abdda98296b93095 3a9b249ac98f4edda3acfd2dfbe7276e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1787] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:32:14 2026] DELETE /v2.0/subnetpools/b0469237-b690-4315-90f1-e0e6ae10c423 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1788] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:15 2026] GET /v2.0/security-groups?tenant_id=3a9b249ac98f4edda3acfd2dfbe7276e&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1789] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:15 2026] DELETE /v2.0/security-groups/37a63e01-8ae5-4414-96cf-15d90779481a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1790] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:17 2026] GET /v2.0/security-groups?tenant_id=18afa2f7b4344f34adbddf0a3a436c58&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1791] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:17 2026] DELETE /v2.0/security-groups/904bf4b2-45cd-4595-83b7-e8972a6468b5 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1792] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:17 2026] GET /v2.0/security-groups?tenant_id=7bda117ad203426aba681781b1233679&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1793] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:17 2026] DELETE /v2.0/security-groups/d337ed2f-31d7-4c13-af9b-e00170f613c0 => 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: 860/1794] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:18 2026] GET /v2.0/security-groups?tenant_id=0b99078a400b4ca59b68f53383e191bb&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1795] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:18 2026] DELETE /v2.0/security-groups/1be44390-35aa-4d3a-a4b9-bee743a91e2c => 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: 861/1796] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:18 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1797] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:19 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1800] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:32:19 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1279 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1801] 10.0.0.42 () {32 vars in 857 bytes} [Tue Jun 30 23:32:19 2026] GET /v2.0/floatingips?floating_network_id=31821464-56c6-4767-aa73-e96665bb4c29&port_id=d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:20.023 8 INFO neutron.db.segments_db [None req-a569132d-4ebd-4768-a6cf-71eb57c6a184 de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Added segment 8e651e71-1588-47b5-81d9-bb17f9f62bda of type vxlan for network 1d1c4822-d3fb-4d29-9e96-8fa85a34b711 2026-06-30 23:32:20.105 8 INFO neutron.db.segments_db [None req-a569132d-4ebd-4768-a6cf-71eb57c6a184 de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Added segment 1ff275a0-d4e7-4a5a-8a82-185029ae0921 of type vxlan for network e7b29687-8143-4aca-b738-061bf942ac8a [pid: 8|app: 0|req: 863/1802] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:19 2026] POST /v2.0/networks => generated 1245 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1803] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:32:20 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1804] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:32:20 2026] GET /v2.0/networks => generated 1844 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1805] 10.0.0.243 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:20 2026] GET /v2.0/security-groups?id=a5e822b9-bb48-4269-acff-1a18b5658378&id=eeed1bda-027a-4cb5-8017-ed26311b30f9&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:20.436 8 INFO neutron.services.segments.plugin [-] Segment 8e651e71-1588-47b5-81d9-bb17f9f62bda resource provider aggregate not found 2026-06-30 23:32:20.446 8 INFO neutron.services.segments.plugin [-] Segment 8e651e71-1588-47b5-81d9-bb17f9f62bda resource provider aggregate not found 2026-06-30 23:32:20.464 8 INFO neutron.services.segments.plugin [-] Segment 8e651e71-1588-47b5-81d9-bb17f9f62bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e651e71-1588-47b5-81d9-bb17f9f62bda found for delete ", "request_id": "req-3325e045-a957-4753-901e-690cc221a2e8"}]} 2026-06-30 23:32:20.467 8 INFO neutron.services.segments.plugin [-] Segment 8e651e71-1588-47b5-81d9-bb17f9f62bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e651e71-1588-47b5-81d9-bb17f9f62bda found for delete ", "request_id": "req-0f502c60-9a47-4747-ac0f-77e90d5bd09b"}]} [pid: 8|app: 0|req: 865/1806] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:20 2026] DELETE /v2.0/networks/1d1c4822-d3fb-4d29-9e96-8fa85a34b711 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:20.589 7 INFO neutron.services.segments.plugin [-] Segment 1ff275a0-d4e7-4a5a-8a82-185029ae0921 resource provider aggregate not found 2026-06-30 23:32:20.596 7 INFO neutron.services.segments.plugin [-] Segment 1ff275a0-d4e7-4a5a-8a82-185029ae0921 resource provider aggregate not found 2026-06-30 23:32:20.607 7 INFO neutron.services.segments.plugin [-] Segment 1ff275a0-d4e7-4a5a-8a82-185029ae0921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff275a0-d4e7-4a5a-8a82-185029ae0921 found for delete ", "request_id": "req-98c177b1-057d-4947-97b6-483ffda66158"}]} 2026-06-30 23:32:20.614 7 INFO neutron.services.segments.plugin [-] Segment 1ff275a0-d4e7-4a5a-8a82-185029ae0921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff275a0-d4e7-4a5a-8a82-185029ae0921 found for delete ", "request_id": "req-2b796c03-df60-48ca-bc07-f08aa669fc1c"}]} [pid: 7|app: 0|req: 942/1807] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:20 2026] DELETE /v2.0/networks/e7b29687-8143-4aca-b738-061bf942ac8a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1808] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:32:20 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:20.747 7 INFO neutron.db.segments_db [None req-897c84b5-6342-4f68-8d36-534c8928d056 de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Added segment 1f3d23e6-e049-4fed-9577-5e8e00f22d0c of type vxlan for network 01a49d84-a4e2-4c63-a7b8-c8f5afbeac3a [pid: 7|app: 0|req: 943/1809] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:20 2026] POST /v2.0/networks => generated 653 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:20.894 8 INFO neutron.db.segments_db [None req-1bfc1bfc-de9e-417a-9845-e51befcd3d6c de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Added segment a81129d0-0fb6-4267-bffb-a52a9b3d8f40 of type vxlan for network a492f203-e6fe-482d-a750-6b1df5b4f1fb [pid: 8|app: 0|req: 867/1810] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:20 2026] POST /v2.0/networks => generated 653 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1811] 10.0.0.42 () {34 vars in 664 bytes} [Tue Jun 30 23:32:20 2026] POST /v2.0/ports => generated 1506 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1812] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:32:21 2026] GET /v2.0/ports => generated 1506 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:21.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e6dc721-b981-40bb-b670-8bd05ad6ea9e de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] TaaS: Handle Delete Port: e472cbec-687c-4836-b0a0-3dff9daba99f 2026-06-30 23:32:21.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6dc721-b981-40bb-b670-8bd05ad6ea9e de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Tap Mirror: Handle Delete Port: e472cbec-687c-4836-b0a0-3dff9daba99f [pid: 7|app: 0|req: 945/1813] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:21 2026] DELETE /v2.0/ports/e472cbec-687c-4836-b0a0-3dff9daba99f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:21.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-35f6d1e5-07b9-4766-aa46-5b9550945d4c de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] TaaS: Handle Delete Port: c566b37c-5776-4152-ab81-fa6fe29a9798 2026-06-30 23:32:21.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35f6d1e5-07b9-4766-aa46-5b9550945d4c de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Tap Mirror: Handle Delete Port: c566b37c-5776-4152-ab81-fa6fe29a9798 [pid: 8|app: 0|req: 869/1814] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:21 2026] DELETE /v2.0/ports/c566b37c-5776-4152-ab81-fa6fe29a9798 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1815] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:32:22 2026] GET /v2.0/ports => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:22.117 8 INFO neutron.db.segments_db [None req-fc2ee618-d1a9-448d-9afb-2ad1cee12cf9 de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Added segment adb3cfa1-3e93-417c-99fa-5e40e93d8d37 of type vxlan for network 63366b69-6e03-4d1b-b78d-4d3438e5c061 [pid: 8|app: 0|req: 870/1816] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:22 2026] POST /v2.0/networks => generated 654 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:22.280 7 INFO neutron.db.segments_db [None req-07eaef8d-5cec-4a1b-b998-5a85cc8b449d de1fbd66b89c4eeca1836bab4a5f2611 65577bff308b43d3a56ab2ef15694dee - - default default] Added segment 56a96e57-fd36-4e07-bb63-8d47a40448b0 of type vxlan for network 14dbf6e8-3f8f-4c19-9ea2-d29bc4cecd61 [pid: 7|app: 0|req: 947/1817] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:22 2026] POST /v2.0/networks => generated 654 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1818] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:22 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1819] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:22 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1820] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:22 2026] POST /v2.0/subnets => generated 1324 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1821] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:32:23 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1822] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:23 2026] DELETE /v2.0/subnets/1fef7ff6-22e9-4913-8692-f3281099a24d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1823] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:23 2026] DELETE /v2.0/subnets/1ff97696-6c8a-44cf-815a-db7981aeb18e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1824] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:32:23 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:23.873 7 INFO neutron.services.segments.plugin [-] Segment 56a96e57-fd36-4e07-bb63-8d47a40448b0 resource provider aggregate not found 2026-06-30 23:32:23.881 7 INFO neutron.services.segments.plugin [-] Segment 56a96e57-fd36-4e07-bb63-8d47a40448b0 resource provider aggregate not found 2026-06-30 23:32:23.895 7 INFO neutron.services.segments.plugin [-] Segment 56a96e57-fd36-4e07-bb63-8d47a40448b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a96e57-fd36-4e07-bb63-8d47a40448b0 found for delete ", "request_id": "req-ca71590e-1b33-44f7-8715-b7758bea9c6b"}]} 2026-06-30 23:32:23.903 7 INFO neutron.services.segments.plugin [-] Segment 56a96e57-fd36-4e07-bb63-8d47a40448b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a96e57-fd36-4e07-bb63-8d47a40448b0 found for delete ", "request_id": "req-c82713f1-f9b9-449b-af4c-44aaa8c81007"}]} [pid: 7|app: 0|req: 951/1825] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:23 2026] DELETE /v2.0/networks/14dbf6e8-3f8f-4c19-9ea2-d29bc4cecd61 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:24.052 8 INFO neutron.services.segments.plugin [-] Segment adb3cfa1-3e93-417c-99fa-5e40e93d8d37 resource provider aggregate not found 2026-06-30 23:32:24.059 8 INFO neutron.services.segments.plugin [-] Segment adb3cfa1-3e93-417c-99fa-5e40e93d8d37 resource provider aggregate not found 2026-06-30 23:32:24.077 8 INFO neutron.services.segments.plugin [-] Segment adb3cfa1-3e93-417c-99fa-5e40e93d8d37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adb3cfa1-3e93-417c-99fa-5e40e93d8d37 found for delete ", "request_id": "req-eade3d79-c5ad-45ef-bac0-30ab661686af"}]} [pid: 7|app: 0|req: 952/1826] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:23 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:24.082 8 INFO neutron.services.segments.plugin [-] Segment adb3cfa1-3e93-417c-99fa-5e40e93d8d37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adb3cfa1-3e93-417c-99fa-5e40e93d8d37 found for delete ", "request_id": "req-c6b53ac2-25e3-4f0a-91a4-bfcefb3b5bf3"}]} [pid: 8|app: 0|req: 875/1827] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:23 2026] DELETE /v2.0/networks/63366b69-6e03-4d1b-b78d-4d3438e5c061 => 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: 953/1828] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:24 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1829] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:24 2026] DELETE /v2.0/networks/a492f203-e6fe-482d-a750-6b1df5b4f1fb => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1830] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:24 2026] DELETE /v2.0/networks/01a49d84-a4e2-4c63-a7b8-c8f5afbeac3a => 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: 877/1831] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:24 2026] GET /v2.0/security-groups?tenant_id=65577bff308b43d3a56ab2ef15694dee&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1832] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:25 2026] DELETE /v2.0/security-groups/dc83b308-64e8-49de-8344-35629a5002bf => 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: 878/1833] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:25 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1834] 10.0.0.210 () {34 vars in 1120 bytes} [Tue Jun 30 23:32:25 2026] GET /v2.0/security-groups?id=eeed1bda-027a-4cb5-8017-ed26311b30f9&id=a5e822b9-bb48-4269-acff-1a18b5658378&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1835] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:32:25 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:25.495 7 INFO neutron_taas.services.taas.taas_plugin [req-0b14238d-0946-4256-bb5a-20817c658933 req-ec1bc140-a553-4e04-88de-18f361c49eb6 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] TaaS: Handle Delete Port: d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee 2026-06-30 23:32:25.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b14238d-0946-4256-bb5a-20817c658933 req-ec1bc140-a553-4e04-88de-18f361c49eb6 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] Tap Mirror: Handle Delete Port: d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee 2026-06-30 23:32:25.638 7 INFO neutron.db.l3_db [req-0b14238d-0946-4256-bb5a-20817c658933 req-ec1bc140-a553-4e04-88de-18f361c49eb6 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] Floating IP ce791ede-92e7-4568-93b2-fbc697b68229 disassociated. External IP: 10.96.250.208, port: d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee. 2026-06-30 23:32:25.928 7 INFO neutron.services.segments.plugin [-] Segment 1f3d23e6-e049-4fed-9577-5e8e00f22d0c resource provider aggregate not found 2026-06-30 23:32:25.933 7 INFO neutron.services.segments.plugin [-] Segment 1f3d23e6-e049-4fed-9577-5e8e00f22d0c resource provider aggregate not found 2026-06-30 23:32:25.950 7 INFO neutron.services.segments.plugin [-] Segment 1f3d23e6-e049-4fed-9577-5e8e00f22d0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f3d23e6-e049-4fed-9577-5e8e00f22d0c found for delete ", "request_id": "req-65b99137-336d-4a0e-b310-333d467e5a78"}]} 2026-06-30 23:32:25.959 7 INFO neutron.services.segments.plugin [-] Segment 1f3d23e6-e049-4fed-9577-5e8e00f22d0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f3d23e6-e049-4fed-9577-5e8e00f22d0c found for delete ", "request_id": "req-ee8f21dd-11ff-4d16-919c-b64f29b03e74"}]} [pid: 7|app: 0|req: 957/1836] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:32:25 2026] DELETE /v2.0/ports/d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:26.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ed4bd4b-0657-4433-a64c-d41482bb7762'] response: {'server_uuid': '50e08295-9d8e-49a4-a0f7-65344b7cf958', 'name': 'network-vif-deleted', 'tag': 'd25a7290-ca7e-42ce-ac3e-06a67c5eb9ee', 'status': 'completed', 'code': 200} 2026-06-30 23:32:26.104 8 INFO neutron.services.segments.plugin [-] Segment a81129d0-0fb6-4267-bffb-a52a9b3d8f40 resource provider aggregate not found 2026-06-30 23:32:26.109 8 INFO neutron.services.segments.plugin [-] Segment a81129d0-0fb6-4267-bffb-a52a9b3d8f40 resource provider aggregate not found 2026-06-30 23:32:26.121 8 INFO neutron.services.segments.plugin [-] Segment a81129d0-0fb6-4267-bffb-a52a9b3d8f40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a81129d0-0fb6-4267-bffb-a52a9b3d8f40 found for delete ", "request_id": "req-34192fe3-6ce7-4772-8d37-cdb521d107e7"}]} 2026-06-30 23:32:26.128 8 INFO neutron.services.segments.plugin [-] Segment a81129d0-0fb6-4267-bffb-a52a9b3d8f40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a81129d0-0fb6-4267-bffb-a52a9b3d8f40 found for delete ", "request_id": "req-a5cce8f2-a356-49db-8106-217d8a1cc20b"}]} [pid: 8|app: 0|req: 880/1837] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:26 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:27.069 7 INFO neutron.db.segments_db [None req-613905bf-50d9-4479-a1d0-a402bd174e84 67c575d04037475caa86879de5d9a867 7305b30b37714a75aca6ca3f957c94c2 - - default default] Added segment 3b52dbcd-c412-47f5-af41-95374a2689a4 of type vxlan for network 6f40514f-1026-466e-afda-f431b69198a7 [pid: 7|app: 0|req: 958/1838] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:26 2026] POST /v2.0/networks => generated 648 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1839] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:27 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1840] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:27 2026] POST /v2.0/subnets => generated 673 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:27.899 8 INFO neutron.db.segments_db [None req-dcf8ab85-b494-42a2-b0a6-8509326f0ba4 67c575d04037475caa86879de5d9a867 7305b30b37714a75aca6ca3f957c94c2 - - default default] Added segment 26f2c712-f4e5-4d17-8466-7c3a130ae508 of type vxlan for network 72a8f3a7-cb80-4647-8734-6ddec00096a3 [pid: 8|app: 0|req: 882/1841] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:27 2026] POST /v2.0/networks => generated 647 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1842] 10.0.0.42 () {34 vars in 742 bytes} [Tue Jun 30 23:32:28 2026] PUT /v2.0/networks/72a8f3a7-cb80-4647-8734-6ddec00096a3 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1843] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:28 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1844] 10.0.0.42 () {34 vars in 740 bytes} [Tue Jun 30 23:32:28 2026] PUT /v2.0/subnets/6a27ec9f-dfc8-41b0-8113-8ccb59afaadc => generated 656 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1845] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/ports?device_id=50e08295-9d8e-49a4-a0f7-65344b7cf958 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:28.652 8 INFO neutron.services.segments.plugin [-] Segment 26f2c712-f4e5-4d17-8466-7c3a130ae508 resource provider aggregate not found 2026-06-30 23:32:28.660 8 INFO neutron.services.segments.plugin [-] Segment 26f2c712-f4e5-4d17-8466-7c3a130ae508 resource provider aggregate not found 2026-06-30 23:32:28.669 8 INFO neutron.services.segments.plugin [-] Segment 26f2c712-f4e5-4d17-8466-7c3a130ae508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f2c712-f4e5-4d17-8466-7c3a130ae508 found for delete ", "request_id": "req-82f5ad8d-09d0-41ae-9c1d-8f4382d4695d"}]} 2026-06-30 23:32:28.674 8 INFO neutron.services.segments.plugin [-] Segment 26f2c712-f4e5-4d17-8466-7c3a130ae508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f2c712-f4e5-4d17-8466-7c3a130ae508 found for delete ", "request_id": "req-b3e2343b-2ded-48b6-a4f7-5c5637adb3cc"}]} [pid: 8|app: 0|req: 884/1846] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:28 2026] DELETE /v2.0/networks/72a8f3a7-cb80-4647-8734-6ddec00096a3 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:28.703 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff3f5fbf-c774-4658-91ae-58dbde5c49b6 67c575d04037475caa86879de5d9a867 7305b30b37714a75aca6ca3f957c94c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/1847] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:28 2026] DELETE /v2.0/networks/72a8f3a7-cb80-4647-8734-6ddec00096a3 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1848] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1849] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/subnets?network_id=31821464-56c6-4767-aa73-e96665bb4c29 => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1850] 10.0.0.42 () {32 vars in 652 bytes} [Tue Jun 30 23:32:28 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: 965/1851] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/networks => generated 1313 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1852] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/subnets => generated 1312 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1853] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/networks/6f40514f-1026-466e-afda-f431b69198a7 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1854] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:32:28 2026] GET /v2.0/subnets/48590675-e59b-4d52-b3c3-e5c3f97e0493 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:29.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfb023f2-6e7a-485c-83db-459359c2cfd2 67c575d04037475caa86879de5d9a867 7305b30b37714a75aca6ca3f957c94c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1855] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/subnets/6a27ec9f-dfc8-41b0-8113-8ccb59afaadc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:29.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58f8803d-1075-4e18-a1f4-2b19d6997fa2 67c575d04037475caa86879de5d9a867 7305b30b37714a75aca6ca3f957c94c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 889/1856] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/networks/72a8f3a7-cb80-4647-8734-6ddec00096a3 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1857] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/subnets/48590675-e59b-4d52-b3c3-e5c3f97e0493 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1858] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/networks/6f40514f-1026-466e-afda-f431b69198a7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1859] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/security-groups/eeed1bda-027a-4cb5-8017-ed26311b30f9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:29.826 7 INFO neutron.api.v2.resource [None req-1673c47e-d902-4d74-8043-5357f6de7996 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1860] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:32:29 2026] GET /v2.0/security-groups/eeed1bda-027a-4cb5-8017-ed26311b30f9 => 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: 891/1861] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:29 2026] GET /v2.0/security-groups?tenant_id=7305b30b37714a75aca6ca3f957c94c2&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:29.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-eed53b98-42dd-4e5b-8462-0ab7a74e31c6 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] TaaS: Handle Delete Port: 3afa0ab8-2617-482e-b2fe-55618fcf1658 2026-06-30 23:32:29.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eed53b98-42dd-4e5b-8462-0ab7a74e31c6 70393437712140a7b22394a140468fb3 6054cf224cc443bb887141ffeab823a4 - - default default] Tap Mirror: Handle Delete Port: 3afa0ab8-2617-482e-b2fe-55618fcf1658 [pid: 8|app: 0|req: 892/1862] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/security-groups/c2604498-9c24-4fa0-847b-48195aead6f6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1863] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:32:29 2026] DELETE /v2.0/floatingips/ce791ede-92e7-4568-93b2-fbc697b68229 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1864] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:30 2026] DELETE /v2.0/security-groups/a5e822b9-bb48-4269-acff-1a18b5658378 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:30.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-d267305f-1704-4676-bb9a-91f008bc4717 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:30.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d267305f-1704-4676-bb9a-91f008bc4717 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:30.698 8 INFO neutron.services.segments.plugin [-] Segment 3b52dbcd-c412-47f5-af41-95374a2689a4 resource provider aggregate not found 2026-06-30 23:32:30.702 8 INFO neutron.services.segments.plugin [-] Segment 3b52dbcd-c412-47f5-af41-95374a2689a4 resource provider aggregate not found 2026-06-30 23:32:30.721 8 INFO neutron.services.segments.plugin [-] Segment 3b52dbcd-c412-47f5-af41-95374a2689a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b52dbcd-c412-47f5-af41-95374a2689a4 found for delete ", "request_id": "req-b581e2f4-58c4-482b-9b9f-8855631559b4"}]} 2026-06-30 23:32:30.724 8 INFO neutron.services.segments.plugin [-] Segment 3b52dbcd-c412-47f5-af41-95374a2689a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b52dbcd-c412-47f5-af41-95374a2689a4 found for delete ", "request_id": "req-f33da4dd-a5b8-4bfe-a9be-4eeef10331c3"}]} [pid: 7|app: 0|req: 972/1865] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:32:30 2026] PUT /v2.0/routers/059c710d-f859-4471-80e3-75f8fcec50d6/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:31.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2da9430-f044-4cab-9034-9764e8478ed0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 63f33818-b240-4404-8176-a50a679bbfca 2026-06-30 23:32:31.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2da9430-f044-4cab-9034-9764e8478ed0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 63f33818-b240-4404-8176-a50a679bbfca 2026-06-30 23:32:31.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2da9430-f044-4cab-9034-9764e8478ed0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: ebbd4b15-e564-4d28-902e-5c723ad56dfe 2026-06-30 23:32:31.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2da9430-f044-4cab-9034-9764e8478ed0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: ebbd4b15-e564-4d28-902e-5c723ad56dfe 2026-06-30 23:32:31.946 8 INFO neutron.db.l3_hamode_db [None req-b2da9430-f044-4cab-9034-9764e8478ed0 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 0f80240d-ee74-445e-b591-b11ca4bc846e was deleted as no HA routers are present in tenant 6054cf224cc443bb887141ffeab823a4. [pid: 8|app: 0|req: 894/1866] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:31 2026] DELETE /v2.0/routers/059c710d-f859-4471-80e3-75f8fcec50d6 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1867] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:31 2026] DELETE /v2.0/subnets/ecd42c09-f74c-40fd-b033-e6cae9f165a5 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:32.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-21357c51-03f5-4a79-8753-32989c0893a8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 63ef9a36-3330-47c1-a4de-d6e09c21146a 2026-06-30 23:32:32.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21357c51-03f5-4a79-8753-32989c0893a8 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 63ef9a36-3330-47c1-a4de-d6e09c21146a [pid: 7|app: 0|req: 973/1868] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:31 2026] GET /v2.0/security-groups?tenant_id=39e71eb6f7ed4ddba7153aecfe2e77b0&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1869] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:32 2026] DELETE /v2.0/security-groups/c671aa43-0e08-4676-9256-7faeba45f23e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1870] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:32 2026] DELETE /v2.0/networks/a317c1e7-d0d7-4888-b25d-2b05ca4dc0a8 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:32.759 8 INFO neutron.services.segments.plugin [-] Segment d9bd90cb-a87e-4990-9db2-65d597e08bbf resource provider aggregate not found 2026-06-30 23:32:32.764 8 INFO neutron.services.segments.plugin [-] Segment d9bd90cb-a87e-4990-9db2-65d597e08bbf resource provider aggregate not found 2026-06-30 23:32:32.779 8 INFO neutron.services.segments.plugin [-] Segment d9bd90cb-a87e-4990-9db2-65d597e08bbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9bd90cb-a87e-4990-9db2-65d597e08bbf found for delete ", "request_id": "req-3e0e964a-620b-41c8-8b97-7239c22ee0cc"}]} 2026-06-30 23:32:32.783 8 INFO neutron.services.segments.plugin [-] Segment d9bd90cb-a87e-4990-9db2-65d597e08bbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9bd90cb-a87e-4990-9db2-65d597e08bbf found for delete ", "request_id": "req-f1387068-3f72-4804-a278-9773db0142cc"}]} 2026-06-30 23:32:32.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-18f19fe5-36b7-4c15-b8ef-d5fb4ecf8e79 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:32.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f19fe5-36b7-4c15-b8ef-d5fb4ecf8e79 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:32.797 8 INFO neutron.services.segments.plugin [-] Segment e2c33a0f-4ce2-4a40-97ae-afd0c5064bed resource provider aggregate not found 2026-06-30 23:32:32.801 8 INFO neutron.services.segments.plugin [-] Segment e2c33a0f-4ce2-4a40-97ae-afd0c5064bed resource provider aggregate not found 2026-06-30 23:32:32.813 8 INFO neutron.services.segments.plugin [-] Segment e2c33a0f-4ce2-4a40-97ae-afd0c5064bed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2c33a0f-4ce2-4a40-97ae-afd0c5064bed found for delete ", "request_id": "req-224edc80-c068-494b-82d1-ac55cce154bd"}]} 2026-06-30 23:32:32.814 8 INFO neutron.services.segments.plugin [-] Segment e2c33a0f-4ce2-4a40-97ae-afd0c5064bed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2c33a0f-4ce2-4a40-97ae-afd0c5064bed found for delete ", "request_id": "req-d5d6b5a8-021c-4328-9f6b-ac45e0523156"}]} [pid: 7|app: 0|req: 975/1871] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:32:32 2026] PUT /v2.0/routers/2beffea7-b808-41c5-b2db-0224207135e6/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:33.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-08c85b30-82e6-44c3-84c5-45712f4d2f80 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 85fcf42f-feda-4008-b5c9-a70df43a50b2 2026-06-30 23:32:33.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08c85b30-82e6-44c3-84c5-45712f4d2f80 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 85fcf42f-feda-4008-b5c9-a70df43a50b2 2026-06-30 23:32:33.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-08c85b30-82e6-44c3-84c5-45712f4d2f80 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: a8e05b25-0413-4a22-af44-65c571c7a280 2026-06-30 23:32:33.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08c85b30-82e6-44c3-84c5-45712f4d2f80 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: a8e05b25-0413-4a22-af44-65c571c7a280 2026-06-30 23:32:34.284 8 INFO neutron.db.l3_hamode_db [None req-08c85b30-82e6-44c3-84c5-45712f4d2f80 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] HA network 830a9427-3439-494f-b07e-bdb60b481fe4 was deleted as no HA routers are present in tenant 111880db895b499a99112c5c67b4da94. [pid: 8|app: 0|req: 897/1872] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:33 2026] DELETE /v2.0/routers/2beffea7-b808-41c5-b2db-0224207135e6 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1875] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:34 2026] GET /v2.0/security-groups?tenant_id=e0f899fc01e7423886cca45fdc339102&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1876] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:34 2026] DELETE /v2.0/subnets/19ac679f-0564-4dc1-9862-9cd6c9ef52c4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1877] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:34 2026] DELETE /v2.0/security-groups/fc8f68de-324f-49c6-b927-f73c367e267b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:34.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-2018e2f0-8a51-4c10-8d5c-09a125a7320c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 39ee71c6-f883-4529-9b84-2fc238201f29 2026-06-30 23:32:34.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2018e2f0-8a51-4c10-8d5c-09a125a7320c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 39ee71c6-f883-4529-9b84-2fc238201f29 [pid: 8|app: 0|req: 901/1878] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:34 2026] DELETE /v2.0/networks/83ee8704-e547-41e4-81ff-32bc76262ad8 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1879] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:34 2026] GET /v2.0/security-groups?tenant_id=8ae52fd30cc44659b6c94ac7cc0ac045&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1880] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:34 2026] DELETE /v2.0/security-groups/09e03d94-8cd0-445d-80be-1c8bf127b527 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:34.830 8 INFO neutron.services.segments.plugin [-] Segment 975ea232-6bf3-41e3-812c-3b10e116234d resource provider aggregate not found 2026-06-30 23:32:34.835 8 INFO neutron.services.segments.plugin [-] Segment 975ea232-6bf3-41e3-812c-3b10e116234d resource provider aggregate not found 2026-06-30 23:32:34.840 8 INFO neutron.services.segments.plugin [-] Segment 975ea232-6bf3-41e3-812c-3b10e116234d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 975ea232-6bf3-41e3-812c-3b10e116234d found for delete ", "request_id": "req-1973186b-706f-4b46-b6a2-2ac5e405ec02"}]} 2026-06-30 23:32:34.847 8 INFO neutron.services.segments.plugin [-] Segment 975ea232-6bf3-41e3-812c-3b10e116234d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 975ea232-6bf3-41e3-812c-3b10e116234d found for delete ", "request_id": "req-fb78af6c-5437-4f09-ac14-6704181e5c3d"}]} 2026-06-30 23:32:34.853 8 INFO neutron.services.segments.plugin [-] Segment 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 resource provider aggregate not found 2026-06-30 23:32:34.868 8 INFO neutron.services.segments.plugin [-] Segment 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 found for delete ", "request_id": "req-1e3b2378-a872-47cf-98ba-80b033b82387"}]} 2026-06-30 23:32:34.870 8 INFO neutron.services.segments.plugin [-] Segment 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 resource provider aggregate not found 2026-06-30 23:32:34.889 8 INFO neutron.services.segments.plugin [-] Segment 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9460ab2c-cb0b-4a9c-9b19-12982b6048e1 found for delete ", "request_id": "req-0737667f-b711-473d-8c8a-4e2db0c4f280"}]} [pid: 7|app: 0|req: 979/1881] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:34 2026] GET /v2.0/security-groups?tenant_id=6054cf224cc443bb887141ffeab823a4&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1882] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:35 2026] DELETE /v2.0/security-groups/6aff520b-4343-481c-9383-418b4d75d32f => 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: 980/1883] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:35 2026] GET /v2.0/security-groups?tenant_id=111880db895b499a99112c5c67b4da94&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1884] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:35 2026] DELETE /v2.0/security-groups/31d343de-c691-4b75-856b-087094a64514 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:37.408 7 INFO neutron.db.segments_db [None req-c9ed47d1-8d7a-4011-840d-a4010d7da319 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] Added segment 3d5cfeae-e20a-4778-9060-bb712ef5f242 of type vxlan for network 77dd6354-6f28-4c8c-8ce2-b0c1dec5e342 [pid: 7|app: 0|req: 981/1885] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:37 2026] POST /v2.0/networks => generated 726 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1886] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:37 2026] POST /v2.0/subnets => generated 644 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:37.701 7 WARNING neutron.api.v2.base [None req-ef01b562-d856-4763-9b2e-89a17a3e3c71 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-30 23:32:37.701 7 INFO neutron.api.v2.resource [None req-ef01b562-d856-4763-9b2e-89a17a3e3c71 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 982/1887] 10.0.0.42 () {34 vars in 680 bytes} [Tue Jun 30 23:32:37 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-06-30 23:32:37.883 8 INFO neutron.services.segments.plugin [-] Segment 3d5cfeae-e20a-4778-9060-bb712ef5f242 resource provider aggregate not found 2026-06-30 23:32:37.887 8 INFO neutron.services.segments.plugin [-] Segment 3d5cfeae-e20a-4778-9060-bb712ef5f242 resource provider aggregate not found 2026-06-30 23:32:37.916 8 INFO neutron.services.segments.plugin [-] Segment 3d5cfeae-e20a-4778-9060-bb712ef5f242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d5cfeae-e20a-4778-9060-bb712ef5f242 found for delete ", "request_id": "req-48ea2aa0-4bbc-4086-89c9-d7aff2c8fe68"}]} 2026-06-30 23:32:37.919 8 INFO neutron.services.segments.plugin [-] Segment 3d5cfeae-e20a-4778-9060-bb712ef5f242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d5cfeae-e20a-4778-9060-bb712ef5f242 found for delete ", "request_id": "req-c2d71de7-c748-49f6-9d66-5847c3ae04b8"}]} [pid: 8|app: 0|req: 906/1888] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:37 2026] DELETE /v2.0/networks/77dd6354-6f28-4c8c-8ce2-b0c1dec5e342 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:37.984 7 INFO neutron.db.segments_db [None req-f7f00937-aa6b-4bce-b248-339f8693d70b 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] Added segment c1130801-1991-41fc-bd4e-b5119a2fa9ee of type vxlan for network 947e9130-5974-44d4-97a2-f1991f9e9098 [pid: 7|app: 0|req: 983/1889] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:37 2026] POST /v2.0/networks => generated 727 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1890] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:38 2026] POST /v2.0/subnets => generated 647 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:38.281 7 WARNING neutron.api.v2.base [None req-e9304576-d053-4f8d-a1e4-b4cef49412cd 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-30 23:32:38.282 7 INFO neutron.api.v2.resource [None req-e9304576-d053-4f8d-a1e4-b4cef49412cd 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 984/1891] 10.0.0.42 () {34 vars in 680 bytes} [Tue Jun 30 23:32:38 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1892] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:38 2026] DELETE /v2.0/networks/947e9130-5974-44d4-97a2-f1991f9e9098 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:38.523 7 INFO neutron.db.segments_db [None req-1b2d4e22-e6e4-4569-b1ea-39c4c8e8a0d0 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] Added segment ff1ee89f-00d4-425c-bca5-3464bf3685b7 of type vxlan for network dc7c0627-a501-4321-b026-43e1e6ff5343 [pid: 7|app: 0|req: 985/1893] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:38 2026] POST /v2.0/networks => generated 726 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1894] 10.0.0.121 () {30 vars in 650 bytes} [Tue Jun 30 23:32:38 2026] GET /v2.0/extensions => generated 21537 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1895] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:38 2026] POST /v2.0/subnets => generated 647 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1896] 10.0.0.121 () {30 vars in 724 bytes} [Tue Jun 30 23:32:38 2026] GET /v2.0/quotas/51cb534286764edc8f522057121d747b/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: 987/1897] 10.0.0.42 () {34 vars in 680 bytes} [Tue Jun 30 23:32:38 2026] POST /v2.0/rbac-policies => generated 324 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1898] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:32:39 2026] GET /v2.0/networks/dc7c0627-a501-4321-b026-43e1e6ff5343 => generated 654 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:39.941 8 INFO neutron.services.segments.plugin [-] Segment c1130801-1991-41fc-bd4e-b5119a2fa9ee resource provider aggregate not found 2026-06-30 23:32:39.942 8 INFO neutron.services.segments.plugin [-] Segment c1130801-1991-41fc-bd4e-b5119a2fa9ee resource provider aggregate not found 2026-06-30 23:32:39.967 8 INFO neutron.services.segments.plugin [-] Segment c1130801-1991-41fc-bd4e-b5119a2fa9ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1130801-1991-41fc-bd4e-b5119a2fa9ee found for delete ", "request_id": "req-070e2520-5366-441b-af6b-a6a346e24f0b"}]} 2026-06-30 23:32:39.968 8 INFO neutron.services.segments.plugin [-] Segment c1130801-1991-41fc-bd4e-b5119a2fa9ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1130801-1991-41fc-bd4e-b5119a2fa9ee found for delete ", "request_id": "req-c05fd743-70fc-4d87-8901-6de55edaf77f"}]} 2026-06-30 23:32:40.015 7 INFO neutron.db.segments_db [None req-73c9bec0-6bf2-4c4f-8756-33a69828879a b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Added segment fd7f2a75-71a8-4554-9779-ebd64a7e5689 of type vxlan for network 44571105-b7a3-439f-862c-a570bd15f645 2026-06-30 23:32:40.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98f285ab-cc5c-4662-8c69-8d5b3f46dc07 0470487288b2479b9b8d7320d71ec01c 547f4dae7be34f77a512be8da4086a2e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1899] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:32:39 2026] GET /v2.0/networks/dc7c0627-a501-4321-b026-43e1e6ff5343 => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1900] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:39 2026] POST /v2.0/networks => generated 631 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1901] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:40 2026] DELETE /v2.0/networks/dc7c0627-a501-4321-b026-43e1e6ff5343 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:40.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b712b84-09fe-4afb-9a8f-2a6bd698a75a 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1902] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:40 2026] DELETE /v2.0/subnets/894445f5-1a8f-49e3-89e6-1e3624579754 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:40.274 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1b3d49a-c498-460f-b6c2-d5dc994e4c05 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1903] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:40 2026] DELETE /v2.0/subnets/5dda0ea3-0908-4866-abf8-00b5a0934d91 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:32:40.291 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07238782-a798-44e3-941e-267e5ba7d530 03867faaa38142abb01685c2b835c2a1 dfde199e7bfa461ca4689219b5474389 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1904] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:40 2026] DELETE /v2.0/subnets/ab95b981-d0c6-4530-9164-c8cc4a30e8f5 => 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: 989/1905] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:40 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:40.495 8 INFO neutron.db.segments_db [None req-a192242f-88f6-47f7-a316-f9a901964ac7 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Added segment ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a of type vxlan for network 3243f358-a047-429b-a755-5aed50b17431 [pid: 8|app: 0|req: 917/1906] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:40 2026] POST /v2.0/networks => generated 632 bytes in 159 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: 990/1907] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:40 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:40.971 8 INFO neutron.db.segments_db [None req-ac040bff-c56f-475e-ae8c-bb46d82ca74e b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Added segment e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 of type vxlan for network b02ca6b6-d799-4ea3-ad69-74c85d488cf2 [pid: 8|app: 0|req: 918/1908] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:40 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 919/1909] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:41 2026] GET /v2.0/security-groups?tenant_id=dfde199e7bfa461ca4689219b5474389&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: 920/1910] 10.0.0.121 () {30 vars in 650 bytes} [Tue Jun 30 23:32:41 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1911] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:41 2026] DELETE /v2.0/security-groups/260f4dd6-64ff-4ea4-ac30-8f0f054407c9 => 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: 991/1912] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:41 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 922/1913] 10.0.0.121 () {30 vars in 724 bytes} [Tue Jun 30 23:32:41 2026] GET /v2.0/quotas/51cb534286764edc8f522057121d747b/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:32:41.425 7 INFO neutron.db.segments_db [None req-0176d8b8-fc2b-4de7-92ad-c0d25877438c b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Added segment 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 of type vxlan for network 3c336d9a-8b08-468d-9fb3-fe774dfa4b76 [pid: 7|app: 0|req: 992/1914] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:41 2026] POST /v2.0/networks => generated 631 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1915] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:41 2026] GET /v2.0/security-groups?tenant_id=547f4dae7be34f77a512be8da4086a2e&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1916] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:41 2026] DELETE /v2.0/security-groups/4e379bf4-186a-4d92-a3bb-bcc7c0f08d72 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1917] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:41 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:41.864 8 INFO neutron.db.segments_db [None req-691d2d10-72d4-4ae2-910d-fbc13c836a1e b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Added segment 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 of type vxlan for network 51a8fb5b-78d2-4048-b8fa-09cfc65088cc [pid: 7|app: 0|req: 994/1918] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:41 2026] GET /v2.0/security-groups?tenant_id=07146c4a3db84aa9ba9d2e7f2993af2c&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1919] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:41 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:41.998 8 INFO neutron.services.segments.plugin [-] Segment ff1ee89f-00d4-425c-bca5-3464bf3685b7 resource provider aggregate not found 2026-06-30 23:32:41.999 8 INFO neutron.services.segments.plugin [-] Segment ff1ee89f-00d4-425c-bca5-3464bf3685b7 resource provider aggregate not found 2026-06-30 23:32:42.027 8 INFO neutron.services.segments.plugin [-] Segment ff1ee89f-00d4-425c-bca5-3464bf3685b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff1ee89f-00d4-425c-bca5-3464bf3685b7 found for delete ", "request_id": "req-573d0f20-f0fd-4808-8ae6-1576006347fd"}]} [pid: 7|app: 0|req: 995/1920] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:41 2026] DELETE /v2.0/security-groups/efd7bb56-292b-43d9-aa0e-20766abe788d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:42.048 8 INFO neutron.services.segments.plugin [-] Segment ff1ee89f-00d4-425c-bca5-3464bf3685b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff1ee89f-00d4-425c-bca5-3464bf3685b7 found for delete ", "request_id": "req-57acbdbc-f9cc-49e2-8af9-e4cc94446665"}]} [pid: 8|app: 0|req: 926/1921] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:41 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1922] 10.0.0.42 () {34 vars in 746 bytes} [Tue Jun 30 23:32:42 2026] PUT /v2.0/ports/54bbdb5d-9bf2-4c03-979b-a845d1c16376/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 927/1923] 10.0.0.42 () {34 vars in 746 bytes} [Tue Jun 30 23:32:42 2026] PUT /v2.0/ports/cdcc7b0f-6eaa-4d48-9599-8a5827dbb97d/tags => generated 25 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: 7|app: 0|req: 997/1924] 10.0.0.42 () {34 vars in 746 bytes} [Tue Jun 30 23:32:42 2026] PUT /v2.0/ports/94572548-793d-489e-9037-97222601b6cb/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 928/1925] 10.0.0.42 () {34 vars in 746 bytes} [Tue Jun 30 23:32:42 2026] PUT /v2.0/ports/1a57f527-d22b-42f3-b8f5-929a02832f3c/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 998/1926] 10.0.0.42 () {32 vars in 659 bytes} [Tue Jun 30 23:32:42 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 929/1927] 10.0.0.42 () {32 vars in 673 bytes} [Tue Jun 30 23:32:42 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1928] 10.0.0.42 () {32 vars in 669 bytes} [Tue Jun 30 23:32:42 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1929] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:32:42 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1930] 10.0.0.42 () {32 vars in 667 bytes} [Tue Jun 30 23:32:42 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1931] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:32:43 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1932] 10.0.0.42 () {32 vars in 677 bytes} [Tue Jun 30 23:32:43 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1933] 10.0.0.42 () {32 vars in 689 bytes} [Tue Jun 30 23:32:43 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:43.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-575cbf80-a93c-4d87-b3e6-aea7a9cb6fe7 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] TaaS: Handle Delete Port: 54bbdb5d-9bf2-4c03-979b-a845d1c16376 2026-06-30 23:32:43.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-575cbf80-a93c-4d87-b3e6-aea7a9cb6fe7 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Tap Mirror: Handle Delete Port: 54bbdb5d-9bf2-4c03-979b-a845d1c16376 [pid: 7|app: 0|req: 1002/1934] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:43 2026] DELETE /v2.0/ports/54bbdb5d-9bf2-4c03-979b-a845d1c16376 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:43.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba1d2e9b-721e-4e58-a2c4-a38c503e5701 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] TaaS: Handle Delete Port: cdcc7b0f-6eaa-4d48-9599-8a5827dbb97d 2026-06-30 23:32:43.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba1d2e9b-721e-4e58-a2c4-a38c503e5701 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Tap Mirror: Handle Delete Port: cdcc7b0f-6eaa-4d48-9599-8a5827dbb97d [pid: 8|app: 0|req: 933/1935] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:43 2026] DELETE /v2.0/ports/cdcc7b0f-6eaa-4d48-9599-8a5827dbb97d => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:43.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dd7b8af-df2b-4275-abf3-0392cee4b077 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] TaaS: Handle Delete Port: 94572548-793d-489e-9037-97222601b6cb 2026-06-30 23:32:43.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dd7b8af-df2b-4275-abf3-0392cee4b077 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Tap Mirror: Handle Delete Port: 94572548-793d-489e-9037-97222601b6cb [pid: 7|app: 0|req: 1003/1936] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:43 2026] GET /v2.0/security-groups?tenant_id=51cb534286764edc8f522057121d747b&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1937] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:43 2026] DELETE /v2.0/ports/94572548-793d-489e-9037-97222601b6cb => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1938] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:43 2026] DELETE /v2.0/security-groups/2b37026b-be76-4164-a944-717193db147e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:44.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0e785df-8390-4765-a7e1-b55417001eb6 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] TaaS: Handle Delete Port: 1a57f527-d22b-42f3-b8f5-929a02832f3c 2026-06-30 23:32:44.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0e785df-8390-4765-a7e1-b55417001eb6 b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Tap Mirror: Handle Delete Port: 1a57f527-d22b-42f3-b8f5-929a02832f3c [pid: 8|app: 0|req: 935/1939] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:43 2026] DELETE /v2.0/ports/1a57f527-d22b-42f3-b8f5-929a02832f3c => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:44.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-96c159c0-0b60-4a4f-a6a1-e8994a3a949c b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] TaaS: Handle Delete Port: af826ddd-e0ac-4761-bffc-2d01b509368b 2026-06-30 23:32:44.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96c159c0-0b60-4a4f-a6a1-e8994a3a949c b9603e6841594793b68c9272f8e91817 d19ee40e524b40fea0cff4a07ce0843e - - default default] Tap Mirror: Handle Delete Port: af826ddd-e0ac-4761-bffc-2d01b509368b [pid: 7|app: 0|req: 1005/1940] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:44 2026] DELETE /v2.0/ports/af826ddd-e0ac-4761-bffc-2d01b509368b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:44.498 8 INFO neutron.services.segments.plugin [-] Segment fd7f2a75-71a8-4554-9779-ebd64a7e5689 resource provider aggregate not found 2026-06-30 23:32:44.501 8 INFO neutron.services.segments.plugin [-] Segment fd7f2a75-71a8-4554-9779-ebd64a7e5689 resource provider aggregate not found [pid: 8|app: 0|req: 936/1941] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:44 2026] DELETE /v2.0/networks/44571105-b7a3-439f-862c-a570bd15f645 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:44.524 8 INFO neutron.services.segments.plugin [-] Segment fd7f2a75-71a8-4554-9779-ebd64a7e5689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd7f2a75-71a8-4554-9779-ebd64a7e5689 found for delete ", "request_id": "req-e794508e-a342-403f-bb9e-400ef991d2e7"}]} 2026-06-30 23:32:44.525 8 INFO neutron.services.segments.plugin [-] Segment fd7f2a75-71a8-4554-9779-ebd64a7e5689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd7f2a75-71a8-4554-9779-ebd64a7e5689 found for delete ", "request_id": "req-5422756e-12b1-4596-88a9-8fddfc23a0f2"}]} 2026-06-30 23:32:44.634 7 INFO neutron.services.segments.plugin [-] Segment ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a resource provider aggregate not found 2026-06-30 23:32:44.640 7 INFO neutron.services.segments.plugin [-] Segment ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a resource provider aggregate not found 2026-06-30 23:32:44.651 7 INFO neutron.services.segments.plugin [-] Segment ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a found for delete ", "request_id": "req-b2107a6a-5845-447b-a159-a35721fdcf23"}]} 2026-06-30 23:32:44.657 7 INFO neutron.services.segments.plugin [-] Segment ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae62e4e4-5c2c-4498-a7a2-64cf6ad6361a found for delete ", "request_id": "req-b5fb9249-ac8c-4756-b47c-ba73642cf13a"}]} [pid: 7|app: 0|req: 1006/1942] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:44 2026] DELETE /v2.0/networks/3243f358-a047-429b-a755-5aed50b17431 => 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: 937/1943] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:44 2026] DELETE /v2.0/networks/b02ca6b6-d799-4ea3-ad69-74c85d488cf2 => 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: 1007/1944] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:44 2026] DELETE /v2.0/networks/3c336d9a-8b08-468d-9fb3-fe774dfa4b76 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1945] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:44 2026] DELETE /v2.0/networks/51a8fb5b-78d2-4048-b8fa-09cfc65088cc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:45.685 7 INFO neutron.db.segments_db [None req-2895c336-24dc-438f-bc08-62fa54f9ffb3 b77f03b7fb6748f2b5ef0930d916a097 ddcc436d8da740ef914082a4be838eb2 - - default default] Added segment 3f413ada-3aa1-4133-9553-8fdd216d9f06 of type vxlan for network c01ca0b8-4927-41a1-af13-a02947cb2aba [pid: 7|app: 0|req: 1008/1946] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:45 2026] POST /v2.0/networks => generated 631 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1947] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:45 2026] GET /v2.0/security-groups?tenant_id=babd346db1c243778816454c2f702f21&name=default => generated 2925 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1948] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:46 2026] DELETE /v2.0/security-groups/735afd85-5dea-44b0-985f-fcc00f4cb4b0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1949] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:46 2026] GET /v2.0/security-groups?tenant_id=d19ee40e524b40fea0cff4a07ce0843e&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: 939/1950] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:45 2026] POST /v2.0/ports => generated 743 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:46.547 8 INFO neutron.services.segments.plugin [-] Segment e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 resource provider aggregate not found 2026-06-30 23:32:46.548 8 INFO neutron.services.segments.plugin [-] Segment e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 resource provider aggregate not found 2026-06-30 23:32:46.567 8 INFO neutron.services.segments.plugin [-] Segment e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 found for delete ", "request_id": "req-83c14915-b4d9-43a2-b241-8c3a70e376e1"}]} [pid: 7|app: 0|req: 1012/1951] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:46 2026] DELETE /v2.0/security-groups/0a98a408-c6a3-4d20-bc14-cbce94738d9c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:46.576 8 INFO neutron.services.segments.plugin [-] Segment e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2aa4b5e-6a49-486a-a4d3-70ee3039dfa2 found for delete ", "request_id": "req-9ee6b379-e54e-4037-b3d9-164f4148842a"}]} [pid: 8|app: 0|req: 940/1952] 10.0.0.42 () {34 vars in 746 bytes} [Tue Jun 30 23:32:46 2026] PUT /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:46.587 8 INFO neutron.services.segments.plugin [-] Segment 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 resource provider aggregate not found 2026-06-30 23:32:46.592 8 INFO neutron.services.segments.plugin [-] Segment 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 resource provider aggregate not found 2026-06-30 23:32:46.605 8 INFO neutron.services.segments.plugin [-] Segment 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 found for delete ", "request_id": "req-047eebc0-3c11-4e9a-abc2-61b01dc69649"}]} 2026-06-30 23:32:46.607 8 INFO neutron.services.segments.plugin [-] Segment 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bf029ff-63c1-4ca9-9c72-a7b5f48ca6c8 found for delete ", "request_id": "req-3fda5c29-b194-427e-bf3f-339386cb5449"}]} [pid: 7|app: 0|req: 1013/1953] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:46 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:46.675 7 INFO neutron.services.segments.plugin [-] Segment 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 resource provider aggregate not found 2026-06-30 23:32:46.677 7 INFO neutron.services.segments.plugin [-] Segment 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:46.691 7 INFO neutron.services.segments.plugin [-] Segment 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 found for delete ", "request_id": "req-930d3c56-ff17-44ef-bbae-40c51088e206"}]} 2026-06-30 23:32:46.694 7 INFO neutron.services.segments.plugin [-] Segment 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f5bf4b-99e2-4924-afff-0a3d5f1baac2 found for delete ", "request_id": "req-c412ae2d-a629-43f3-9cf0-e3abd4162c80"}]} [pid: 8|app: 0|req: 941/1954] 10.0.0.42 () {34 vars in 757 bytes} [Tue Jun 30 23:32:46 2026] PUT /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags/green => generated 4 bytes in 89 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: 1014/1955] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:46 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 942/1956] 10.0.0.42 () {34 vars in 753 bytes} [Tue Jun 30 23:32:46 2026] PUT /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1957] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:46 2026] GET /v2.0/security-groups?tenant_id=9c79b3b3f9784e6f8ec881dde2460195&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1958] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:46 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 34 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, ' [pid: 7|app: 0|req: 1017/1959] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:46 2026] DELETE /v2.0/security-groups/c0a8752e-2821-41af-bfc8-72f9801424ec => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1960] 10.0.0.42 () {34 vars in 775 bytes} [Tue Jun 30 23:32:47 2026] PUT /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags/black.or.white => generated 4 bytes in 71 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, ' 2026-06-30 23:32:47.194 8 INFO neutron.db.segments_db [None req-736e32c8-058e-4cf3-a436-d8f3e1c2885d be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Added segment 23c278d0-f45e-430f-875a-68dc71e6e409 of type vxlan for network fada7387-39e4-473b-8e81-c3e12bf614a6 [pid: 7|app: 0|req: 1019/1961] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:47 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 52 bytes in 54 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: 943/1962] 10.0.0.42 () {34 vars in 670 bytes} [Tue Jun 30 23:32:46 2026] POST /v2.0/networks => generated 633 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1963] 10.0.0.42 () {34 vars in 746 bytes} [Tue Jun 30 23:32:47 2026] PUT /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:47.345 8 INFO neutron.db.segments_db [None req-ee13c3a7-ea37-48d8-b118-a321272fc148 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Added segment 4bb2ac43-c68c-40a5-b292-f562ce195e87 of type vxlan for network e82ec60c-8c64-4f7b-9dde-de6c80cf446e [pid: 7|app: 0|req: 1021/1964] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:47 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1022/1965] 10.0.0.42 () {32 vars in 734 bytes} [Tue Jun 30 23:32:47 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/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-06-30 23:32:47.481 7 INFO neutron.api.v2.resource [None req-ba4bde2b-dd9f-4aa3-9224-102625a75ff5 b77f03b7fb6748f2b5ef0930d916a097 ddcc436d8da740ef914082a4be838eb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1023/1966] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:32:47 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags/green => generated 99 bytes in 48 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: 1024/1967] 10.0.0.42 () {32 vars in 737 bytes} [Tue Jun 30 23:32:47 2026] DELETE /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:47.602 8 INFO neutron.db.l3_hamode_db [None req-ee13c3a7-ea37-48d8-b118-a321272fc148 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1025/1968] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:47 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 30 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:47.699 7 INFO neutron.api.v2.resource [None req-63a218d5-7863-4836-a62b-cb4248184e22 b77f03b7fb6748f2b5ef0930d916a097 ddcc436d8da740ef914082a4be838eb2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/1969] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:32:47 2026] DELETE /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1027/1970] 10.0.0.42 () {32 vars in 729 bytes} [Tue Jun 30 23:32:47 2026] DELETE /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 0 bytes in 74 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: 1028/1971] 10.0.0.42 () {32 vars in 726 bytes} [Tue Jun 30 23:32:47 2026] GET /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:47.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-d38b7398-ebd8-4034-9a8f-b3f2effff7e2 b77f03b7fb6748f2b5ef0930d916a097 ddcc436d8da740ef914082a4be838eb2 - - default default] TaaS: Handle Delete Port: 91d51eec-f3dc-4b96-8b61-019dad70f3bc 2026-06-30 23:32:47.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d38b7398-ebd8-4034-9a8f-b3f2effff7e2 b77f03b7fb6748f2b5ef0930d916a097 ddcc436d8da740ef914082a4be838eb2 - - default default] Tap Mirror: Handle Delete Port: 91d51eec-f3dc-4b96-8b61-019dad70f3bc [pid: 7|app: 0|req: 1029/1972] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:47 2026] DELETE /v2.0/ports/91d51eec-f3dc-4b96-8b61-019dad70f3bc => 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: 1030/1973] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:48 2026] DELETE /v2.0/networks/c01ca0b8-4927-41a1-af13-a02947cb2aba => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:48.407 8 INFO neutron.db.l3_hamode_db [None req-ee13c3a7-ea37-48d8-b118-a321272fc148 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:32:48.715 7 INFO neutron.services.segments.plugin [-] Segment 3f413ada-3aa1-4133-9553-8fdd216d9f06 resource provider aggregate not found 2026-06-30 23:32:48.718 7 INFO neutron.services.segments.plugin [-] Segment 3f413ada-3aa1-4133-9553-8fdd216d9f06 resource provider aggregate not found 2026-06-30 23:32:48.732 7 INFO neutron.services.segments.plugin [-] Segment 3f413ada-3aa1-4133-9553-8fdd216d9f06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f413ada-3aa1-4133-9553-8fdd216d9f06 found for delete ", "request_id": "req-2c34c27f-5669-47a2-932a-c617cea02684"}]} 2026-06-30 23:32:48.737 7 INFO neutron.services.segments.plugin [-] Segment 3f413ada-3aa1-4133-9553-8fdd216d9f06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f413ada-3aa1-4133-9553-8fdd216d9f06 found for delete ", "request_id": "req-803ff224-45aa-4abe-9366-ad826e6783ed"}]} [pid: 7|app: 0|req: 1031/1974] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:48 2026] GET /v2.0/security-groups?tenant_id=a0452c61d1794664a562f0acee047fb2&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1975] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:49 2026] DELETE /v2.0/security-groups/294f0e38-071c-48d4-bd04-c41efe56ec2d => 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: 944/1978] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:47 2026] POST /v2.0/routers => generated 695 bytes in 2026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1979] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:49 2026] GET /v2.0/security-groups?tenant_id=ddcc436d8da740ef914082a4be838eb2&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1980] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:49 2026] DELETE /v2.0/security-groups/289793c5-ef84-471d-8ce5-1f903a0bd7ce => 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: 945/1981] 10.0.0.42 () {32 vars in 775 bytes} [Tue Jun 30 23:32:49 2026] GET /v2.0/subnets?project_id=426abf2f0cd343e2a1c4a184c0c655c4&cidr=10.100.0.0%2F28 => generated 14 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1982] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:32:49 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1983] 10.0.0.42 () {32 vars in 783 bytes} [Tue Jun 30 23:32:49 2026] GET /v2.0/subnets?network_id=31821464-56c6-4767-aa73-e96665bb4c29&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1984] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:49 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:50.829 7 INFO neutron.db.segments_db [None req-8bfd94dd-bb61-48fc-ae0d-8a27103a645b 08e7d601a74a44c3869c0218abe2098c d1682891bf264c7495e471260ad60990 - - default default] Added segment 33bb374a-c025-43c6-8938-7a9548d11692 of type vxlan for network d701fa6c-4704-454e-afcc-c16dfcde4d58 [pid: 7|app: 0|req: 1039/1985] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:50 2026] POST /v2.0/networks => generated 631 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1986] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:32:50 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1987] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:32:51 2026] PUT /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1988] 10.0.0.42 () {34 vars in 782 bytes} [Tue Jun 30 23:32:49 2026] PUT /v2.0/routers/b5668d33-162f-488e-a244-1092fa22a072/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1989] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/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: 948/1990] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/networks => generated 7405 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1991] 10.0.0.42 () {34 vars in 761 bytes} [Tue Jun 30 23:32:51 2026] PUT /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1992] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1993] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets => generated 8074 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1994] 10.0.0.42 () {34 vars in 757 bytes} [Tue Jun 30 23:32:51 2026] PUT /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1995] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/routers => generated 1453 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1996] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1997] 10.0.0.42 () {34 vars in 779 bytes} [Tue Jun 30 23:32:51 2026] PUT /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/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: 8|app: 0|req: 952/1998] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/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: 1047/1999] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:32:51 2026] POST /v2.0/security-groups => generated 1673 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2000] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:32:51 2026] PUT /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2001] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2002] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2003] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:32:51.884 8 INFO neutron.api.v2.resource [None req-a61c3c55-a46f-44c3-9e5c-a5e8292104cc 08e7d601a74a44c3869c0218abe2098c d1682891bf264c7495e471260ad60990 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/2004] 10.0.0.42 () {32 vars in 742 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/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: 957/2005] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:32:51 2026] DELETE /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2006] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:51 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2007] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:52.014 8 INFO neutron.api.v2.resource [None req-ceea5a52-3dd1-4b97-8102-73d8de3e41aa 08e7d601a74a44c3869c0218abe2098c d1682891bf264c7495e471260ad60990 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/2008] 10.0.0.42 () {32 vars in 745 bytes} [Tue Jun 30 23:32:51 2026] DELETE /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2009] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:32:52 2026] DELETE /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2010] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:32:52 2026] GET /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2011] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2012] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:32:52 2026] DELETE /v2.0/subnets/abec0772-e9c6-42b7-b15b-6ea99d151355 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2013] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:32:52.367 7 INFO neutron.db.securitygroups_db [None req-7bdb9d2b-9bab-4a17-ab9b-f3635f66d181 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Project 426abf2f0cd343e2a1c4a184c0c655c4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-30 23:32:52.372 8 INFO neutron.services.segments.plugin [-] Segment 33bb374a-c025-43c6-8938-7a9548d11692 resource provider aggregate not found 2026-06-30 23:32:52.375 8 INFO neutron.services.segments.plugin [-] Segment 33bb374a-c025-43c6-8938-7a9548d11692 resource provider aggregate not found 2026-06-30 23:32:52.394 8 INFO neutron.services.segments.plugin [-] Segment 33bb374a-c025-43c6-8938-7a9548d11692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33bb374a-c025-43c6-8938-7a9548d11692 found for delete ", "request_id": "req-697131dd-50dc-4fd0-922a-786f78fc6c34"}]} 2026-06-30 23:32:52.395 8 INFO neutron.services.segments.plugin [-] Segment 33bb374a-c025-43c6-8938-7a9548d11692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33bb374a-c025-43c6-8938-7a9548d11692 found for delete ", "request_id": "req-ae17ae59-d924-482a-bffa-78aa30d417f7"}]} [pid: 8|app: 0|req: 963/2014] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:52 2026] DELETE /v2.0/networks/d701fa6c-4704-454e-afcc-c16dfcde4d58 => 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: 1052/2015] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:52 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) 2026-06-30 23:32:52.504 8 INFO neutron.db.securitygroups_db [None req-878ab05b-3482-4683-9d8d-27226d8ac90c be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Project 426abf2f0cd343e2a1c4a184c0c655c4 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: 964/2016] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:32:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2017] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:32:52 2026] GET /v2.0/networks => generated 1298 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:53.296 7 INFO neutron.db.segments_db [None req-9e63cb4a-2bec-47f3-b76e-854ebbc5c221 e87f76d5234043d7b5c5e8f0eb1cda74 a4c34ffe70dc41ae96bbef2354207c20 - - default default] Added segment 83f78b88-a2d6-4d05-a115-688bd6895480 of type vxlan for network b899279f-20a5-47c4-bb28-2c1c16ec8922 [pid: 8|app: 0|req: 966/2018] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/security-groups?tenant_id=fe119f34f4f64793923da6c96fc64dae&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2019] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:52 2026] POST /v2.0/networks => generated 632 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2020] 10.0.0.210 () {34 vars in 1098 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-133583509&fields=id&tenant_id=426abf2f0cd343e2a1c4a184c0c655c4 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:53.465 8 INFO neutron.db.segments_db [None req-c1f289f3-de0a-463a-b671-8620df5a8c46 e87f76d5234043d7b5c5e8f0eb1cda74 a4c34ffe70dc41ae96bbef2354207c20 - - default default] Added segment 8c1b2f91-b485-41f6-8fae-6f6227831530 of type vxlan for network 1dda1d6c-cb5e-4544-8a4d-9e5da933d76f [pid: 7|app: 0|req: 1054/2021] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:53 2026] DELETE /v2.0/security-groups/e45e942c-c20b-4e63-9c09-558cfe920b0b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2022] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2023] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:53 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2024] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/quotas/426abf2f0cd343e2a1c4a184c0c655c4 => 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: 1057/2025] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&fields=id => generated 103 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2026] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:32:53 2026] PUT /v2.0/networks/b899279f-20a5-47c4-bb28-2c1c16ec8922/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2027] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/security-groups?tenant_id=d1682891bf264c7495e471260ad60990&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: 970/2028] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks/b899279f-20a5-47c4-bb28-2c1c16ec8922/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: 1059/2029] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2030] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:32:53 2026] PUT /v2.0/networks/1dda1d6c-cb5e-4544-8a4d-9e5da933d76f/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2031] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:53 2026] DELETE /v2.0/security-groups/f99c5935-867c-48c6-bbfc-d10a9ba3fa5d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2032] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 972/2033] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks/1dda1d6c-cb5e-4544-8a4d-9e5da933d76f/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2034] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:32:53 2026] PUT /v2.0/networks/1dda1d6c-cb5e-4544-8a4d-9e5da933d76f/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2035] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1063/2036] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks/1dda1d6c-cb5e-4544-8a4d-9e5da933d76f/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2037] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:32:53 2026] GET /v2.0/networks/b899279f-20a5-47c4-bb28-2c1c16ec8922/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:54.118 7 INFO neutron.services.segments.plugin [-] Segment 83f78b88-a2d6-4d05-a115-688bd6895480 resource provider aggregate not found 2026-06-30 23:32:54.129 7 INFO neutron.services.segments.plugin [-] Segment 83f78b88-a2d6-4d05-a115-688bd6895480 resource provider aggregate not found 2026-06-30 23:32:54.148 7 INFO neutron.services.segments.plugin [-] Segment 83f78b88-a2d6-4d05-a115-688bd6895480 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f78b88-a2d6-4d05-a115-688bd6895480 found for delete ", "request_id": "req-aaa60b6c-46bb-48f3-becf-ede0e4a33afe"}]} 2026-06-30 23:32:54.151 7 INFO neutron.services.segments.plugin [-] Segment 83f78b88-a2d6-4d05-a115-688bd6895480 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f78b88-a2d6-4d05-a115-688bd6895480 found for delete ", "request_id": "req-b797f66c-8303-45e9-9208-ebfb34c4f3c5"}]} [pid: 7|app: 0|req: 1064/2038] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:54 2026] DELETE /v2.0/networks/b899279f-20a5-47c4-bb28-2c1c16ec8922 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2039] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:54 2026] DELETE /v2.0/networks/1dda1d6c-cb5e-4544-8a4d-9e5da933d76f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:32:54.413 8 INFO neutron.services.segments.plugin [-] Segment 8c1b2f91-b485-41f6-8fae-6f6227831530 resource provider aggregate not found 2026-06-30 23:32:54.417 8 INFO neutron.services.segments.plugin [-] Segment 8c1b2f91-b485-41f6-8fae-6f6227831530 resource provider aggregate not found 2026-06-30 23:32:54.431 8 INFO neutron.services.segments.plugin [-] Segment 8c1b2f91-b485-41f6-8fae-6f6227831530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c1b2f91-b485-41f6-8fae-6f6227831530 found for delete ", "request_id": "req-599ea84b-71f8-416f-bc1e-6a4a86cee8a3"}]} 2026-06-30 23:32:54.434 8 INFO neutron.services.segments.plugin [-] Segment 8c1b2f91-b485-41f6-8fae-6f6227831530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c1b2f91-b485-41f6-8fae-6f6227831530 found for delete ", "request_id": "req-c982f0b9-beaf-45d5-ae03-2c3802e1a038"}]} [pid: 7|app: 0|req: 1065/2040] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:54 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 976/2041] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:55 2026] GET /v2.0/security-groups?tenant_id=a4c34ffe70dc41ae96bbef2354207c20&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2042] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:55 2026] DELETE /v2.0/security-groups/1762ac34-4377-4d17-a724-090a474557cb => 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: 977/2043] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:55 2026] GET /v2.0/security-groups?tenant_id=2feff637c4204787ae0743f1a97fe145&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2044] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:55 2026] DELETE /v2.0/security-groups/14581147-9076-462e-b512-4706fb6fcf7b => 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: 978/2045] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:32:55 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2046] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:32:55 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2047] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:56 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1069/2048] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:57 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:57.626 8 INFO neutron.db.segments_db [None req-87dc4bc9-4451-4a70-9e79-6f492f294f37 f220345390df4d47a4b49d8157147d92 8075589bd83a43858520c04ce066873f - - default default] Added segment d502200a-638b-4c33-855c-e8dcf7a3319b of type vxlan for network f84f80c2-0465-4cdb-af13-43926ce16909 [pid: 8|app: 0|req: 980/2049] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:32:57 2026] POST /v2.0/networks => generated 632 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2050] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:32:57 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1071/2051] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 661 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2052] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 981/2053] 10.0.0.42 () {34 vars in 665 bytes} [Tue Jun 30 23:32:58 2026] POST /v2.0/trunks => generated 407 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2054] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=426abf2f0cd343e2a1c4a184c0c655c4 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2055] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:32:58 2026] PUT /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2056] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2057] 10.0.0.42 () {34 vars in 759 bytes} [Tue Jun 30 23:32:58 2026] PUT /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2058] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2059] 10.0.0.42 () {34 vars in 755 bytes} [Tue Jun 30 23:32:58 2026] PUT /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/red => generated 4 bytes in 19 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2060] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2061] 10.0.0.42 () {34 vars in 777 bytes} [Tue Jun 30 23:32:58 2026] PUT /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2062] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2063] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:32:58 2026] PUT /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2064] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2065] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2066] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:32:58 2026] POST /v2.0/ports => generated 958 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:58.721 8 INFO neutron.api.v2.resource [None req-e2f95581-d0cf-4567-8e42-42de3553300d f220345390df4d47a4b49d8157147d92 8075589bd83a43858520c04ce066873f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 993/2067] 10.0.0.42 () {32 vars in 740 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2068] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:58 2026] DELETE /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2069] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:32:58.807 8 INFO neutron.api.v2.resource [None req-47c3a33d-2dbc-4593-ae42-12daef255e24 f220345390df4d47a4b49d8157147d92 8075589bd83a43858520c04ce066873f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2070] 10.0.0.42 () {32 vars in 743 bytes} [Tue Jun 30 23:32:58 2026] DELETE /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2071] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:32:58 2026] DELETE /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2072] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e/tags => 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: 999/2073] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2074] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:32:58 2026] GET /v2.0/ports/7bdc3168-8cbb-402e-92be-c6b517ebbf61 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2075] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:32:58 2026] DELETE /v2.0/trunks/01173e15-22f9-440a-a7ff-bea72b6eba4e => 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: 1075/2076] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:32:58 2026] PUT /v2.0/ports/cdaa74a0-386b-47d0-9cab-030b19d8c4ba => generated 1239 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:32:59.138 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f9803aa-d13a-4a09-b676-4ead48b917a6'] response: {'name': 'network-changed', 'server_uuid': 'e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e', 'tag': 'cdaa74a0-386b-47d0-9cab-030b19d8c4ba', 'status': 'completed', 'code': 200} 2026-06-30 23:32:59.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ce7de3e-165b-48c3-8d89-d1e5f319ae3c f220345390df4d47a4b49d8157147d92 8075589bd83a43858520c04ce066873f - - default default] TaaS: Handle Delete Port: 7bdc3168-8cbb-402e-92be-c6b517ebbf61 2026-06-30 23:32:59.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ce7de3e-165b-48c3-8d89-d1e5f319ae3c f220345390df4d47a4b49d8157147d92 8075589bd83a43858520c04ce066873f - - default default] Tap Mirror: Handle Delete Port: 7bdc3168-8cbb-402e-92be-c6b517ebbf61 [pid: 8|app: 0|req: 1002/2077] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:32:59 2026] DELETE /v2.0/ports/7bdc3168-8cbb-402e-92be-c6b517ebbf61 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:32:59.378 7 INFO neutron.services.segments.plugin [-] Segment d502200a-638b-4c33-855c-e8dcf7a3319b resource provider aggregate not found 2026-06-30 23:32:59.381 7 INFO neutron.services.segments.plugin [-] Segment d502200a-638b-4c33-855c-e8dcf7a3319b resource provider aggregate not found 2026-06-30 23:32:59.395 7 INFO neutron.services.segments.plugin [-] Segment d502200a-638b-4c33-855c-e8dcf7a3319b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d502200a-638b-4c33-855c-e8dcf7a3319b found for delete ", "request_id": "req-9afed2ff-2e31-460d-bec3-fb83d7d7cfe6"}]} 2026-06-30 23:32:59.398 7 INFO neutron.services.segments.plugin [-] Segment d502200a-638b-4c33-855c-e8dcf7a3319b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d502200a-638b-4c33-855c-e8dcf7a3319b found for delete ", "request_id": "req-443c4700-0a1a-488d-9196-25c916ab2cdb"}]} [pid: 7|app: 0|req: 1076/2078] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:32:59 2026] DELETE /v2.0/networks/f84f80c2-0465-4cdb-af13-43926ce16909 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2079] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2080] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2081] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1003/2082] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/security-groups?tenant_id=9d599d6b311a49178241fec9767ec76d&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2083] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/networks?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2084] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2085] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:32:59 2026] DELETE /v2.0/security-groups/c2e775ce-9267-4718-9fe9-567ea5925f9f => 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: 1082/2086] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:32:59 2026] GET /v2.0/security-groups?tenant_id=910cec3d91a947d5bdb6747898241035&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2087] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:33:00 2026] DELETE /v2.0/security-groups/0b67f1d5-29e2-49cc-a954-94adc00e59b2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2088] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/security-groups?tenant_id=ca90524ce5464e3c9475a5bc7bd5cac5&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2089] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:33:00 2026] DELETE /v2.0/security-groups/2ed3acbd-bef1-4afe-b1a7-2d56873aeba4 => 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: 1006/2090] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2091] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2092] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/security-groups?tenant_id=8075589bd83a43858520c04ce066873f&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: 1086/2093] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:33:00 2026] DELETE /v2.0/security-groups/b05e44f0-148e-4545-a11f-c9fd5e2512d4 => 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: 1008/2094] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2095] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cdaa74a0-386b-47d0-9cab-030b19d8c4ba => 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: 1009/2096] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/subnets?id=763e668d-ba9e-4d34-960c-05b53055521b => 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: 1088/2097] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/ports?network_id=fada7387-39e4-473b-8e81-c3e12bf614a6&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: 1010/2098] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:33:00 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1089/2099] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:33:01 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1011/2100] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:01 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2101] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:01 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2102] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:02 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2103] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:02 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2104] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:04 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1092/2105] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:04 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2108] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:05 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2109] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:05 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&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: 1095/2110] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:06 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1016/2111] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:06 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2112] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:06 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2113] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:06 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2114] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:33:06 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:33:07.392 8 INFO neutron.db.l3_db [None req-3bbef3b7-866f-4060-a8fc-3ff52215d04b be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Floating IP 9f9d8078-2815-4b28-a074-7dfd4c73b22b associated. External IP: 10.96.250.219, port: cdaa74a0-386b-47d0-9cab-030b19d8c4ba. [pid: 8|app: 0|req: 1018/2115] 10.0.0.42 () {34 vars in 676 bytes} [Tue Jun 30 23:33:06 2026] POST /v2.0/floatingips => generated 856 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2116] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:07 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:33:07.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0e0cd74-7d82-4c8b-8f6b-895ffceedc7d'] response: {'name': 'network-changed', 'server_uuid': 'e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e', 'tag': 'cdaa74a0-386b-47d0-9cab-030b19d8c4ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1019/2117] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2118] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2119] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cdaa74a0-386b-47d0-9cab-030b19d8c4ba => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2120] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/subnets?id=763e668d-ba9e-4d34-960c-05b53055521b => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2121] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/ports?network_id=fada7387-39e4-473b-8e81-c3e12bf614a6&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: 1101/2122] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1022/2123] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1102/2124] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2125] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:33:08 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2126] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:09 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2127] 10.0.0.27 () {30 vars in 689 bytes} [Tue Jun 30 23:33:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2128] 10.0.0.27 () {30 vars in 691 bytes} [Tue Jun 30 23:33:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2129] 10.0.0.27 () {30 vars in 667 bytes} [Tue Jun 30 23:33:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2130] 10.0.0.27 () {30 vars in 703 bytes} [Tue Jun 30 23:33:10 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: 1026/2131] 10.0.0.27 () {28 vars in 438 bytes} [Tue Jun 30 23:33:10 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: 1106/2132] 10.0.0.27 () {30 vars in 727 bytes} [Tue Jun 30 23:33:10 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2133] 10.0.0.27 () {30 vars in 689 bytes} [Tue Jun 30 23:33:10 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: 1107/2134] 10.0.0.27 () {30 vars in 691 bytes} [Tue Jun 30 23:33: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: 1028/2135] 10.0.0.27 () {30 vars in 667 bytes} [Tue Jun 30 23:33:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2136] 10.0.0.27 () {30 vars in 703 bytes} [Tue Jun 30 23:33:10 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: 1029/2137] 10.0.0.27 () {30 vars in 727 bytes} [Tue Jun 30 23:33:10 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2138] 10.0.0.27 () {30 vars in 689 bytes} [Tue Jun 30 23:33:11 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: 1030/2139] 10.0.0.27 () {30 vars in 691 bytes} [Tue Jun 30 23:33:11 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: 1110/2140] 10.0.0.27 () {30 vars in 667 bytes} [Tue Jun 30 23:33:11 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: 1031/2141] 10.0.0.27 () {30 vars in 703 bytes} [Tue Jun 30 23:33:11 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: 1111/2142] 10.0.0.27 () {30 vars in 729 bytes} [Tue Jun 30 23:33:11 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2143] 10.0.0.27 () {30 vars in 681 bytes} [Tue Jun 30 23:33:11 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2144] 10.0.0.27 () {34 vars in 703 bytes} [Tue Jun 30 23:33:11 2026] POST /v2.0/ports => generated 1128 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2145] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1113/2146] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:33:14 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: 1034/2147] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2148] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:33:14 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: 1035/2149] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2150] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:33:14 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: 1036/2151] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:33:14 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: 1116/2152] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2153] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:33:14.583 7 INFO neutron.api.v2.resource [None req-1612c52b-feb2-4854-9da7-60b6924700e6 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1117/2154] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/security-groups/lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2155] 199.204.45.70 () {30 vars in 784 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/security-groups?name=lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2156] 199.204.45.70 () {34 vars in 735 bytes} [Tue Jun 30 23:33:14 2026] POST /v2.0/security-groups => generated 1636 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2157] 199.204.45.70 () {30 vars in 814 bytes} [Tue Jun 30 23:33:14 2026] GET /v2.0/security-group-rules?security_group_id=661307fc-3650-43d2-ad3c-65dd11e3ffed => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2158] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:33:14 2026] PUT /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2159] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:33:15 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1120/2160] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:33:15 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: 1041/2161] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:33:15 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: 1121/2162] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:33:15 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: 1042/2163] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:33:15 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2164] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:33:17 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2165] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:17 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&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: 1045/2168] 10.0.0.210 () {34 vars in 1016 bytes} [Tue Jun 30 23:33:22 2026] GET /v2.0/security-groups?id=bdab1796-8cce-48e1-95a8-dec5106ea439&fields=id => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2169] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:33:22 2026] GET /v2.0/networks?id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 734 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2170] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:33:22 2026] GET /v2.0/quotas/2823555ee17c483e90f5724709028dda => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2171] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:33:22 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&fields=id => generated 149 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2172] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:33:22 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1126/2173] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:33:22 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1048/2174] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:23 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => 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: 1127/2175] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:23 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => 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: 1049/2176] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:26 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => 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: 1128/2177] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:26 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => 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: 1050/2178] 10.0.0.42 () {32 vars in 825 bytes} [Tue Jun 30 23:33:27 2026] GET /v2.0/ports?project_id=426abf2f0cd343e2a1c4a184c0c655c4&network_id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 3695 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2179] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:33:27 2026] GET /v2.0/networks?id=7825800f-bee6-487e-91a9-fd0899f63459 => generated 734 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2180] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:33:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2823555ee17c483e90f5724709028dda => generated 343 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2181] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:33:27 2026] GET /v2.0/subnets?network_id=31821464-56c6-4767-aa73-e96665bb4c29 => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2182] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:33:27 2026] POST /v2.0/ports => generated 1082 bytes in 294 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-06-30 23:33:27.760 8 INFO neutron.db.l3_db [None req-e5ab5e59-9be8-4260-902a-9aa944be025a be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Floating IP 9f9d8078-2815-4b28-a074-7dfd4c73b22b disassociated. External IP: 10.96.250.219, port: cdaa74a0-386b-47d0-9cab-030b19d8c4ba. [pid: 8|app: 0|req: 1053/2183] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:33:27 2026] PUT /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 554 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2184] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 554 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:33:28.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dca47624-d57c-448e-9039-214db80dcd3b'] response: {'name': 'network-changed', 'server_uuid': 'e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e', 'tag': 'cdaa74a0-386b-47d0-9cab-030b19d8c4ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1131/2185] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:33:27 2026] PUT /v2.0/ports/23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => generated 1243 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:33:28.148 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a89804a3-6ab3-4b4b-b788-802e18bb4257'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '23bcd0e3-a4b7-4530-aace-a549bce3f7a2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1055/2186] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1132/2187] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2188] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2189] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/networks?tenant_id=2823555ee17c483e90f5724709028dda&shared=False => generated 734 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2190] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cdaa74a0-386b-47d0-9cab-030b19d8c4ba => 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: 1058/2191] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/subnets?id=763e668d-ba9e-4d34-960c-05b53055521b => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2192] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2193] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/ports?network_id=fada7387-39e4-473b-8e81-c3e12bf614a6&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: 1135/2194] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1060/2195] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:33:28 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1061/2196] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2197] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/security-groups?id=bdab1796-8cce-48e1-95a8-dec5106ea439&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2198] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2199] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 554 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2200] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2201] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1065/2202] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2203] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&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: 1066/2204] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2205] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:33:29 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1067/2206] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:30 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2207] 10.0.0.42 () {34 vars in 684 bytes} [Tue Jun 30 23:33:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2208] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:33:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2209] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:33:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2210] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:32 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2211] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:32 2026] GET /v2.0/security-groups?id=bdab1796-8cce-48e1-95a8-dec5106ea439&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2212] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:33:32 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: 1070/2213] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:32 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2214] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:33:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:33:32.447 8 INFO neutron.db.securitygroups_db [None req-91bd04f3-60a9-4047-af27-5926e9a8e594 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Project 426abf2f0cd343e2a1c4a184c0c655c4 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: 1071/2215] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:33:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:33:32.569 7 INFO neutron.db.securitygroups_db [None req-713672d7-4e38-4c13-8552-f6d89dbe3fcb be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Project 426abf2f0cd343e2a1c4a184c0c655c4 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: 1145/2216] 10.0.0.42 () {34 vars in 694 bytes} [Tue Jun 30 23:33:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2217] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:33:32 2026] GET /v2.0/networks => generated 1298 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2218] 10.0.0.210 () {34 vars in 1100 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1446510102&fields=id&tenant_id=426abf2f0cd343e2a1c4a184c0c655c4 => 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: 1073/2219] 10.0.0.210 () {34 vars in 982 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2220] 10.0.0.210 () {34 vars in 965 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/quotas/426abf2f0cd343e2a1c4a184c0c655c4 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2221] 10.0.0.210 () {34 vars in 1002 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2222] 10.0.0.210 () {34 vars in 1008 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1075/2223] 10.0.0.210 () {34 vars in 1108 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2224] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:33 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1151/2227] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:33:34 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2228] 199.204.45.70 () {34 vars in 1043 bytes} [Tue Jun 30 23:33:34 2026] GET /v2.0/security-groups?id=bdab1796-8cce-48e1-95a8-dec5106ea439&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2229] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:34 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1078/2230] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:35 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2231] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:35 2026] GET /v2.0/security-groups?id=bdab1796-8cce-48e1-95a8-dec5106ea439&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2232] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:35 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2233] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:35 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2234] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:36 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1081/2235] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:37 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1155/2236] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:33:37 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2237] 199.204.45.70 () {34 vars in 1049 bytes} [Tue Jun 30 23:33:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=426abf2f0cd343e2a1c4a184c0c655c4 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2238] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:38 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2239] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:38 2026] GET /v2.0/security-groups?id=bdab1796-8cce-48e1-95a8-dec5106ea439&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2240] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:38 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2241] 199.204.45.70 () {38 vars in 954 bytes} [Tue Jun 30 23:33:38 2026] POST /v2.0/ports => generated 954 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2242] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:33:38 2026] PUT /v2.0/ports/fdc6b047-28ab-47ee-b1cf-83a7b4985045 => generated 1235 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:33:38.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87f38fe1-8e91-4477-9568-30be224944ec'] response: {'name': 'network-changed', 'server_uuid': '58160f94-2afb-49e4-993c-889fdc9bf0cd', 'tag': 'fdc6b047-28ab-47ee-b1cf-83a7b4985045', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2243] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:38 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 969 bytes in 32 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: 1087/2244] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:39 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2245] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:39 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1088/2246] 199.204.45.70 () {34 vars in 1017 bytes} [Tue Jun 30 23:33:39 2026] GET /v2.0/networks?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2247] 199.204.45.70 () {34 vars in 929 bytes} [Tue Jun 30 23:33:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2248] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2249] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2250] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2251] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fdc6b047-28ab-47ee-b1cf-83a7b4985045 => 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: 1091/2252] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/subnets?id=763e668d-ba9e-4d34-960c-05b53055521b => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2253] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/ports?network_id=fada7387-39e4-473b-8e81-c3e12bf614a6&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2254] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1163/2255] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:33:40 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1093/2256] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:41 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2257] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:41 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2258] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:42 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2259] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:42 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2260] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:43 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1166/2261] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:43 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2262] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:44 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1167/2263] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:44 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2264] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:46 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1168/2265] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:46 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2266] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:33:46 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1169/2267] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:46 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2268] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:33:46 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:33:46.714 7 INFO neutron.db.l3_db [None req-a5f800af-e843-4aa1-8030-1c553b4324ab be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Floating IP 9f9d8078-2815-4b28-a074-7dfd4c73b22b associated. External IP: 10.96.250.219, port: fdc6b047-28ab-47ee-b1cf-83a7b4985045. [pid: 7|app: 0|req: 1170/2269] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:33:46 2026] PUT /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 855 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:33:47.075 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d301f20e-1877-4778-9a25-78fcaa39bdc9'] response: {'name': 'network-changed', 'server_uuid': '58160f94-2afb-49e4-993c-889fdc9bf0cd', 'tag': 'fdc6b047-28ab-47ee-b1cf-83a7b4985045', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1100/2270] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2271] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/ports?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1101/2272] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/networks?id=fada7387-39e4-473b-8e81-c3e12bf614a6 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2273] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fdc6b047-28ab-47ee-b1cf-83a7b4985045 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2274] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/subnets?id=763e668d-ba9e-4d34-960c-05b53055521b => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2275] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/ports?network_id=fada7387-39e4-473b-8e81-c3e12bf614a6&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2276] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1174/2277] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:33:47 2026] GET /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6?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: 1104/2278] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:48 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2281] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:33:49 2026] GET /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2282] 10.0.0.243 () {34 vars in 990 bytes} [Tue Jun 30 23:33:57 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2283] 10.0.0.243 () {34 vars in 1040 bytes} [Tue Jun 30 23:33:57 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&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: 1109/2286] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:06 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2287] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:34:06 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2288] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:07 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1179/2289] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:34:07 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2290] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:08 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1180/2291] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:34:09 2026] GET /v2.0/security-groups?id=67f3b6b1-7b4b-42e0-b913-4d6eae423fec&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: 1112/2292] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:34:09 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:34:09.613 7 INFO neutron_taas.services.taas.taas_plugin [req-7473927f-58a8-4a00-ba1c-cf77fd683ff7 req-744c02cf-3c5c-4842-a2a3-67355e4bbc45 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] TaaS: Handle Delete Port: fdc6b047-28ab-47ee-b1cf-83a7b4985045 2026-06-30 23:34:09.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7473927f-58a8-4a00-ba1c-cf77fd683ff7 req-744c02cf-3c5c-4842-a2a3-67355e4bbc45 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Tap Mirror: Handle Delete Port: fdc6b047-28ab-47ee-b1cf-83a7b4985045 2026-06-30 23:34:09.763 7 INFO neutron.db.l3_db [req-7473927f-58a8-4a00-ba1c-cf77fd683ff7 req-744c02cf-3c5c-4842-a2a3-67355e4bbc45 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Floating IP 9f9d8078-2815-4b28-a074-7dfd4c73b22b disassociated. External IP: 10.96.250.219, port: fdc6b047-28ab-47ee-b1cf-83a7b4985045. [pid: 7|app: 0|req: 1181/2293] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:34:09 2026] DELETE /v2.0/ports/fdc6b047-28ab-47ee-b1cf-83a7b4985045 => generated 0 bytes in 692 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2294] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:10 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:34:10.171 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5aaee52d-9771-4cb8-a223-8dfe3b127593'] response: {'server_uuid': '58160f94-2afb-49e4-993c-889fdc9bf0cd', 'name': 'network-vif-deleted', 'tag': 'fdc6b047-28ab-47ee-b1cf-83a7b4985045', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1182/2295] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:11 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1114/2296] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:12 2026] GET /v2.0/ports?device_id=58160f94-2afb-49e4-993c-889fdc9bf0cd => 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: 1183/2297] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:34:13 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: 1115/2298] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:34:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2299] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:34:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2300] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:34:13 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: 1185/2301] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:13 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2302] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:34:13 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2303] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:13 2026] DELETE /v2.0/security-groups/67f3b6b1-7b4b-42e0-b913-4d6eae423fec => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2304] 199.204.45.70 () {34 vars in 716 bytes} [Tue Jun 30 23:34:13 2026] POST /v2.0/ports => generated 1059 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 23:34:13.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a1558f8-58f9-4932-b47a-462ed6d7b2bd be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] TaaS: Handle Delete Port: c895e2bb-3d9d-48da-8a2a-0fbb0890b811 2026-06-30 23:34:13.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a1558f8-58f9-4932-b47a-462ed6d7b2bd be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Tap Mirror: Handle Delete Port: c895e2bb-3d9d-48da-8a2a-0fbb0890b811 [pid: 7|app: 0|req: 1187/2305] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:34:13 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2306] 10.0.0.210 () {34 vars in 907 bytes} [Tue Jun 30 23:34:13 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: 8|app: 0|req: 1119/2307] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:34:13 2026] DELETE /v2.0/floatingips/9f9d8078-2815-4b28-a074-7dfd4c73b22b => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2308] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:13 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2309] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:34:14 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2310] 199.204.45.70 () {34 vars in 1261 bytes} [Tue Jun 30 23:34:14 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2311] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:14 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1191/2312] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:14 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1122/2313] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:15 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2314] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:34:15 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&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: 1123/2315] 199.204.45.70 () {34 vars in 974 bytes} [Tue Jun 30 23:34:15 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2316] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:34:15 2026] GET /v2.0/networks?id=e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 803 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2317] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:34:15 2026] PUT /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1249 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:16.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-772c123f-a43f-4400-a629-0c427d7047e6'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '7c59a5c5-f33b-4c10-8aea-362828099240', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1194/2318] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2319] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/security-groups?id=c8fd8ae4-fc99-4741-a943-a88c30c60133&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2320] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2489 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2321] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/networks?id=e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 803 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2322] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2323] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1128/2324] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2325] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:16.764 7 INFO neutron_taas.services.taas.taas_plugin [req-f8910fe6-54f0-4076-ba54-68c864a3170f req-02c4ca17-600c-413a-bec8-88ab251a1afc be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] TaaS: Handle Delete Port: cdaa74a0-386b-47d0-9cab-030b19d8c4ba 2026-06-30 23:34:16.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8910fe6-54f0-4076-ba54-68c864a3170f req-02c4ca17-600c-413a-bec8-88ab251a1afc be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Tap Mirror: Handle Delete Port: cdaa74a0-386b-47d0-9cab-030b19d8c4ba [pid: 8|app: 0|req: 1130/2326] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1131/2327] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:16 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2328] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:34:16 2026] DELETE /v2.0/ports/cdaa74a0-386b-47d0-9cab-030b19d8c4ba => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:16.930 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3c98dd3-bb82-403e-90ef-ce2b8054be9d'] response: {'server_uuid': 'e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e', 'name': 'network-vif-deleted', 'tag': 'cdaa74a0-386b-47d0-9cab-030b19d8c4ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1132/2329] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:17 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2330] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:34:17 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2489 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2331] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:34:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1199/2332] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:17 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2333] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:17 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2334] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2335] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2336] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1136/2337] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2338] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2339] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1203/2340] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2341] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:18 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1205/2344] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:34:19 2026] GET /v2.0/ports?device_id=e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e => 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: 1140/2345] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:21 2026] DELETE /v2.0/security-groups/c8fd8ae4-fc99-4741-a943-a88c30c60133 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:34:21.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-c509b4da-9e42-42ce-b869-6e5960b31fcc be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] TaaS: Handle Delete Port: af81ed91-adab-4273-ac3c-a00a2c61247a 2026-06-30 23:34:21.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c509b4da-9e42-42ce-b869-6e5960b31fcc be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Tap Mirror: Handle Delete Port: af81ed91-adab-4273-ac3c-a00a2c61247a [pid: 8|app: 0|req: 1141/2346] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:34:22 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1251 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2347] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:34:21 2026] PUT /v2.0/routers/b5668d33-162f-488e-a244-1092fa22a072/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2348] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:34:22 2026] PUT /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1275 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:22.594 8 INFO neutron.api.v2.resource [None req-4b99d516-96f7-402d-8c27-23ad06289a9c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1143/2349] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:34:22 2026] GET /v2.0/security-groups/lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 149 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2350] 199.204.45.70 () {30 vars in 784 bytes} [Tue Jun 30 23:34:22 2026] GET /v2.0/security-groups?name=lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 1637 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:22.625 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c48db3a-2309-4711-824b-e8f446a3fcf7'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '7c59a5c5-f33b-4c10-8aea-362828099240', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1207/2351] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:22 2026] DELETE /v2.0/subnets/763e668d-ba9e-4d34-960c-05b53055521b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2352] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:34:22 2026] PUT /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1313 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:22.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-4322eec8-6373-461d-ae84-4f641c762a89 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] TaaS: Handle Delete Port: 9b7a6417-040c-43ad-b2bb-c1018a0ac93b 2026-06-30 23:34:22.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4322eec8-6373-461d-ae84-4f641c762a89 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Tap Mirror: Handle Delete Port: 9b7a6417-040c-43ad-b2bb-c1018a0ac93b /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1146/2353] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2354] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:34:23 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: 1148/2355] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:34:23 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: 1149/2356] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:34:23 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: 1150/2357] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:34:23.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-4322eec8-6373-461d-ae84-4f641c762a89 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] TaaS: Handle Delete Port: 8a945276-5aac-4ad4-8687-fe1eb2419ca0 2026-06-30 23:34:23.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4322eec8-6373-461d-ae84-4f641c762a89 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] Tap Mirror: Handle Delete Port: 8a945276-5aac-4ad4-8687-fe1eb2419ca0 [pid: 8|app: 0|req: 1151/2358] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2359] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2360] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/networks?id=e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2361] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2362] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1156/2363] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2364] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2365] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => 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: 1159/2366] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2367] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2368] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:34:23.538 7 INFO neutron.services.segments.plugin [-] Segment 4bb2ac43-c68c-40a5-b292-f562ce195e87 resource provider aggregate not found 2026-06-30 23:34:23.546 7 INFO neutron.services.segments.plugin [-] Segment 4bb2ac43-c68c-40a5-b292-f562ce195e87 resource provider aggregate not found 2026-06-30 23:34:23.563 7 INFO neutron.services.segments.plugin [-] Segment 4bb2ac43-c68c-40a5-b292-f562ce195e87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb2ac43-c68c-40a5-b292-f562ce195e87 found for delete ", "request_id": "req-de1f8706-28a0-423a-a6d6-903fc6e6bb35"}]} 2026-06-30 23:34:23.565 7 INFO neutron.services.segments.plugin [-] Segment 4bb2ac43-c68c-40a5-b292-f562ce195e87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb2ac43-c68c-40a5-b292-f562ce195e87 found for delete ", "request_id": "req-3fa9df9e-1264-4da1-b015-dc7d91d869d2"}]} [pid: 8|app: 0|req: 1162/2369] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:34:23.571 7 INFO neutron.db.l3_hamode_db [None req-4322eec8-6373-461d-ae84-4f641c762a89 be1eb7c4cd4b40a4978e5afd3205ddf6 426abf2f0cd343e2a1c4a184c0c655c4 - - default default] HA network e82ec60c-8c64-4f7b-9dde-de6c80cf446e was deleted as no HA routers are present in tenant 426abf2f0cd343e2a1c4a184c0c655c4. [pid: 7|app: 0|req: 1208/2370] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:22 2026] DELETE /v2.0/routers/b5668d33-162f-488e-a244-1092fa22a072 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2371] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:23 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1209/2372] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:23 2026] DELETE /v2.0/networks/fada7387-39e4-473b-8e81-c3e12bf614a6 => 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: 1164/2373] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:24 2026] GET /v2.0/security-groups?tenant_id=426abf2f0cd343e2a1c4a184c0c655c4&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2374] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:24 2026] DELETE /v2.0/security-groups/56f03a2e-eb7e-41bd-abdd-b82bce926a9c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:34:24.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b1452be-8bb4-42b9-a33e-a5e2a60bb137'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '7c59a5c5-f33b-4c10-8aea-362828099240', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1165/2375] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:24 2026] GET /v2.0/security-groups?tenant_id=fe7b6c73b4244b1aaa30e8f4e66bf943&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2376] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:24 2026] DELETE /v2.0/security-groups/8a5ff9ed-5434-4ab3-a87a-6720af4a9f85 => 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: 1166/2377] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2378] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/networks?id=e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2379] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1213/2380] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2381] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&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: 1214/2382] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2383] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:25 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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-06-30 23:34:25.592 7 INFO neutron.services.segments.plugin [-] Segment 23c278d0-f45e-430f-875a-68dc71e6e409 resource provider aggregate not found 2026-06-30 23:34:25.592 7 INFO neutron.services.segments.plugin [-] Segment 23c278d0-f45e-430f-875a-68dc71e6e409 resource provider aggregate not found 2026-06-30 23:34:25.609 7 INFO neutron.services.segments.plugin [-] Segment 23c278d0-f45e-430f-875a-68dc71e6e409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23c278d0-f45e-430f-875a-68dc71e6e409 found for delete ", "request_id": "req-e29bf24d-512a-4aa6-b518-c9388875880c"}]} 2026-06-30 23:34:25.614 7 INFO neutron.services.segments.plugin [-] Segment 23c278d0-f45e-430f-875a-68dc71e6e409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23c278d0-f45e-430f-875a-68dc71e6e409 found for delete ", "request_id": "req-1c50431e-b788-43e3-8c0e-a40c9686e6c2"}]} 2026-06-30 23:34:29.369 7 INFO neutron.db.segments_db [None req-3629de57-5902-4eb9-9026-55d90286a396 a7c00a0e8ce34953bfec79a8b649bb06 d1f8a317a0624f309d2dd44c62a0d38b - - default default] Added segment 5a159ff9-f817-4404-aa96-76c7fe648f1b of type vxlan for network 8c23f987-4dd8-42c8-8c07-bb4a787fc472 [pid: 7|app: 0|req: 1215/2384] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:29 2026] POST /v2.0/networks => generated 632 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:29.523 8 INFO neutron.db.segments_db [None req-9a1c2f10-dc0d-4551-b8d2-48ff09ca819c a7c00a0e8ce34953bfec79a8b649bb06 d1f8a317a0624f309d2dd44c62a0d38b - - default default] Added segment eeda7222-30aa-42cd-9802-1303f3f72097 of type vxlan for network 5b968c2f-da43-48ca-bb66-293c515fc347 [pid: 8|app: 0|req: 1170/2385] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:29 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:29.684 7 INFO neutron.db.segments_db [None req-4f9038f1-8b4a-43b8-b030-6551e49f1bf1 a7c00a0e8ce34953bfec79a8b649bb06 d1f8a317a0624f309d2dd44c62a0d38b - - default default] Added segment 311e0bcf-663a-41f0-9001-8ef10ba54116 of type vxlan for network c4af1855-b824-434a-96e4-5e9377df72f6 [pid: 7|app: 0|req: 1216/2386] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:29 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:29.855 8 INFO neutron.db.segments_db [None req-f59df9ea-cc98-4630-bbf3-dc38264e8bcb a7c00a0e8ce34953bfec79a8b649bb06 d1f8a317a0624f309d2dd44c62a0d38b - - default default] Added segment 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 of type vxlan for network 9687d3dc-aefb-4668-9ced-a9b6121745c5 [pid: 8|app: 0|req: 1171/2387] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:29 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:29.999 7 INFO neutron.db.segments_db [None req-7b4f3081-6e3d-4edc-b007-06959e33d389 a7c00a0e8ce34953bfec79a8b649bb06 d1f8a317a0624f309d2dd44c62a0d38b - - default default] Added segment 21ead61a-a700-41f1-b6c8-193c06f13f20 of type vxlan for network 6c37d753-66a2-4aee-a49c-e7c648d552c5 [pid: 7|app: 0|req: 1217/2388] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:29 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2389] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:34:30 2026] PUT /v2.0/networks/8c23f987-4dd8-42c8-8c07-bb4a787fc472/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2390] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:34:30 2026] PUT /v2.0/networks/5b968c2f-da43-48ca-bb66-293c515fc347/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2391] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:34:30 2026] PUT /v2.0/networks/c4af1855-b824-434a-96e4-5e9377df72f6/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2392] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:34:30 2026] PUT /v2.0/networks/9687d3dc-aefb-4668-9ced-a9b6121745c5/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2393] 10.0.0.42 () {32 vars in 665 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2394] 10.0.0.42 () {32 vars in 679 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2395] 10.0.0.42 () {32 vars in 675 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2396] 10.0.0.42 () {32 vars in 687 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2397] 10.0.0.42 () {32 vars in 673 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2398] 10.0.0.42 () {32 vars in 687 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2399] 10.0.0.42 () {32 vars in 683 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2400] 10.0.0.42 () {32 vars in 695 bytes} [Tue Jun 30 23:34:30 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:31.003 8 INFO neutron.services.segments.plugin [-] Segment 5a159ff9-f817-4404-aa96-76c7fe648f1b resource provider aggregate not found 2026-06-30 23:34:31.003 8 INFO neutron.services.segments.plugin [-] Segment 5a159ff9-f817-4404-aa96-76c7fe648f1b resource provider aggregate not found 2026-06-30 23:34:31.025 8 INFO neutron.services.segments.plugin [-] Segment 5a159ff9-f817-4404-aa96-76c7fe648f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a159ff9-f817-4404-aa96-76c7fe648f1b found for delete ", "request_id": "req-271e0107-c771-461a-a71e-5633dcbbeee6"}]} 2026-06-30 23:34:31.029 8 INFO neutron.services.segments.plugin [-] Segment 5a159ff9-f817-4404-aa96-76c7fe648f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a159ff9-f817-4404-aa96-76c7fe648f1b found for delete ", "request_id": "req-ca039cc1-a5a5-442b-969c-8ea342c74c65"}]} [pid: 8|app: 0|req: 1178/2401] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:30 2026] DELETE /v2.0/networks/8c23f987-4dd8-42c8-8c07-bb4a787fc472 => 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: 1224/2402] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:31 2026] DELETE /v2.0/networks/5b968c2f-da43-48ca-bb66-293c515fc347 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:31.279 7 INFO neutron.services.segments.plugin [-] Segment eeda7222-30aa-42cd-9802-1303f3f72097 resource provider aggregate not found 2026-06-30 23:34:31.287 7 INFO neutron.services.segments.plugin [-] Segment eeda7222-30aa-42cd-9802-1303f3f72097 resource provider aggregate not found 2026-06-30 23:34:31.294 7 INFO neutron.services.segments.plugin [-] Segment eeda7222-30aa-42cd-9802-1303f3f72097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeda7222-30aa-42cd-9802-1303f3f72097 found for delete ", "request_id": "req-d5ede0a4-5d79-4fa9-94f2-f7ab54392ebe"}]} 2026-06-30 23:34:31.303 7 INFO neutron.services.segments.plugin [-] Segment eeda7222-30aa-42cd-9802-1303f3f72097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeda7222-30aa-42cd-9802-1303f3f72097 found for delete ", "request_id": "req-acbd4018-9c9c-464f-b3b9-293360cb3782"}]} [pid: 8|app: 0|req: 1179/2403] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:31 2026] DELETE /v2.0/networks/c4af1855-b824-434a-96e4-5e9377df72f6 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2404] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:31 2026] DELETE /v2.0/networks/9687d3dc-aefb-4668-9ced-a9b6121745c5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2405] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:31 2026] DELETE /v2.0/networks/6c37d753-66a2-4aee-a49c-e7c648d552c5 => 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: 1181/2406] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:32 2026] GET /v2.0/security-groups?tenant_id=018b0b7b2d3344a0bb1b96389a44ac51&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2407] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:32 2026] DELETE /v2.0/security-groups/61cedddd-8d21-4bf3-9cc9-c888bfa49dc2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:34:32.767 7 INFO neutron.db.l3_db [None req-bcb359a9-47ac-48be-b56d-019c8fb94e57 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Floating IP 52f9ba41-ff28-4335-8c77-ae9656336c64 associated. External IP: 10.96.250.215, port: b0b885fe-2bfa-42cb-886e-5179c5c644c3. [pid: 8|app: 0|req: 1183/2408] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:32 2026] GET /v2.0/security-groups?tenant_id=aed7dbd5c7b347a0b9ec907e2258248f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2409] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:32 2026] DELETE /v2.0/security-groups/e2a5bdf9-39a7-44a5-a6ab-f0f7fe65ebd4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2410] 10.0.0.42 () {34 vars in 676 bytes} [Tue Jun 30 23:34:32 2026] POST /v2.0/floatingips => generated 898 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2411] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:33 2026] GET /v2.0/security-groups?tenant_id=d1f8a317a0624f309d2dd44c62a0d38b&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:33.267 8 INFO neutron.services.segments.plugin [-] Segment 311e0bcf-663a-41f0-9001-8ef10ba54116 resource provider aggregate not found 2026-06-30 23:34:33.289 8 INFO neutron.services.segments.plugin [-] Segment 311e0bcf-663a-41f0-9001-8ef10ba54116 resource provider aggregate not found 2026-06-30 23:34:33.294 8 INFO neutron.services.segments.plugin [-] Segment 311e0bcf-663a-41f0-9001-8ef10ba54116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 311e0bcf-663a-41f0-9001-8ef10ba54116 found for delete ", "request_id": "req-e907e62c-9cdd-4012-8abb-ce3b5c14bed0"}]} 2026-06-30 23:34:33.320 8 INFO neutron.services.segments.plugin [-] Segment 311e0bcf-663a-41f0-9001-8ef10ba54116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 311e0bcf-663a-41f0-9001-8ef10ba54116 found for delete ", "request_id": "req-dffc83b9-6ec9-46a4-aafb-ffd8557a9012"}]} 2026-06-30 23:34:33.327 7 INFO neutron.services.segments.plugin [-] Segment 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 resource provider aggregate not found 2026-06-30 23:34:33.328 8 INFO neutron.services.segments.plugin [-] Segment 21ead61a-a700-41f1-b6c8-193c06f13f20 resource provider aggregate not found 2026-06-30 23:34:33.335 7 INFO neutron.services.segments.plugin [-] Segment 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 resource provider aggregate not found 2026-06-30 23:34:33.348 7 INFO neutron.services.segments.plugin [-] Segment 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 found for delete ", "request_id": "req-10d546e6-3d9f-4e8b-a871-fb6d8ab976b4"}]} 2026-06-30 23:34:33.353 8 INFO neutron.services.segments.plugin [-] Segment 21ead61a-a700-41f1-b6c8-193c06f13f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ead61a-a700-41f1-b6c8-193c06f13f20 found for delete ", "request_id": "req-c1068818-07c0-4bbd-99e6-e56cef4250e8"}]} 2026-06-30 23:34:33.355 7 INFO neutron.services.segments.plugin [-] Segment 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c6484e5-dd79-4bc2-97c2-90167f0cfe95 found for delete ", "request_id": "req-d65a6b47-ab50-4a0d-96f9-92007e6934e1"}]} 2026-06-30 23:34:33.361 8 INFO neutron.services.segments.plugin [-] Segment 21ead61a-a700-41f1-b6c8-193c06f13f20 resource provider aggregate not found [pid: 7|app: 0|req: 1227/2412] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:33 2026] DELETE /v2.0/security-groups/37e5effa-c460-46bd-a2f5-7a8719a02caa => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:34:33.379 8 INFO neutron.services.segments.plugin [-] Segment 21ead61a-a700-41f1-b6c8-193c06f13f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ead61a-a700-41f1-b6c8-193c06f13f20 found for delete ", "request_id": "req-4aefdce4-5101-46fa-9985-4e3a9bb02a5c"}]} [pid: 8|app: 0|req: 1187/2415] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:34:35 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: 1229/2416] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:34:35 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: 1188/2417] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:34:35 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: 1230/2418] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:34:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:34:35.814 8 INFO neutron.api.v2.resource [None req-62fd9fb7-5688-4204-b3c6-118b791f92db ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1189/2419] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:34:35 2026] GET /v2.0/security-groups/lb-de0eb560-5760-4334-8490-b14d61ff15cb => 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: 1231/2420] 199.204.45.70 () {30 vars in 784 bytes} [Tue Jun 30 23:34:35 2026] GET /v2.0/security-groups?name=lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 1637 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2421] 199.204.45.70 () {30 vars in 814 bytes} [Tue Jun 30 23:34:35 2026] GET /v2.0/security-group-rules?security_group_id=661307fc-3650-43d2-ad3c-65dd11e3ffed => generated 1182 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2422] 199.204.45.70 () {34 vars in 746 bytes} [Tue Jun 30 23:34:35 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: 8|app: 0|req: 1191/2423] 199.204.45.70 () {34 vars in 746 bytes} [Tue Jun 30 23:34:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:37.744 7 INFO neutron.db.segments_db [None req-b0644422-6113-4f1a-a521-430af61752b6 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] Added segment 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b of type vxlan for network 6c73cdea-f7c7-4e80-9c7b-bf9cbc81374c [pid: 7|app: 0|req: 1233/2424] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:37 2026] POST /v2.0/networks => generated 631 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2425] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:34:37 2026] POST /v2.0/subnets => generated 626 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:38.074 7 INFO neutron.db.segments_db [None req-cfe5cfaa-3879-41d1-98e7-aec21804ef4c 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] Added segment 0bac4869-74b4-4f8c-a5d7-1850119bfd22 of type vxlan for network 5a0b0321-0333-426e-9f06-280879c52398 [pid: 7|app: 0|req: 1234/2426] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:38 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2427] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:34:38 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:38.452 7 INFO neutron.db.segments_db [None req-be29b4da-73ff-4150-aaee-1c093db1f1d2 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] Added segment cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 of type vxlan for network 95a2f1b3-ff28-49af-b3da-3417c0275aab [pid: 7|app: 0|req: 1235/2428] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:38 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2429] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:34:38 2026] POST /v2.0/subnets => generated 629 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:38.809 7 INFO neutron.db.segments_db [None req-abeb9daa-8928-47e6-9582-6947b2aace99 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] Added segment 7374e35f-4053-427e-8ce2-d6524336e03c of type vxlan for network be5ce0b1-facd-44be-b830-89acf4000a2d [pid: 7|app: 0|req: 1236/2430] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:38 2026] POST /v2.0/networks => generated 631 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2431] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:34:38 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:34:39.194 7 INFO neutron.db.segments_db [None req-dc01e55a-acb7-47fb-b841-531f5021dd99 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] Added segment db0a5068-b5d7-4b0d-9acb-7b56479d1452 of type vxlan for network 7bc49047-f30a-4210-8c3d-2e4317d05ebc [pid: 7|app: 0|req: 1237/2432] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:39 2026] POST /v2.0/networks => generated 632 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2433] 10.0.0.42 () {34 vars in 668 bytes} [Tue Jun 30 23:34:39 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2434] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:34:39 2026] PUT /v2.0/subnets/1e729d55-0187-4595-93b2-8cd9fbb232d3/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: 1197/2435] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:34:39 2026] PUT /v2.0/subnets/278fc8d7-b1c6-4a22-8279-c6be9cf62495/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2436] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:34:39 2026] PUT /v2.0/subnets/71bd2bb5-edd6-443b-b58b-2c291046c3bb/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2437] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:34:39 2026] PUT /v2.0/subnets/02a97694-2700-4403-842c-0ddc419cf12b/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2438] 10.0.0.42 () {32 vars in 663 bytes} [Tue Jun 30 23:34:39 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2439] 10.0.0.42 () {32 vars in 677 bytes} [Tue Jun 30 23:34:39 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2440] 10.0.0.42 () {32 vars in 673 bytes} [Tue Jun 30 23:34:39 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2441] 10.0.0.42 () {32 vars in 685 bytes} [Tue Jun 30 23:34:39 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2442] 10.0.0.42 () {32 vars in 671 bytes} [Tue Jun 30 23:34:40 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2443] 10.0.0.42 () {32 vars in 685 bytes} [Tue Jun 30 23:34:40 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2444] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:34:40 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: 8|app: 0|req: 1202/2445] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:34:40 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2446] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:40 2026] DELETE /v2.0/subnets/1e729d55-0187-4595-93b2-8cd9fbb232d3 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2447] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:40 2026] DELETE /v2.0/subnets/278fc8d7-b1c6-4a22-8279-c6be9cf62495 => 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: 1245/2448] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:40 2026] DELETE /v2.0/subnets/71bd2bb5-edd6-443b-b58b-2c291046c3bb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2449] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:40 2026] DELETE /v2.0/subnets/02a97694-2700-4403-842c-0ddc419cf12b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2450] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:34:40 2026] DELETE /v2.0/subnets/7a6e01fa-fbea-4cde-83bd-9def4ca263d7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:41.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-267211d7-82db-4eba-a6c6-1ef37d7d5f73 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] TaaS: Handle Delete Port: 7311f553-33c0-4f1d-a242-40bc258a9487 2026-06-30 23:34:41.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-267211d7-82db-4eba-a6c6-1ef37d7d5f73 807249b7c3414300af003dff1ef68e74 7c41d66a9cac406baaaebe5d85823c64 - - default default] Tap Mirror: Handle Delete Port: 7311f553-33c0-4f1d-a242-40bc258a9487 2026-06-30 23:34:41.214 8 INFO neutron.services.segments.plugin [-] Segment 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b resource provider aggregate not found 2026-06-30 23:34:41.218 8 INFO neutron.services.segments.plugin [-] Segment 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b resource provider aggregate not found 2026-06-30 23:34:41.233 8 INFO neutron.services.segments.plugin [-] Segment 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b found for delete ", "request_id": "req-7edb1d45-c7bf-4920-b8e3-52af2d0af5c2"}]} 2026-06-30 23:34:41.242 8 INFO neutron.services.segments.plugin [-] Segment 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81452c10-bfe1-4ac7-bc6a-d58ecee0d68b found for delete ", "request_id": "req-f839cde4-3d8e-44bf-b51c-63fc4301ffe3"}]} [pid: 8|app: 0|req: 1205/2451] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:40 2026] DELETE /v2.0/networks/6c73cdea-f7c7-4e80-9c7b-bf9cbc81374c => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:41.387 7 INFO neutron.services.segments.plugin [-] Segment 0bac4869-74b4-4f8c-a5d7-1850119bfd22 resource provider aggregate not found 2026-06-30 23:34:41.392 7 INFO neutron.services.segments.plugin [-] Segment 0bac4869-74b4-4f8c-a5d7-1850119bfd22 resource provider aggregate not found 2026-06-30 23:34:41.409 7 INFO neutron.services.segments.plugin [-] Segment 0bac4869-74b4-4f8c-a5d7-1850119bfd22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bac4869-74b4-4f8c-a5d7-1850119bfd22 found for delete ", "request_id": "req-ba80cb34-e779-4919-947d-4ffd5d92f0f6"}]} 2026-06-30 23:34:41.412 7 INFO neutron.services.segments.plugin [-] Segment 0bac4869-74b4-4f8c-a5d7-1850119bfd22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bac4869-74b4-4f8c-a5d7-1850119bfd22 found for delete ", "request_id": "req-8a0a9f89-54e7-4a9d-ad45-cbc2e9981554"}]} [pid: 7|app: 0|req: 1247/2452] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:41 2026] DELETE /v2.0/networks/5a0b0321-0333-426e-9f06-280879c52398 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2453] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:41 2026] DELETE /v2.0/networks/95a2f1b3-ff28-49af-b3da-3417c0275aab => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2454] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:41 2026] DELETE /v2.0/networks/be5ce0b1-facd-44be-b830-89acf4000a2d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2455] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:41 2026] DELETE /v2.0/networks/7bc49047-f30a-4210-8c3d-2e4317d05ebc => 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: 1249/2456] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:42 2026] GET /v2.0/security-groups?tenant_id=c3b6bbd0ca8a42e1ab44918987a03b8a&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2457] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:42 2026] DELETE /v2.0/security-groups/a301ffad-6cf1-4c9b-91c2-584a19d5b0bd => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2458] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:42 2026] GET /v2.0/security-groups?tenant_id=c21d89e457194ee9b5e82a26a9560369&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2459] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:43 2026] DELETE /v2.0/security-groups/8ed35c45-5b4a-4e9a-b29d-174257287cee => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:34:43.254 8 INFO neutron.services.segments.plugin [-] Segment cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 resource provider aggregate not found 2026-06-30 23:34:43.260 8 INFO neutron.services.segments.plugin [-] Segment cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 resource provider aggregate not found 2026-06-30 23:34:43.273 8 INFO neutron.services.segments.plugin [-] Segment cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 found for delete ", "request_id": "req-a637f53e-8b6b-477b-9398-c4f7c6e8290a"}]} 2026-06-30 23:34:43.279 8 INFO neutron.services.segments.plugin [-] Segment cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb9ed94b-594e-4b1a-b9e0-4a0d7c7d3d01 found for delete ", "request_id": "req-a6abdea9-3116-4a3a-b8cd-cced84de1fde"}]} 2026-06-30 23:34:43.293 8 INFO neutron.services.segments.plugin [-] Segment db0a5068-b5d7-4b0d-9acb-7b56479d1452 resource provider aggregate not found 2026-06-30 23:34:43.299 8 INFO neutron.services.segments.plugin [-] Segment db0a5068-b5d7-4b0d-9acb-7b56479d1452 resource provider aggregate not found 2026-06-30 23:34:43.312 8 INFO neutron.services.segments.plugin [-] Segment db0a5068-b5d7-4b0d-9acb-7b56479d1452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db0a5068-b5d7-4b0d-9acb-7b56479d1452 found for delete ", "request_id": "req-f004d9a0-0256-4e14-b9fc-c835d550c354"}]} 2026-06-30 23:34:43.318 8 INFO neutron.services.segments.plugin [-] Segment db0a5068-b5d7-4b0d-9acb-7b56479d1452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db0a5068-b5d7-4b0d-9acb-7b56479d1452 found for delete ", "request_id": "req-5fa23775-4ecf-4afb-86f3-bab3af032a9c"}]} [pid: 7|app: 0|req: 1251/2460] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:43 2026] GET /v2.0/security-groups?tenant_id=7c41d66a9cac406baaaebe5d85823c64&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:43.433 7 INFO neutron.services.segments.plugin [-] Segment 7374e35f-4053-427e-8ce2-d6524336e03c resource provider aggregate not found 2026-06-30 23:34:43.438 7 INFO neutron.services.segments.plugin [-] Segment 7374e35f-4053-427e-8ce2-d6524336e03c resource provider aggregate not found 2026-06-30 23:34:43.456 7 INFO neutron.services.segments.plugin [-] Segment 7374e35f-4053-427e-8ce2-d6524336e03c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7374e35f-4053-427e-8ce2-d6524336e03c found for delete ", "request_id": "req-7879a6a0-7488-419c-ab01-b5887d4477fc"}]} 2026-06-30 23:34:43.456 7 INFO neutron.services.segments.plugin [-] Segment 7374e35f-4053-427e-8ce2-d6524336e03c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7374e35f-4053-427e-8ce2-d6524336e03c found for delete ", "request_id": "req-96dc6cca-68d3-4c9c-8b68-5a3d22ba870a"}]} [pid: 8|app: 0|req: 1210/2461] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:43 2026] DELETE /v2.0/security-groups/c5dd35f2-c630-496c-8220-fc8fae565464 => 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: 1252/2462] 10.0.0.27 () {30 vars in 689 bytes} [Tue Jun 30 23:34:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2463] 10.0.0.27 () {30 vars in 691 bytes} [Tue Jun 30 23:34:45 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: 1253/2464] 10.0.0.27 () {30 vars in 667 bytes} [Tue Jun 30 23:34:45 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: 8|app: 0|req: 1212/2465] 10.0.0.27 () {30 vars in 703 bytes} [Tue Jun 30 23:34:45 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: 1254/2466] 10.0.0.27 () {28 vars in 438 bytes} [Tue Jun 30 23:34:45 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2467] 10.0.0.27 () {30 vars in 727 bytes} [Tue Jun 30 23:34:45 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 655 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2468] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:34:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2469] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:34:47 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: 1257/2470] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:34:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2471] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:34:47 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: 1214/2472] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:34:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2473] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:34:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2474] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:47 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2475] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:34:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2476] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:34:47 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2477] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:34:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2478] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:34:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2479] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:34:47 2026] PUT /v2.0/subnetpools/50b681fb-558a-487c-9777-6355c2167afe/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2480] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:34:47 2026] PUT /v2.0/subnetpools/ab16b569-0144-4ff7-b1af-cfb593f1f845/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2481] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:34:47 2026] PUT /v2.0/subnetpools/e5fbceca-511a-496e-ac7f-7be9320dc918/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2482] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:34:47 2026] PUT /v2.0/subnetpools/18814741-605b-48ec-bc1d-df995b79d0ea/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2483] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:34: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: 1265/2484] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:34:48 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: 1220/2485] 10.0.0.42 () {32 vars in 671 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2486] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:34:48 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: 8|app: 0|req: 1221/2487] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2488] 10.0.0.42 () {32 vars in 685 bytes} [Tue Jun 30 23:34:48 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: 1268/2489] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2490] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2491] 10.0.0.42 () {32 vars in 679 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2492] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2493] 10.0.0.42 () {32 vars in 689 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2494] 10.0.0.42 () {32 vars in 701 bytes} [Tue Jun 30 23:34:48 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2495] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:34:48 2026] DELETE /v2.0/subnetpools/50b681fb-558a-487c-9777-6355c2167afe => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2496] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:34:48 2026] DELETE /v2.0/subnetpools/ab16b569-0144-4ff7-b1af-cfb593f1f845 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2497] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:34:48 2026] DELETE /v2.0/subnetpools/e5fbceca-511a-496e-ac7f-7be9320dc918 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2498] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:34:48 2026] DELETE /v2.0/subnetpools/18814741-605b-48ec-bc1d-df995b79d0ea => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2499] 199.204.45.70 () {34 vars in 716 bytes} [Tue Jun 30 23:34:48 2026] POST /v2.0/ports => generated 1324 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2500] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:34:48 2026] DELETE /v2.0/subnetpools/cfc2eea2-4495-4e88-a874-8b55df30b7ad => generated 0 bytes in 38 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: 1223/2503] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:34:49 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1324 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2504] 10.0.0.210 () {34 vars in 907 bytes} [Tue Jun 30 23:34:49 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: 1281/2505] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:49 2026] GET /v2.0/security-groups?tenant_id=8d081b83c1ef4fc58c672703c7d59b1c&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2506] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:49 2026] DELETE /v2.0/security-groups/3147e225-54fa-4c67-9102-84822d009c61 => 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: 1282/2507] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:49 2026] GET /v2.0/security-groups?tenant_id=dec38c8e2ab34417abc8c5a6f01228a3&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2508] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:49 2026] DELETE /v2.0/security-groups/eb86ecb4-7fc9-49cd-b0db-ec45acdc5829 => 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: 1283/2509] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:34:49 2026] GET /v2.0/security-groups?tenant_id=a5e3b8c2da4e458c956d5cbb6d8c4b9f&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: 1227/2510] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:34:50 2026] DELETE /v2.0/security-groups/27bc0c36-d4af-4bfe-be4c-76ade87428b5 => 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: 1284/2511] 199.204.45.70 () {34 vars in 1261 bytes} [Tue Jun 30 23:34:50 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2512] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:50 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2513] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:50 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1229/2514] 199.204.45.70 () {34 vars in 974 bytes} [Tue Jun 30 23:34:51 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2515] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:34:51 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2516] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:34:51 2026] PUT /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1514 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:51.973 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f75fb9e-4cd7-4ea7-9439-e1bd88e5c114'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '9c919928-f413-403a-8f27-44fb36bd95b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1287/2517] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4095 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1231/2518] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2519] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1232/2520] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A370&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1289/2521] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/subnets?id=b1124085-ca4d-405f-8e71-d2b83c5074a1&id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 1409 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2522] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2523] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2524] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1291/2525] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:52 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2526] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:34:53 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4095 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2527] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:34:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1236/2528] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:53 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => 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: 1293/2529] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&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: 1237/2530] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2531] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2532] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1295/2533] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2534] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2535] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1298/2536] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1299/2537] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1300/2538] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A370&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1301/2539] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/subnets?id=b1124085-ca4d-405f-8e71-d2b83c5074a1&id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2540] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:34:54.538 8 INFO neutron.db.segments_db [None req-51c56f24-46a8-4134-821c-11488e1d8410 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Added segment ad4b9afc-f703-4b57-9281-cb588c494675 of type vxlan for network fdc33e32-9146-4768-9a34-68fb699d4d26 [pid: 7|app: 0|req: 1303/2541] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2542] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1239/2543] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:54 2026] POST /v2.0/networks => generated 631 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2544] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:34:54 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1240/2545] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:34:54 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2546] 10.0.0.42 () {34 vars in 665 bytes} [Tue Jun 30 23:34:54 2026] POST /v2.0/trunks => generated 407 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, ' 2026-06-30 23:34:55.229 8 INFO neutron.db.segments_db [None req-bd4a9d7a-b248-4784-a517-de6602073ad6 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Added segment f5ff1ad0-6c8c-432f-b340-299e0458f220 of type vxlan for network eaa60cf0-5ed8-4027-9fdc-387c2536da80 [pid: 8|app: 0|req: 1241/2547] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:55 2026] POST /v2.0/networks => generated 632 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2548] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:34:55 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2549] 10.0.0.42 () {34 vars in 665 bytes} [Tue Jun 30 23:34:55 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:34:55.897 7 INFO neutron.db.segments_db [None req-06c4cd6a-5aac-44f2-8701-f325204a7a48 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Added segment 59875537-6044-4493-aa54-6adbf751eafd of type vxlan for network a55a555a-176f-459a-a1c3-b29d8db5ad68 [pid: 7|app: 0|req: 1308/2550] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:55 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2551] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:34:55 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2552] 10.0.0.42 () {34 vars in 665 bytes} [Tue Jun 30 23:34:56 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:34:56.512 8 INFO neutron.db.segments_db [None req-8e393d7f-ca6b-4973-9012-b3212bcd8f63 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Added segment 24464830-e89c-426c-a196-9ce3356ccd18 of type vxlan for network 5e80b634-81d0-4a79-adba-6c728effb9c2 [pid: 8|app: 0|req: 1244/2553] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:56 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2554] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:34:56 2026] POST /v2.0/ports => generated 743 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2555] 10.0.0.42 () {34 vars in 665 bytes} [Tue Jun 30 23:34:56 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:34:57.065 7 INFO neutron.db.segments_db [None req-ecf952e7-f1ce-4812-925f-0c3684505b78 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Added segment 2d76fa30-07cf-4818-8e85-f72af91b1d54 of type vxlan for network 901860f9-e013-4667-a473-e1b86768e43c [pid: 7|app: 0|req: 1311/2556] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:34:57 2026] POST /v2.0/networks => generated 631 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2557] 10.0.0.42 () {34 vars in 663 bytes} [Tue Jun 30 23:34:57 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2558] 10.0.0.42 () {34 vars in 665 bytes} [Tue Jun 30 23:34:57 2026] POST /v2.0/trunks => generated 407 bytes in 145 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: 1247/2559] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:34:57 2026] PUT /v2.0/trunks/8ec89a37-f1b5-4633-ae4e-ed15347aba70/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2560] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:34:57 2026] PUT /v2.0/trunks/0dbeb373-70bf-41cc-bade-534c21272ffd/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2561] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:34:57 2026] PUT /v2.0/trunks/7da2e124-23c4-47da-92cb-54ed02873eba/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: 1314/2562] 10.0.0.42 () {34 vars in 748 bytes} [Tue Jun 30 23:34:57 2026] PUT /v2.0/trunks/3df75b2d-eef2-45ab-b974-46b12d6982ab/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2563] 10.0.0.42 () {32 vars in 661 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2564] 10.0.0.42 () {32 vars in 675 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2565] 10.0.0.42 () {32 vars in 671 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2566] 10.0.0.42 () {32 vars in 683 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2567] 10.0.0.42 () {32 vars in 669 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2568] 10.0.0.42 () {32 vars in 683 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2569] 10.0.0.42 () {32 vars in 679 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2570] 10.0.0.42 () {32 vars in 691 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2571] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/trunks/8ec89a37-f1b5-4633-ae4e-ed15347aba70 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2572] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:34:57 2026] GET /v2.0/ports/f83effa7-36fa-4ec3-a8f8-af0e6bce3361 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2573] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/trunks/8ec89a37-f1b5-4633-ae4e-ed15347aba70 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2574] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/trunks/0dbeb373-70bf-41cc-bade-534c21272ffd => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2575] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/59b26b0e-d344-4cbb-9e15-a107ca14e147 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2576] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/trunks/0dbeb373-70bf-41cc-bade-534c21272ffd => 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: 1256/2577] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/trunks/7da2e124-23c4-47da-92cb-54ed02873eba => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2578] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1514 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2579] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/56fe2a42-dcbc-4a6c-9c82-80954245b2c0 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2580] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2581] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2582] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/trunks/7da2e124-23c4-47da-92cb-54ed02873eba => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2583] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/trunks/3df75b2d-eef2-45ab-b974-46b12d6982ab => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2584] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/subnets/b1124085-ca4d-405f-8e71-d2b83c5074a1 => generated 743 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2585] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/60538c7e-a389-4187-b088-01803663ee38 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2586] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2587] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:34:58 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: 1261/2588] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/trunks/3df75b2d-eef2-45ab-b974-46b12d6982ab => 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: 1328/2589] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2590] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2591] 10.0.0.42 () {32 vars in 718 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/trunks/ae9ed2af-083c-4041-ab7b-27fa6f165eb7 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2592] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2593] 10.0.0.42 () {32 vars in 716 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/e2c433c7-3659-4f3a-82e7-545c7880983b => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2594] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2595] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2596] 10.0.0.42 () {32 vars in 721 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/trunks/ae9ed2af-083c-4041-ab7b-27fa6f165eb7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2597] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:34:58.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-57b4cdf6-a956-4af9-a033-3e66519154cb acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] TaaS: Handle Delete Port: f83effa7-36fa-4ec3-a8f8-af0e6bce3361 2026-06-30 23:34:58.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57b4cdf6-a956-4af9-a033-3e66519154cb acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Tap Mirror: Handle Delete Port: f83effa7-36fa-4ec3-a8f8-af0e6bce3361 [pid: 8|app: 0|req: 1266/2598] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2599] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => 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: 1333/2600] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/ports/f83effa7-36fa-4ec3-a8f8-af0e6bce3361 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2601] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:34:58 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:34:59.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cc15e79-5b44-4fef-9b1a-9bbf4695412d acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] TaaS: Handle Delete Port: 59b26b0e-d344-4cbb-9e15-a107ca14e147 2026-06-30 23:34:59.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cc15e79-5b44-4fef-9b1a-9bbf4695412d acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Tap Mirror: Handle Delete Port: 59b26b0e-d344-4cbb-9e15-a107ca14e147 [pid: 7|app: 0|req: 1334/2602] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:34:58 2026] DELETE /v2.0/ports/59b26b0e-d344-4cbb-9e15-a107ca14e147 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:59.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-80a8be63-7912-48c7-be6f-aaa5b9889e21 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] TaaS: Handle Delete Port: 56fe2a42-dcbc-4a6c-9c82-80954245b2c0 2026-06-30 23:34:59.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80a8be63-7912-48c7-be6f-aaa5b9889e21 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Tap Mirror: Handle Delete Port: 56fe2a42-dcbc-4a6c-9c82-80954245b2c0 [pid: 8|app: 0|req: 1269/2603] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:34:59 2026] DELETE /v2.0/ports/56fe2a42-dcbc-4a6c-9c82-80954245b2c0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:59.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb8ffa69-a95a-4193-8a8b-e5595a7dd05c acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] TaaS: Handle Delete Port: 60538c7e-a389-4187-b088-01803663ee38 2026-06-30 23:34:59.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb8ffa69-a95a-4193-8a8b-e5595a7dd05c acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Tap Mirror: Handle Delete Port: 60538c7e-a389-4187-b088-01803663ee38 [pid: 7|app: 0|req: 1335/2604] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:34:59 2026] DELETE /v2.0/ports/60538c7e-a389-4187-b088-01803663ee38 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:59.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dd9aafb-ae72-44c8-9c6b-31dd8d0c9d11 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] TaaS: Handle Delete Port: e2c433c7-3659-4f3a-82e7-545c7880983b 2026-06-30 23:34:59.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dd9aafb-ae72-44c8-9c6b-31dd8d0c9d11 acc057963177427aac518d3923f45cef bc0f68b5b840492ea19539007cc25dfc - - default default] Tap Mirror: Handle Delete Port: e2c433c7-3659-4f3a-82e7-545c7880983b [pid: 8|app: 0|req: 1270/2605] 10.0.0.42 () {32 vars in 719 bytes} [Tue Jun 30 23:34:59 2026] DELETE /v2.0/ports/e2c433c7-3659-4f3a-82e7-545c7880983b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:34:59.871 7 INFO neutron.services.segments.plugin [-] Segment ad4b9afc-f703-4b57-9281-cb588c494675 resource provider aggregate not found 2026-06-30 23:34:59.876 7 INFO neutron.services.segments.plugin [-] Segment ad4b9afc-f703-4b57-9281-cb588c494675 resource provider aggregate not found 2026-06-30 23:34:59.893 7 INFO neutron.services.segments.plugin [-] Segment ad4b9afc-f703-4b57-9281-cb588c494675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad4b9afc-f703-4b57-9281-cb588c494675 found for delete ", "request_id": "req-b107b414-fe56-4814-9e82-a7db46c805b6"}]} 2026-06-30 23:34:59.894 7 INFO neutron.services.segments.plugin [-] Segment ad4b9afc-f703-4b57-9281-cb588c494675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad4b9afc-f703-4b57-9281-cb588c494675 found for delete ", "request_id": "req-38377723-d44d-4505-805b-b2ac44f778bd"}]} [pid: 7|app: 0|req: 1336/2606] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:59 2026] DELETE /v2.0/networks/fdc33e32-9146-4768-9a34-68fb699d4d26 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:35:00.022 8 INFO neutron.services.segments.plugin [-] Segment f5ff1ad0-6c8c-432f-b340-299e0458f220 resource provider aggregate not found 2026-06-30 23:35:00.027 8 INFO neutron.services.segments.plugin [-] Segment f5ff1ad0-6c8c-432f-b340-299e0458f220 resource provider aggregate not found 2026-06-30 23:35:00.039 8 INFO neutron.services.segments.plugin [-] Segment f5ff1ad0-6c8c-432f-b340-299e0458f220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ff1ad0-6c8c-432f-b340-299e0458f220 found for delete ", "request_id": "req-d53372d0-e84e-4830-b865-d0848eff5008"}]} 2026-06-30 23:35:00.041 8 INFO neutron.services.segments.plugin [-] Segment f5ff1ad0-6c8c-432f-b340-299e0458f220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ff1ad0-6c8c-432f-b340-299e0458f220 found for delete ", "request_id": "req-d8e0ac56-966d-4921-96ae-9411cf750b01"}]} [pid: 8|app: 0|req: 1271/2607] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:34:59 2026] DELETE /v2.0/networks/eaa60cf0-5ed8-4027-9fdc-387c2536da80 => 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: 1337/2608] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:35:00 2026] DELETE /v2.0/networks/a55a555a-176f-459a-a1c3-b29d8db5ad68 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2609] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:35:00 2026] DELETE /v2.0/networks/5e80b634-81d0-4a79-adba-6c728effb9c2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2610] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:35:00 2026] DELETE /v2.0/networks/901860f9-e013-4667-a473-e1b86768e43c => 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: 1273/2611] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:01 2026] GET /v2.0/security-groups?tenant_id=4ced72c396e645fc940cc7118e3c8356&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2612] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:01 2026] DELETE /v2.0/security-groups/ef2846b3-1a48-4d1b-8cbe-81692b9e2bdc => 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: 1274/2613] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:01 2026] GET /v2.0/security-groups?tenant_id=bc0f68b5b840492ea19539007cc25dfc&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:35:01.921 7 INFO neutron.services.segments.plugin [-] Segment 59875537-6044-4493-aa54-6adbf751eafd resource provider aggregate not found 2026-06-30 23:35:01.927 7 INFO neutron.services.segments.plugin [-] Segment 59875537-6044-4493-aa54-6adbf751eafd resource provider aggregate not found 2026-06-30 23:35:01.942 7 INFO neutron.services.segments.plugin [-] Segment 59875537-6044-4493-aa54-6adbf751eafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59875537-6044-4493-aa54-6adbf751eafd found for delete ", "request_id": "req-cdad16e1-d19f-47ad-9a6b-3903785c25da"}]} 2026-06-30 23:35:01.950 7 INFO neutron.services.segments.plugin [-] Segment 59875537-6044-4493-aa54-6adbf751eafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59875537-6044-4493-aa54-6adbf751eafd found for delete ", "request_id": "req-39f8f9d9-d359-452f-9e8b-65f816edb70f"}]} 2026-06-30 23:35:01.957 7 INFO neutron.services.segments.plugin [-] Segment 2d76fa30-07cf-4818-8e85-f72af91b1d54 resource provider aggregate not found 2026-06-30 23:35:01.977 7 INFO neutron.services.segments.plugin [-] Segment 2d76fa30-07cf-4818-8e85-f72af91b1d54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d76fa30-07cf-4818-8e85-f72af91b1d54 found for delete ", "request_id": "req-c3d09e0c-7902-41f7-a683-97986f95e3d0"}]} 2026-06-30 23:35:01.979 7 INFO neutron.services.segments.plugin [-] Segment 2d76fa30-07cf-4818-8e85-f72af91b1d54 resource provider aggregate not found 2026-06-30 23:35:01.998 7 INFO neutron.services.segments.plugin [-] Segment 2d76fa30-07cf-4818-8e85-f72af91b1d54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d76fa30-07cf-4818-8e85-f72af91b1d54 found for delete ", "request_id": "req-8e18790f-fbf1-4ead-96eb-e644e32c9e73"}]} [pid: 7|app: 0|req: 1340/2614] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:01 2026] DELETE /v2.0/security-groups/8da4aa48-3c82-4829-9aad-f324e5840567 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:35:02.058 8 INFO neutron.services.segments.plugin [-] Segment 24464830-e89c-426c-a196-9ce3356ccd18 resource provider aggregate not found 2026-06-30 23:35:02.063 8 INFO neutron.services.segments.plugin [-] Segment 24464830-e89c-426c-a196-9ce3356ccd18 resource provider aggregate not found 2026-06-30 23:35:02.079 8 INFO neutron.services.segments.plugin [-] Segment 24464830-e89c-426c-a196-9ce3356ccd18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24464830-e89c-426c-a196-9ce3356ccd18 found for delete ", "request_id": "req-b4a96942-559f-4434-9c8f-64e21dc473d2"}]} 2026-06-30 23:35:02.082 8 INFO neutron.services.segments.plugin [-] Segment 24464830-e89c-426c-a196-9ce3356ccd18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24464830-e89c-426c-a196-9ce3356ccd18 found for delete ", "request_id": "req-566e16c8-ef58-4d49-ac36-cd8541a3ed93"}]} [pid: 8|app: 0|req: 1275/2615] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:02 2026] GET /v2.0/security-groups?tenant_id=bdec94dd66544c4fa8239e8eb1baf40c&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2616] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:02 2026] DELETE /v2.0/security-groups/8ce89f36-1b61-47ee-b4ca-2b192f7e720f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:35:05.884 8 INFO neutron.db.segments_db [None req-44f45c5b-218c-4775-b789-866bcca7963e e9639eb1615242999f198272f50348de 529987e736284b2892ad1e7b20c3eab6 - - default default] Added segment db45736e-02a8-40a8-b8bf-b958f1f24ec5 of type vxlan for network 87cbed83-821e-4d26-b721-04c8683820ed [pid: 8|app: 0|req: 1277/2619] 10.0.0.42 () {34 vars in 669 bytes} [Tue Jun 30 23:35:05 2026] POST /v2.0/networks => generated 632 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2620] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:35:05 2026] PUT /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/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: 1278/2621] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2622] 10.0.0.42 () {34 vars in 763 bytes} [Tue Jun 30 23:35:06 2026] PUT /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2623] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2624] 10.0.0.42 () {34 vars in 759 bytes} [Tue Jun 30 23:35:06 2026] PUT /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2625] 10.0.0.27 () {30 vars in 689 bytes} [Tue Jun 30 23:35:06 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: 1347/2626] 10.0.0.27 () {30 vars in 691 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2627] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2628] 10.0.0.27 () {30 vars in 667 bytes} [Tue Jun 30 23:35:06 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: 1349/2629] 10.0.0.27 () {30 vars in 703 bytes} [Tue Jun 30 23:35:06 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: 1281/2630] 10.0.0.42 () {34 vars in 781 bytes} [Tue Jun 30 23:35:06 2026] PUT /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2631] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2632] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:35:06 2026] PUT /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2633] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/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: 1283/2634] 10.0.0.42 () {32 vars in 740 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:35:06.721 7 INFO neutron.api.v2.resource [None req-2cb20683-a535-41ce-bd3a-ca8120cf280e e9639eb1615242999f198272f50348de 529987e736284b2892ad1e7b20c3eab6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2635] 10.0.0.42 () {32 vars in 744 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2636] 10.0.0.27 () {28 vars in 438 bytes} [Tue Jun 30 23:35:06 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2637] 10.0.0.42 () {32 vars in 743 bytes} [Tue Jun 30 23:35:06 2026] DELETE /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2638] 10.0.0.27 () {30 vars in 727 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/subnets/676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2639] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:35:06.877 7 INFO neutron.api.v2.resource [None req-f426c2ad-e090-495d-aebd-416cc38cb0e5 e9639eb1615242999f198272f50348de 529987e736284b2892ad1e7b20c3eab6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1355/2640] 10.0.0.42 () {32 vars in 747 bytes} [Tue Jun 30 23:35:06 2026] DELETE /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2641] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:35:06 2026] DELETE /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2642] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:06 2026] GET /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:35:07.116 8 INFO neutron.services.segments.plugin [-] Segment db45736e-02a8-40a8-b8bf-b958f1f24ec5 resource provider aggregate not found 2026-06-30 23:35:07.117 8 INFO neutron.services.segments.plugin [-] Segment db45736e-02a8-40a8-b8bf-b958f1f24ec5 resource provider aggregate not found 2026-06-30 23:35:07.136 8 INFO neutron.services.segments.plugin [-] Segment db45736e-02a8-40a8-b8bf-b958f1f24ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db45736e-02a8-40a8-b8bf-b958f1f24ec5 found for delete ", "request_id": "req-0db61cdd-5f63-46ed-aa98-f653e0a2b26e"}]} 2026-06-30 23:35:07.144 8 INFO neutron.services.segments.plugin [-] Segment db45736e-02a8-40a8-b8bf-b958f1f24ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db45736e-02a8-40a8-b8bf-b958f1f24ec5 found for delete ", "request_id": "req-fb8f4ff0-3250-48dd-949a-6046ffc2647a"}]} [pid: 8|app: 0|req: 1287/2643] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:35:06 2026] DELETE /v2.0/networks/87cbed83-821e-4d26-b721-04c8683820ed => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2644] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:07 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: 1288/2645] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:07 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: 1358/2646] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:07 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: 1289/2647] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:07 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: 1290/2648] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:07 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2649] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:07 2026] GET /v2.0/subnets/676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2650] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:07 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4097 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2651] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:07 2026] GET /v2.0/security-groups?tenant_id=529987e736284b2892ad1e7b20c3eab6&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2652] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:07 2026] DELETE /v2.0/security-groups/1c1d6cd6-e900-42ea-a29a-04cc9e2d2c28 => 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: 1360/2653] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:07 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: 1294/2654] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2655] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2656] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2657] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:08 2026] GET /v2.0/security-groups?tenant_id=4e759d902ebb47d2892052f850cf1b5c&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2658] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:08 2026] DELETE /v2.0/security-groups/2818a86d-89ef-456b-8ed6-e2cecc7e6b1c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2659] 199.204.45.70 () {34 vars in 716 bytes} [Tue Jun 30 23:35:08 2026] POST /v2.0/ports => generated 1328 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2660] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:35:08 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1328 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2661] 199.204.45.70 () {34 vars in 1261 bytes} [Tue Jun 30 23:35:09 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7?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: 1299/2662] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:09 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1364/2663] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:09 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1300/2664] 199.204.45.70 () {34 vars in 974 bytes} [Tue Jun 30 23:35:10 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2665] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:35:10 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2666] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:35:10 2026] PUT /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1518 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2667] 10.0.0.42 () {34 vars in 677 bytes} [Tue Jun 30 23:35:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:35:11.640 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae093cd8-8be9-499a-ae4c-6e862a21b8ea'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': 'f8a9d0d8-62f3-4f68-a649-c1a875a610f7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1302/2668] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:35:11 2026] PUT /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2669] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:11 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/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: 1303/2670] 10.0.0.42 () {34 vars in 763 bytes} [Tue Jun 30 23:35:11 2026] PUT /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/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: 1368/2671] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:11 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/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: 1304/2672] 10.0.0.42 () {34 vars in 759 bytes} [Tue Jun 30 23:35:11 2026] PUT /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags/red => 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: 1369/2673] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:11 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/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: 1305/2674] 10.0.0.42 () {34 vars in 781 bytes} [Tue Jun 30 23:35:11 2026] PUT /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2675] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2676] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:35:12 2026] PUT /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2677] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2678] 10.0.0.42 () {32 vars in 740 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2679] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 5607 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:35:12.216 8 INFO neutron.api.v2.resource [None req-0a155c1a-6106-4d59-9974-851ec58efa80 345db6e9469746bbacb71b0aa53dd7bc ca0099ad16034509af059ddaee9d0e57 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2680] 10.0.0.42 () {32 vars in 744 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/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: 1373/2681] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2682] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.208&port_id=f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => 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: 1309/2683] 10.0.0.42 () {32 vars in 743 bytes} [Tue Jun 30 23:35:12 2026] DELETE /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2684] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab9&port_id=f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => 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: 1310/2685] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2686] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/subnets?id=a38a7c5c-dad7-4d19-a33b-a429a172040d&id=676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:35:12.381 8 INFO neutron.api.v2.resource [None req-3af87e09-56ba-4389-bdd8-7154493b5f49 345db6e9469746bbacb71b0aa53dd7bc ca0099ad16034509af059ddaee9d0e57 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1377/2687] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2688] 10.0.0.42 () {32 vars in 747 bytes} [Tue Jun 30 23:35:12 2026] DELETE /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2689] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&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: 1378/2690] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:35:12 2026] DELETE /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2691] 10.0.0.42 () {32 vars in 732 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8/tags => 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: 1313/2692] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2693] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:35:12 2026] DELETE /v2.0/qos/policies/5a1c8f77-31ac-43b6-8a35-dee0e906a1e8 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2694] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:12 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1381/2695] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/security-groups?tenant_id=ca0099ad16034509af059ddaee9d0e57&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2696] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:13 2026] DELETE /v2.0/security-groups/51c6529c-5272-4aa6-a1ba-ab4553c4951c => 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: 1316/2697] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 5607 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2698] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1382/2699] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/security-groups?tenant_id=33b0f060a6554e2e97a288cdb6a2d8a0&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2700] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2701] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&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: 1320/2703] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1383/2703] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:13 2026] DELETE /v2.0/security-groups/49ed77d8-d584-4f5a-a773-30599f2e24a8 => 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: 1321/2704] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1384/2705] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1322/2706] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2707] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&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: 1323/2708] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2709] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:13 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2710] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1387/2711] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A370&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1325/2712] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/subnets?id=b1124085-ca4d-405f-8e71-d2b83c5074a1&id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2713] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2714] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2715] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1327/2716] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2717] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.208&port_id=f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => 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: 1328/2718] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab9&port_id=f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => 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: 1391/2719] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/subnets?id=a38a7c5c-dad7-4d19-a33b-a429a172040d&id=676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2720] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&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: 1392/2721] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2722] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1393/2723] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:14 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:35:17.051 8 INFO neutron.db.segments_db [None req-68a0f02d-5c1a-43c8-b02e-f208a356b12c f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] Added segment ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 of type vxlan for network adbbdea6-feba-4d13-ae53-c73818f88538 2026-06-30 23:35:17.271 8 INFO neutron.db.l3_hamode_db [None req-68a0f02d-5c1a-43c8-b02e-f208a356b12c f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:35:17.375 8 INFO neutron.db.l3_hamode_db [None req-68a0f02d-5c1a-43c8-b02e-f208a356b12c f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1331/2724] 10.0.0.42 () {34 vars in 667 bytes} [Tue Jun 30 23:35:16 2026] POST /v2.0/routers => generated 474 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2725] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:35:17 2026] PUT /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2726] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:17 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2727] 10.0.0.42 () {34 vars in 761 bytes} [Tue Jun 30 23:35:18 2026] PUT /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/green => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2728] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2729] 10.0.0.42 () {34 vars in 757 bytes} [Tue Jun 30 23:35:18 2026] PUT /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/red => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2730] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/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: 1335/2731] 10.0.0.210 () {34 vars in 971 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2732] 10.0.0.42 () {34 vars in 779 bytes} [Tue Jun 30 23:35:18 2026] PUT /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/black.or.white => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2733] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2734] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/subnets/676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2735] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/subnets/a38a7c5c-dad7-4d19-a33b-a429a172040d => generated 747 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2736] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 52 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2737] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2738] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:35:18 2026] PUT /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2739] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2740] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:18 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2741] 199.204.45.70 () {34 vars in 789 bytes} [Tue Jun 30 23:35:18 2026] PUT /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1251 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:35:19.099 7 INFO neutron.api.v2.resource [None req-b32e22c5-b2fb-4503-a003-a94157816985 f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2742] 10.0.0.42 () {32 vars in 742 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 23:35:19.117 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b4ac458-f2e4-4784-907d-112d040c8a9c'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '9c919928-f413-403a-8f27-44fb36bd95b2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1341/2743] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2746] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2747] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:35:19 2026] DELETE /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/red => 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: 1345/2748] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2749] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:19 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: 1347/2750] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:19 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: 1348/2751] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:19 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: 8|app: 0|req: 1349/2752] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:19 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: 8|app: 0|req: 1350/2753] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:35:19.413 7 INFO neutron.api.v2.resource [None req-845e95d2-946c-465a-a696-549e9a8bbbcd f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1404/2754] 10.0.0.42 () {32 vars in 745 bytes} [Tue Jun 30 23:35:19 2026] DELETE /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2755] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2756] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2757] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2758] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:35:19 2026] DELETE /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => 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: 1354/2759] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => 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: 1355/2760] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2761] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2762] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 5380 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2763] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2764] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1360/2765] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/subnets?id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2766] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2767] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1363/2768] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1406/2769] 10.0.0.42 () {32 vars in 730 bytes} [Tue Jun 30 23:35:19 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b/tags => generated 12 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2770] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:35:20 2026] GET /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b => generated 480 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2771] 10.0.0.42 () {34 vars in 741 bytes} [Tue Jun 30 23:35:20 2026] PUT /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b => generated 480 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2772] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:35:20 2026] GET /v2.0/ports?device_id=86a6b829-693a-44fd-89ab-bdeebb69107b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:35:20.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-867e16aa-172d-414c-be86-b2b05ccef0fc f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] TaaS: Handle Delete Port: 4e309965-205b-48be-8575-111c86680753 2026-06-30 23:35:20.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-867e16aa-172d-414c-be86-b2b05ccef0fc f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] Tap Mirror: Handle Delete Port: 4e309965-205b-48be-8575-111c86680753 2026-06-30 23:35:21.151 7 INFO neutron.services.segments.plugin [-] Segment ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 resource provider aggregate not found 2026-06-30 23:35:21.155 7 INFO neutron.services.segments.plugin [-] Segment ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 resource provider aggregate not found 2026-06-30 23:35:21.168 7 INFO neutron.services.segments.plugin [-] Segment ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 found for delete ", "request_id": "req-8bd8f292-0a10-43c3-aaab-ce61f6a5cdc7"}]} 2026-06-30 23:35:21.171 7 INFO neutron.services.segments.plugin [-] Segment ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba8ea793-bbe3-45c2-b68f-f93acbecc1b4 found for delete ", "request_id": "req-988dfc1a-4e1c-4093-8c29-498aed2cb4b7"}]} 2026-06-30 23:35:21.188 7 INFO neutron.db.l3_hamode_db [None req-867e16aa-172d-414c-be86-b2b05ccef0fc f95a22504e214237b0014c5ea2433d20 a6801c034f614a5e93fe6e8e6e7b018d - - default default] HA network adbbdea6-feba-4d13-ae53-c73818f88538 was deleted as no HA routers are present in tenant a6801c034f614a5e93fe6e8e6e7b018d. [pid: 7|app: 0|req: 1408/2773] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:35:20 2026] DELETE /v2.0/routers/86a6b829-693a-44fd-89ab-bdeebb69107b => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2774] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:21 2026] GET /v2.0/security-groups?tenant_id=287d028f427c4fe89b35f309037f2388&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2775] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:22 2026] DELETE /v2.0/security-groups/89ba5992-734a-4545-9dec-83420cd555f5 => 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: 1367/2776] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:22 2026] GET /v2.0/security-groups?tenant_id=a6801c034f614a5e93fe6e8e6e7b018d&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2777] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:22 2026] DELETE /v2.0/security-groups/c8042279-99f4-4e7e-a38e-f74d61871dd4 => 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: 1368/2778] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:35:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2779] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:35:25 2026] PUT /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/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: 1369/2780] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:25 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2781] 10.0.0.42 () {34 vars in 769 bytes} [Tue Jun 30 23:35:25 2026] PUT /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2782] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:25 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/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: 1413/2783] 10.0.0.42 () {34 vars in 765 bytes} [Tue Jun 30 23:35:26 2026] PUT /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2784] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2785] 10.0.0.42 () {34 vars in 787 bytes} [Tue Jun 30 23:35:26 2026] PUT /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2786] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2787] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:35:26 2026] PUT /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2788] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2789] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:35:26.322 8 INFO neutron.api.v2.resource [None req-f1f2dbc9-a27c-43d5-95ce-25d9e1665864 f592f4a7ee204cd79a478db3c0a63093 a507bbb8dfae473b89a0f537140b38a4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1374/2790] 10.0.0.42 () {32 vars in 750 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/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: 1417/2791] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:35:26 2026] DELETE /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/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: 1375/2792] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:35:26.438 7 INFO neutron.api.v2.resource [None req-d522d484-037a-4680-b109-999badd190c7 f592f4a7ee204cd79a478db3c0a63093 a507bbb8dfae473b89a0f537140b38a4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1418/2793] 10.0.0.42 () {32 vars in 753 bytes} [Tue Jun 30 23:35:26 2026] DELETE /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2794] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:35:26 2026] DELETE /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/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: 1419/2795] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:35:26 2026] GET /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8/tags => 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: 1377/2796] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:35:26 2026] DELETE /v2.0/subnetpools/e92a0357-51c1-485b-bb12-07e8daca80e8 => 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: 1420/2797] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:27 2026] GET /v2.0/security-groups?tenant_id=9d96fd88cc08449c85d1dc508d31837d&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2798] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:27 2026] DELETE /v2.0/security-groups/1f57e94d-20ba-4b00-bfae-8243340772d2 => 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: 1421/2799] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:35:27 2026] GET /v2.0/security-groups?tenant_id=a507bbb8dfae473b89a0f537140b38a4&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2800] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:35:27 2026] DELETE /v2.0/security-groups/2789745f-d8c1-44d5-9691-f1e82262ad05 => 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: 1422/2801] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:31 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: 1380/2802] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2803] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2804] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2805] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2806] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 5380 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2807] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2808] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:31 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: 1426/2809] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:31 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: 1384/2810] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2811] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:31 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2812] 199.204.45.70 () {34 vars in 789 bytes} [Tue Jun 30 23:35:31 2026] PUT /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1255 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:35:32.127 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eda16069-d736-4cbd-83a2-98627e142d6f'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': 'f8a9d0d8-62f3-4f68-a649-c1a875a610f7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1428/2813] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61 => 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: 1386/2814] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/subnets/676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2815] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2816] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:35:32 2026] PUT /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1080 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2817] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61 => generated 797 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: 1388/2818] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2819] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2820] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4976 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2821] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => 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: 1390/2822] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1433/2823] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:32 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1391/2824] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:33 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4976 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:35:34.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c53fbf9-a4ee-4737-9a0d-40cc90db64bf'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': 'f8a9d0d8-62f3-4f68-a649-c1a875a610f7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/2827] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:34 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2828] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:35:34 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2829] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:34 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1394/2830] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:34 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2831] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:34 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1395/2832] 199.204.45.70 () {34 vars in 974 bytes} [Tue Jun 30 23:35:34 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2833] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:35:35 2026] GET /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2834] 199.204.45.70 () {34 vars in 1015 bytes} [Tue Jun 30 23:35:35 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?fields=dns_domain => generated 29 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2835] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:35:35 2026] PUT /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 917 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2836] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:35 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3868 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:35:36.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b8a4bf9-3004-4494-82b5-f69297869dba ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:36.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b8a4bf9-3004-4494-82b5-f69297869dba ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: f8a9d0d8-62f3-4f68-a649-c1a875a610f7 [pid: 7|app: 0|req: 1440/2837] 199.204.45.70 () {32 vars in 758 bytes} [Tue Jun 30 23:35:35 2026] DELETE /v2.0/ports/f8a9d0d8-62f3-4f68-a649-c1a875a610f7 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2838] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2839] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:36 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: 8|app: 0|req: 1399/2840] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2841] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:36 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: 1400/2842] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2843] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2844] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2845] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2846] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2847] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => 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: 1403/2848] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2849] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3868 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2850] 199.204.45.70 () {34 vars in 1225 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/networks?id=7825800f-bee6-487e-91a9-fd0899f63459&id=e2361870-b835-4c9d-a8a4-0462af3affb1&id=37757572-0c8c-492d-9407-dd870a3cd0f5&id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 3096 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2851] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1405/2852] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:36 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => 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: 1448/2853] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&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: 1406/2854] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1449/2855] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1407/2856] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2857] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2858] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2859] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1409/2860] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1452/2861] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=9c919928-f413-403a-8f27-44fb36bd95b2 => 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: 1410/2862] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/subnets?id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2863] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2864] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1454/2865] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:37 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 8|app: 0|req: 1412/2866] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2867] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:41 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: 1413/2868] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:41 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: 1456/2869] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:41 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: 1414/2870] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:41 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3868 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2871] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:41 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: 1415/2872] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:41 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: 1458/2873] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:42 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: 1416/2874] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:42 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: 1459/2875] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1287 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2876] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:35:42 2026] PUT /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1080 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:35:42.368 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7b0f99c-1713-402a-bc33-ae1e0e2d1b0b'] response: {'name': 'network-changed', 'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'tag': '9c919928-f413-403a-8f27-44fb36bd95b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2877] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 798 bytes in 46 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: 1418/2878] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3697 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2879] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2880] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3697 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2881] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2882] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:42 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1463/2883] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:43 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1421/2884] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:43 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3697 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2885] 199.204.45.70 () {34 vars in 974 bytes} [Tue Jun 30 23:35:44 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2886] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:35:44 2026] GET /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2887] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:44 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 3697 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2888] 199.204.45.70 () {34 vars in 1015 bytes} [Tue Jun 30 23:35:44 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2889] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:35:44 2026] PUT /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 917 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2890] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:35:45 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 23:35:45.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ce48183-f860-42d8-b07f-1a13e0bc3449 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:35:45.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ce48183-f860-42d8-b07f-1a13e0bc3449 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 9c919928-f413-403a-8f27-44fb36bd95b2 [pid: 7|app: 0|req: 1467/2891] 199.204.45.70 () {32 vars in 758 bytes} [Tue Jun 30 23:35:45 2026] DELETE /v2.0/ports/9c919928-f413-403a-8f27-44fb36bd95b2 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2892] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2893] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:46 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: 1426/2894] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:46 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: 1469/2895] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:46 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: 1427/2896] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2897] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2898] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2899] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2900] 199.204.45.70 () {30 vars in 742 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2901] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2902] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2903] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2904] 199.204.45.70 () {34 vars in 1145 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/networks?id=7825800f-bee6-487e-91a9-fd0899f63459&id=e2361870-b835-4c9d-a8a4-0462af3affb1&id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2905] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1432/2906] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2907] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2908] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1476/2909] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1434/2910] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=7c59a5c5-f33b-4c10-8aea-362828099240 => 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: 1477/2911] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/subnets?id=dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2912] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/ports?network_id=e2361870-b835-4c9d-a8a4-0462af3affb1&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2913] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1436/2914] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:35:46 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2917] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:35:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2918] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:35:58 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: 1439/2919] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:35:58 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: 1481/2920] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:35:58 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-06-30 23:35:58.945 8 INFO neutron.api.v2.resource [None req-5e5c832f-8e7e-4db6-b0ee-510ede095876 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1440/2921] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:35:58 2026] GET /v2.0/security-groups/lb-de0eb560-5760-4334-8490-b14d61ff15cb => 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: 1482/2922] 199.204.45.70 () {30 vars in 784 bytes} [Tue Jun 30 23:35:58 2026] GET /v2.0/security-groups?name=lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 2861 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2923] 199.204.45.70 () {30 vars in 814 bytes} [Tue Jun 30 23:35:58 2026] GET /v2.0/security-group-rules?security_group_id=661307fc-3650-43d2-ad3c-65dd11e3ffed => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2924] 199.204.45.70 () {32 vars in 788 bytes} [Tue Jun 30 23:35:59 2026] DELETE /v2.0/security-group-rules/1f2dbba5-c5db-44a4-883e-c90e246c500b => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2925] 199.204.45.70 () {32 vars in 788 bytes} [Tue Jun 30 23:35:59 2026] DELETE /v2.0/security-group-rules/ee538c6e-6759-423d-9525-02bfd261f35c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:01.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-44e1bef8-96fa-470c-95f2-f0b2f0b573c9 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 2f5d6be2-6006-442a-9f89-72cbc8b82a58 2026-06-30 23:36:01.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44e1bef8-96fa-470c-95f2-f0b2f0b573c9 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 2f5d6be2-6006-442a-9f89-72cbc8b82a58 2026-06-30 23:36:02.108 7 INFO neutron.db.l3_db [None req-44e1bef8-96fa-470c-95f2-f0b2f0b573c9 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Floating IP 52f9ba41-ff28-4335-8c77-ae9656336c64 disassociated (deleted). External IP: 10.96.250.215, port: b0b885fe-2bfa-42cb-886e-5179c5c644c3. [pid: 7|app: 0|req: 1484/2926] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:01 2026] DELETE /v2.0/floatingips/52f9ba41-ff28-4335-8c77-ae9656336c64 => generated 0 bytes in 664 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:02.468 8 INFO neutron.api.v2.resource [None req-c2c5aedb-5a62-430c-8f49-a82a39a863a0 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1443/2927] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:36:02 2026] GET /v2.0/floatingips/52f9ba41-ff28-4335-8c77-ae9656336c64 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2928] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2929] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:36:03 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: 1486/2930] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:36:03 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: 1445/2931] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:36:03.198 7 INFO neutron.api.v2.resource [None req-452ebf98-cd0e-4291-85ec-691b8253392c ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/2932] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/security-groups/lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2933] 199.204.45.70 () {30 vars in 784 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/security-groups?name=lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 1637 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2934] 199.204.45.70 () {30 vars in 814 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/security-group-rules?security_group_id=661307fc-3650-43d2-ad3c-65dd11e3ffed => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2935] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2936] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:36:03 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: 1448/2937] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2938] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:36:03 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: 1449/2939] 199.204.45.70 () {30 vars in 740 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2940] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2941] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2942] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:36:03 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2945] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:36:04 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2946] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:36:05 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2947] 199.204.45.70 () {34 vars in 974 bytes} [Tue Jun 30 23:36:05 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1349 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2948] 199.204.45.70 () {34 vars in 1059 bytes} [Tue Jun 30 23:36:05 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2949] 199.204.45.70 () {34 vars in 1015 bytes} [Tue Jun 30 23:36:05 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1?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: 1496/2950] 199.204.45.70 () {38 vars in 1027 bytes} [Tue Jun 30 23:36:05 2026] PUT /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1150 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2951] 199.204.45.70 () {30 vars in 768 bytes} [Tue Jun 30 23:36:06 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1497/2952] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:36:06 2026] PUT /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1090 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2953] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 1090 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, ' 2026-06-30 23:36:07.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cd5b0a6-1e11-498b-85a9-050d05105666 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 7c59a5c5-f33b-4c10-8aea-362828099240 2026-06-30 23:36:07.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cd5b0a6-1e11-498b-85a9-050d05105666 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 7c59a5c5-f33b-4c10-8aea-362828099240 [pid: 7|app: 0|req: 1498/2954] 199.204.45.70 () {32 vars in 758 bytes} [Tue Jun 30 23:36:07 2026] DELETE /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2955] 199.204.45.70 () {30 vars in 702 bytes} [Tue Jun 30 23:36:07 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: 1499/2956] 199.204.45.70 () {30 vars in 704 bytes} [Tue Jun 30 23:36:07 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: 1458/2957] 199.204.45.70 () {30 vars in 680 bytes} [Tue Jun 30 23:36:07 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: 1500/2958] 199.204.45.70 () {30 vars in 716 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:36:07.565 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d69e028-56cc-426a-8904-47e2bc854e77 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1459/2959] 199.204.45.70 () {32 vars in 758 bytes} [Tue Jun 30 23:36:07 2026] DELETE /v2.0/ports/7c59a5c5-f33b-4c10-8aea-362828099240 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2960] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:36:07.642 8 INFO neutron.api.v2.resource [None req-b9c86329-3015-4947-97b4-15828b1b695e ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/2961] 199.204.45.70 () {30 vars in 762 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/security-groups/lb-de0eb560-5760-4334-8490-b14d61ff15cb => 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: 1502/2962] 199.204.45.70 () {30 vars in 784 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/security-groups?name=lb-de0eb560-5760-4334-8490-b14d61ff15cb => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2963] 199.204.45.70 () {30 vars in 736 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2964] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/ports?tenant_id=2823555ee17c483e90f5724709028dda&device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2965] 199.204.45.70 () {34 vars in 1065 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/networks?id=7825800f-bee6-487e-91a9-fd0899f63459&id=e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 1523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2966] 199.204.45.70 () {34 vars in 1061 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.179&port_id=23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => 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: 1465/2967] 199.204.45.70 () {34 vars in 983 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/subnets?id=d7cb3cd2-d130-4978-819f-909e5d685b36 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2968] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/ports?network_id=7825800f-bee6-487e-91a9-fd0899f63459&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: 1503/2969] 199.204.45.70 () {34 vars in 788 bytes} [Tue Jun 30 23:36:07 2026] PUT /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 1090 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2970] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:36:07 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2971] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:36:08 2026] GET /v2.0/networks/7825800f-bee6-487e-91a9-fd0899f63459?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: 1504/2972] 199.204.45.70 () {32 vars in 778 bytes} [Tue Jun 30 23:36:07 2026] DELETE /v2.0/security-groups/661307fc-3650-43d2-ad3c-65dd11e3ffed => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:08.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-13938d74-d21e-4e97-83af-3a2d1c7d7434 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: b0b885fe-2bfa-42cb-886e-5179c5c644c3 2026-06-30 23:36:08.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13938d74-d21e-4e97-83af-3a2d1c7d7434 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: b0b885fe-2bfa-42cb-886e-5179c5c644c3 [pid: 8|app: 0|req: 1469/2973] 199.204.45.70 () {32 vars in 758 bytes} [Tue Jun 30 23:36:08 2026] DELETE /v2.0/ports/b0b885fe-2bfa-42cb-886e-5179c5c644c3 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2974] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:36:11 2026] GET /v2.0/ports?device_id=2bdf8280-ff0c-4489-864f-11ead8bea4c4 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:36:11.334 8 INFO neutron_taas.services.taas.taas_plugin [req-63d208b5-a529-4d32-9cc9-f4438e86d8da req-80bc6dbc-4dee-401a-b825-e9be8bb78f20 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] TaaS: Handle Delete Port: 23bcd0e3-a4b7-4530-aace-a549bce3f7a2 2026-06-30 23:36:11.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-63d208b5-a529-4d32-9cc9-f4438e86d8da req-80bc6dbc-4dee-401a-b825-e9be8bb78f20 ea956d9ca0f747f08cd1ea80d445d452 2823555ee17c483e90f5724709028dda - - default default] Tap Mirror: Handle Delete Port: 23bcd0e3-a4b7-4530-aace-a549bce3f7a2 [pid: 8|app: 0|req: 1470/2975] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:36:11 2026] DELETE /v2.0/ports/23bcd0e3-a4b7-4530-aace-a549bce3f7a2 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:11.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bef50f1b-2def-457c-8cdc-cd0bc7eff5c1'] response: {'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'name': 'network-vif-deleted', 'tag': '23bcd0e3-a4b7-4530-aace-a549bce3f7a2', 'status': 'completed', 'code': 200} 2026-06-30 23:36:12.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e16195b-5d49-4f23-a716-bf5bd6366432 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 1b4c0393-2887-407d-9e9d-24aaffb2be82 2026-06-30 23:36:12.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e16195b-5d49-4f23-a716-bf5bd6366432 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 1b4c0393-2887-407d-9e9d-24aaffb2be82 2026-06-30 23:36:13.065 7 INFO neutron.db.l3_db [None req-1e16195b-5d49-4f23-a716-bf5bd6366432 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Floating IP 6c0290e6-9e36-4f6c-ace9-8c9e93d48e5b disassociated (deleted). External IP: 10.96.250.205, port: 4614853f-ac04-4464-8b3f-2b2f04dfd439. [pid: 7|app: 0|req: 1506/2976] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:12 2026] DELETE /v2.0/floatingips/6c0290e6-9e36-4f6c-ace9-8c9e93d48e5b => generated 0 bytes in 687 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:13.425 8 INFO neutron.api.v2.resource [None req-0e6e9023-657b-4b2f-bc2b-4b489bfabb13 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/2977] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:36:13 2026] GET /v2.0/floatingips/6c0290e6-9e36-4f6c-ace9-8c9e93d48e5b => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:13.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0ce53fa-8b45-4422-9a60-ba908b515506'] response: {'name': 'network-changed', 'server_uuid': '6c0081d7-e290-4ccd-8dfb-124924245923', 'tag': '4614853f-ac04-4464-8b3f-2b2f04dfd439', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1507/2978] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:36:13 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1204 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2979] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:36:13 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2980] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2981] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/networks?id=0639d709-d084-46e3-b956-03fe6b86fd61 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2982] 199.204.45.70 () {34 vars in 1057 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=4614853f-ac04-4464-8b3f-2b2f04dfd439 => 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: 1474/2983] 199.204.45.70 () {34 vars in 1105 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A231&port_id=4614853f-ac04-4464-8b3f-2b2f04dfd439 => 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: 1510/2984] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/subnets?id=a38a7c5c-dad7-4d19-a33b-a429a172040d&id=676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2985] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2986] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/ports?network_id=0639d709-d084-46e3-b956-03fe6b86fd61&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2987] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1512/2988] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:36:14 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61?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: 1477/2989] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:36:16 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:36:16.419 7 INFO neutron_taas.services.taas.taas_plugin [req-cc908219-032c-47df-a653-87f136c70434 req-632a97e1-0c72-4e9a-bd72-435cf01d8d86 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 4614853f-ac04-4464-8b3f-2b2f04dfd439 2026-06-30 23:36:16.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc908219-032c-47df-a653-87f136c70434 req-632a97e1-0c72-4e9a-bd72-435cf01d8d86 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 4614853f-ac04-4464-8b3f-2b2f04dfd439 [pid: 7|app: 0|req: 1513/2990] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:36:16 2026] DELETE /v2.0/ports/4614853f-ac04-4464-8b3f-2b2f04dfd439 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:16.618 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af56d802-c49f-4f1c-8349-06640d54f0c4'] response: {'server_uuid': '6c0081d7-e290-4ccd-8dfb-124924245923', 'name': 'network-vif-deleted', 'tag': '4614853f-ac04-4464-8b3f-2b2f04dfd439', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/2991] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:36:18 2026] GET /v2.0/ports?device_id=6c0081d7-e290-4ccd-8dfb-124924245923 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:36:24.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-d92196fc-ddbe-4c90-875c-15431c9c3ab3 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: cdee627f-c802-4434-b837-9280da3787c4 2026-06-30 23:36:24.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d92196fc-ddbe-4c90-875c-15431c9c3ab3 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: cdee627f-c802-4434-b837-9280da3787c4 2026-06-30 23:36:24.419 7 INFO neutron.db.l3_db [None req-d92196fc-ddbe-4c90-875c-15431c9c3ab3 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Floating IP 6129c365-6f85-455d-a707-1e2a12d03d37 disassociated (deleted). External IP: 10.96.250.211, port: 412cf351-a2d1-4ef9-863c-34a23070a4fb. [pid: 7|app: 0|req: 1515/2994] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:24 2026] DELETE /v2.0/floatingips/6129c365-6f85-455d-a707-1e2a12d03d37 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:24.755 8 INFO neutron.api.v2.resource [None req-f953cb4e-3592-408f-ba1b-61945e0c67d5 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/2995] 10.0.0.42 () {32 vars in 728 bytes} [Tue Jun 30 23:36:24 2026] GET /v2.0/floatingips/6129c365-6f85-455d-a707-1e2a12d03d37 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:24.760 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3a6f86f-5011-4d98-8e5d-5eae678d911f'] response: {'name': 'network-changed', 'server_uuid': '3e2973f2-ea73-4308-9763-5c51f1b3775a', 'tag': '412cf351-a2d1-4ef9-863c-34a23070a4fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1516/2996] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:36:24 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1196 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2997] 10.0.0.210 () {34 vars in 1040 bytes} [Tue Jun 30 23:36:24 2026] GET /v2.0/security-groups?id=35f70836-cbca-4da4-973d-6b0eb2ba68c7&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2998] 199.204.45.70 () {34 vars in 1079 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/ports?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2999] 199.204.45.70 () {34 vars in 985 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/networks?id=37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3000] 199.204.45.70 () {34 vars in 1055 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.37&port_id=412cf351-a2d1-4ef9-863c-34a23070a4fb => 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: 1483/3001] 199.204.45.70 () {34 vars in 1103 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A208&port_id=412cf351-a2d1-4ef9-863c-34a23070a4fb => 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: 1519/3002] 199.204.45.70 () {34 vars in 1063 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/subnets?id=b1124085-ca4d-405f-8e71-d2b83c5074a1&id=d5dd1583-1914-4a88-ba69-780790eecc22 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3003] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&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: 1520/3004] 199.204.45.70 () {34 vars in 1051 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/ports?network_id=37757572-0c8c-492d-9407-dd870a3cd0f5&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3005] 199.204.45.70 () {34 vars in 1011 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1521/3006] 199.204.45.70 () {34 vars in 1111 bytes} [Tue Jun 30 23:36:25 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5?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: 1486/3007] 199.204.45.70 () {34 vars in 993 bytes} [Tue Jun 30 23:36:27 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:36:27.524 7 INFO neutron_taas.services.taas.taas_plugin [req-533d5a9b-cd69-4275-8ce2-77cd682e3454 req-c65767ae-c3cb-47ca-b747-2ff1b3016677 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 412cf351-a2d1-4ef9-863c-34a23070a4fb 2026-06-30 23:36:27.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-533d5a9b-cd69-4275-8ce2-77cd682e3454 req-c65767ae-c3cb-47ca-b747-2ff1b3016677 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 412cf351-a2d1-4ef9-863c-34a23070a4fb [pid: 7|app: 0|req: 1522/3008] 199.204.45.70 () {36 vars in 996 bytes} [Tue Jun 30 23:36:27 2026] DELETE /v2.0/ports/412cf351-a2d1-4ef9-863c-34a23070a4fb => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:27.720 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98e0a894-c711-4022-a2c6-de65f8be0f37'] response: {'server_uuid': '3e2973f2-ea73-4308-9763-5c51f1b3775a', 'name': 'network-vif-deleted', 'tag': '412cf351-a2d1-4ef9-863c-34a23070a4fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1487/3009] 10.0.0.210 () {34 vars in 990 bytes} [Tue Jun 30 23:36:30 2026] GET /v2.0/ports?device_id=3e2973f2-ea73-4308-9763-5c51f1b3775a => 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: 1524/3012] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/ab35c7a1-b059-4660-9ee3-9b141d8c28a1 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.255 8 INFO neutron.api.v2.resource [None req-9d28c421-172d-42ba-8767-671da8ffbb21 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1489/3013] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/ab35c7a1-b059-4660-9ee3-9b141d8c28a1 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3014] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/04e5d061-06cf-441f-9b4a-5776a7776569 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.350 8 INFO neutron.api.v2.resource [None req-616c6a80-2cbc-42be-bd98-b5aaf0203091 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/3015] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/04e5d061-06cf-441f-9b4a-5776a7776569 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3016] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/532c2cf6-d042-4c90-bc53-f480f5166d53 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.437 8 INFO neutron.api.v2.resource [None req-71392b5a-fad9-4455-a16d-eb50c54f0a89 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1491/3017] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/532c2cf6-d042-4c90-bc53-f480f5166d53 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3018] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/9f1832fc-830d-4017-8f6b-adb18df1a745 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.508 8 INFO neutron.api.v2.resource [None req-20680b69-1bfc-4120-829e-da819060486c 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1492/3019] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/9f1832fc-830d-4017-8f6b-adb18df1a745 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3020] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/36fe2189-928a-4d77-9a38-f3c1c3a05fcb => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.586 8 INFO neutron.api.v2.resource [None req-64aed1fc-94ba-478b-b514-8c451a3a7aae 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1493/3021] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/36fe2189-928a-4d77-9a38-f3c1c3a05fcb => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3022] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/17cbbb45-2ddc-41d4-a688-7303e48caae1 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.662 8 INFO neutron.api.v2.resource [None req-8aaedab3-d377-4c34-aaec-ff6da9031c11 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1494/3023] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/17cbbb45-2ddc-41d4-a688-7303e48caae1 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3024] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/b0547d0b-ef7f-4a0b-91ba-7f8bfcd6d452 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.744 8 INFO neutron.api.v2.resource [None req-3f98f251-2d7d-4269-9f13-f71ee55639d2 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1495/3025] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/b0547d0b-ef7f-4a0b-91ba-7f8bfcd6d452 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3026] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/2c1fd018-8d70-4592-999d-f490f17a303b => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.837 8 INFO neutron.api.v2.resource [None req-e20ddf8b-ad9c-44f7-98e4-633080151f16 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/3027] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/2c1fd018-8d70-4592-999d-f490f17a303b => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3028] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/0a7821a9-f908-4e7f-bcef-7edf634bb8f6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:35.921 8 INFO neutron.api.v2.resource [None req-7346903f-13ae-4caa-bb6d-c60ef5e73878 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/3029] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/0a7821a9-f908-4e7f-bcef-7edf634bb8f6 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3030] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:35 2026] DELETE /v2.0/security-group-rules/6b96811d-664d-4172-a93c-d79a285ed19d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:36.002 8 INFO neutron.api.v2.resource [None req-20ad1656-3794-4539-afc2-a5dfa3a63356 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/3031] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:35 2026] GET /v2.0/security-group-rules/6b96811d-664d-4172-a93c-d79a285ed19d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3032] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:36:36 2026] DELETE /v2.0/security-group-rules/8d1d1451-d22e-412f-be85-cd5d2c593bca => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:36.078 8 INFO neutron.api.v2.resource [None req-38cb9d4b-0b8b-4429-8ac4-47478f9bab3e 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/3033] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:36:36 2026] GET /v2.0/security-group-rules/8d1d1451-d22e-412f-be85-cd5d2c593bca => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3034] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:36 2026] DELETE /v2.0/security-groups/35f70836-cbca-4da4-973d-6b0eb2ba68c7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:36.190 8 INFO neutron.api.v2.resource [None req-33db403e-32a4-4573-97b7-5a1446369301 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/3035] 10.0.0.42 () {32 vars in 736 bytes} [Tue Jun 30 23:36:36 2026] GET /v2.0/security-groups/35f70836-cbca-4da4-973d-6b0eb2ba68c7 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:36.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dfe8387-e34d-4535-a4ea-1f121de38b83 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:36:36.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dfe8387-e34d-4535-a4ea-1f121de38b83 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 7c03563a-b8d4-42d4-92fd-3b649d437052 [pid: 7|app: 0|req: 1536/3036] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:36:36 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/remove_router_interface => generated 309 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:36:37.244 8 INFO neutron.api.v2.resource [None req-fa5cec8e-08ea-498c-8b6b-14dd6dfd166d 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1501/3037] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:36:37 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:37.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-a68f8ea8-51ae-4d66-b311-8a730b1c32e1 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:36:37.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a68f8ea8-51ae-4d66-b311-8a730b1c32e1 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 78b9c063-7e15-4c83-895d-9dd518a147bb [pid: 7|app: 0|req: 1537/3038] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:36:37 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:36:38.208 8 INFO neutron.api.v2.resource [None req-ca2b6216-86c9-4e2c-866d-bf3d31e48aef 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1502/3039] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:36:38 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:38.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-0078cea0-5f3a-42be-b71f-48a30df97e64 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:36:38.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0078cea0-5f3a-42be-b71f-48a30df97e64 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: ea34c5f8-d29e-403b-a00b-4e8a333071e7 [pid: 7|app: 0|req: 1538/3040] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:36:38 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 23:36:39.408 8 INFO neutron.api.v2.resource [None req-3f3228cd-b4b1-48da-a446-6976a097dfe0 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/3041] 10.0.0.42 () {34 vars in 788 bytes} [Tue Jun 30 23:36:39 2026] PUT /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18/remove_router_interface => generated 198 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:39.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-292d89e4-0607-4e7c-acbd-8be461bf1541 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: b62c29d8-6f75-4c93-8d87-e7af4f59e4b7 2026-06-30 23:36:39.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-292d89e4-0607-4e7c-acbd-8be461bf1541 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: b62c29d8-6f75-4c93-8d87-e7af4f59e4b7 2026-06-30 23:36:39.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-292d89e4-0607-4e7c-acbd-8be461bf1541 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: 826dcfdd-4e13-4c19-8c6e-5256fdc0a4e5 2026-06-30 23:36:39.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-292d89e4-0607-4e7c-acbd-8be461bf1541 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: 826dcfdd-4e13-4c19-8c6e-5256fdc0a4e5 2026-06-30 23:36:40.247 7 INFO neutron.services.segments.plugin [-] Segment 01525764-d543-41ad-99f0-d1ed1bea7dba resource provider aggregate not found 2026-06-30 23:36:40.256 7 INFO neutron.services.segments.plugin [-] Segment 01525764-d543-41ad-99f0-d1ed1bea7dba resource provider aggregate not found 2026-06-30 23:36:40.273 7 INFO neutron.services.segments.plugin [-] Segment 01525764-d543-41ad-99f0-d1ed1bea7dba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01525764-d543-41ad-99f0-d1ed1bea7dba found for delete ", "request_id": "req-fa739184-56b5-420a-a0de-dc6799be5269"}]} 2026-06-30 23:36:40.278 7 INFO neutron.services.segments.plugin [-] Segment 01525764-d543-41ad-99f0-d1ed1bea7dba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01525764-d543-41ad-99f0-d1ed1bea7dba found for delete ", "request_id": "req-ae68bcd2-b768-447b-8700-96ee9ee28078"}]} 2026-06-30 23:36:40.286 7 INFO neutron.db.l3_hamode_db [None req-292d89e4-0607-4e7c-acbd-8be461bf1541 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] HA network 5377f4bb-6445-4f73-990d-e56945195eeb was deleted as no HA routers are present in tenant 3b1ba3b7e8bc4e5c84b66ff87bf63103. [pid: 7|app: 0|req: 1539/3042] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:39 2026] DELETE /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:40.325 8 INFO neutron.api.v2.resource [None req-dae7ad5b-65aa-48d1-b2fd-308a44d2cad9 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/3043] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:40 2026] GET /v2.0/routers/e8f141e9-42ec-4b04-b2e0-1ce51d9b8f18 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3044] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:40 2026] DELETE /v2.0/subnets/a38a7c5c-dad7-4d19-a33b-a429a172040d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:40.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f34fd8ac-b804-4862-a932-2cd421642dfa 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/3045] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:40 2026] GET /v2.0/subnets/a38a7c5c-dad7-4d19-a33b-a429a172040d => 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: 1541/3046] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:40 2026] DELETE /v2.0/subnets/676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:40.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd840d94-c525-481a-9d95-452c44f0a9a5 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1506/3047] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:40 2026] GET /v2.0/subnets/676e5226-3aaa-47ea-ad94-c10b1f80d4d7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:40.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-7377973d-fd1e-43b0-acc8-550be18a80e1 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: a579b7ab-9ae2-426f-a0ec-4ccacbfa325f 2026-06-30 23:36:40.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7377973d-fd1e-43b0-acc8-550be18a80e1 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: a579b7ab-9ae2-426f-a0ec-4ccacbfa325f [pid: 7|app: 0|req: 1542/3048] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:36:40 2026] DELETE /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:41.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19053383-5bbb-41b4-8cc8-d51b3f477a99 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1507/3049] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:36:40 2026] GET /v2.0/networks/0639d709-d084-46e3-b956-03fe6b86fd61 => 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: 1543/3050] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:41 2026] DELETE /v2.0/subnets/b1124085-ca4d-405f-8e71-d2b83c5074a1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:41.137 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e27cd2cb-1164-448a-9615-94a361b8ced1 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1508/3051] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:41 2026] GET /v2.0/subnets/b1124085-ca4d-405f-8e71-d2b83c5074a1 => 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: 1544/3052] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:41 2026] DELETE /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:41.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a639af48-4090-4850-a00e-4051d99e8b34 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1509/3053] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:41 2026] GET /v2.0/subnets/d5dd1583-1914-4a88-ba69-780790eecc22 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:41.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ece79eb-b390-4d0b-8a51-249f1e9d4f67 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: a23c498b-e0dd-4a65-aae9-5aa410fe6a82 2026-06-30 23:36:41.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ece79eb-b390-4d0b-8a51-249f1e9d4f67 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: a23c498b-e0dd-4a65-aae9-5aa410fe6a82 [pid: 7|app: 0|req: 1545/3054] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:36:41 2026] DELETE /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:41.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4413980-d9c2-4e85-8ada-8138fa2d2982 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1510/3055] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:36:41 2026] GET /v2.0/networks/37757572-0c8c-492d-9407-dd870a3cd0f5 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3056] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:41 2026] DELETE /v2.0/subnets/238805a6-32ad-4482-823d-6141ad756d23 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:41.816 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b42512b-bca0-45a2-9a45-a5f4247d952f 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3057] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:41 2026] GET /v2.0/subnets/238805a6-32ad-4482-823d-6141ad756d23 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3058] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:36:41 2026] DELETE /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:41.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e35878ec-af9b-4be7-9221-c202478b4600 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1512/3059] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:36:41 2026] GET /v2.0/subnets/dbd09291-40a9-4efe-bdb1-7a46c0c92818 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:42.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef1a91c0-c110-43f8-898a-81c6f67b2cc8 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] TaaS: Handle Delete Port: e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:36:42.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef1a91c0-c110-43f8-898a-81c6f67b2cc8 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] Tap Mirror: Handle Delete Port: e7961ccd-bccb-40da-a0c3-db2752f495af [pid: 7|app: 0|req: 1548/3060] 10.0.0.42 () {32 vars in 725 bytes} [Tue Jun 30 23:36:41 2026] DELETE /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 23:36:42.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46ff0d36-89bf-434b-8461-6e33edc4d1fd 0a117bb81a5b4504bb84105bb9f6efde 3b1ba3b7e8bc4e5c84b66ff87bf63103 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3061] 10.0.0.42 () {32 vars in 722 bytes} [Tue Jun 30 23:36:42 2026] GET /v2.0/networks/e2361870-b835-4c9d-a8a4-0462af3affb1 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 23:36:42.302 7 INFO neutron.services.segments.plugin [-] Segment 82631232-1766-406d-841a-29d0f5e1ce4f resource provider aggregate not found 2026-06-30 23:36:42.302 7 INFO neutron.services.segments.plugin [-] Segment 82631232-1766-406d-841a-29d0f5e1ce4f resource provider aggregate not found 2026-06-30 23:36:42.325 7 INFO neutron.services.segments.plugin [-] Segment 82631232-1766-406d-841a-29d0f5e1ce4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82631232-1766-406d-841a-29d0f5e1ce4f found for delete ", "request_id": "req-5e62ba5f-620d-4ba1-9f7f-e08c77a72344"}]} 2026-06-30 23:36:42.329 7 INFO neutron.services.segments.plugin [-] Segment 82631232-1766-406d-841a-29d0f5e1ce4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82631232-1766-406d-841a-29d0f5e1ce4f found for delete ", "request_id": "req-b9dab2b2-d861-402c-a47d-2817158c9498"}]} 2026-06-30 23:36:42.344 7 INFO neutron.services.segments.plugin [-] Segment d192d85e-2f21-4053-95ee-3db665308ac5 resource provider aggregate not found 2026-06-30 23:36:42.347 7 INFO neutron.services.segments.plugin [-] Segment d192d85e-2f21-4053-95ee-3db665308ac5 resource provider aggregate not found 2026-06-30 23:36:42.362 7 INFO neutron.services.segments.plugin [-] Segment d192d85e-2f21-4053-95ee-3db665308ac5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d192d85e-2f21-4053-95ee-3db665308ac5 found for delete ", "request_id": "req-af9ee29c-9ecd-4031-8473-231c8d8d76d2"}]} 2026-06-30 23:36:42.367 7 INFO neutron.services.segments.plugin [-] Segment d192d85e-2f21-4053-95ee-3db665308ac5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d192d85e-2f21-4053-95ee-3db665308ac5 found for delete ", "request_id": "req-9bfe03f7-0a59-4dba-8582-7ec82daf77c4"}]} 2026-06-30 23:36:42.381 7 INFO neutron.services.segments.plugin [-] Segment 7c0fcf11-abc9-48d0-939a-43ce229e6a45 resource provider aggregate not found 2026-06-30 23:36:42.388 7 INFO neutron.services.segments.plugin [-] Segment 7c0fcf11-abc9-48d0-939a-43ce229e6a45 resource provider aggregate not found 2026-06-30 23:36:42.404 7 INFO neutron.services.segments.plugin [-] Segment 7c0fcf11-abc9-48d0-939a-43ce229e6a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0fcf11-abc9-48d0-939a-43ce229e6a45 found for delete ", "request_id": "req-5d3be529-8f4a-424f-a556-7a6535f9e74c"}]} 2026-06-30 23:36:42.405 7 INFO neutron.services.segments.plugin [-] Segment 7c0fcf11-abc9-48d0-939a-43ce229e6a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0fcf11-abc9-48d0-939a-43ce229e6a45 found for delete ", "request_id": "req-044607d7-5614-4868-9dca-e22364e063a2"}]} [pid: 7|app: 0|req: 1549/3062] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:44 2026] GET /v2.0/security-groups?tenant_id=a4574639b462446c911a5d4a02cf0ed3&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3063] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:44 2026] DELETE /v2.0/security-groups/f880f096-b308-4b72-b922-e38a8d041385 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3064] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:44 2026] GET /v2.0/security-groups?tenant_id=e32fbfaf07b944648e3723003ee4f30d&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3065] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:44 2026] DELETE /v2.0/security-groups/592b30f6-d08d-420e-ac7d-7f9afd1f7280 => 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: 1551/3066] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:44 2026] GET /v2.0/security-groups?tenant_id=f0a59f25458247f2919d0f81d89d7753&name=default => generated 2929 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3067] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:45 2026] DELETE /v2.0/security-groups/99fa53a8-a569-4ef8-be4f-f53ea4f512c8 => 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: 1552/3068] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:45 2026] GET /v2.0/security-groups?tenant_id=919cddee70dc4fc39024901074a2511d&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3069] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:45 2026] DELETE /v2.0/security-groups/21a96abd-5a0c-4ef1-98bd-0ceab7098bd9 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3070] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:45 2026] GET /v2.0/security-groups?tenant_id=22387edccc3f403f971f755f341c4727&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3071] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:45 2026] DELETE /v2.0/security-groups/fd277809-5dae-4617-a6e7-694e2acf25d2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3072] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:46 2026] GET /v2.0/security-groups?tenant_id=3b1ba3b7e8bc4e5c84b66ff87bf63103&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: 1519/3073] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:46 2026] DELETE /v2.0/security-groups/d1843966-8bef-4022-b0eb-5b9673897f71 => 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: 1555/3074] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:46 2026] GET /v2.0/security-groups?tenant_id=712171a29ed14864a36134560b1041f7&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3075] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:46 2026] DELETE /v2.0/security-groups/6a82dee6-8992-44a1-8f3d-032cf337e262 => 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: 1557/3078] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:36:50 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3079] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:36:51 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3080] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:36:51 2026] POST /v2.0/floatingips => generated 552 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3081] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:36:52 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3082] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:36:52 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3083] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:36:53 2026] PUT /v2.0/floatingips/87a3b34c-fd7a-4dff-aa35-28f0d7db7d62/tags => generated 17 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3084] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:36:53 2026] PUT /v2.0/floatingips/529ec2fe-672b-401d-b318-736eff5f4f17/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3085] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:36:53 2026] PUT /v2.0/floatingips/06f64627-e45c-484e-b77f-b85964bd4674/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: 1561/3086] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:36:53 2026] PUT /v2.0/floatingips/abbb97d5-775e-48db-b47a-e63fb9617945/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3087] 10.0.0.42 () {32 vars in 671 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3088] 10.0.0.42 () {32 vars in 685 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3089] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3090] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3091] 10.0.0.42 () {32 vars in 679 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3092] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3093] 10.0.0.42 () {32 vars in 689 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3094] 10.0.0.42 () {32 vars in 701 bytes} [Tue Jun 30 23:36:53 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 23:36:54.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f24b408-1e62-451c-880f-174af641b9a0 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] TaaS: Handle Delete Port: 4878b990-94d3-45a8-8607-1522444dc3f0 2026-06-30 23:36:54.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f24b408-1e62-451c-880f-174af641b9a0 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] Tap Mirror: Handle Delete Port: 4878b990-94d3-45a8-8607-1522444dc3f0 [pid: 8|app: 0|req: 1530/3095] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:53 2026] DELETE /v2.0/floatingips/87a3b34c-fd7a-4dff-aa35-28f0d7db7d62 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:54.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-03ffcdc2-2c61-45e1-9098-4daf75c131af 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] TaaS: Handle Delete Port: 60776200-aeec-495b-9166-0cf5db38fd0a 2026-06-30 23:36:54.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03ffcdc2-2c61-45e1-9098-4daf75c131af 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] Tap Mirror: Handle Delete Port: 60776200-aeec-495b-9166-0cf5db38fd0a [pid: 7|app: 0|req: 1566/3096] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:54 2026] DELETE /v2.0/floatingips/529ec2fe-672b-401d-b318-736eff5f4f17 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:54.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-921913d6-61e2-4534-8ad3-70e223dd3e28 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] TaaS: Handle Delete Port: 9ec89398-6590-499d-8303-14c403258080 2026-06-30 23:36:54.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-921913d6-61e2-4534-8ad3-70e223dd3e28 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] Tap Mirror: Handle Delete Port: 9ec89398-6590-499d-8303-14c403258080 [pid: 8|app: 0|req: 1531/3097] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:54 2026] DELETE /v2.0/floatingips/06f64627-e45c-484e-b77f-b85964bd4674 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:54.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a261964-c1aa-4c8b-8169-6ce00796f4f3 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] TaaS: Handle Delete Port: 26d28d52-54dd-4b6c-82d2-4157d76a1306 2026-06-30 23:36:54.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a261964-c1aa-4c8b-8169-6ce00796f4f3 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] Tap Mirror: Handle Delete Port: 26d28d52-54dd-4b6c-82d2-4157d76a1306 [pid: 7|app: 0|req: 1567/3098] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:54 2026] DELETE /v2.0/floatingips/abbb97d5-775e-48db-b47a-e63fb9617945 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:36:55.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb943700-49af-4016-a17b-0b7e20eca0b6 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] TaaS: Handle Delete Port: 066c9a5c-2cb5-4822-8bcd-04cdcbb2e126 2026-06-30 23:36:55.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb943700-49af-4016-a17b-0b7e20eca0b6 205f035d01db4786b19d908b486fd80b cd8dd83c0c004effae86ed7e03bb3156 - - default default] Tap Mirror: Handle Delete Port: 066c9a5c-2cb5-4822-8bcd-04cdcbb2e126 [pid: 8|app: 0|req: 1532/3099] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:36:55 2026] DELETE /v2.0/floatingips/6e5d97ce-9b80-451e-9c41-4ed373f1d403 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3100] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:56 2026] GET /v2.0/security-groups?tenant_id=e622418dd2904bdab1ab5c9a51102c65&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3101] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:56 2026] DELETE /v2.0/security-groups/09c873f0-1b57-4330-9c11-e3029c03949c => 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: 1569/3102] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:56 2026] GET /v2.0/security-groups?tenant_id=0d32119b312f46daa351e43ca49b84bf&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3103] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:56 2026] DELETE /v2.0/security-groups/5da3cde4-1292-4f48-92bf-f9b835310c6e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3104] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:36:56 2026] GET /v2.0/security-groups?tenant_id=cd8dd83c0c004effae86ed7e03bb3156&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3105] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:36:57 2026] DELETE /v2.0/security-groups/63aae9a2-c3b8-426e-92c9-7371e0e84bf6 => 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: 1571/3106] 10.0.0.42 () {34 vars in 677 bytes} [Tue Jun 30 23:37:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3107] 10.0.0.42 () {34 vars in 677 bytes} [Tue Jun 30 23:37:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3108] 10.0.0.42 () {34 vars in 677 bytes} [Tue Jun 30 23:37:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3109] 10.0.0.42 () {34 vars in 677 bytes} [Tue Jun 30 23:37:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3110] 10.0.0.42 () {34 vars in 677 bytes} [Tue Jun 30 23:37:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3111] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:37:01 2026] PUT /v2.0/policies/efcf4463-1563-44b5-a51b-d602c8daaaef/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3112] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:37:01 2026] PUT /v2.0/policies/52d2a027-2fa5-4bee-88ff-ca8c6245abfc/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3113] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:37:01 2026] PUT /v2.0/policies/845efde2-fa9b-4489-a198-ab8c5cc6a13b/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3114] 10.0.0.42 () {34 vars in 752 bytes} [Tue Jun 30 23:37:01 2026] PUT /v2.0/policies/76ea34d4-8700-4f91-a526-a172c792ec4b/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3115] 10.0.0.42 () {32 vars in 673 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3116] 10.0.0.42 () {32 vars in 687 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3117] 10.0.0.42 () {32 vars in 683 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3118] 10.0.0.42 () {32 vars in 695 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3119] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3120] 10.0.0.42 () {32 vars in 695 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3121] 10.0.0.42 () {32 vars in 691 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3122] 10.0.0.42 () {32 vars in 703 bytes} [Tue Jun 30 23:37:02 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3123] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:37:02 2026] DELETE /v2.0/qos/policies/efcf4463-1563-44b5-a51b-d602c8daaaef => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3124] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:37:02 2026] DELETE /v2.0/qos/policies/52d2a027-2fa5-4bee-88ff-ca8c6245abfc => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3125] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:37:02 2026] DELETE /v2.0/qos/policies/845efde2-fa9b-4489-a198-ab8c5cc6a13b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3126] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:37:02 2026] DELETE /v2.0/qos/policies/76ea34d4-8700-4f91-a526-a172c792ec4b => 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: 1546/3127] 10.0.0.42 () {32 vars in 733 bytes} [Tue Jun 30 23:37:02 2026] DELETE /v2.0/qos/policies/eaa04ccd-ed29-404b-a01d-d4d5e60842e5 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3128] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:03 2026] GET /v2.0/security-groups?tenant_id=d90ec13cd70741298db47b90abbb274f&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3129] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:03 2026] DELETE /v2.0/security-groups/314d339e-71e1-4785-b078-bd3d7448a786 => 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: 1583/3130] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:04 2026] GET /v2.0/security-groups?tenant_id=eefbb9baa1ca4eceb8ee83b5ccf99241&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3133] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:04 2026] DELETE /v2.0/security-groups/c8039964-8f5d-448e-93ef-e0159d0259be => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3134] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:04 2026] GET /v2.0/security-groups?tenant_id=362c6ae0e2ab44a6a39e3bb759f878fa&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: 1586/3135] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:04 2026] DELETE /v2.0/security-groups/3c4db15c-4b47-40c0-8db1-384a72ddaab5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:37:08.900 8 INFO neutron.db.segments_db [None req-79fff4c1-816a-480c-ae2b-f43d1d79008a 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Added segment b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 of type vxlan for network 9dbcbece-4a7c-483f-b8c9-3f004b0ecd22 2026-06-30 23:37:09.141 8 INFO neutron.db.l3_hamode_db [None req-79fff4c1-816a-480c-ae2b-f43d1d79008a 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:37:09.283 8 INFO neutron.db.l3_hamode_db [None req-79fff4c1-816a-480c-ae2b-f43d1d79008a 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1550/3136] 10.0.0.42 () {34 vars in 667 bytes} [Tue Jun 30 23:37:08 2026] POST /v2.0/routers => generated 474 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:37:09.898 7 INFO neutron.db.l3_hamode_db [None req-91987154-a708-401a-a2fe-01391bdb0c8e 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:37:10.012 7 INFO neutron.db.l3_hamode_db [None req-91987154-a708-401a-a2fe-01391bdb0c8e 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1587/3137] 10.0.0.42 () {34 vars in 667 bytes} [Tue Jun 30 23:37:09 2026] POST /v2.0/routers => generated 474 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:37:10.620 8 INFO neutron.db.l3_hamode_db [None req-cc8ace80-12c2-447e-b64c-139fa5854212 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:37:10.731 8 INFO neutron.db.l3_hamode_db [None req-cc8ace80-12c2-447e-b64c-139fa5854212 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1551/3138] 10.0.0.42 () {34 vars in 667 bytes} [Tue Jun 30 23:37:10 2026] POST /v2.0/routers => generated 474 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:37:11.334 7 INFO neutron.db.l3_hamode_db [None req-98c7d9d4-12e2-43e9-8c1f-9800061a204d 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:37:11.442 7 INFO neutron.db.l3_hamode_db [None req-98c7d9d4-12e2-43e9-8c1f-9800061a204d 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1588/3139] 10.0.0.42 () {34 vars in 667 bytes} [Tue Jun 30 23:37:11 2026] POST /v2.0/routers => generated 474 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 23:37:12.481 8 INFO neutron.db.l3_hamode_db [None req-2b56047f-6313-4e78-b06d-76e7479da1de 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 23:37:12.602 8 INFO neutron.db.l3_hamode_db [None req-2b56047f-6313-4e78-b06d-76e7479da1de 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1552/3140] 10.0.0.42 () {34 vars in 667 bytes} [Tue Jun 30 23:37:12 2026] POST /v2.0/routers => generated 474 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3141] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:37:13 2026] PUT /v2.0/routers/dc8ff8a5-f7a8-4f49-93e5-335ded0acbfc/tags => generated 17 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3142] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:37:13 2026] PUT /v2.0/routers/be6f80c7-c0c7-43b4-85c6-3358bcd97bdc/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3143] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:37:13 2026] PUT /v2.0/routers/f9890ac0-c10f-4fac-8906-505d34949156/tags => generated 34 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3144] 10.0.0.42 () {34 vars in 750 bytes} [Tue Jun 30 23:37:13 2026] PUT /v2.0/routers/201b7c99-779e-4c6c-94c8-b4118636002c/tags => generated 19 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3145] 10.0.0.42 () {32 vars in 663 bytes} [Tue Jun 30 23:37:13 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3146] 10.0.0.42 () {32 vars in 677 bytes} [Tue Jun 30 23:37:13 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3147] 10.0.0.42 () {32 vars in 673 bytes} [Tue Jun 30 23:37:13 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3148] 10.0.0.42 () {32 vars in 685 bytes} [Tue Jun 30 23:37:13 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3149] 10.0.0.42 () {32 vars in 671 bytes} [Tue Jun 30 23:37:13 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3150] 10.0.0.42 () {32 vars in 685 bytes} [Tue Jun 30 23:37:14 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3151] 10.0.0.42 () {32 vars in 681 bytes} [Tue Jun 30 23:37:14 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3152] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:37:14 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3153] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:37:14 2026] GET /v2.0/routers/dc8ff8a5-f7a8-4f49-93e5-335ded0acbfc => generated 485 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3154] 10.0.0.42 () {34 vars in 741 bytes} [Tue Jun 30 23:37:14 2026] PUT /v2.0/routers/dc8ff8a5-f7a8-4f49-93e5-335ded0acbfc => generated 485 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3155] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:37:14 2026] GET /v2.0/ports?device_id=dc8ff8a5-f7a8-4f49-93e5-335ded0acbfc => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:15.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-17666d05-262e-458f-800f-a906f4c193b7 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] TaaS: Handle Delete Port: 942402c7-3b1c-4d9d-944c-2a904e64e6ec 2026-06-30 23:37:15.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17666d05-262e-458f-800f-a906f4c193b7 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Tap Mirror: Handle Delete Port: 942402c7-3b1c-4d9d-944c-2a904e64e6ec [pid: 8|app: 0|req: 1560/3156] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:37:14 2026] DELETE /v2.0/routers/dc8ff8a5-f7a8-4f49-93e5-335ded0acbfc => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3157] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:37:15 2026] GET /v2.0/routers/be6f80c7-c0c7-43b4-85c6-3358bcd97bdc => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3158] 10.0.0.42 () {34 vars in 741 bytes} [Tue Jun 30 23:37:15 2026] PUT /v2.0/routers/be6f80c7-c0c7-43b4-85c6-3358bcd97bdc => generated 493 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3159] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:37:16 2026] GET /v2.0/ports?device_id=be6f80c7-c0c7-43b4-85c6-3358bcd97bdc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:16.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-449a46a2-ff04-402b-89be-55c96c569c77 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] TaaS: Handle Delete Port: 1f1cab60-ebc2-4ffa-b5a3-51d6ca8ddfd5 2026-06-30 23:37:16.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-449a46a2-ff04-402b-89be-55c96c569c77 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Tap Mirror: Handle Delete Port: 1f1cab60-ebc2-4ffa-b5a3-51d6ca8ddfd5 [pid: 8|app: 0|req: 1562/3160] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:37:16 2026] DELETE /v2.0/routers/be6f80c7-c0c7-43b4-85c6-3358bcd97bdc => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3161] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:37:16 2026] GET /v2.0/routers/f9890ac0-c10f-4fac-8906-505d34949156 => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3162] 10.0.0.42 () {34 vars in 741 bytes} [Tue Jun 30 23:37:16 2026] PUT /v2.0/routers/f9890ac0-c10f-4fac-8906-505d34949156 => generated 502 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3163] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:37:17 2026] GET /v2.0/ports?device_id=f9890ac0-c10f-4fac-8906-505d34949156 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:17.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-f939c7fc-048a-44ce-b268-8704eda8df91 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] TaaS: Handle Delete Port: 0cc5f353-2e3b-44a5-ae4b-62de8ccfb1df 2026-06-30 23:37:17.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f939c7fc-048a-44ce-b268-8704eda8df91 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Tap Mirror: Handle Delete Port: 0cc5f353-2e3b-44a5-ae4b-62de8ccfb1df [pid: 8|app: 0|req: 1564/3164] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:37:17 2026] DELETE /v2.0/routers/f9890ac0-c10f-4fac-8906-505d34949156 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3165] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:37:17 2026] GET /v2.0/routers/201b7c99-779e-4c6c-94c8-b4118636002c => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3166] 10.0.0.42 () {34 vars in 741 bytes} [Tue Jun 30 23:37:17 2026] PUT /v2.0/routers/201b7c99-779e-4c6c-94c8-b4118636002c => generated 487 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3167] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:37:18 2026] GET /v2.0/ports?device_id=201b7c99-779e-4c6c-94c8-b4118636002c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:18.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dd061e2-470b-4d31-b7b1-bbbad8f5eaea 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] TaaS: Handle Delete Port: 43334403-9861-43ff-87c4-d1c496e368ac 2026-06-30 23:37:18.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dd061e2-470b-4d31-b7b1-bbbad8f5eaea 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Tap Mirror: Handle Delete Port: 43334403-9861-43ff-87c4-d1c496e368ac [pid: 8|app: 0|req: 1566/3168] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:37:18 2026] DELETE /v2.0/routers/201b7c99-779e-4c6c-94c8-b4118636002c => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3169] 10.0.0.42 () {32 vars in 720 bytes} [Tue Jun 30 23:37:18 2026] GET /v2.0/routers/4e9e31ae-3ebc-43be-a39a-7b4a8ec1fbc0 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3170] 10.0.0.42 () {34 vars in 741 bytes} [Tue Jun 30 23:37:18 2026] PUT /v2.0/routers/4e9e31ae-3ebc-43be-a39a-7b4a8ec1fbc0 => generated 480 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3171] 10.0.0.42 () {32 vars in 735 bytes} [Tue Jun 30 23:37:19 2026] GET /v2.0/ports?device_id=4e9e31ae-3ebc-43be-a39a-7b4a8ec1fbc0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:19.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-38e2260a-20f7-4428-934a-cf060e422222 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] TaaS: Handle Delete Port: 60b899c7-73b0-490d-8c67-e62bd698effb 2026-06-30 23:37:19.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38e2260a-20f7-4428-934a-cf060e422222 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] Tap Mirror: Handle Delete Port: 60b899c7-73b0-490d-8c67-e62bd698effb 2026-06-30 23:37:19.622 8 INFO neutron.services.segments.plugin [-] Segment b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 resource provider aggregate not found 2026-06-30 23:37:19.626 8 INFO neutron.services.segments.plugin [-] Segment b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 resource provider aggregate not found 2026-06-30 23:37:19.638 8 INFO neutron.services.segments.plugin [-] Segment b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 found for delete ", "request_id": "req-37d28a79-36ee-42c7-8f4e-cc816bc691f4"}]} 2026-06-30 23:37:19.639 8 INFO neutron.services.segments.plugin [-] Segment b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4ff2fb1-f50a-4ab9-a26e-8497fd5dad22 found for delete ", "request_id": "req-19eaa254-4ecf-4616-b2ba-3eae09221abb"}]} 2026-06-30 23:37:19.645 8 INFO neutron.db.l3_hamode_db [None req-38e2260a-20f7-4428-934a-cf060e422222 712e583cb89d41728d36d2702ba6fde8 b190cf5e1fec485cb328202c1ea6bc94 - - default default] HA network 9dbcbece-4a7c-483f-b8c9-3f004b0ecd22 was deleted as no HA routers are present in tenant b190cf5e1fec485cb328202c1ea6bc94. [pid: 8|app: 0|req: 1568/3174] 10.0.0.42 () {32 vars in 723 bytes} [Tue Jun 30 23:37:19 2026] DELETE /v2.0/routers/4e9e31ae-3ebc-43be-a39a-7b4a8ec1fbc0 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3175] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:20 2026] GET /v2.0/security-groups?tenant_id=620922d784614acdbbbf6b975e49bc30&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3176] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:20 2026] DELETE /v2.0/security-groups/ef061e09-2bf1-4943-8b76-90b46e20e1e3 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3177] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:20 2026] GET /v2.0/security-groups?tenant_id=b190cf5e1fec485cb328202c1ea6bc94&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3178] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:20 2026] DELETE /v2.0/security-groups/e467085d-256b-4e5b-9623-1c2c565d30a7 => 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: 1609/3179] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:21 2026] GET /v2.0/security-groups?tenant_id=1f0ba8bb91494ef7b92caffa2f10c87a&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3180] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:21 2026] DELETE /v2.0/security-groups/b86c3c9e-04a8-4856-9d7d-4f245edba9cc => 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: 1610/3181] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:37:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3182] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:37:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3183] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:37:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3184] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:37:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3185] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:37:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3186] 10.0.0.42 () {34 vars in 766 bytes} [Tue Jun 30 23:37:26 2026] PUT /v2.0/security-groups/ebd87b53-fb0e-4442-9f74-523cdf72de80/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3187] 10.0.0.42 () {34 vars in 766 bytes} [Tue Jun 30 23:37:26 2026] PUT /v2.0/security-groups/388f6246-c6fd-4f88-a60a-03e79c5a810d/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: 1575/3188] 10.0.0.42 () {34 vars in 766 bytes} [Tue Jun 30 23:37:26 2026] PUT /v2.0/security-groups/d05ba9c5-13a5-45f6-aec9-35d56a3d5fe1/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3189] 10.0.0.42 () {34 vars in 766 bytes} [Tue Jun 30 23:37:26 2026] PUT /v2.0/security-groups/d1b315e7-09ee-4b83-ae0f-2fb79424d463/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3190] 10.0.0.42 () {32 vars in 679 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3191] 10.0.0.42 () {32 vars in 693 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3192] 10.0.0.42 () {32 vars in 689 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3193] 10.0.0.42 () {32 vars in 701 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3194] 10.0.0.42 () {32 vars in 687 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3195] 10.0.0.42 () {32 vars in 701 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3196] 10.0.0.42 () {32 vars in 697 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3197] 10.0.0.42 () {32 vars in 709 bytes} [Tue Jun 30 23:37:26 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3198] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:26 2026] DELETE /v2.0/security-groups/ebd87b53-fb0e-4442-9f74-523cdf72de80 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3199] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:26 2026] DELETE /v2.0/security-groups/388f6246-c6fd-4f88-a60a-03e79c5a810d => 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: 1581/3200] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:27 2026] DELETE /v2.0/security-groups/d05ba9c5-13a5-45f6-aec9-35d56a3d5fe1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3201] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:27 2026] DELETE /v2.0/security-groups/d1b315e7-09ee-4b83-ae0f-2fb79424d463 => 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: 1582/3202] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:27 2026] DELETE /v2.0/security-groups/eddaeb5d-9b2b-4083-9cdc-ec92d5db74c8 => 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: 1621/3203] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:28 2026] GET /v2.0/security-groups?tenant_id=eefb32424a7c4bd299f14795f5ddd14a&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: 1583/3204] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:28 2026] DELETE /v2.0/security-groups/ce72f45b-c16e-4221-a34a-e49634a4b534 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3205] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:28 2026] GET /v2.0/security-groups?tenant_id=7d72a69c5d1840f3ac7c628f34ef1978&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3206] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:28 2026] DELETE /v2.0/security-groups/c7ec6c47-0a3c-4a1b-b56b-dbb34e71c8b9 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3207] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:28 2026] GET /v2.0/security-groups?tenant_id=b7ff72df47404d39991c9230494960fe&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3208] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:28 2026] DELETE /v2.0/security-groups/65ca5d9f-e8b2-4fb5-8be8-c3495a75f99b => 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: 1624/3209] 10.0.0.42 () {34 vars in 675 bytes} [Tue Jun 30 23:37:31 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3210] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:37:32 2026] PUT /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3211] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:32 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/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: 1587/3212] 10.0.0.42 () {34 vars in 769 bytes} [Tue Jun 30 23:37:32 2026] PUT /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3213] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:32 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3214] 10.0.0.42 () {34 vars in 765 bytes} [Tue Jun 30 23:37:32 2026] PUT /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3215] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:32 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3216] 10.0.0.42 () {34 vars in 787 bytes} [Tue Jun 30 23:37:32 2026] PUT /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3217] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:33 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3218] 10.0.0.42 () {34 vars in 758 bytes} [Tue Jun 30 23:37:33 2026] PUT /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3219] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:33 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3220] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:33 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:37:33.219 7 INFO neutron.api.v2.resource [None req-d824ea35-d530-4ef1-8ca6-e801ab93c63b ec45e8f599bd43fcaee695798f81f3a2 4e239c01f8904af8bee4547f9a4e6418 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3221] 10.0.0.42 () {32 vars in 750 bytes} [Tue Jun 30 23:37:33 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/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: 1592/3222] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:37:33 2026] DELETE /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3223] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:33 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:33.373 8 INFO neutron.api.v2.resource [None req-ce28df9a-88e7-4cd9-91a8-3b142ef929b2 ec45e8f599bd43fcaee695798f81f3a2 4e239c01f8904af8bee4547f9a4e6418 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3224] 10.0.0.42 () {32 vars in 753 bytes} [Tue Jun 30 23:37:33 2026] DELETE /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/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: 1632/3225] 10.0.0.42 () {32 vars in 741 bytes} [Tue Jun 30 23:37:33 2026] DELETE /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3226] 10.0.0.42 () {32 vars in 738 bytes} [Tue Jun 30 23:37:33 2026] GET /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:33.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-2da09dbb-5d8b-4ae4-8854-0d17a1956000 ec45e8f599bd43fcaee695798f81f3a2 4e239c01f8904af8bee4547f9a4e6418 - - default default] TaaS: Handle Delete Port: 78141bce-52c5-40d0-81bd-ea60f73267b3 2026-06-30 23:37:33.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2da09dbb-5d8b-4ae4-8854-0d17a1956000 ec45e8f599bd43fcaee695798f81f3a2 4e239c01f8904af8bee4547f9a4e6418 - - default default] Tap Mirror: Handle Delete Port: 78141bce-52c5-40d0-81bd-ea60f73267b3 [pid: 7|app: 0|req: 1633/3227] 10.0.0.42 () {32 vars in 731 bytes} [Tue Jun 30 23:37:33 2026] DELETE /v2.0/floatingips/ca4e2226-116c-4202-b7c4-12af3bf47b6a => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3230] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:34 2026] GET /v2.0/security-groups?tenant_id=2e897cf15c6a4188ac451b5e9e0787c7&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3231] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:34 2026] DELETE /v2.0/security-groups/3a4990d1-a611-4442-8d07-5b97f50b12dc => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3232] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:34 2026] GET /v2.0/security-groups?tenant_id=4e239c01f8904af8bee4547f9a4e6418&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3233] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:34 2026] DELETE /v2.0/security-groups/f5b031ba-69af-4643-825b-3e1ba7d0e05a => 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: 1637/3234] 10.0.0.42 () {34 vars in 683 bytes} [Tue Jun 30 23:37:38 2026] POST /v2.0/security-groups => generated 1603 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3235] 10.0.0.42 () {34 vars in 766 bytes} [Tue Jun 30 23:37:38 2026] PUT /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3236] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3237] 10.0.0.42 () {34 vars in 777 bytes} [Tue Jun 30 23:37:38 2026] PUT /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3238] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/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: 1600/3239] 10.0.0.42 () {34 vars in 773 bytes} [Tue Jun 30 23:37:38 2026] PUT /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags/red => 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: 1640/3240] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/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: 1601/3241] 10.0.0.42 () {34 vars in 795 bytes} [Tue Jun 30 23:37:38 2026] PUT /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3242] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/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: 1602/3243] 10.0.0.42 () {34 vars in 766 bytes} [Tue Jun 30 23:37:38 2026] PUT /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3244] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3245] 10.0.0.42 () {32 vars in 754 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 23:37:38.979 7 INFO neutron.api.v2.resource [None req-36c592ef-e416-4801-8aa6-b34ec3b9b8bb e8491a460a97454cbb443453e93e67f4 40ef741727ca460d91e611b8e2132604 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3246] 10.0.0.42 () {32 vars in 758 bytes} [Tue Jun 30 23:37:38 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3247] 10.0.0.42 () {32 vars in 757 bytes} [Tue Jun 30 23:37:38 2026] DELETE /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/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: 1644/3248] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:39 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 23:37:39.111 8 INFO neutron.api.v2.resource [None req-cfde5a5c-ba57-48e3-8845-242ebb377b40 e8491a460a97454cbb443453e93e67f4 40ef741727ca460d91e611b8e2132604 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3249] 10.0.0.42 () {32 vars in 761 bytes} [Tue Jun 30 23:37:39 2026] DELETE /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3250] 10.0.0.42 () {32 vars in 749 bytes} [Tue Jun 30 23:37:39 2026] DELETE /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3251] 10.0.0.42 () {32 vars in 746 bytes} [Tue Jun 30 23:37:39 2026] GET /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3/tags => 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: 1646/3252] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:39 2026] DELETE /v2.0/security-groups/eb221857-bfa4-4026-8ca5-f1efff79c6a3 => 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: 1607/3253] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:39 2026] GET /v2.0/security-groups?tenant_id=08a9f0aa3fc44affa8de78209a2917f0&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3254] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:40 2026] DELETE /v2.0/security-groups/c2a0e30f-0a40-44eb-8b13-9d723919ad59 => 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: 1608/3255] 10.0.0.42 () {32 vars in 773 bytes} [Tue Jun 30 23:37:40 2026] GET /v2.0/security-groups?tenant_id=40ef741727ca460d91e611b8e2132604&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3256] 10.0.0.42 () {32 vars in 739 bytes} [Tue Jun 30 23:37:40 2026] DELETE /v2.0/security-groups/30981b99-e6f6-4c4b-8cb0-b3530f424277 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3257] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:37:42 2026] GET /v2.0/networks => generated 2167 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3258] 10.0.0.42 () {32 vars in 654 bytes} [Tue Jun 30 23:37:44 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: 1610/3259] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:37:44 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: 1650/3260] 10.0.0.42 () {32 vars in 642 bytes} [Tue Jun 30 23:37:44 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3261] 10.0.0.42 () {32 vars in 646 bytes} [Tue Jun 30 23:37:44 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3262] 10.0.0.42 () {32 vars in 648 bytes} [Tue Jun 30 23:37:44 2026] GET /v2.0/networks => generated 2167 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3263] 10.0.0.42 () {32 vars in 662 bytes} [Tue Jun 30 23:37:44 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3264] 10.0.0.42 () {32 vars in 654 bytes} [Tue Jun 30 23:37:44 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)