+ 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 [Thu Jul 2 03:59:51 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-f986ff76d-5wtw4 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 0x7f3f88397668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-02 03:59:55.800 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 03:59:55.800 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev1 2026-07-02 03:59:55.827 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 03:59:55.827 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev1 2026-07-02 03:59:56.192 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 03:59:56.270 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 03:59:57.892 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 03:59:57.892 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 03:59:57.895 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 03:59:57.895 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 03:59:57.898 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 03:59:57.898 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 03:59:57.899 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 03:59:57.899 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 03:59:57.900 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 03:59:57.900 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 03:59:57.900 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 03:59:57.900 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 03:59:57.900 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 03:59:57.900 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 03:59:57.908 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 03:59:57.908 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 03:59:57.908 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 03:59:57.908 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 03:59:57.908 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 03:59:57.908 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 03:59:57.931 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 03:59:57.931 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 03:59:57.932 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 03:59:57.932 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 03:59:57.932 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 03:59:57.932 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 03:59:57.961 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 03:59:57.961 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 03:59:57.961 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 03:59:57.961 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 03:59:57.961 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 03:59:57.961 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 03:59:57.961 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 03:59:57.961 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 03:59:58.248 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing driver for type 'vlan' 2026-07-02 03:59:58.250 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 03:59:58.582 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] VlanTypeDriver initialization complete 2026-07-02 03:59:58.583 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 03:59:58.583 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing extension driver 'port_security' 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing extension driver 'qos' 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 03:59:58.596 7 INFO neutron.plugins.ml2.managers [None req-8980455d-1e28-472c-a562-0a8823a31f4c - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 03:59:58.609 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 03:59:58.609 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 03:59:58.609 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 03:59:58.615 7 INFO neutron.quota [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded quota_driver: . 2026-07-02 03:59:58.616 7 INFO neutron.plugins.ml2.plugin [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 03:59:58.616 7 INFO neutron.plugins.ml2.managers [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 03:59:58.616 7 INFO neutron.plugins.ml2.managers [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 03:59:58.616 7 INFO neutron.plugins.ml2.managers [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 03:59:58.618 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: qos 2026-07-02 03:59:58.629 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 03:59:58.629 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 03:59:58.629 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 03:59:58.630 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 03:59:58.630 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing extension driver 'qos' 2026-07-02 03:59:58.630 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 03:59:58.630 8 INFO neutron.plugins.ml2.managers [None req-d1ee7bc3-6d65-4f81-97ec-27d81b283045 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 03:59:58.645 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: router 2026-07-02 03:59:58.647 8 INFO neutron.quota [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded quota_driver: . 2026-07-02 03:59:58.648 8 INFO neutron.plugins.ml2.plugin [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 03:59:58.648 8 INFO neutron.plugins.ml2.managers [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 03:59:58.648 8 INFO neutron.plugins.ml2.managers [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 03:59:58.649 8 INFO neutron.plugins.ml2.managers [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 03:59:58.649 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: qos 2026-07-02 03:59:58.674 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: router 2026-07-02 03:59:58.703 7 INFO neutron.services.service_base [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 03:59:58.703 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: segments 2026-07-02 03:59:58.720 8 INFO neutron.services.service_base [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 03:59:58.721 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: segments 2026-07-02 03:59:58.799 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: trunk 2026-07-02 03:59:58.815 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: vpnaas 2026-07-02 03:59:58.819 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: trunk 2026-07-02 03:59:58.837 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: vpnaas 2026-07-02 03:59:58.853 7 WARNING stevedore.named [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 03:59:58.884 8 WARNING stevedore.named [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 03:59:58.920 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 03:59:58.921 7 INFO neutron.common.utils [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 03:59:58.921 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: taas 2026-07-02 03:59:58.946 7 WARNING stevedore.named [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 03:59:58.949 8 INFO neutron_vpnaas.services.vpn.plugin [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 03:59:58.950 8 INFO neutron.common.utils [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 03:59:58.950 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: taas 2026-07-02 03:59:58.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 03:59:58.968 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: tapmirror 2026-07-02 03:59:58.975 8 WARNING stevedore.named [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 03:59:58.981 7 WARNING stevedore.named [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 03:59:58.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 03:59:58.999 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: tapmirror 2026-07-02 03:59:59.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 03:59:59.000 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 03:59:59.008 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: tag 2026-07-02 03:59:59.014 8 WARNING stevedore.named [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 03:59:59.020 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: timestamp 2026-07-02 03:59:59.024 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 03:59:59.028 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: flavors 2026-07-02 03:59:59.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 03:59:59.029 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: auto_allocate 2026-07-02 03:59:59.031 7 INFO neutron.manager [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loading Plugin: revisions 2026-07-02 03:59:59.035 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Initializing extension manager. 2026-07-02 03:59:59.036 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: address-group 2026-07-02 03:59:59.037 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: tag 2026-07-02 03:59:59.037 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: address-scope 2026-07-02 03:59:59.038 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 03:59:59.038 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: agent 2026-07-02 03:59:59.039 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 03:59:59.040 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 03:59:59.041 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 03:59:59.042 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: availability_zone 2026-07-02 03:59:59.042 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 03:59:59.043 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 03:59:59.043 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 03:59:59.045 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 03:59:59.046 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: dns-integration 2026-07-02 03:59:59.046 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 03:59:59.047 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 03:59:59.048 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: timestamp 2026-07-02 03:59:59.048 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: dvr 2026-07-02 03:59:59.049 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 03:59:59.049 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 03:59:59.050 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 03:59:59.050 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 03:59:59.051 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 03:59:59.051 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: external-net 2026-07-02 03:59:59.052 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 03:59:59.052 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: extraroute 2026-07-02 03:59:59.053 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 03:59:59.053 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 03:59:59.054 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 03:59:59.054 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 03:59:59.054 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: flavors 2026-07-02 03:59:59.055 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 03:59:59.055 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: fip-port-details 2026-07-02 03:59:59.056 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: flavors 2026-07-02 03:59:59.057 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 03:59:59.058 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 03:59:59.058 8 INFO neutron.manager [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loading Plugin: revisions 2026-07-02 03:59:59.059 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: ip_allocation 2026-07-02 03:59:59.059 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 03:59:59.060 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 03:59:59.061 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: router 2026-07-02 03:59:59.062 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Initializing extension manager. 2026-07-02 03:59:59.062 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 03:59:59.063 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: address-group 2026-07-02 03:59:59.063 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 03:59:59.064 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 03:59:59.064 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: address-scope 2026-07-02 03:59:59.064 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 03:59:59.065 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 03:59:59.065 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: l3-ha 2026-07-02 03:59:59.065 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 03:59:59.066 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: agent 2026-07-02 03:59:59.066 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 03:59:59.066 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 03:59:59.066 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: l3-flavors 2026-07-02 03:59:59.067 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 03:59:59.067 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 03:59:59.068 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 03:59:59.068 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 03:59:59.069 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: availability_zone 2026-07-02 03:59:59.069 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 03:59:59.070 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 03:59:59.070 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 03:59:59.070 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: default-subnetpools 2026-07-02 03:59:59.071 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 03:59:59.072 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 03:59:59.073 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 03:59:59.073 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: dns-integration 2026-07-02 03:59:59.074 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 03:59:59.074 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 03:59:59.074 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 03:59:59.074 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 03:59:59.075 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: dvr 2026-07-02 03:59:59.076 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 03:59:59.076 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 03:59:59.077 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: multi-provider 2026-07-02 03:59:59.077 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 03:59:59.077 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: net-mtu 2026-07-02 03:59:59.077 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 03:59:59.078 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: external-net 2026-07-02 03:59:59.078 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 03:59:59.078 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 03:59:59.078 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 03:59:59.079 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: extraroute 2026-07-02 03:59:59.079 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: network_ha 2026-07-02 03:59:59.079 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 03:59:59.079 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 03:59:59.080 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 03:59:59.080 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 03:59:59.081 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 03:59:59.081 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 03:59:59.081 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 03:59:59.081 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: pagination 2026-07-02 03:59:59.082 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: fip-port-details 2026-07-02 03:59:59.082 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-device-profile 2026-07-02 03:59:59.082 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 03:59:59.083 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: flavors 2026-07-02 03:59:59.083 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 03:59:59.083 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 03:59:59.084 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 03:59:59.084 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-mac-override 2026-07-02 03:59:59.084 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 03:59:59.085 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: floatingip-pools 2026-07-02 03:59:59.085 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 03:59:59.085 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: ip_allocation 2026-07-02 03:59:59.085 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 03:59:59.086 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-resource-request 2026-07-02 03:59:59.086 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 03:59:59.087 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 03:59:59.087 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: l2_adjacency 2026-07-02 03:59:59.087 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 03:59:59.088 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: binding 2026-07-02 03:59:59.088 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: router 2026-07-02 03:59:59.088 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: binding-extended 2026-07-02 03:59:59.089 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-security 2026-07-02 03:59:59.089 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: project-id 2026-07-02 03:59:59.090 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 03:59:59.090 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: provider 2026-07-02 03:59:59.090 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 03:59:59.090 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 03:59:59.091 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 03:59:59.091 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 03:59:59.092 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: l3-ha 2026-07-02 03:59:59.092 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 03:59:59.092 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos 2026-07-02 03:59:59.093 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 03:59:59.093 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: l3-flavors 2026-07-02 03:59:59.094 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 03:59:59.094 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 03:59:59.094 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 03:59:59.095 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 03:59:59.095 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-default 2026-07-02 03:59:59.095 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-fip 2026-07-02 03:59:59.096 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 03:59:59.096 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 03:59:59.097 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 03:59:59.097 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 03:59:59.097 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 03:59:59.098 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 03:59:59.098 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 03:59:59.099 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-pps 2026-07-02 03:59:59.099 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 03:59:59.099 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 03:59:59.100 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 03:59:59.100 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 03:59:59.100 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 03:59:59.101 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 03:59:59.101 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 03:59:59.101 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: multi-provider 2026-07-02 03:59:59.101 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 03:59:59.102 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: net-mtu 2026-07-02 03:59:59.102 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 03:59:59.103 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: network_availability_zone 2026-07-02 03:59:59.103 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: network_ha 2026-07-02 03:59:59.104 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: quotas 2026-07-02 03:59:59.104 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: network-ip-availability 2026-07-02 03:59:59.105 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: quota_details 2026-07-02 03:59:59.106 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: rbac-policies 2026-07-02 03:59:59.107 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 03:59:59.107 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 03:59:59.108 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 03:59:59.108 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 03:59:59.109 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: revision-if-match 2026-07-02 03:59:59.109 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 03:59:59.110 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 03:59:59.111 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 03:59:59.111 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 03:59:59.112 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: pagination 2026-07-02 03:59:59.112 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-device-profile 2026-07-02 03:59:59.113 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 03:59:59.113 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 03:59:59.113 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 03:59:59.113 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 03:59:59.114 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 03:59:59.114 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 03:59:59.114 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 03:59:59.114 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-mac-override 2026-07-02 03:59:59.115 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 03:59:59.115 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 03:59:59.115 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 03:59:59.115 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 03:59:59.116 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 03:59:59.116 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-resource-request 2026-07-02 03:59:59.117 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 03:59:59.117 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 03:59:59.118 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: binding 2026-07-02 03:59:59.118 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: binding-extended 2026-07-02 03:59:59.119 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-security 2026-07-02 03:59:59.119 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: project-id 2026-07-02 03:59:59.120 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: provider 2026-07-02 03:59:59.120 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: security-group 2026-07-02 03:59:59.120 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 03:59:59.121 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: segment 2026-07-02 03:59:59.121 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 03:59:59.122 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: service-type 2026-07-02 03:59:59.122 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: sorting 2026-07-02 03:59:59.123 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos 2026-07-02 03:59:59.123 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 03:59:59.123 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 03:59:59.124 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 03:59:59.124 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 03:59:59.124 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 03:59:59.124 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-default 2026-07-02 03:59:59.125 7 WARNING neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 03:59:59.125 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-fip 2026-07-02 03:59:59.125 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 03:59:59.125 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 03:59:59.126 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 03:59:59.126 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 03:59:59.126 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 03:59:59.126 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 03:59:59.127 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 03:59:59.127 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 03:59:59.127 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 03:59:59.127 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 03:59:59.128 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 03:59:59.128 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-pps 2026-07-02 03:59:59.129 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 03:59:59.129 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 03:59:59.129 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: tag-creation 2026-07-02 03:59:59.129 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 03:59:59.130 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 03:59:59.130 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 03:59:59.130 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: quota-check-limit 2026-07-02 03:59:59.131 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 03:59:59.133 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: quotas 2026-07-02 03:59:59.133 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 03:59:59.134 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 03:59:59.134 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: quota_details 2026-07-02 03:59:59.135 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: trunk 2026-07-02 03:59:59.135 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: trunk-details 2026-07-02 03:59:59.136 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 03:59:59.136 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: rbac-policies 2026-07-02 03:59:59.136 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 03:59:59.136 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: rbac-address-group 2026-07-02 03:59:59.137 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 03:59:59.137 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 03:59:59.137 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 03:59:59.137 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 03:59:59.138 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 03:59:59.138 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: revision-if-match 2026-07-02 03:59:59.139 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 03:59:59.139 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 03:59:59.139 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: router_availability_zone 2026-07-02 03:59:59.140 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 03:59:59.140 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 03:59:59.141 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 03:59:59.142 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 03:59:59.142 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 03:59:59.142 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: vpnaas 2026-07-02 03:59:59.143 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 03:59:59.143 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 03:59:59.144 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 03:59:59.144 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: taas 2026-07-02 03:59:59.144 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 03:59:59.145 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: tap-mirror 2026-07-02 03:59:59.145 7 INFO neutron.api.extensions [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 03:59:59.148 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 03:59:59.148 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 03:59:59.149 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.149 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 03:59:59.149 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: security-group 2026-07-02 03:59:59.150 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: segment 2026-07-02 03:59:59.151 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 03:59:59.151 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: service-type 2026-07-02 03:59:59.152 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: sorting 2026-07-02 03:59:59.152 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 03:59:59.152 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 03:59:59.152 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 03:59:59.153 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: standard-attr-description 2026-07-02 03:59:59.154 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: stateful-security-group 2026-07-02 03:59:59.154 8 WARNING neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 03:59:59.155 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 03:59:59.155 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: subnet-external-network 2026-07-02 03:59:59.156 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: subnet_onboard 2026-07-02 03:59:59.156 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 03:59:59.157 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: subnet-service-types 2026-07-02 03:59:59.157 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 03:59:59.157 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: subnet_allocation 2026-07-02 03:59:59.158 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 03:59:59.158 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 03:59:59.158 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 03:59:59.158 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: tag-creation 2026-07-02 03:59:59.159 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 03:59:59.159 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.159 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.160 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.160 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.160 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 03:59:59.161 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.161 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.161 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 03:59:59.162 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 03:59:59.162 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 03:59:59.163 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.163 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ipsecpolicy is already registered 2026-07-02 03:59:59.163 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 03:59:59.163 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.163 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ikepolicy is already registered 2026-07-02 03:59:59.163 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 03:59:59.164 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: trunk 2026-07-02 03:59:59.165 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: trunk-details 2026-07-02 03:59:59.165 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 03:59:59.166 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 03:59:59.166 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 03:59:59.167 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 03:59:59.168 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 03:59:59.168 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] router is already registered 2026-07-02 03:59:59.168 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 03:59:59.168 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] floatingip is already registered 2026-07-02 03:59:59.169 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 03:59:59.169 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 03:59:59.170 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: vpn-flavors 2026-07-02 03:59:59.172 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: vpnaas 2026-07-02 03:59:59.172 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 03:59:59.172 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] rbac_policy is already registered 2026-07-02 03:59:59.173 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 03:59:59.173 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] security_group is already registered 2026-07-02 03:59:59.173 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: taas 2026-07-02 03:59:59.173 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 03:59:59.173 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] security_group_rule is already registered 2026-07-02 03:59:59.174 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: tap-mirror 2026-07-02 03:59:59.174 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.174 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.174 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.175 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.175 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 03:59:59.175 8 INFO neutron.api.extensions [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 03:59:59.175 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] trunk is already registered 2026-07-02 03:59:59.176 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.176 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ikepolicy is already registered 2026-07-02 03:59:59.176 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.176 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ipsecpolicy is already registered 2026-07-02 03:59:59.177 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 03:59:59.177 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] endpoint_group is already registered 2026-07-02 03:59:59.177 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 03:59:59.177 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] vpnservice is already registered 2026-07-02 03:59:59.178 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 03:59:59.178 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ipsec_site_connection is already registered 2026-07-02 03:59:59.178 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 03:59:59.178 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 03:59:59.178 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.178 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.178 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ipsecpolicy is already registered 2026-07-02 03:59:59.178 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 03:59:59.179 7 INFO neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.179 7 WARNING neutron.quota.resource_registry [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] ikepolicy is already registered 2026-07-02 03:59:59.182 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 03:59:59.182 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 03:59:59.187 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 03:59:59.187 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 03:59:59.188 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 03:59:59.189 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.189 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.189 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.189 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.190 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 03:59:59.190 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.191 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.191 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 03:59:59.191 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 03:59:59.192 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 03:59:59.192 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.192 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ipsecpolicy is already registered 2026-07-02 03:59:59.193 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.193 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ikepolicy is already registered 2026-07-02 03:59:59.197 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 03:59:59.197 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] router is already registered 2026-07-02 03:59:59.198 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 03:59:59.198 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] floatingip is already registered 2026-07-02 03:59:59.202 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 03:59:59.202 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] rbac_policy is already registered 2026-07-02 03:59:59.202 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 03:59:59.202 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] security_group is already registered 2026-07-02 03:59:59.203 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 03:59:59.203 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] security_group_rule is already registered 2026-07-02 03:59:59.204 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.204 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.204 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 03:59:59.204 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] subnetpool is already registered 2026-07-02 03:59:59.205 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 03:59:59.205 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] trunk is already registered 2026-07-02 03:59:59.205 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.206 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ikepolicy is already registered 2026-07-02 03:59:59.206 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.207 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ipsecpolicy is already registered 2026-07-02 03:59:59.207 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 03:59:59.207 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] endpoint_group is already registered 2026-07-02 03:59:59.207 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 03:59:59.208 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] vpnservice is already registered 2026-07-02 03:59:59.208 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 03:59:59.208 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ipsec_site_connection is already registered 2026-07-02 03:59:59.208 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 03:59:59.209 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ipsecpolicy is already registered 2026-07-02 03:59:59.209 8 INFO neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 03:59:59.209 8 WARNING neutron.quota.resource_registry [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] ikepolicy is already registered 2026-07-02 03:59:59.218 7 WARNING keystonemiddleware._common.config [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 03:59:59.225 7 WARNING oslo_config.cfg [None req-f3250db4-c91e-4a27-9aad-61ef320a4723 - - - - - -] 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 0x7f3f88397668 pid: 7 (default app) 2026-07-02 03:59:59.246 8 WARNING keystonemiddleware._common.config [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 03:59:59.253 8 WARNING oslo_config.cfg [None req-396788ad-fb88-4a74-ba2c-dc23c3bb083a - - - - - -] 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 0x7f3f88397668 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-07-02 04:00:03.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-376cfe6a-4746-47e0-ab2a-c45cacddc79c 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:02 2026] GET /v2.0/networks/public => generated 108 bytes in 873 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: 2/5] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:00:04.741 7 WARNING neutron.services.revisions.revision_plugin [None req-e22f8bb6-97bf-4542-9657-a331f64dc6dc 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Could not find related network for resource to bump revision. 2026-07-02 04:00:04.763 7 INFO neutron.db.segments_db [None req-e22f8bb6-97bf-4542-9657-a331f64dc6dc 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 5272b9a6-a387-48ee-b6ac-708209cd3762 of type flat for network b8900757-e047-4f55-a497-e2799b8708d0 2026-07-02 04:00:04.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e22f8bb6-97bf-4542-9657-a331f64dc6dc 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jul 2 04:00:04 2026] POST /v2.0/networks => generated 124 bytes in 509 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:00:11.061 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bafb3b1-37bc-4867-9b3d-10f073204b3e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:10 2026] GET /v2.0/networks/public => generated 108 bytes in 414 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:00:11.310 8 WARNING neutron.services.revisions.revision_plugin [None req-f4b9e965-d433-4fc4-93e3-4825524a9bfa 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Could not find related network for resource to bump revision. 2026-07-02 04:00:11.332 8 INFO neutron.db.segments_db [None req-f4b9e965-d433-4fc4-93e3-4825524a9bfa 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 4895c048-a58a-4bac-b379-624bb3d98f48 of type flat for network 62d0d662-7e95-4695-97ef-1cc036a26aa6 2026-07-02 04:00:11.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4b9e965-d433-4fc4-93e3-4825524a9bfa 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jul 2 04:00:11 2026] POST /v2.0/networks => generated 124 bytes in 305 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:00:17.354 7 INFO neutron.pecan_wsgi.hooks.translation [None req-907e1024-826f-465e-86a4-583ba66d1ae1 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:17 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:00:17.424 7 WARNING neutron.services.revisions.revision_plugin [None req-cc0ba2d7-2a3e-4f22-b705-9bdc79781189 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Could not find related network for resource to bump revision. 2026-07-02 04:00:17.437 7 INFO neutron.db.segments_db [None req-cc0ba2d7-2a3e-4f22-b705-9bdc79781189 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment a4eb4fbc-e2ac-4f8c-ae3f-255bfcd827ab of type flat for network c21d18b5-50fc-459e-be2d-d01863297d08 2026-07-02 04:00:17.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc0ba2d7-2a3e-4f22-b705-9bdc79781189 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jul 2 04:00:17 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:00:23.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a0ef2fb-d102-4dae-bad6-de7be8409adf 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:23 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:00:23.389 7 WARNING neutron.services.revisions.revision_plugin [None req-7015f57a-9aa3-4974-ac9b-9764443b1c14 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Could not find related network for resource to bump revision. 2026-07-02 04:00:23.406 7 INFO neutron.db.segments_db [None req-7015f57a-9aa3-4974-ac9b-9764443b1c14 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 33abf0c0-6035-4350-bae8-bb0ba5a1309c of type flat for network 2dfa898b-2ebe-4257-a3eb-447baa868cb4 2026-07-02 04:00:23.424 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7015f57a-9aa3-4974-ac9b-9764443b1c14 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jul 2 04:00:23 2026] POST /v2.0/networks => generated 124 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:00:29.328 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92830826-6715-41b8-876f-427b4a534f86 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:29 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: 7|app: 0|req: 10/18] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:00:29.406 8 WARNING neutron.services.revisions.revision_plugin [None req-b0ff256e-fc14-4ebb-aa3e-d546bbf87c02 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Could not find related network for resource to bump revision. 2026-07-02 04:00:29.433 8 INFO neutron.db.segments_db [None req-b0ff256e-fc14-4ebb-aa3e-d546bbf87c02 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 9316b195-af7b-41e2-abba-72c832f1e7ef of type flat for network b8f05f1a-e48e-41fd-a812-10dcde2eb4f1 2026-07-02 04:00:29.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0ff256e-fc14-4ebb-aa3e-d546bbf87c02 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jul 2 04:00:29 2026] POST /v2.0/networks => generated 124 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:00:35.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c420fb2-5507-4a02-bd54-086e3d97319d 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:35 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: 7|app: 0|req: 12/22] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:00:35.529 8 WARNING neutron.services.revisions.revision_plugin [None req-dd37a789-9a69-4f0b-8319-68386efeba01 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Could not find related network for resource to bump revision. 2026-07-02 04:00:35.554 8 INFO neutron.db.segments_db [None req-dd37a789-9a69-4f0b-8319-68386efeba01 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 4135643e-2557-4a51-a470-397fa4201b7c of type flat for network 90e87644-dd08-493c-a689-4ae374fd1c84 [pid: 8|app: 0|req: 11/23] 199.204.45.57 () {48 vars in 963 bytes} [Thu Jul 2 04:00:35 2026] POST /v2.0/networks => generated 706 bytes in 867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:00:37.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09f833d6-a36c-41e5-b16a-0d0cc1ad76c9 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:00:37 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:00:37 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:00:37.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e3d1a74-debd-4360-94ab-74fb7a3968bc 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.57 () {44 vars in 1030 bytes} [Thu Jul 2 04:00:37 2026] GET /v2.0/subnets/public-subnet?network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.57 () {44 vars in 1053 bytes} [Thu Jul 2 04:00:37 2026] GET /v2.0/subnets?name=public-subnet&network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.204.45.57 () {48 vars in 961 bytes} [Thu Jul 2 04:00:37 2026] POST /v2.0/subnets => generated 664 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:05:33.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbf69927-cfa7-4f32-afd9-4dd0966ee416 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/68] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jul 2 04:05:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jul 2 04:05:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:05:33.197 7 INFO neutron.db.segments_db [None req-c283e3cc-7ad8-4feb-a6d4-52cb7e7c1245 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment cb162214-e849-49ed-80d4-e774047f906e of type vxlan for network 598abd5d-fc93-4716-a97b-a99193410a09 [pid: 7|app: 0|req: 36/70] 199.204.45.57 () {48 vars in 962 bytes} [Thu Jul 2 04:05:33 2026] POST /v2.0/networks => generated 707 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:05:34.275 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b35c143b-9ede-4fd6-85d1-30ed8c01e8b3 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jul 2 04:05:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jul 2 04:05:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:05:34.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ac7a66d-f7fb-438c-897e-dee95e1558a1 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/73] 199.204.45.57 () {44 vars in 1032 bytes} [Thu Jul 2 04:05:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 114 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.57 () {44 vars in 1055 bytes} [Thu Jul 2 04:05:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.57 () {48 vars in 961 bytes} [Thu Jul 2 04:05:34 2026] POST /v2.0/subnets => generated 651 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:05:35.800 7 INFO neutron.api.v2.resource [None req-4da9ad1a-c942-4008-96a4-870a35dcdb77 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/76] 199.204.45.57 () {44 vars in 967 bytes} [Thu Jul 2 04:05:35 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: 38/77] 199.204.45.57 () {44 vars in 989 bytes} [Thu Jul 2 04:05:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.57 () {48 vars in 976 bytes} [Thu Jul 2 04:05:35 2026] POST /v2.0/security-groups => generated 1616 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:37 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 1616 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:37 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => 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: 40/81] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:37 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:38 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:38 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:38 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:39 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:39 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:39 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:40 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:40 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:40 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => 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/94] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:41 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:41 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => 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: 48/97] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:41 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.57 () {44 vars in 983 bytes} [Thu Jul 2 04:05:42 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:05:42.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3214b510-0a4a-4f48-8b7d-8fa0964abebd 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/100] 199.204.45.57 () {44 vars in 1072 bytes} [Thu Jul 2 04:05:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.57 () {44 vars in 1095 bytes} [Thu Jul 2 04:05:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=598abd5d-fc93-4716-a97b-a99193410a09 => 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: 52/102] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:42 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.57 () {48 vars in 957 bytes} [Thu Jul 2 04:05:43 2026] POST /v2.0/ports => generated 1100 bytes in 749 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 04:05:51.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d98429f-67ea-467f-9115-73bd593cbbf5 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/106] 199.204.45.57 () {44 vars in 975 bytes} [Thu Jul 2 04:05:51 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: 53/107] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.57 () {48 vars in 1027 bytes} [Thu Jul 2 04:05:51 2026] PUT /v2.0/ports/d9d6266c-d566-4365-a45d-08e3a2a918e5 => generated 1249 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.57 () {44 vars in 916 bytes} [Thu Jul 2 04:05:53 2026] GET /v2.0/ports => generated 3730 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:05:54.887 7 INFO neutron.api.v2.resource [None req-ebdd8eac-81db-46b6-a922-9f6e7cec50bf 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jul 2 04:05:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.57 () {44 vars in 977 bytes} [Thu Jul 2 04:05:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.57 () {48 vars in 976 bytes} [Thu Jul 2 04:05:54 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:55 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:55 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:56 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:56 2026] POST /v2.0/security-group-rules => generated 623 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:56 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:56 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:05:57 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:05:57 2026] POST /v2.0/security-group-rules => generated 627 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/129] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jul 2 04:07:00 2026] GET /v2.0/quotas/3e29cb7d4dc1475497a0803b30c16767 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.204.45.57 () {48 vars in 1023 bytes} [Thu Jul 2 04:07:00 2026] PUT /v2.0/quotas/3e29cb7d4dc1475497a0803b30c16767 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:09:20.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11fb6221-3a9d-4700-91a9-081b1fb61e17 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/151] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:09:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 149 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: 77/152] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:09:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:09:22.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e54b5ed-a132-48bd-9d72-06f20ab563c7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/153] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:09:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/154] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:09:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:15:18.160 8 INFO neutron.api.v2.resource [None req-c33dfd77-7244-44ff-af01-ee61136af4d5 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/203] 199.204.45.57 () {44 vars in 1070 bytes} [Thu Jul 2 04:15:18 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 139 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/204] 199.204.45.57 () {44 vars in 1093 bytes} [Thu Jul 2 04:15:18 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/205] 199.204.45.57 () {48 vars in 977 bytes} [Thu Jul 2 04:15:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:19 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:15:19 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:19 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:15:19 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: 106/210] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:20 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 2234 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:15:20 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:20 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:15:20 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:21 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:15:21 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:22 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:15:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:23 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:15:23 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:15:23 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.57 () {48 vars in 987 bytes} [Thu Jul 2 04:15:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 199.204.45.57 () {30 vars in 738 bytes} [Thu Jul 2 04:17:41 2026] GET /v2.0/networks?tenant_id=ab13350c53ac4004820dcbdec65f14c3&shared=False => generated 15 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:17:41.809 8 INFO neutron.db.segments_db [None req-1cb333f1-7b07-400a-8476-28260bbd7308 c3df0bf96d164955a7a99773fd8cead9 ab13350c53ac4004820dcbdec65f14c3 - - db226c1c6ce0403c81b1afdfa5779bb5 db226c1c6ce0403c81b1afdfa5779bb5] Added segment 1885068e-7081-4f5a-b702-ac2662a65ff6 of type vxlan for network 7bdf66fd-8831-48da-bf6f-019d15cfa1ba [pid: 8|app: 0|req: 120/241] 199.204.45.57 () {34 vars in 680 bytes} [Thu Jul 2 04:17:41 2026] POST /v2.0/networks => generated 718 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.204.45.57 () {30 vars in 720 bytes} [Thu Jul 2 04:17:41 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: 121/243] 199.204.45.57 () {30 vars in 631 bytes} [Thu Jul 2 04:17:41 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.204.45.57 () {34 vars in 675 bytes} [Thu Jul 2 04:17:41 2026] POST /v2.0/ports => generated 999 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:17:42 2026] GET /v2.0/networks/7bdf66fd-8831-48da-bf6f-019d15cfa1ba => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 199.204.45.57 () {30 vars in 720 bytes} [Thu Jul 2 04:17:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:17:44 2026] GET /v2.0/networks/7bdf66fd-8831-48da-bf6f-019d15cfa1ba => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jul 2 04:17:55 2026] GET /v2.0/quotas/ab13350c53ac4004820dcbdec65f14c3 => 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: 125/251] 199.204.45.57 () {48 vars in 1023 bytes} [Thu Jul 2 04:17:56 2026] PUT /v2.0/quotas/ab13350c53ac4004820dcbdec65f14c3 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:16.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a93c0a6-b494-433a-b6d3-c4419a7828a8 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/350] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:30:16 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:30:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:18.081 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c86f262c-d3e9-4c90-ac10-b49be61578d5 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/354] 199.204.45.57 () {44 vars in 923 bytes} [Thu Jul 2 04:30:18 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:30:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:18.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4cfe4a2-b583-43b6-a93a-e40474edbfd8 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/356] 199.204.45.57 () {44 vars in 1030 bytes} [Thu Jul 2 04:30:18 2026] GET /v2.0/subnets/public-subnet?network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 199.204.45.57 () {44 vars in 1053 bytes} [Thu Jul 2 04:30:18 2026] GET /v2.0/subnets?name=public-subnet&network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:47.150 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a57b9fa-31f9-416c-a550-9e01a9da8c71 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jul 2 04:30:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jul 2 04:30:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:48.220 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4cd7294-a738-4e67-8cd0-fe776f9817e7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.204.45.57 () {44 vars in 933 bytes} [Thu Jul 2 04:30:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jul 2 04:30:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:48.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7940228f-d28d-482e-8c93-19a10aa63ed7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 199.204.45.57 () {44 vars in 1032 bytes} [Thu Jul 2 04:30:48 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.57 () {44 vars in 1055 bytes} [Thu Jul 2 04:30:48 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:49.629 7 INFO neutron.api.v2.resource [None req-722a9e37-572e-4fef-99f4-b42102f329cd 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.204.45.57 () {44 vars in 967 bytes} [Thu Jul 2 04:30:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.57 () {44 vars in 989 bytes} [Thu Jul 2 04:30:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:50 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 58 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.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:50 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:30:50 2026] GET /v2.0/security-group-rules/57624d3d-25a2-4fa9-93f8-0c833c127b37 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:51 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:51 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 31 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.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:30:51 2026] GET /v2.0/security-group-rules/2e3a3fd7-b2b9-4279-ba66-02e9dc79c9ac => generated 603 bytes in 20 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.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:52 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:52 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => 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: 190/378] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:30:52 2026] GET /v2.0/security-group-rules/4da707d3-26f7-4172-b8e2-d4e0dcdc88a3 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:53 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:53 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:30:53 2026] GET /v2.0/security-group-rules/1c3027ed-716a-4a45-8002-ef135057346d => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:54 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:54 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:30:54 2026] GET /v2.0/security-group-rules/e3753e7f-7961-476c-9622-5bb1fe4f9186 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.57 () {44 vars in 983 bytes} [Thu Jul 2 04:30:56 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:30:56.231 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cae88282-9fc0-4cde-a5ed-a0ec14d4d8d3 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/386] 199.204.45.57 () {44 vars in 1072 bytes} [Thu Jul 2 04:30:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.57 () {44 vars in 1095 bytes} [Thu Jul 2 04:30:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:30:56 2026] GET /v2.0/security-groups/964f0b3e-c884-4c30-ba32-3eab9b701846 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:31:04.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d039222-c8fb-4961-b33b-e6c25ceac91f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/391] 199.204.45.57 () {44 vars in 975 bytes} [Thu Jul 2 04:31:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:31:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.57 () {44 vars in 916 bytes} [Thu Jul 2 04:31:06 2026] GET /v2.0/ports => generated 4725 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:31:07.292 7 INFO neutron.api.v2.resource [None req-dce2e0bf-03b2-4168-9cdc-086e04b0035e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/394] 199.204.45.57 () {44 vars in 955 bytes} [Thu Jul 2 04:31:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.57 () {44 vars in 977 bytes} [Thu Jul 2 04:31:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:31:08 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:31:08 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:31:08 2026] GET /v2.0/security-group-rules/f9c86a53-b85e-426e-a7e5-13875a0dbb9e => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:31:09 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2886 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:31:09 2026] GET /v2.0/security-groups/616b8b27-2155-4822-8e70-9778b974a171 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:31:09 2026] GET /v2.0/security-group-rules/09b26931-9a8a-458a-8534-17250d095142 => generated 627 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jul 2 04:31:22 2026] GET /v2.0/quotas/3e29cb7d4dc1475497a0803b30c16767 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:32:21.159 8 INFO neutron.api.v2.resource [None req-656bfd9d-08fe-48fd-93dd-6557b0d45ce3 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/413] 199.204.45.57 () {44 vars in 1070 bytes} [Thu Jul 2 04:32:21 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 139 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.57 () {44 vars in 1093 bytes} [Thu Jul 2 04:32:21 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 4072 bytes in 28 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.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:32:22 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:32:22 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:32:22 2026] GET /v2.0/security-group-rules/5a1f2021-0033-4e3c-a0a6-78fe2439d362 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:32:23 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:32:23 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/420] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:32:23 2026] GET /v2.0/security-group-rules/6b91e698-846a-423e-9745-312345f844b9 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/421] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:32:24 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:32:24 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/423] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:32:24 2026] GET /v2.0/security-group-rules/94ece1a0-0394-47f5-960d-455a56554ae6 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.204.45.57 () {44 vars in 1084 bytes} [Thu Jul 2 04:32:25 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89?project_id=ab13350c53ac4004820dcbdec65f14c3 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.204.45.57 () {44 vars in 997 bytes} [Thu Jul 2 04:32:25 2026] GET /v2.0/security-groups/5b2842c2-7c4a-42ca-8867-e4c4e576eb89 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/426] 199.204.45.57 () {44 vars in 1007 bytes} [Thu Jul 2 04:32:25 2026] GET /v2.0/security-group-rules/f2ff8f95-4f34-4054-8b8a-9bd9baceba5d => 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: 214/429] 199.204.45.57 () {44 vars in 971 bytes} [Thu Jul 2 04:32:33 2026] GET /v2.0/quotas/ab13350c53ac4004820dcbdec65f14c3 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 199.204.45.57 () {44 vars in 945 bytes} [Thu Jul 2 04:33:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:34:08 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.81 () {32 vars in 653 bytes} [Thu Jul 2 04:34:09 2026] GET /v2.0/floatingips => 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: 222/445] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:34:09 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:34:10 2026] GET /v2.0/ports => generated 4725 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:34:10 2026] GET /v2.0/subnets => generated 1308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:34:10 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:34:10 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.81 () {32 vars in 653 bytes} [Thu Jul 2 04:34: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-07-02 04:34:21.631 8 INFO neutron.db.segments_db [None req-ad182398-24f5-4300-b50e-02e74ed8781e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 5799a0c3-0272-40d0-9ceb-2886d2301025 of type vxlan for network d8b1616e-a39b-4b0e-b3e4-f8a66d47c807 2026-07-02 04:34:21.659 7 INFO neutron.db.segments_db [None req-e8255dc0-f36c-4fe9-a74b-f52e9ac0d519 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 23cf58b0-0849-471c-bd40-8700cbf31d58 of type vxlan for network a3ccc75c-06af-408f-97f4-1e4706f3909c [pid: 8|app: 0|req: 226/453] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:34:21 2026] POST /v2.0/networks => generated 737 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:34:21 2026] POST /v2.0/networks => generated 747 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:21 2026] POST /v2.0/subnets => generated 685 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:22.051 8 INFO neutron.db.segments_db [None req-0a3ebf4f-c582-4c8a-a28a-389793a08052 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 of type vxlan for network 07e184ae-b435-4646-84f7-659ab3266c39 [pid: 7|app: 0|req: 230/456] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:21 2026] POST /v2.0/subnets => generated 694 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/457] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:34:21 2026] POST /v2.0/networks => generated 745 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:22.176 7 INFO neutron.db.segments_db [None req-77961704-6b22-43d4-a2a1-c85875857b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment c7012c59-b4a4-4b2f-a3e2-d8e37709142b of type vxlan for network d90bebaa-d5b5-41cf-beed-9f8597f97ca3 [pid: 8|app: 0|req: 228/458] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:34:22 2026] GET /v2.0/security-groups?tenant_id=2243a9e0449d463186682920d3c3bf04&name=default => generated 2921 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:34:22.385 7 INFO neutron.db.l3_hamode_db [None req-77961704-6b22-43d4-a2a1-c85875857b0f 01feb17c52944891bf238d4660a58637 38786d7e0df04c259269499fcb21773e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:22.388 8 INFO neutron.db.segments_db [None req-e88452a3-c315-4ff3-894d-cbbab41895f7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment d1308db8-ae75-4559-9c5b-770cfc6d93d4 of type vxlan for network 4b4cba37-ae4c-4a70-9b70-35af630bb47c 2026-07-02 04:34:22.602 8 INFO neutron.db.l3_hamode_db [None req-e88452a3-c315-4ff3-894d-cbbab41895f7 01feb17c52944891bf238d4660a58637 88b09a8894844e46bac3b2a3f505286e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:23.541 8 INFO neutron.db.l3_hamode_db [None req-e88452a3-c315-4ff3-894d-cbbab41895f7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:23.599 7 INFO neutron.db.l3_hamode_db [None req-77961704-6b22-43d4-a2a1-c85875857b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/459] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:22 2026] POST /v2.0/routers => generated 725 bytes in 2419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/460] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:24 2026] POST /v2.0/subnets => generated 692 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/461] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:24 2026] DELETE /v2.0/security-groups/a98d6a8b-8f3c-4934-853a-9cda1bab4eb1 => 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: 229/462] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:22 2026] POST /v2.0/routers => generated 734 bytes in 2598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:24.991 8 INFO neutron.db.segments_db [None req-5b26b39a-21c8-45b9-bcfb-2ebd4596a03a 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 360aedd4-e042-47d4-b857-1185bdf1b869 of type vxlan for network 739dba0b-5b30-43e3-acad-2356c3f03801 2026-07-02 04:34:25.229 8 INFO neutron.db.l3_hamode_db [None req-5b26b39a-21c8-45b9-bcfb-2ebd4596a03a 01feb17c52944891bf238d4660a58637 09f92b3225934549940d0aad0b396564 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/463] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:24 2026] PUT /v2.0/routers/d12235a5-bc47-4430-9a20-660f026654e6/add_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:26.021 8 INFO neutron.db.l3_hamode_db [None req-5b26b39a-21c8-45b9-bcfb-2ebd4596a03a 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/464] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:25 2026] PUT /v2.0/routers/d092c2da-3a4b-47a2-9cec-ceb7b5ac1217/add_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/465] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:24 2026] POST /v2.0/routers => generated 732 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:34:26 2026] POST /v2.0/security-groups => generated 1660 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 04:34:27.130 8 INFO neutron.db.segments_db [None req-f8629441-51f4-4d3b-a320-0350ddb375d7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 of type vxlan for network 19879a55-bd92-4a7f-abdd-2d1b233c7835 [pid: 8|app: 0|req: 231/467] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:34:26 2026] POST /v2.0/networks => generated 749 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:34:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:27 2026] POST /v2.0/subnets => generated 696 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:34:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 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.81 () {34 vars in 693 bytes} [Thu Jul 2 04:34:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:27.794 8 INFO neutron.db.segments_db [None req-17efb8f2-9ab0-4aec-90ce-57891d606ce4 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 023cbb7b-c87d-4b97-b65e-9890acced4b5 of type vxlan for network 34db4481-baab-49e0-9d23-70cd7125afc8 [pid: 7|app: 0|req: 237/472] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:26 2026] PUT /v2.0/routers/27f7f899-4e7b-4fdf-9608-1daf432fd0ee/add_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:28.036 8 INFO neutron.db.l3_hamode_db [None req-17efb8f2-9ab0-4aec-90ce-57891d606ce4 01feb17c52944891bf238d4660a58637 96301aec2f0242fc8c2e8bac722b75a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/473] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:34:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:28.786 8 INFO neutron.db.l3_hamode_db [None req-17efb8f2-9ab0-4aec-90ce-57891d606ce4 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/474] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:34:28 2026] POST /v2.0/floatingips => generated 552 bytes in 997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:34:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/476] 10.0.0.119 () {38 vars in 970 bytes} [Thu Jul 2 04:34:29 2026] POST /v2.0/security-groups => generated 1680 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/477] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:27 2026] POST /v2.0/routers => generated 736 bytes in 1822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.119 () {34 vars in 1097 bytes} [Thu Jul 2 04:34:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--746211295&fields=id&tenant_id=38786d7e0df04c259269499fcb21773e => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:34:29 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:34:29 2026] GET /v2.0/networks?id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807 => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/481] 10.0.0.119 () {38 vars in 970 bytes} [Thu Jul 2 04:34:29 2026] POST /v2.0/security-groups => generated 1679 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/quotas/38786d7e0df04c259269499fcb21773e => 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: 246/483] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/ports?tenant_id=38786d7e0df04c259269499fcb21773e&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/484] 10.0.0.119 () {38 vars in 970 bytes} [Thu Jul 2 04:34:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/485] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups?tenant_id=09f92b3225934549940d0aad0b396564 => generated 7901 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/486] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups/14348507-71ee-4dee-a3c8-be84e2ec881a => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/487] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups/14348507-71ee-4dee-a3c8-be84e2ec881a => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/488] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups/0d7fdf8a-b7c1-4db6-8abb-77eec066babc => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/489] 10.0.0.119 () {34 vars in 906 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/490] 10.0.0.119 () {36 vars in 1012 bytes} [Thu Jul 2 04:34:30 2026] DELETE /v2.0/security-groups/0d7fdf8a-b7c1-4db6-8abb-77eec066babc => 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: 254/491] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:30.782 7 INFO neutron.api.v2.resource [req-909b5071-dfea-47d8-9cb4-67a1706270e6 req-1decc56d-0a7f-4ebe-bbf0-39487d97488e 8ce35c1502644f00b1ab97e507df86a1 09f92b3225934549940d0aad0b396564 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/492] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups/0d7fdf8a-b7c1-4db6-8abb-77eec066babc => 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: 256/493] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/494] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups/bc18c8d9-998c-4e94-a73f-ea4ba854dc04 => generated 1679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/495] 10.0.0.119 () {36 vars in 1012 bytes} [Thu Jul 2 04:34:30 2026] DELETE /v2.0/security-groups/bc18c8d9-998c-4e94-a73f-ea4ba854dc04 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:34:30.995 7 INFO neutron.api.v2.resource [req-5d48cfbb-32fc-4598-a86d-10decc3c6bc8 req-64be0b17-8cb5-40d3-b8dc-d44bd54e573b 8ce35c1502644f00b1ab97e507df86a1 09f92b3225934549940d0aad0b396564 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/496] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/security-groups/bc18c8d9-998c-4e94-a73f-ea4ba854dc04 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/497] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:30 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/498] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/6dc9f744-d390-43e8-b12c-40cbb4128231 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/499] 10.0.0.119 () {36 vars in 1012 bytes} [Thu Jul 2 04:34:31 2026] DELETE /v2.0/security-groups/6dc9f744-d390-43e8-b12c-40cbb4128231 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:34:31.195 7 INFO neutron.api.v2.resource [req-bc1eb834-8df4-4bb9-a20d-63d5919e3bf4 req-592c9bd8-beac-481a-824d-249cfcb69a7e 8ce35c1502644f00b1ab97e507df86a1 09f92b3225934549940d0aad0b396564 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/500] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/6dc9f744-d390-43e8-b12c-40cbb4128231 => 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: 264/501] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups?tenant_id=09f92b3225934549940d0aad0b396564 => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/502] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:29 2026] PUT /v2.0/routers/2c3b1301-3ec8-4e6f-8e64-d1ee9d370568/add_router_interface => generated 309 bytes in 1637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/503] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/14348507-71ee-4dee-a3c8-be84e2ec881a => generated 2918 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/504] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/14348507-71ee-4dee-a3c8-be84e2ec881a => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:34:31.423 7 INFO neutron.api.v2.resource [req-c4d9f1a9-ef9d-4fb3-8e83-551911e03df6 req-2699c0c0-72fd-4559-8cb0-e4fce4d4b816 8ce35c1502644f00b1ab97e507df86a1 09f92b3225934549940d0aad0b396564 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 266/505] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/6dc9f744-d390-43e8-b12c-40cbb4128231 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:34:31.468 8 INFO neutron.api.v2.resource [req-95acb1aa-188a-4688-a742-cef552f6a34a req-02e97229-06c4-4895-9d0f-7c7d3759d752 8ce35c1502644f00b1ab97e507df86a1 09f92b3225934549940d0aad0b396564 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/506] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/bc18c8d9-998c-4e94-a73f-ea4ba854dc04 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:34:31.517 7 INFO neutron.api.v2.resource [req-84ebfe26-d040-46a2-838b-e367ab7d8571 req-45c0511c-a53b-4de2-8187-485949eddafc 8ce35c1502644f00b1ab97e507df86a1 09f92b3225934549940d0aad0b396564 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 267/507] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/0d7fdf8a-b7c1-4db6-8abb-77eec066babc => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/508] 10.0.0.119 () {38 vars in 970 bytes} [Thu Jul 2 04:34:31 2026] POST /v2.0/security-groups => generated 1684 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/509] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:31 2026] GET /v2.0/security-groups/d4019683-2409-4d51-8513-d808679692a7 => generated 1684 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:34:31.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d20a8fc-6cb2-4b25-8928-e20224d31eed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: a02ea025-861c-4476-9eaa-e6904e61d2cc 2026-07-02 04:34:31.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d20a8fc-6cb2-4b25-8928-e20224d31eed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: a02ea025-861c-4476-9eaa-e6904e61d2cc [pid: 7|app: 0|req: 270/510] 10.0.0.119 () {38 vars in 980 bytes} [Thu Jul 2 04:34:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/511] 10.0.0.119 () {38 vars in 970 bytes} [Thu Jul 2 04:34:32 2026] POST /v2.0/security-groups => generated 1686 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/512] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 273/513] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-groups/80518dca-21b5-4c60-93cf-a8c972d04e08 => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/514] 10.0.0.119 () {38 vars in 980 bytes} [Thu Jul 2 04:34:32 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/515] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-groups/80518dca-21b5-4c60-93cf-a8c972d04e08 => 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: 241/516] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:34:31 2026] PUT /v2.0/routers/27f7f899-4e7b-4fdf-9608-1daf432fd0ee/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/517] 10.0.0.119 () {38 vars in 980 bytes} [Thu Jul 2 04:34:32 2026] POST /v2.0/security-group-rules => generated 619 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/518] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-groups/80518dca-21b5-4c60-93cf-a8c972d04e08 => generated 2941 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/519] 10.0.0.119 () {34 vars in 1000 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-group-rules/12f1dea9-a50e-4df7-8f16-9cbcf549a38a => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:32.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-f99f2740-5cfb-4094-bad7-9d7af7278228 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 080229c8-d1df-462e-98d0-a1c498891ce6 2026-07-02 04:34:32.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99f2740-5cfb-4094-bad7-9d7af7278228 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 080229c8-d1df-462e-98d0-a1c498891ce6 [pid: 7|app: 0|req: 279/520] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-groups/80518dca-21b5-4c60-93cf-a8c972d04e08 => generated 2941 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/521] 10.0.0.119 () {36 vars in 1022 bytes} [Thu Jul 2 04:34:32 2026] DELETE /v2.0/security-group-rules/12f1dea9-a50e-4df7-8f16-9cbcf549a38a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/522] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-groups/80518dca-21b5-4c60-93cf-a8c972d04e08 => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/523] 10.0.0.119 () {36 vars in 1012 bytes} [Thu Jul 2 04:34:32 2026] DELETE /v2.0/security-groups/80518dca-21b5-4c60-93cf-a8c972d04e08 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:34:32.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-f99f2740-5cfb-4094-bad7-9d7af7278228 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 39fffbab-d25d-40c9-9d0a-23448f18434d 2026-07-02 04:34:32.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99f2740-5cfb-4094-bad7-9d7af7278228 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 39fffbab-d25d-40c9-9d0a-23448f18434d [pid: 7|app: 0|req: 283/524] 10.0.0.119 () {34 vars in 990 bytes} [Thu Jul 2 04:34:32 2026] GET /v2.0/security-groups/d4019683-2409-4d51-8513-d808679692a7 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:34:32.974 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-f99f2740-5cfb-4094-bad7-9d7af7278228 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 284/525] 10.0.0.119 () {36 vars in 1012 bytes} [Thu Jul 2 04:34:32 2026] DELETE /v2.0/security-groups/d4019683-2409-4d51-8513-d808679692a7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:34:33.352 8 INFO neutron.db.l3_hamode_db [None req-f99f2740-5cfb-4094-bad7-9d7af7278228 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network 739dba0b-5b30-43e3-acad-2356c3f03801 was deleted as no HA routers are present in tenant 09f92b3225934549940d0aad0b396564. [pid: 8|app: 0|req: 242/528] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:32 2026] DELETE /v2.0/routers/27f7f899-4e7b-4fdf-9608-1daf432fd0ee => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:34:33.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f510f20-7538-4405-90e3-e4df5e77e6f7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: c3b3c752-5f24-443a-b775-41d8e8b72b7b 2026-07-02 04:34:33.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f510f20-7538-4405-90e3-e4df5e77e6f7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: c3b3c752-5f24-443a-b775-41d8e8b72b7b [pid: 8|app: 0|req: 243/529] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:33 2026] DELETE /v2.0/subnets/55390251-73cd-4028-b4c2-8ebedec68313 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/530] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:33 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 245/531] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:33 2026] DELETE /v2.0/networks/07e184ae-b435-4646-84f7-659ab3266c39 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:34:33.664 8 INFO neutron.services.segments.plugin [-] Segment 360aedd4-e042-47d4-b857-1185bdf1b869 resource provider aggregate not found 2026-07-02 04:34:33.691 8 INFO neutron.services.segments.plugin [-] Segment 360aedd4-e042-47d4-b857-1185bdf1b869 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360aedd4-e042-47d4-b857-1185bdf1b869 found for delete ", "request_id": "req-d9dfaaef-f5a6-4875-95fb-0b7dbd397f42"}]} 2026-07-02 04:34:33.720 8 INFO neutron.services.segments.plugin [-] Segment 360aedd4-e042-47d4-b857-1185bdf1b869 resource provider aggregate not found 2026-07-02 04:34:33.738 8 INFO neutron.services.segments.plugin [-] Segment 360aedd4-e042-47d4-b857-1185bdf1b869 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360aedd4-e042-47d4-b857-1185bdf1b869 found for delete ", "request_id": "req-70411b0d-cf42-485f-864e-0333f44b3c0b"}]} [pid: 8|app: 0|req: 246/532] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:34:33 2026] GET /v2.0/security-groups?tenant_id=09f92b3225934549940d0aad0b396564&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/533] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:33 2026] DELETE /v2.0/security-groups/14348507-71ee-4dee-a3c8-be84e2ec881a => 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: 287/534] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:34:32 2026] PUT /v2.0/routers/2c3b1301-3ec8-4e6f-8e64-d1ee9d370568/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:34.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-a02b9209-c4ac-455c-9b1f-de10aee95e66 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 00435836-4c52-436c-aab7-51b54f7fa2b5 2026-07-02 04:34:34.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a02b9209-c4ac-455c-9b1f-de10aee95e66 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 00435836-4c52-436c-aab7-51b54f7fa2b5 2026-07-02 04:34:34.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-a02b9209-c4ac-455c-9b1f-de10aee95e66 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 343b7fa0-517b-4ac1-928d-87101245c256 2026-07-02 04:34:34.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a02b9209-c4ac-455c-9b1f-de10aee95e66 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 343b7fa0-517b-4ac1-928d-87101245c256 [pid: 7|app: 0|req: 288/535] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:34 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:34.823 8 INFO neutron.db.l3_hamode_db [None req-a02b9209-c4ac-455c-9b1f-de10aee95e66 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network 34db4481-baab-49e0-9d23-70cd7125afc8 was deleted as no HA routers are present in tenant 96301aec2f0242fc8c2e8bac722b75a1. [pid: 7|app: 0|req: 289/536] 10.0.0.119 () {34 vars in 1097 bytes} [Thu Jul 2 04:34:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--810251397&fields=id&tenant_id=88b09a8894844e46bac3b2a3f505286e => 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: 248/537] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:33 2026] DELETE /v2.0/routers/2c3b1301-3ec8-4e6f-8e64-d1ee9d370568 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/538] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:34:34 2026] GET /v2.0/networks?id=a3ccc75c-06af-408f-97f4-1e4706f3909c => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/539] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:34:34 2026] GET /v2.0/quotas/88b09a8894844e46bac3b2a3f505286e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/540] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:34 2026] DELETE /v2.0/subnets/4d4598ee-6288-497b-95d1-44db2b6586c6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/541] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:34:34 2026] GET /v2.0/ports?tenant_id=88b09a8894844e46bac3b2a3f505286e&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/542] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:34:34 2026] GET /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c?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: 294/543] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:34:35 2026] GET /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c?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: 250/544] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:34 2026] DELETE /v2.0/networks/19879a55-bd92-4a7f-abdd-2d1b233c7835 => 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: 295/545] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:34:35 2026] GET /v2.0/security-groups?tenant_id=96301aec2f0242fc8c2e8bac722b75a1&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/546] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:35 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 251/547] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:35 2026] DELETE /v2.0/security-groups/612377f4-14d9-4f73-bb45-f322028424ff => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:34:35.712 8 INFO neutron.services.segments.plugin [-] Segment 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 resource provider aggregate not found 2026-07-02 04:34:35.730 8 INFO neutron.services.segments.plugin [-] Segment 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 found for delete ", "request_id": "req-d830c0a4-1645-4928-b22c-579cfd005629"}]} [pid: 7|app: 0|req: 297/548] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:35 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:35.747 8 INFO neutron.services.segments.plugin [-] Segment 023cbb7b-c87d-4b97-b65e-9890acced4b5 resource provider aggregate not found 2026-07-02 04:34:35.761 8 INFO neutron.services.segments.plugin [-] Segment 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 resource provider aggregate not found 2026-07-02 04:34:35.764 8 INFO neutron.services.segments.plugin [-] Segment 023cbb7b-c87d-4b97-b65e-9890acced4b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 023cbb7b-c87d-4b97-b65e-9890acced4b5 found for delete ", "request_id": "req-2035990c-3fb5-4d6f-8d2e-fc1c0894cfdc"}]} 2026-07-02 04:34:35.775 8 INFO neutron.services.segments.plugin [-] Segment 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a8c12c5-9e65-4b2e-b6a1-0ca2cfffbbd6 found for delete ", "request_id": "req-1064ab78-8eb0-4549-8b8a-8c9a434a7def"}]} 2026-07-02 04:34:35.778 8 INFO neutron.services.segments.plugin [-] Segment 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 resource provider aggregate not found 2026-07-02 04:34:35.797 8 INFO neutron.services.segments.plugin [-] Segment 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 found for delete ", "request_id": "req-1bc1efae-e051-45ae-8ac3-0c7091ab1cdb"}]} 2026-07-02 04:34:35.798 8 INFO neutron.services.segments.plugin [-] Segment 023cbb7b-c87d-4b97-b65e-9890acced4b5 resource provider aggregate not found 2026-07-02 04:34:35.812 8 INFO neutron.services.segments.plugin [-] Segment 023cbb7b-c87d-4b97-b65e-9890acced4b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 023cbb7b-c87d-4b97-b65e-9890acced4b5 found for delete ", "request_id": "req-220ce1f6-9d94-4cb7-9672-7dfa0fc55e06"}]} 2026-07-02 04:34:35.833 8 INFO neutron.services.segments.plugin [-] Segment 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 resource provider aggregate not found 2026-07-02 04:34:35.848 8 INFO neutron.services.segments.plugin [-] Segment 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac3b3ca-bbd2-4e80-a7bc-36397885b5d4 found for delete ", "request_id": "req-4e8565ef-2a12-4783-b08e-2e24e49ab789"}]} [pid: 7|app: 0|req: 298/549] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:35 2026] GET /v2.0/networks?id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807 => generated 670 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/550] 199.204.45.57 () {34 vars in 909 bytes} [Thu Jul 2 04:34:36 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 04:34:36.098 8 INFO neutron.db.segments_db [None req-3c358541-8a9f-4757-842f-e450dbb2ba13 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment a3e7bd3b-08e7-4009-a7fa-b04738e12e6d of type vxlan for network 2705bc00-7746-47f7-a8b9-acacf497ac40 [pid: 7|app: 0|req: 300/551] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:34:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38786d7e0df04c259269499fcb21773e => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/552] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:34:35 2026] POST /v2.0/networks => generated 752 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/553] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:36 2026] POST /v2.0/subnets => generated 699 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:36.406 8 INFO neutron.db.segments_db [None req-4ddc4bd5-b12c-42d3-af22-5da96c2d0e98 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 6e4e5022-5c82-4fb4-b042-dec8c6170094 of type vxlan for network f5588723-5e2a-44a1-b56b-e408de9da300 [pid: 7|app: 0|req: 301/554] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:34:36 2026] POST /v2.0/ports => generated 958 bytes in 412 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: 302/555] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:36 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:36.662 8 INFO neutron.db.l3_hamode_db [None req-4ddc4bd5-b12c-42d3-af22-5da96c2d0e98 01feb17c52944891bf238d4660a58637 bb76cfc8975843b396e95345528b35dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 303/556] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:36 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 961 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/557] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:36 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&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: 305/558] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:34:36 2026] PUT /v2.0/ports/d4019671-9ac3-4e95-aa56-491f24c72b4e => generated 1239 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:34:37.564 8 INFO neutron.db.l3_hamode_db [None req-4ddc4bd5-b12c-42d3-af22-5da96c2d0e98 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 306/559] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:37 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/560] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:34:37 2026] GET /v2.0/security-groups?tenant_id=f5450e2f7f8f4352afa29f61fb926daf&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/561] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:38.143 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c64b296e-4cbb-4c47-b147-1ccf4c0e67de'] response: {'name': 'network-changed', 'server_uuid': '36ecfa54-d52a-4705-840c-9e8b791db2e5', 'tag': 'd4019671-9ac3-4e95-aa56-491f24c72b4e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/562] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:38 2026] DELETE /v2.0/security-groups/c0bf6fe5-880f-475d-bb7f-162fd8cfc422 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/563] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/564] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:36 2026] POST /v2.0/routers => generated 739 bytes in 2181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/565] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/ports?tenant_id=38786d7e0df04c259269499fcb21773e&device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/566] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d4019671-9ac3-4e95-aa56-491f24c72b4e => 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: 313/567] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/subnets?id=dd7f9596-2cfb-45bc-a499-700b3d5057b7 => generated 688 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/568] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/ports?network_id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/569] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/570] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/571] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:38 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/572] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/573] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&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: 320/574] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/networks?id=a3ccc75c-06af-408f-97f4-1e4706f3909c => generated 679 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/575] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=88b09a8894844e46bac3b2a3f505286e => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/576] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:38 2026] PUT /v2.0/routers/3ddee07f-c074-4553-9396-0e70bd2afe16/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/577] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/578] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/ports?tenant_id=38786d7e0df04c259269499fcb21773e&device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/579] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:39 2026] GET /v2.0/networks?id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807 => generated 765 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/580] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d4019671-9ac3-4e95-aa56-491f24c72b4e => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/581] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/subnets?id=dd7f9596-2cfb-45bc-a499-700b3d5057b7 => generated 688 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/582] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:34:39 2026] POST /v2.0/ports => generated 954 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 323/583] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:34:40 2026] PUT /v2.0/ports/3f4b63a9-80a3-49d1-a6b4-350bc81fde50 => generated 1235 bytes in 348 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: 324/584] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:40.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdea8b86-ea6f-44dc-aac4-83225fb736d2'] response: {'name': 'network-changed', 'server_uuid': '51cfa0db-6a3f-43a0-a192-9db0cb2f69e7', 'tag': '3f4b63a9-80a3-49d1-a6b4-350bc81fde50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 261/585] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/ports?network_id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807&device_owner=network%3Adhcp => generated 1244 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/586] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/587] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/588] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:34:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/589] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/590] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:34:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/591] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:34:40 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: 8|app: 0|req: 264/592] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:34:40 2026] GET /v2.0/security-groups?tenant_id=00f9838cc9444f1fbe02a5ba418f7be3&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/593] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:40 2026] DELETE /v2.0/security-groups/2988ae82-f388-4e82-af01-6ba393a06d65 => 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: 266/594] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/595] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/596] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/ports?tenant_id=88b09a8894844e46bac3b2a3f505286e&device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/597] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/networks?tenant_id=88b09a8894844e46bac3b2a3f505286e&shared=False => generated 775 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/598] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/599] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:34:40 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/600] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/601] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/602] 10.0.0.119 () {34 vars in 1099 bytes} [Thu Jul 2 04:34:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1514707035&fields=id&tenant_id=bb76cfc8975843b396e95345528b35dd => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/603] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/604] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/quotas/bb76cfc8975843b396e95345528b35dd => 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: 332/605] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/606] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/607] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?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: 275/608] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&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: 334/609] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?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: 276/610] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/ports?tenant_id=88b09a8894844e46bac3b2a3f505286e&device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/611] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3f4b63a9-80a3-49d1-a6b4-350bc81fde50 => 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: 277/612] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/subnets?id=b504cc18-9bf5-4223-b9bf-1659bce989c1 => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/613] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/614] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/ports?network_id=a3ccc75c-06af-408f-97f4-1e4706f3909c&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: 337/615] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/616] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/617] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:42 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/618] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:43 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:43.096 7 INFO neutron.db.segments_db [None req-b637cf5c-95b6-48cb-b341-03ecea7ce17d 62a94f62e6174bb0be14bd007dbae383 6fa2c4934b0b45acb7e53d200b9e970b - - default default] Added segment 91b307b3-8d6b-4efa-853a-9b339e62403e of type vxlan for network a36e9773-6958-4a2c-8275-77e0d82a8a64 [pid: 7|app: 0|req: 338/619] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:34:42 2026] POST /v2.0/networks => generated 643 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/620] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:43 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 340/621] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:43 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/622] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:43 2026] POST /v2.0/subnets => generated 641 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/623] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:43 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:43.595 7 INFO neutron.db.segments_db [None req-919e2c4a-6d6d-4cdb-87b4-e4d2f4c9655e 62a94f62e6174bb0be14bd007dbae383 6fa2c4934b0b45acb7e53d200b9e970b - - default default] Added segment ceabcb56-268f-4ee2-9c23-6b49974daca6 of type vxlan for network 9e53dcb6-2e3c-46b1-b57a-1527fc3d408f [pid: 7|app: 0|req: 341/624] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:34:43 2026] POST /v2.0/networks => generated 644 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/625] 10.0.0.81 () {34 vars in 741 bytes} [Thu Jul 2 04:34:43 2026] PUT /v2.0/networks/9e53dcb6-2e3c-46b1-b57a-1527fc3d408f => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/626] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:43 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/627] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/628] 10.0.0.81 () {34 vars in 739 bytes} [Thu Jul 2 04:34:44 2026] PUT /v2.0/subnets/e2d066b1-e074-4329-8ac1-633f9016f62b => generated 636 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/629] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/630] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:44 2026] DELETE /v2.0/networks/9e53dcb6-2e3c-46b1-b57a-1527fc3d408f => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:34:44.480 8 INFO neutron.services.segments.plugin [-] Segment ceabcb56-268f-4ee2-9c23-6b49974daca6 resource provider aggregate not found 2026-07-02 04:34:44.486 8 INFO neutron.services.segments.plugin [-] Segment ceabcb56-268f-4ee2-9c23-6b49974daca6 resource provider aggregate not found 2026-07-02 04:34:44.500 8 INFO neutron.services.segments.plugin [-] Segment ceabcb56-268f-4ee2-9c23-6b49974daca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceabcb56-268f-4ee2-9c23-6b49974daca6 found for delete ", "request_id": "req-48b7ecaf-55f1-4393-8600-05efe5f58595"}]} 2026-07-02 04:34:44.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25c8ce58-a1d8-4608-8187-d74bf1ae7f90 62a94f62e6174bb0be14bd007dbae383 6fa2c4934b0b45acb7e53d200b9e970b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 345/631] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:44 2026] DELETE /v2.0/networks/9e53dcb6-2e3c-46b1-b57a-1527fc3d408f => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:34:44.507 8 INFO neutron.services.segments.plugin [-] Segment ceabcb56-268f-4ee2-9c23-6b49974daca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceabcb56-268f-4ee2-9c23-6b49974daca6 found for delete ", "request_id": "req-f213a706-81eb-4f1f-b361-48571076fd4d"}]} [pid: 8|app: 0|req: 287/632] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 346/633] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/634] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/635] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/subnets?network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/636] 10.0.0.81 () {32 vars in 651 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/637] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 290/638] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/networks => generated 1308 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/639] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/640] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/networks/a36e9773-6958-4a2c-8275-77e0d82a8a64 => generated 668 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/641] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:34:44 2026] GET /v2.0/subnets/d5b88ee9-72da-41c6-a54d-5d4e371fe44e => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:44.929 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35d6e52b-62bd-4a26-9a2e-375a5ae3b843 62a94f62e6174bb0be14bd007dbae383 6fa2c4934b0b45acb7e53d200b9e970b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 292/642] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:44 2026] DELETE /v2.0/subnets/e2d066b1-e074-4329-8ac1-633f9016f62b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:34:44.950 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60564872-3704-431f-8fde-79985d3146a2 62a94f62e6174bb0be14bd007dbae383 6fa2c4934b0b45acb7e53d200b9e970b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 351/643] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:44 2026] DELETE /v2.0/networks/9e53dcb6-2e3c-46b1-b57a-1527fc3d408f => 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: 293/644] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:44 2026] DELETE /v2.0/subnets/d5b88ee9-72da-41c6-a54d-5d4e371fe44e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/645] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:45 2026] DELETE /v2.0/networks/a36e9773-6958-4a2c-8275-77e0d82a8a64 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/646] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:45 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/647] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:45 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:45.741 7 INFO neutron.services.segments.plugin [-] Segment 91b307b3-8d6b-4efa-853a-9b339e62403e resource provider aggregate not found [pid: 8|app: 0|req: 295/648] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:45 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 354/649] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:45 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:45.765 7 INFO neutron.services.segments.plugin [-] Segment 91b307b3-8d6b-4efa-853a-9b339e62403e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b307b3-8d6b-4efa-853a-9b339e62403e found for delete ", "request_id": "req-4dbadb64-d82f-49b7-88ab-5c774cc8e0c7"}]} 2026-07-02 04:34:45.770 7 INFO neutron.services.segments.plugin [-] Segment 91b307b3-8d6b-4efa-853a-9b339e62403e resource provider aggregate not found [pid: 8|app: 0|req: 296/650] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:45 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:45.790 7 INFO neutron.services.segments.plugin [-] Segment 91b307b3-8d6b-4efa-853a-9b339e62403e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b307b3-8d6b-4efa-853a-9b339e62403e found for delete ", "request_id": "req-f7adbbc7-4598-4fc5-abe0-9c4a58d8e09e"}]} [pid: 7|app: 0|req: 355/651] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:34:45 2026] GET /v2.0/security-groups?tenant_id=6fa2c4934b0b45acb7e53d200b9e970b&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/652] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:45 2026] DELETE /v2.0/security-groups/73e9deed-84cd-47d6-bc76-4915f7456738 => 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: 356/653] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:46 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 298/654] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:46 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/655] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:46 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/656] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:46 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/657] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:46 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/658] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:47 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 684 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/659] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:47 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/660] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:47 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&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: 359/661] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:34:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bb76cfc8975843b396e95345528b35dd => generated 181 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/662] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:48 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:48.222 8 INFO neutron.db.segments_db [None req-1070e3f4-12ef-4e94-a550-bd2e3ae02ad7 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment 2fc5321e-8380-45e4-8292-1aec41716377 of type vxlan for network 017a3f6f-f18c-4d1b-a390-0ea8bb9ceb6e [pid: 7|app: 0|req: 363/665] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:48 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/666] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:34:47 2026] POST /v2.0/networks => generated 629 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/667] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:48 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:48.401 8 INFO neutron.db.segments_db [None req-aac3675e-cb2f-40b1-ab2f-17bffa944e33 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment 0ee7a605-6203-4932-af9d-c216b354285d of type vxlan for network 0bfb4f8b-1687-4d17-9c0b-3857eec5d543 [pid: 8|app: 0|req: 305/668] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:34:48 2026] POST /v2.0/networks => generated 629 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/669] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:34:48 2026] POST /v2.0/ports => generated 954 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 306/670] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:48 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/671] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:34:48 2026] PUT /v2.0/ports/b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 1235 bytes in 442 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: 366/672] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:49 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:49.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ca9a38d-abea-4db9-b5a3-ea2e7ac9de64'] response: {'name': 'network-changed', 'server_uuid': '460ae458-2aa2-4474-a329-66caf88a654d', 'tag': 'b9b307e5-21dd-4f0d-8f7a-6be5536d3857', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 367/673] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:49 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/674] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:48 2026] POST /v2.0/subnets => generated 626 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:34:49.205 7 INFO neutron.db.segments_db [None req-3e2e17a6-bf14-4b09-bbfb-f68e20ba726f 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 of type vxlan for network 9a8663c8-fe5a-438d-b350-a82c1afacedc [pid: 8|app: 0|req: 308/675] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:49 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/676] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:49 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:49.494 7 INFO neutron.db.l3_hamode_db [None req-3e2e17a6-bf14-4b09-bbfb-f68e20ba726f 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:49.717 7 INFO neutron.db.l3_hamode_db [None req-3e2e17a6-bf14-4b09-bbfb-f68e20ba726f 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:49.932 8 INFO neutron.db.l3_db [None req-4402a01f-df3f-4178-b4d0-84c95c546c2f ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] Floating IP ed7b5b2e-fe64-4468-9955-b47dd515e2b5 associated. External IP: 10.96.250.218, port: d4019671-9ac3-4e95-aa56-491f24c72b4e. [pid: 8|app: 0|req: 310/677] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:34:49 2026] PUT /v2.0/floatingips/ed7b5b2e-fe64-4468-9955-b47dd515e2b5 => generated 856 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/678] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/679] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/680] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/681] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/682] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:49 2026] POST /v2.0/routers => generated 506 bytes in 1231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/683] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/684] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/networks?tenant_id=bb76cfc8975843b396e95345528b35dd&shared=False => 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: 370/685] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&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: 371/686] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:50.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebe7912f-46fb-4fa7-874e-5c0e24dc3ff3'] response: {'name': 'network-changed', 'server_uuid': '36ecfa54-d52a-4705-840c-9e8b791db2e5', 'tag': 'd4019671-9ac3-4e95-aa56-491f24c72b4e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 372/687] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 373/688] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:50 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/689] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?tenant_id=38786d7e0df04c259269499fcb21773e&device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/690] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/networks?id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807 => generated 765 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/691] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d4019671-9ac3-4e95-aa56-491f24c72b4e => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/692] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 378/693] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/subnets?id=dd7f9596-2cfb-45bc-a499-700b3d5057b7 => generated 688 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/694] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 380/695] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&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: 381/696] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?network_id=d8b1616e-a39b-4b0e-b3e4-f8a66d47c807&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: 382/697] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&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: 383/698] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/699] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:50 2026] PUT /v2.0/routers/cc85e15b-3db1-4aa4-9253-be8430476c9a/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/700] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/701] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => 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: 318/702] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/703] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/subnets?id=ead7bb91-b791-4350-aa36-fab4ea27ce31 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/704] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports/1d3dac89-61c2-4bce-bccd-ba25a91b217e => generated 955 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/705] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40&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: 321/706] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?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: 322/707] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?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: 323/708] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:51 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 971 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/709] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:52 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:52.397 8 INFO neutron.db.l3_db [None req-fbc91591-ab12-4d8a-a1a2-c9b394de715e 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] Floating IP 0a50a101-5fd9-4b22-905f-99f6876e0a2b associated. External IP: 10.96.250.201, port: 3f4b63a9-80a3-49d1-a6b4-350bc81fde50. [pid: 8|app: 0|req: 325/710] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:34:52 2026] PUT /v2.0/floatingips/0a50a101-5fd9-4b22-905f-99f6876e0a2b => generated 855 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/711] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:52 2026] GET /v2.0/security-groups?id=e6bc642a-f5e4-4019-a55f-d7c9a099174e&fields=id&fields=name => generated 113 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/712] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:52 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:52.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eadb33c0-cb84-4b40-a157-ec85353d26f6'] response: {'name': 'network-changed', 'server_uuid': '51cfa0db-6a3f-43a0-a192-9db0cb2f69e7', 'tag': '3f4b63a9-80a3-49d1-a6b4-350bc81fde50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/713] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:52 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&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: 329/714] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:52 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/715] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:52 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&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: 386/716] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:51 2026] PUT /v2.0/routers/cc85e15b-3db1-4aa4-9253-be8430476c9a/add_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/717] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:34:53 2026] GET /v2.0/ports/cc4acdd9-b238-422c-a520-60c5cabcd637 => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/718] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:34:53 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/719] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:53 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:53.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-77ffb6ab-c6b8-42e7-ae2f-b695b0a63a37 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: cc4acdd9-b238-422c-a520-60c5cabcd637 2026-07-02 04:34:53.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77ffb6ab-c6b8-42e7-ae2f-b695b0a63a37 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: cc4acdd9-b238-422c-a520-60c5cabcd637 2026-07-02 04:34:53.544 8 INFO neutron_taas.services.taas.taas_plugin [req-6c3666dc-c5f8-44b7-95ae-907656ef1510 req-9fa31de1-c542-4c0b-b751-7bafe1c0e41a ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] TaaS: Handle Delete Port: d4019671-9ac3-4e95-aa56-491f24c72b4e 2026-07-02 04:34:53.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c3666dc-c5f8-44b7-95ae-907656ef1510 req-9fa31de1-c542-4c0b-b751-7bafe1c0e41a ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] Tap Mirror: Handle Delete Port: d4019671-9ac3-4e95-aa56-491f24c72b4e 2026-07-02 04:34:53.736 8 INFO neutron.db.l3_db [req-6c3666dc-c5f8-44b7-95ae-907656ef1510 req-9fa31de1-c542-4c0b-b751-7bafe1c0e41a ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] Floating IP ed7b5b2e-fe64-4468-9955-b47dd515e2b5 disassociated. External IP: 10.96.250.218, port: d4019671-9ac3-4e95-aa56-491f24c72b4e. [pid: 7|app: 0|req: 387/720] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:34:53 2026] PUT /v2.0/routers/cc85e15b-3db1-4aa4-9253-be8430476c9a/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/721] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:53 2026] GET /v2.0/ports?tenant_id=88b09a8894844e46bac3b2a3f505286e&device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/722] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:53 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/723] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:54.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-3285d951-79a0-4bf6-a14e-cb18489d1795 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: 1d3dac89-61c2-4bce-bccd-ba25a91b217e 2026-07-02 04:34:54.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3285d951-79a0-4bf6-a14e-cb18489d1795 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: 1d3dac89-61c2-4bce-bccd-ba25a91b217e [pid: 8|app: 0|req: 334/724] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:34:53 2026] DELETE /v2.0/ports/d4019671-9ac3-4e95-aa56-491f24c72b4e => generated 0 bytes in 1176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/725] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/networks?id=a3ccc75c-06af-408f-97f4-1e4706f3909c => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/726] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 337/727] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3f4b63a9-80a3-49d1-a6b4-350bc81fde50 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/728] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/729] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/subnets?id=b504cc18-9bf5-4223-b9bf-1659bce989c1 => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/730] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/ports?network_id=a3ccc75c-06af-408f-97f4-1e4706f3909c&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/731] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:34:54 2026] PUT /v2.0/routers/cc85e15b-3db1-4aa4-9253-be8430476c9a/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:54.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b08e022-44da-4122-929d-781c36e17b08'] response: {'server_uuid': '36ecfa54-d52a-4705-840c-9e8b791db2e5', 'name': 'network-vif-deleted', 'tag': 'd4019671-9ac3-4e95-aa56-491f24c72b4e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 392/732] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/ports?device_id=cc85e15b-3db1-4aa4-9253-be8430476c9a => 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: 341/733] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c?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: 342/734] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:54 2026] GET /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:55.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-029582fc-60cc-47a6-9aee-24b16cd4ae1c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: f5c710ef-afde-470e-85a4-2de12f2d5368 2026-07-02 04:34:55.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-029582fc-60cc-47a6-9aee-24b16cd4ae1c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: f5c710ef-afde-470e-85a4-2de12f2d5368 [pid: 8|app: 0|req: 343/735] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:55 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 344/736] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:55 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 345/737] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:55 2026] GET /v2.0/security-groups?id=0c60278d-dd99-4396-aef5-f6dad0472845&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:55.216 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-029582fc-60cc-47a6-9aee-24b16cd4ae1c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-02 04:34:55.562 7 INFO neutron.services.segments.plugin [-] Segment 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 resource provider aggregate not found 2026-07-02 04:34:55.568 7 INFO neutron.services.segments.plugin [-] Segment 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 resource provider aggregate not found 2026-07-02 04:34:55.593 7 INFO neutron.services.segments.plugin [-] Segment 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 found for delete ", "request_id": "req-05cbb81e-f067-4922-8f61-14c90076a012"}]} 2026-07-02 04:34:55.599 7 INFO neutron.services.segments.plugin [-] Segment 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c3f6d8b-daf2-4e16-8d7a-a298fa800237 found for delete ", "request_id": "req-224eca30-e2c7-49e4-a636-63c8c5a007cf"}]} 2026-07-02 04:34:55.600 7 INFO neutron.db.l3_hamode_db [None req-029582fc-60cc-47a6-9aee-24b16cd4ae1c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] HA network 9a8663c8-fe5a-438d-b350-a82c1afacedc was deleted as no HA routers are present in tenant 86e74f68825744cda7d43e8fc9ba9682. [pid: 7|app: 0|req: 393/738] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:54 2026] DELETE /v2.0/routers/cc85e15b-3db1-4aa4-9253-be8430476c9a => generated 0 bytes in 660 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/739] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:55 2026] DELETE /v2.0/subnets/f7cdb082-2a38-45cd-8319-53fa788c9bcc => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/740] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:55 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/741] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:55 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/742] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:34:55 2026] DELETE /v2.0/subnets/03cf39e2-0515-4aea-a74e-ada51482e235 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/743] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:34:55 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 395/744] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:56 2026] DELETE /v2.0/networks/0bfb4f8b-1687-4d17-9c0b-3857eec5d543 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:34:56.129 8 INFO neutron_taas.services.taas.taas_plugin [req-3b314808-bf77-4346-84d4-26503fc02b75 req-f2fa1365-b68c-4a84-9f27-a39ef4116545 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] TaaS: Handle Delete Port: 3f4b63a9-80a3-49d1-a6b4-350bc81fde50 2026-07-02 04:34:56.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3b314808-bf77-4346-84d4-26503fc02b75 req-f2fa1365-b68c-4a84-9f27-a39ef4116545 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] Tap Mirror: Handle Delete Port: 3f4b63a9-80a3-49d1-a6b4-350bc81fde50 2026-07-02 04:34:56.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-da3acdc4-17ef-439f-985e-a2707d663777 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: f1e7e219-95bc-4297-9dad-906bb3b5d4d7 2026-07-02 04:34:56.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da3acdc4-17ef-439f-985e-a2707d663777 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: f1e7e219-95bc-4297-9dad-906bb3b5d4d7 2026-07-02 04:34:56.266 8 INFO neutron.db.l3_db [req-3b314808-bf77-4346-84d4-26503fc02b75 req-f2fa1365-b68c-4a84-9f27-a39ef4116545 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] Floating IP 0a50a101-5fd9-4b22-905f-99f6876e0a2b disassociated. External IP: 10.96.250.201, port: 3f4b63a9-80a3-49d1-a6b4-350bc81fde50. [pid: 7|app: 0|req: 396/745] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:34:56 2026] DELETE /v2.0/networks/017a3f6f-f18c-4d1b-a390-0ea8bb9ceb6e => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/746] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:56 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 398/747] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:56 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:56.519 7 INFO neutron.db.segments_db [None req-1ee5de67-733a-4ae4-82c7-18d7e4a81462 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 of type vxlan for network 848fa9a5-399e-4fdc-92fe-6c9ccec7cafa [pid: 7|app: 0|req: 399/748] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:34:56 2026] POST /v2.0/networks => generated 630 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/749] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:34:56 2026] DELETE /v2.0/ports/3f4b63a9-80a3-49d1-a6b4-350bc81fde50 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/750] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34: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) 2026-07-02 04:34:56.949 8 INFO neutron.db.segments_db [None req-9b89fc39-f649-4725-b100-bf9744efebb1 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment cbb946a0-28d6-47e3-8e2f-b8de09b03707 of type vxlan for network 938fc94e-34fd-4ed9-87da-8e8d0dae6441 2026-07-02 04:34:56.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44783d96-dceb-46a1-bc69-d8e79ebc21fc'] response: {'server_uuid': '51cfa0db-6a3f-43a0-a192-9db0cb2f69e7', 'name': 'network-vif-deleted', 'tag': '3f4b63a9-80a3-49d1-a6b4-350bc81fde50', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 401/751] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:57 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/752] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:57 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&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: 403/753] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:57 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:57.267 8 INFO neutron.db.l3_hamode_db [None req-9b89fc39-f649-4725-b100-bf9744efebb1 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:57.386 8 INFO neutron.db.l3_hamode_db [None req-9b89fc39-f649-4725-b100-bf9744efebb1 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:34:57.624 7 INFO neutron.services.segments.plugin [-] Segment 0ee7a605-6203-4932-af9d-c216b354285d resource provider aggregate not found 2026-07-02 04:34:57.645 7 INFO neutron.services.segments.plugin [-] Segment 0ee7a605-6203-4932-af9d-c216b354285d resource provider aggregate not found 2026-07-02 04:34:57.651 7 INFO neutron.services.segments.plugin [-] Segment 0ee7a605-6203-4932-af9d-c216b354285d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ee7a605-6203-4932-af9d-c216b354285d found for delete ", "request_id": "req-5fdb1de2-79c6-4b4b-9c62-5a32bfd55ca7"}]} 2026-07-02 04:34:57.666 7 INFO neutron.services.segments.plugin [-] Segment 0ee7a605-6203-4932-af9d-c216b354285d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ee7a605-6203-4932-af9d-c216b354285d found for delete ", "request_id": "req-40040217-92e0-4b2b-bdf7-bf4afce62191"}]} 2026-07-02 04:34:57.678 7 INFO neutron.services.segments.plugin [-] Segment 2fc5321e-8380-45e4-8292-1aec41716377 resource provider aggregate not found 2026-07-02 04:34:57.691 7 INFO neutron.services.segments.plugin [-] Segment 2fc5321e-8380-45e4-8292-1aec41716377 resource provider aggregate not found 2026-07-02 04:34:57.713 7 INFO neutron.services.segments.plugin [-] Segment 2fc5321e-8380-45e4-8292-1aec41716377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fc5321e-8380-45e4-8292-1aec41716377 found for delete ", "request_id": "req-898b24a9-e134-49da-b620-212cfdcc2a15"}]} 2026-07-02 04:34:57.718 7 INFO neutron.services.segments.plugin [-] Segment 2fc5321e-8380-45e4-8292-1aec41716377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fc5321e-8380-45e4-8292-1aec41716377 found for delete ", "request_id": "req-042a9920-872e-478c-9969-467974682c25"}]} 2026-07-02 04:34:57.742 7 INFO neutron.db.l3_db [None req-28296dfd-3630-4d3d-936a-a012b0ec0047 d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] Floating IP 5fb1440b-1b87-4a1f-bf4b-54337ff22457 associated. External IP: 10.96.250.204, port: b9b307e5-21dd-4f0d-8f7a-6be5536d3857. [pid: 8|app: 0|req: 351/754] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:34:56 2026] POST /v2.0/routers => generated 507 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/755] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:58 2026] GET /v2.0/ports?device_id=36ecfa54-d52a-4705-840c-9e8b791db2e5 => 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: 404/756] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:34:57 2026] PUT /v2.0/floatingips/5fb1440b-1b87-4a1f-bf4b-54337ff22457 => generated 855 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/757] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:58 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:34:58.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc18cde3-de47-4c0b-8a68-d7d82fc4be1d'] response: {'name': 'network-changed', 'server_uuid': '460ae458-2aa2-4474-a329-66caf88a654d', 'tag': 'b9b307e5-21dd-4f0d-8f7a-6be5536d3857', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/758] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:58 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/759] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:34:58 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&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: 405/760] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:34:58 2026] POST /v2.0/ports => generated 948 bytes in 383 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: 406/761] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:34:58 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/762] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:34:58 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 780 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/763] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:34:59 2026] DELETE /v2.0/security-groups/e6bc642a-f5e4-4019-a55f-d7c9a099174e => 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: 409/764] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => 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: 410/765] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:34:59.453 7 INFO neutron.api.v2.resource [None req-ce5d77db-c8f1-42b5-ab2e-d99f4b0624ef ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/766] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/security-groups/e6bc642a-f5e4-4019-a55f-d7c9a099174e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/767] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/subnets?id=ead7bb91-b791-4350-aa36-fab4ea27ce31 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/768] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:34:58 2026] PUT /v2.0/routers/92e60245-535b-457c-a837-b28622bcb7a3/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:34:59.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-8483a7ea-9699-4941-8401-b485cda243fb ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] TaaS: Handle Delete Port: 42831287-2170-4688-a9db-b403f423d583 2026-07-02 04:34:59.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8483a7ea-9699-4941-8401-b485cda243fb ef2e799e6f39490cb27db542bbcd2d29 38786d7e0df04c259269499fcb21773e - - default default] Tap Mirror: Handle Delete Port: 42831287-2170-4688-a9db-b403f423d583 [pid: 8|app: 0|req: 357/769] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/ports?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/770] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/ports/3c9f9180-2f39-421e-9344-c8734882b831 => generated 1022 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/771] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/772] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:34:59 2026] DELETE /v2.0/floatingips/ed7b5b2e-fe64-4468-9955-b47dd515e2b5 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/773] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:34:59 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:00.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-322304a2-76b1-49ca-bf3e-097c8a45f5c0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: 3c9f9180-2f39-421e-9344-c8734882b831 2026-07-02 04:35:00.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-322304a2-76b1-49ca-bf3e-097c8a45f5c0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: 3c9f9180-2f39-421e-9344-c8734882b831 2026-07-02 04:35:00.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec685547-deb5-4301-8613-5d27c7faa801 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 17035bbf-632a-470d-9685-69761f8fb411 2026-07-02 04:35:00.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec685547-deb5-4301-8613-5d27c7faa801 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 17035bbf-632a-470d-9685-69761f8fb411 [pid: 8|app: 0|req: 360/774] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:34:59 2026] PUT /v2.0/routers/92e60245-535b-457c-a837-b28622bcb7a3/remove_router_interface => generated 309 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:35:00.519 8 INFO neutron.api.v2.resource [None req-136f286e-a511-4085-b663-f68681f652d9 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 361/775] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:00 2026] PUT /v2.0/routers/92e60245-535b-457c-a837-b28622bcb7a3/remove_router_interface => generated 197 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/776] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:00 2026] GET /v2.0/ports?device_id=51cfa0db-6a3f-43a0-a192-9db0cb2f69e7 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/777] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:00 2026] GET /v2.0/ports?device_id=92e60245-535b-457c-a837-b28622bcb7a3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:00.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-2eb23070-7ff7-4f1b-90e9-a4e62a2a73ae 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: a303904a-e9fd-424d-8646-c06bebcd4cce 2026-07-02 04:35:00.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eb23070-7ff7-4f1b-90e9-a4e62a2a73ae 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: a303904a-e9fd-424d-8646-c06bebcd4cce [pid: 7|app: 0|req: 415/778] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:34:59 2026] PUT /v2.0/routers/d12235a5-bc47-4430-9a20-660f026654e6/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:01.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-f52c3d5d-9145-4af6-9543-b0219d05fc21 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 7e10364d-b4ce-4267-9d41-830f1ed481e9 2026-07-02 04:35:01.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f52c3d5d-9145-4af6-9543-b0219d05fc21 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 7e10364d-b4ce-4267-9d41-830f1ed481e9 2026-07-02 04:35:01.097 8 INFO neutron.services.segments.plugin [-] Segment cbb946a0-28d6-47e3-8e2f-b8de09b03707 resource provider aggregate not found 2026-07-02 04:35:01.106 8 INFO neutron.services.segments.plugin [-] Segment cbb946a0-28d6-47e3-8e2f-b8de09b03707 resource provider aggregate not found 2026-07-02 04:35:01.121 8 INFO neutron.services.segments.plugin [-] Segment cbb946a0-28d6-47e3-8e2f-b8de09b03707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb946a0-28d6-47e3-8e2f-b8de09b03707 found for delete ", "request_id": "req-1786d33a-030a-4880-92b9-bda1199bb6a8"}]} 2026-07-02 04:35:01.130 8 INFO neutron.db.l3_hamode_db [None req-2eb23070-7ff7-4f1b-90e9-a4e62a2a73ae 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] HA network 938fc94e-34fd-4ed9-87da-8e8d0dae6441 was deleted as no HA routers are present in tenant 86e74f68825744cda7d43e8fc9ba9682. 2026-07-02 04:35:01.131 8 INFO neutron.services.segments.plugin [-] Segment cbb946a0-28d6-47e3-8e2f-b8de09b03707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb946a0-28d6-47e3-8e2f-b8de09b03707 found for delete ", "request_id": "req-ed7f6620-6416-45a0-9341-9a54f594cfca"}]} [pid: 8|app: 0|req: 364/779] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:00 2026] DELETE /v2.0/routers/92e60245-535b-457c-a837-b28622bcb7a3 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:01.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-f52c3d5d-9145-4af6-9543-b0219d05fc21 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: a863fabc-2f8d-4575-8e8e-3915927cab54 2026-07-02 04:35:01.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f52c3d5d-9145-4af6-9543-b0219d05fc21 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: a863fabc-2f8d-4575-8e8e-3915927cab54 [pid: 8|app: 0|req: 365/780] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:01 2026] DELETE /v2.0/subnets/0e2e501e-344f-4262-a86f-b2b904f5bc5a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/781] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:01 2026] DELETE /v2.0/networks/848fa9a5-399e-4fdc-92fe-6c9ccec7cafa => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:01.573 8 INFO neutron.db.segments_db [None req-730ed3da-effe-4316-a3a0-54ceb677d9d2 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment a89cca85-d181-4509-b752-7cc69f8d2c8c of type vxlan for network 7760b467-b29f-4338-aad9-5cfbcf1647cf 2026-07-02 04:35:01.670 7 INFO neutron.services.segments.plugin [-] Segment c7012c59-b4a4-4b2f-a3e2-d8e37709142b resource provider aggregate not found 2026-07-02 04:35:01.682 7 INFO neutron.services.segments.plugin [-] Segment c7012c59-b4a4-4b2f-a3e2-d8e37709142b resource provider aggregate not found 2026-07-02 04:35:01.702 7 INFO neutron.services.segments.plugin [-] Segment c7012c59-b4a4-4b2f-a3e2-d8e37709142b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7012c59-b4a4-4b2f-a3e2-d8e37709142b found for delete ", "request_id": "req-ef338a5f-464e-4636-8381-48611328b147"}]} [pid: 8|app: 0|req: 367/782] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:01 2026] POST /v2.0/networks => generated 629 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:01.704 7 INFO neutron.services.segments.plugin [-] Segment c7012c59-b4a4-4b2f-a3e2-d8e37709142b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7012c59-b4a4-4b2f-a3e2-d8e37709142b found for delete ", "request_id": "req-cafb8572-2c1b-4760-972b-549f18f0c85b"}]} 2026-07-02 04:35:01.719 7 INFO neutron.db.l3_hamode_db [None req-f52c3d5d-9145-4af6-9543-b0219d05fc21 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network d90bebaa-d5b5-41cf-beed-9f8597f97ca3 was deleted as no HA routers are present in tenant 38786d7e0df04c259269499fcb21773e. [pid: 7|app: 0|req: 416/783] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:00 2026] DELETE /v2.0/routers/d12235a5-bc47-4430-9a20-660f026654e6 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/784] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:01 2026] DELETE /v2.0/security-groups/0c60278d-dd99-4396-aef5-f6dad0472845 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/785] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:01 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:01.986 7 INFO neutron.api.v2.resource [None req-135acdcd-57d5-40e0-b96b-51a3d4a1392d 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 418/786] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:35:01 2026] GET /v2.0/security-groups/0c60278d-dd99-4396-aef5-f6dad0472845 => 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: 369/787] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:01 2026] DELETE /v2.0/subnets/dd7f9596-2cfb-45bc-a499-700b3d5057b7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:02.027 7 INFO neutron.db.segments_db [None req-6a76f030-4c90-45a3-bf58-2014180cc311 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c of type vxlan for network 9db448ca-777c-48b2-b6c2-318bad53f291 2026-07-02 04:35:02.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-44c5c3ec-283f-4cbe-bb7f-64c247e89f70 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] TaaS: Handle Delete Port: 1769c328-674a-4b15-aa42-e59d7d2ec0fe 2026-07-02 04:35:02.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44c5c3ec-283f-4cbe-bb7f-64c247e89f70 1834a1672d9f482eaf56ce67bdf02948 88b09a8894844e46bac3b2a3f505286e - - default default] Tap Mirror: Handle Delete Port: 1769c328-674a-4b15-aa42-e59d7d2ec0fe 2026-07-02 04:35:02.254 7 INFO neutron.db.l3_hamode_db [None req-6a76f030-4c90-45a3-bf58-2014180cc311 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 370/788] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:35:02 2026] DELETE /v2.0/floatingips/0a50a101-5fd9-4b22-905f-99f6876e0a2b => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:02.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-f70a6025-69b1-4ddb-a051-5d6655d6cf75 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: b75ffed8-cbd7-4609-903c-7f94a2eab92e 2026-07-02 04:35:02.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f70a6025-69b1-4ddb-a051-5d6655d6cf75 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: b75ffed8-cbd7-4609-903c-7f94a2eab92e 2026-07-02 04:35:02.390 7 INFO neutron.db.l3_hamode_db [None req-6a76f030-4c90-45a3-bf58-2014180cc311 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 371/789] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:02 2026] DELETE /v2.0/networks/d8b1616e-a39b-4b0e-b3e4-f8a66d47c807 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:02.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6d923da-2bc8-4e60-9ab0-98516a9ffcfa 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 4fc2d877-c027-4bef-868b-e79eecf239b9 2026-07-02 04:35:02.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6d923da-2bc8-4e60-9ab0-98516a9ffcfa 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 4fc2d877-c027-4bef-868b-e79eecf239b9 [pid: 7|app: 0|req: 419/790] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:01 2026] POST /v2.0/routers => generated 507 bytes in 1021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/791] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:03 2026] GET /v2.0/security-groups?tenant_id=38786d7e0df04c259269499fcb21773e&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:03.153 8 INFO neutron.services.segments.plugin [-] Segment dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 resource provider aggregate not found 2026-07-02 04:35:03.159 8 INFO neutron.services.segments.plugin [-] Segment dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 resource provider aggregate not found 2026-07-02 04:35:03.182 8 INFO neutron.services.segments.plugin [-] Segment dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 found for delete ", "request_id": "req-59e097d0-220c-4458-8cb0-e7c40f74fd10"}]} 2026-07-02 04:35:03.183 8 INFO neutron.services.segments.plugin [-] Segment dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcb7471b-ebb6-4319-a0ab-b6317bb0bbe9 found for delete ", "request_id": "req-8cde9621-0412-490e-aa31-6c9dadb7c49f"}]} 2026-07-02 04:35:03.206 8 INFO neutron.services.segments.plugin [-] Segment 5799a0c3-0272-40d0-9ceb-2886d2301025 resource provider aggregate not found 2026-07-02 04:35:03.224 8 INFO neutron.services.segments.plugin [-] Segment 5799a0c3-0272-40d0-9ceb-2886d2301025 resource provider aggregate not found 2026-07-02 04:35:03.240 8 INFO neutron.services.segments.plugin [-] Segment 5799a0c3-0272-40d0-9ceb-2886d2301025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5799a0c3-0272-40d0-9ceb-2886d2301025 found for delete ", "request_id": "req-09c2bb1c-6d19-4f98-a85c-cfa5ea821266"}]} 2026-07-02 04:35:03.241 8 INFO neutron.services.segments.plugin [-] Segment 5799a0c3-0272-40d0-9ceb-2886d2301025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5799a0c3-0272-40d0-9ceb-2886d2301025 found for delete ", "request_id": "req-5a72854c-ad43-4209-9568-e0ae97e8dbaa"}]} [pid: 8|app: 0|req: 372/794] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:02 2026] PUT /v2.0/routers/d092c2da-3a4b-47a2-9cec-ceb7b5ac1217/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/795] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:03 2026] DELETE /v2.0/security-groups/f839aad3-4c98-44c2-87d5-f7aea6461256 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:03.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-8603655e-68d6-4123-af28-9cd7286388bb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: a8f34d50-c55c-4179-9ebc-b1c2c8130b16 2026-07-02 04:35:03.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8603655e-68d6-4123-af28-9cd7286388bb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: a8f34d50-c55c-4179-9ebc-b1c2c8130b16 2026-07-02 04:35:04.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-8603655e-68d6-4123-af28-9cd7286388bb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: c4168137-4561-4ea8-8ae8-8ecb652448dc 2026-07-02 04:35:04.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8603655e-68d6-4123-af28-9cd7286388bb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: c4168137-4561-4ea8-8ae8-8ecb652448dc [pid: 7|app: 0|req: 423/796] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:03 2026] PUT /v2.0/routers/39d30268-7987-42b4-b721-49fd2f094126/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/797] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:35:04 2026] GET /v2.0/ports/4e5c1d37-8cff-49a2-9f51-64e49bb0e523 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:04.417 8 INFO neutron.db.l3_hamode_db [None req-8603655e-68d6-4123-af28-9cd7286388bb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network 4b4cba37-ae4c-4a70-9b70-35af630bb47c was deleted as no HA routers are present in tenant 88b09a8894844e46bac3b2a3f505286e. [pid: 8|app: 0|req: 374/798] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:03 2026] DELETE /v2.0/routers/d092c2da-3a4b-47a2-9cec-ceb7b5ac1217 => generated 0 bytes in 762 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/799] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:04 2026] DELETE /v2.0/subnets/b504cc18-9bf5-4223-b9bf-1659bce989c1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:04.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-79dccade-8cd5-4adc-aacb-e626e4ed852f 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: 4e5c1d37-8cff-49a2-9f51-64e49bb0e523 2026-07-02 04:35:04.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79dccade-8cd5-4adc-aacb-e626e4ed852f 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: 4e5c1d37-8cff-49a2-9f51-64e49bb0e523 2026-07-02 04:35:04.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-83e8ed54-f53f-4d5a-afd2-8ec7d42d76cb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 4764236a-1d1a-4166-bd5b-c2590a25a24b 2026-07-02 04:35:04.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e8ed54-f53f-4d5a-afd2-8ec7d42d76cb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 4764236a-1d1a-4166-bd5b-c2590a25a24b [pid: 8|app: 0|req: 376/800] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:04 2026] DELETE /v2.0/networks/a3ccc75c-06af-408f-97f4-1e4706f3909c => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/801] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:05 2026] GET /v2.0/security-groups?tenant_id=88b09a8894844e46bac3b2a3f505286e&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/802] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:04 2026] PUT /v2.0/routers/39d30268-7987-42b4-b721-49fd2f094126/remove_router_interface => generated 309 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/803] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:05 2026] GET /v2.0/ports?device_id=39d30268-7987-42b4-b721-49fd2f094126 => 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: 378/804] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:05 2026] DELETE /v2.0/security-groups/a4088e30-4110-4454-9b00-367df61bd9cb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:05.267 8 INFO neutron.services.segments.plugin [-] Segment d1308db8-ae75-4559-9c5b-770cfc6d93d4 resource provider aggregate not found 2026-07-02 04:35:05.272 8 INFO neutron.services.segments.plugin [-] Segment d1308db8-ae75-4559-9c5b-770cfc6d93d4 resource provider aggregate not found 2026-07-02 04:35:05.291 8 INFO neutron.services.segments.plugin [-] Segment d1308db8-ae75-4559-9c5b-770cfc6d93d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1308db8-ae75-4559-9c5b-770cfc6d93d4 found for delete ", "request_id": "req-7bf284d2-8caa-4e91-affd-302d9d4574a4"}]} 2026-07-02 04:35:05.298 8 INFO neutron.services.segments.plugin [-] Segment d1308db8-ae75-4559-9c5b-770cfc6d93d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1308db8-ae75-4559-9c5b-770cfc6d93d4 found for delete ", "request_id": "req-1d4b29b5-4a7d-43a2-b481-b67c04fbd5ff"}]} 2026-07-02 04:35:05.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-48cfca54-8d7c-4cda-b608-4071eed5c7b3 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: fb852846-70fa-446c-a572-4c5eb288cd53 2026-07-02 04:35:05.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48cfca54-8d7c-4cda-b608-4071eed5c7b3 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: fb852846-70fa-446c-a572-4c5eb288cd53 2026-07-02 04:35:05.312 8 INFO neutron.services.segments.plugin [-] Segment 23cf58b0-0849-471c-bd40-8700cbf31d58 resource provider aggregate not found 2026-07-02 04:35:05.315 8 INFO neutron.services.segments.plugin [-] Segment 23cf58b0-0849-471c-bd40-8700cbf31d58 resource provider aggregate not found 2026-07-02 04:35:05.328 8 INFO neutron.services.segments.plugin [-] Segment 23cf58b0-0849-471c-bd40-8700cbf31d58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23cf58b0-0849-471c-bd40-8700cbf31d58 found for delete ", "request_id": "req-d6b2364c-6979-43eb-bd01-3a76cf0aa9c0"}]} 2026-07-02 04:35:05.332 8 INFO neutron.services.segments.plugin [-] Segment 23cf58b0-0849-471c-bd40-8700cbf31d58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23cf58b0-0849-471c-bd40-8700cbf31d58 found for delete ", "request_id": "req-d2d3e319-ab5b-4d0a-9eba-c267f566deab"}]} 2026-07-02 04:35:05.672 7 INFO neutron.services.segments.plugin [-] Segment 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c resource provider aggregate not found 2026-07-02 04:35:05.682 7 INFO neutron.services.segments.plugin [-] Segment 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c resource provider aggregate not found 2026-07-02 04:35:05.691 7 INFO neutron.services.segments.plugin [-] Segment 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c found for delete ", "request_id": "req-fa90e99d-b7c5-4a52-85ac-5ceffd921691"}]} 2026-07-02 04:35:05.702 7 INFO neutron.services.segments.plugin [-] Segment 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee758ea-1c83-46bb-b9eb-cbaaba9ad35c found for delete ", "request_id": "req-3aa91abc-39bb-4b8e-97b4-bf9263a1f5f3"}]} 2026-07-02 04:35:05.704 7 INFO neutron.db.l3_hamode_db [None req-48cfca54-8d7c-4cda-b608-4071eed5c7b3 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] HA network 9db448ca-777c-48b2-b6c2-318bad53f291 was deleted as no HA routers are present in tenant 86e74f68825744cda7d43e8fc9ba9682. [pid: 7|app: 0|req: 427/805] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:05 2026] DELETE /v2.0/routers/39d30268-7987-42b4-b721-49fd2f094126 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:05.896 8 INFO neutron.db.segments_db [None req-ae78adcf-ff68-4a54-8c15-e1bd87093f1d 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 7829a903-ea51-4299-a2bb-adc4683d54b3 of type vxlan for network 61039243-e5e7-4038-a4ce-e05e522bbe87 [pid: 7|app: 0|req: 428/806] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:05 2026] DELETE /v2.0/subnets/deeef972-9145-4de3-a667-bae15140f6cb => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/807] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:35:05 2026] POST /v2.0/networks => generated 743 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:06.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d933eaf-e0c1-4638-b23f-60165d49119d 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: 9092136c-676c-4e82-badf-a1680e7a0f7a 2026-07-02 04:35:06.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d933eaf-e0c1-4638-b23f-60165d49119d 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: 9092136c-676c-4e82-badf-a1680e7a0f7a [pid: 8|app: 0|req: 380/808] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:05 2026] POST /v2.0/subnets => generated 690 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/809] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:05 2026] DELETE /v2.0/networks/7760b467-b29f-4338-aad9-5cfbcf1647cf => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:06.242 8 INFO neutron.db.segments_db [None req-353519e9-c5a6-452e-b401-7a09dfd673ea 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 of type vxlan for network 718adec3-0126-4a21-9676-8f70d744de2e 2026-07-02 04:35:06.288 7 INFO neutron.db.segments_db [None req-ab639796-bd65-471e-94c3-919e6522195c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Added segment 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 of type vxlan for network 8ab3cb17-2c1b-4558-bce4-e8616c882f93 2026-07-02 04:35:06.468 8 INFO neutron.db.l3_hamode_db [None req-353519e9-c5a6-452e-b401-7a09dfd673ea 01feb17c52944891bf238d4660a58637 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:06.563 7 INFO neutron.db.l3_hamode_db [None req-ab639796-bd65-471e-94c3-919e6522195c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:07.246 8 INFO neutron.db.l3_hamode_db [None req-353519e9-c5a6-452e-b401-7a09dfd673ea 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:07.459 7 INFO neutron.db.l3_hamode_db [None req-ab639796-bd65-471e-94c3-919e6522195c 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:07.715 7 INFO neutron.services.segments.plugin [-] Segment a89cca85-d181-4509-b752-7cc69f8d2c8c resource provider aggregate not found 2026-07-02 04:35:07.729 7 INFO neutron.services.segments.plugin [-] Segment a89cca85-d181-4509-b752-7cc69f8d2c8c resource provider aggregate not found 2026-07-02 04:35:07.735 7 INFO neutron.services.segments.plugin [-] Segment a89cca85-d181-4509-b752-7cc69f8d2c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89cca85-d181-4509-b752-7cc69f8d2c8c found for delete ", "request_id": "req-e0a50d55-e5d2-4a7b-a8cd-ccc9a67c4e1f"}]} 2026-07-02 04:35:07.753 7 INFO neutron.services.segments.plugin [-] Segment a89cca85-d181-4509-b752-7cc69f8d2c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89cca85-d181-4509-b752-7cc69f8d2c8c found for delete ", "request_id": "req-2c964963-0010-4718-b933-a49bad50dbc5"}]} [pid: 8|app: 0|req: 381/810] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:06 2026] POST /v2.0/routers => generated 730 bytes in 1839 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/811] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:35:08 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1240 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/812] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:06 2026] POST /v2.0/routers => generated 687 bytes in 2115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/813] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:35:08 2026] GET /v2.0/routers/5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => generated 693 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/814] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:08 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&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: 433/815] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:35:08 2026] GET /v2.0/routers => generated 696 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/816] 10.0.0.81 () {34 vars in 739 bytes} [Thu Jul 2 04:35:08 2026] PUT /v2.0/routers/5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => generated 700 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/817] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:35:08 2026] GET /v2.0/routers/5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => generated 700 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/818] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:09 2026] GET /v2.0/ports?device_id=5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:09.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-f116eb93-c645-4df1-80b9-9ee108cf1ad0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: 958cef22-5c17-43df-be24-ff35642f43a1 2026-07-02 04:35:09.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f116eb93-c645-4df1-80b9-9ee108cf1ad0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: 958cef22-5c17-43df-be24-ff35642f43a1 2026-07-02 04:35:09.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-f116eb93-c645-4df1-80b9-9ee108cf1ad0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] TaaS: Handle Delete Port: 1207ba6e-4f35-44e5-ac20-c79690519d40 2026-07-02 04:35:09.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f116eb93-c645-4df1-80b9-9ee108cf1ad0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] Tap Mirror: Handle Delete Port: 1207ba6e-4f35-44e5-ac20-c79690519d40 [pid: 8|app: 0|req: 383/819] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:08 2026] PUT /v2.0/routers/15f94d41-1d3b-4076-b956-436017c6bfb4/add_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:09.935 7 INFO neutron.services.segments.plugin [-] Segment 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 resource provider aggregate not found 2026-07-02 04:35:09.941 7 INFO neutron.services.segments.plugin [-] Segment 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 resource provider aggregate not found 2026-07-02 04:35:09.948 7 INFO neutron.services.segments.plugin [-] Segment 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 found for delete ", "request_id": "req-f75dcb66-473c-434b-9e38-edc36443d816"}]} 2026-07-02 04:35:09.957 7 INFO neutron.services.segments.plugin [-] Segment 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a016e2a-93f0-4a0f-8d1d-d9cefc6070f1 found for delete ", "request_id": "req-e88d6743-2ba0-487c-921c-8bcc70cb15dd"}]} 2026-07-02 04:35:09.978 7 INFO neutron.db.l3_hamode_db [None req-f116eb93-c645-4df1-80b9-9ee108cf1ad0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] HA network 8ab3cb17-2c1b-4558-bce4-e8616c882f93 was deleted as no HA routers are present in tenant 86e74f68825744cda7d43e8fc9ba9682. [pid: 7|app: 0|req: 437/820] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:09 2026] DELETE /v2.0/routers/5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/821] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:09 2026] GET /v2.0/ports?device_id=5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:10.031 7 INFO neutron.api.v2.resource [None req-1f962c49-efc3-462f-aaf3-4e9bb218b7d8 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/822] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/routers/5cff5d3f-acda-4ac9-9feb-02d3c1f27e0c => 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: 440/823] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:10 2026] GET /v2.0/ports?device_id=39d30268-7987-42b4-b721-49fd2f094126 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:10.073 7 INFO neutron.api.v2.resource [None req-e98c3a40-31f5-41ea-aa98-edae1d830418 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 441/824] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/routers/39d30268-7987-42b4-b721-49fd2f094126 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:35:10.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-653e5eb7-c8a9-4b82-b8dd-0fe7e57195b0 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 442/825] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/subnets/deeef972-9145-4de3-a667-bae15140f6cb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/826] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:10 2026] GET /v2.0/ports?device_id=92e60245-535b-457c-a837-b28622bcb7a3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:10.137 7 INFO neutron.api.v2.resource [None req-8849a5f6-4762-4d0a-bf99-f2eba3f2c07f 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 444/827] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/routers/92e60245-535b-457c-a837-b28622bcb7a3 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/828] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:09 2026] GET /v2.0/security-groups?tenant_id=07ec484b43374c728d4222ede2eda8f2&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:10.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ded64e28-5df0-41b7-997f-5428abb88e90 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/829] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/subnets/0e2e501e-344f-4262-a86f-b2b904f5bc5a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/830] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:35:10 2026] POST /v2.0/security-groups => generated 1658 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/831] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/security-groups/a6dc5ab0-d31a-4dfe-ae9e-750c39a82ca5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/832] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:10 2026] GET /v2.0/ports?device_id=cc85e15b-3db1-4aa4-9253-be8430476c9a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:10.342 7 INFO neutron.api.v2.resource [None req-fbd9015a-5169-43e5-a22e-84a95e0ed3f9 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/833] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/routers/cc85e15b-3db1-4aa4-9253-be8430476c9a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:35:10.361 7 INFO neutron.pecan_wsgi.hooks.translation [None req-435de5a4-ef7c-4866-b269-858680f54a65 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 448/834] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/subnets/f7cdb082-2a38-45cd-8319-53fa788c9bcc => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:35:10.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3db97027-e464-47a1-bca1-d413cd5d6f3b 416931a81af74a779f5db95837524d46 86e74f68825744cda7d43e8fc9ba9682 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 449/835] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/subnets/03cf39e2-0515-4aea-a74e-ada51482e235 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/836] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/837] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:10 2026] GET /v2.0/security-groups?tenant_id=2cfb2694fb3f4dfba749bf681860b19e&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/838] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/839] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:10 2026] DELETE /v2.0/security-groups/830de7be-d7f2-4093-9eed-88ff88b757b1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/840] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:10 2026] GET /v2.0/security-groups?tenant_id=86e74f68825744cda7d43e8fc9ba9682&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/841] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:35:10 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/842] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:11 2026] DELETE /v2.0/security-groups/af6a4300-6464-4b01-8822-eeed3a72dabe => 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: 390/843] 10.0.0.119 () {34 vars in 1095 bytes} [Thu Jul 2 04:35:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--64904656&fields=id&tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/844] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:35:11 2026] GET /v2.0/networks?id=61039243-e5e7-4038-a4ce-e05e522bbe87 => generated 675 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/845] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:35:11 2026] GET /v2.0/quotas/0feb9bea2b634c22b0a3f71c26f2c8bd => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/846] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:35:11 2026] GET /v2.0/ports?tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/847] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:35:11 2026] GET /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87?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: 456/848] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:35:11 2026] GET /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87?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: 393/849] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:12 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/850] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:13 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 457/851] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:35:13 2026] POST /v2.0/security-groups => generated 1625 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/852] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:35:13 2026] GET /v2.0/security-groups => generated 4530 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/853] 10.0.0.81 () {34 vars in 756 bytes} [Thu Jul 2 04:35:13 2026] PUT /v2.0/security-groups/328dc56c-87b0-4a08-bcfd-3194b94c9bd0 => generated 1664 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/854] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:35:13 2026] GET /v2.0/security-groups/328dc56c-87b0-4a08-bcfd-3194b94c9bd0 => generated 1664 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/855] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:13 2026] DELETE /v2.0/security-groups/328dc56c-87b0-4a08-bcfd-3194b94c9bd0 => 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: 397/856] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:35:13 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-07-02 04:35:13.948 7 INFO neutron.api.v2.resource [None req-33523dd9-8308-4f71-bbb6-a06336cb3cfb f6af44a0c83743d79e9e32794f9bd73c 7e0c7d3429ad4d77af7137248749c433 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/857] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:13 2026] DELETE /v2.0/security-groups/328dc56c-87b0-4a08-bcfd-3194b94c9bd0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/858] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:35:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/859] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/860] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/security-group-rules/6fcd5728-83c6-4f77-8d98-3194b7e33c9a => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/861] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/862] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 463/863] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:35:14 2026] DELETE /v2.0/security-group-rules/6fcd5728-83c6-4f77-8d98-3194b7e33c9a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/864] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/865] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/866] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/security-group-rules/cb98a99e-f0f1-4c82-bcbe-4f6198ae7f36 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/867] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/868] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:35:14 2026] DELETE /v2.0/security-group-rules/cb98a99e-f0f1-4c82-bcbe-4f6198ae7f36 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/869] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:35:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:14.981 8 INFO neutron.db.securitygroups_db [None req-aec9a5df-c987-4b46-86a4-3b8a35d51ca6 f6af44a0c83743d79e9e32794f9bd73c 7e0c7d3429ad4d77af7137248749c433 - - default default] Project 7e0c7d3429ad4d77af7137248749c433 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: 404/870] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/871] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:35:15 2026] GET /v2.0/security-group-rules/76ad814b-4748-4a0f-96ff-562af40ed8e3 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/872] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:35:15 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/873] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:35:15 2026] DELETE /v2.0/security-group-rules/76ad814b-4748-4a0f-96ff-562af40ed8e3 => 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: 406/874] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:35:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/875] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:15 2026] DELETE /v2.0/security-groups/b3bc3ee3-33d1-42a7-aa30-0cb6737cb5c1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/876] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:35:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/877] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:35:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/878] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:15 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/879] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:16 2026] GET /v2.0/security-groups?tenant_id=7e0c7d3429ad4d77af7137248749c433&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/880] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:16 2026] DELETE /v2.0/security-groups/17767b47-8fe6-4a2e-82c1-f957d30f7779 => 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: 472/881] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:16 2026] GET /v2.0/networks?id=61039243-e5e7-4038-a4ce-e05e522bbe87 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/882] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:16 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 410/883] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:35:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/884] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:35:16 2026] POST /v2.0/ports => generated 954 bytes in 366 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: 475/885] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:17 2026] GET /v2.0/security-groups?tenant_id=dbe80bde8e1d436685ee49453ec9597e&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/886] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:17 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/887] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:17 2026] DELETE /v2.0/security-groups/6c4635ae-fe28-4dd5-a8a2-38b7e116046d => 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: 478/888] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:17 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/891] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:35:16 2026] PUT /v2.0/ports/662ffd7e-0397-4014-93af-5e41e0c6afea => generated 1235 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:35:18.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2afeac10-378b-4766-bfbb-12260423c7be'] response: {'name': 'network-changed', 'server_uuid': '7a0629f9-1f7d-4b5a-af3e-8a26df9fc059', 'tag': '662ffd7e-0397-4014-93af-5e41e0c6afea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 481/892] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/893] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/ports/b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 968 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/894] 10.0.0.81 () {32 vars in 621 bytes} [Thu Jul 2 04:35:18 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/895] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/security-groups?tenant_id=d4e08c13b77f48fcb5ec23587b71c0eb&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/896] 10.0.0.81 () {32 vars in 631 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/ => generated 632 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/897] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:18 2026] DELETE /v2.0/security-groups/5cc506d9-e042-4f8d-85d7-0257938303a0 => 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: 485/898] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/ports?tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd&device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/899] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/networks?tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd&shared=False => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/900] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/901] 199.204.45.57 () {34 vars in 998 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/subnets?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 684 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/902] 199.204.45.57 () {34 vars in 1144 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d&device_owner=compute%3Anova&network_id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/903] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:18 2026] GET /v2.0/security-groups?tenant_id=b2162cd74a0248978e94bf2448811c27&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/904] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:18 2026] DELETE /v2.0/security-groups/012bfdd8-f477-460b-b3d5-a7c07b1dc2e8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/905] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/906] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/907] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:35:18 2026] PUT /v2.0/ports/b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 1149 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:19.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff9ea2e2-5c4b-4bdc-ae9e-cbc96e85c686'] response: {'name': 'network-changed', 'server_uuid': '460ae458-2aa2-4474-a329-66caf88a654d', 'tag': 'b9b307e5-21dd-4f0d-8f7a-6be5536d3857', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 419/908] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/ports?tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd&device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 1238 bytes in 31 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: 490/909] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=662ffd7e-0397-4014-93af-5e41e0c6afea => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/910] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/subnets?id=2b613185-1da8-4167-94ff-151441d82532 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/911] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/ports?network_id=61039243-e5e7-4038-a4ce-e05e522bbe87&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: 421/912] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/913] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:19 2026] GET /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87?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: 422/914] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1421 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/915] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/916] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => 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: 494/917] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/918] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/subnets?id=ead7bb91-b791-4350-aa36-fab4ea27ce31 => 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: 425/919] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/ports?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40&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: 495/920] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/921] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?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: 496/922] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/923] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:20 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?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: 497/924] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1421 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/925] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 498/926] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/927] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/928] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => 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: 499/929] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1152 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/930] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/931] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&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: 432/932] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/subnets?id=ead7bb91-b791-4350-aa36-fab4ea27ce31 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/933] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/ports?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/934] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/935] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:21 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/936] 199.204.45.57 () {34 vars in 1118 bytes} [Thu Jul 2 04:35:22 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/937] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:22 2026] GET /v2.0/security-groups?tenant_id=7779288b0c2643fe8700b768827634d9&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/938] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:22 2026] DELETE /v2.0/security-groups/4f269840-a3e8-4a13-a96f-0a073a731cfc => 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: 436/939] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:22 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 437/940] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:22 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/941] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:22 2026] GET /v2.0/security-groups?tenant_id=37f47694456c4c8ab10d8289848fba7f&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/942] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:35:22 2026] PUT /v2.0/ports/b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 968 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/943] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:22 2026] DELETE /v2.0/security-groups/386d39ee-d2da-4018-b03a-4aea357385d0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:23.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb6ba154-0354-41e9-a8f6-0d9cde0ca329'] response: {'name': 'network-changed', 'server_uuid': '460ae458-2aa2-4474-a329-66caf88a654d', 'tag': 'b9b307e5-21dd-4f0d-8f7a-6be5536d3857', '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: 505/944] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/945] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 780 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/946] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/947] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/subnets?id=ead7bb91-b791-4350-aa36-fab4ea27ce31 => 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: 442/948] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/ports?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40&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: 507/949] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/950] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/951] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/952] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:23 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/953] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:24 2026] GET /v2.0/security-groups?tenant_id=834af648416f4fa98b10443130fb6277&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/954] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:24 2026] DELETE /v2.0/security-groups/094634a3-53f6-4472-8d40-e30d22745f64 => 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: 510/955] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:24 2026] GET /v2.0/security-groups?tenant_id=0a51fa366535478f8b6e0ec500a604cc&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: 511/956] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:24 2026] DELETE /v2.0/security-groups/f4fc969c-4568-4d77-859b-d64733c65eaf => 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: 512/957] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/ports?tenant_id=bb76cfc8975843b396e95345528b35dd&device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 513/958] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:25.264 8 INFO neutron.db.segments_db [None req-4b94bb6b-e296-4533-89a1-73bf0df8e9c4 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Added segment 6594affb-16e1-4d8c-b449-e74be25bcc59 of type vxlan for network d373f6fd-2dd9-4101-be6a-d8011c3dd061 [pid: 7|app: 0|req: 514/959] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 515/960] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/networks?id=2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/961] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:24 2026] POST /v2.0/networks => generated 650 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/962] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/963] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/964] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/965] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/subnets?id=ead7bb91-b791-4350-aa36-fab4ea27ce31 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/966] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/967] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/ports?network_id=2705bc00-7746-47f7-a8b9-acacf497ac40&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: 448/968] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:25 2026] POST /v2.0/subnets => generated 627 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/969] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:25 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:25.831 8 INFO neutron.db.segments_db [None req-8df9e134-c607-4ae6-851f-e0d6363a487c e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Added segment f0734e93-140c-4aaa-932f-ecd91578a7f3 of type vxlan for network 62efbb9e-bc1f-449d-a82a-59d8219534a5 2026-07-02 04:35:25.843 7 INFO neutron.db.l3_db [None req-4bccb951-0d2a-4763-a084-f65779b23c37 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] Floating IP 32ec135f-1b0f-4067-aba0-e8bfa43d2145 associated. External IP: 10.96.250.205, port: 662ffd7e-0397-4014-93af-5e41e0c6afea. 2026-07-02 04:35:26.092 8 INFO neutron.db.l3_hamode_db [None req-8df9e134-c607-4ae6-851f-e0d6363a487c e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/970] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:35:25 2026] PUT /v2.0/floatingips/32ec135f-1b0f-4067-aba0-e8bfa43d2145 => generated 855 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/971] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:26 2026] GET /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/972] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:26 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/973] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:26 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/974] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:26 2026] GET /v2.0/security-groups?id=6dc31386-da38-407b-a36e-ceae4ea008f8&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/975] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:26 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:26.995 8 INFO neutron.db.l3_hamode_db [None req-8df9e134-c607-4ae6-851f-e0d6363a487c e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:27.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a840e243-cfb9-477e-8613-366c96757c2a'] response: {'name': 'network-changed', 'server_uuid': '7a0629f9-1f7d-4b5a-af3e-8a26df9fc059', 'tag': '662ffd7e-0397-4014-93af-5e41e0c6afea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 527/976] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/977] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&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: 529/978] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/ports?tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd&device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/979] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/networks?id=61039243-e5e7-4038-a4ce-e05e522bbe87 => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/980] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 532/981] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=662ffd7e-0397-4014-93af-5e41e0c6afea => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:27.830 7 INFO neutron_taas.services.taas.taas_plugin [req-e2e4a58a-b650-484b-9fc9-643a02f9441a req-9c2b681f-c8d8-4d70-921f-18930ef7e87e d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] TaaS: Handle Delete Port: b9b307e5-21dd-4f0d-8f7a-6be5536d3857 2026-07-02 04:35:27.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e2e4a58a-b650-484b-9fc9-643a02f9441a req-9c2b681f-c8d8-4d70-921f-18930ef7e87e d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] Tap Mirror: Handle Delete Port: b9b307e5-21dd-4f0d-8f7a-6be5536d3857 [pid: 8|app: 0|req: 450/982] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:25 2026] POST /v2.0/routers => generated 695 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/983] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:27 2026] GET /v2.0/subnets?id=2b613185-1da8-4167-94ff-151441d82532 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:27.965 7 INFO neutron.db.l3_db [req-e2e4a58a-b650-484b-9fc9-643a02f9441a req-9c2b681f-c8d8-4d70-921f-18930ef7e87e d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] Floating IP 5fb1440b-1b87-4a1f-bf4b-54337ff22457 disassociated. External IP: 10.96.250.204, port: b9b307e5-21dd-4f0d-8f7a-6be5536d3857. [pid: 7|app: 0|req: 533/984] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:35:27 2026] DELETE /v2.0/ports/b9b307e5-21dd-4f0d-8f7a-6be5536d3857 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/985] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:28 2026] GET /v2.0/ports?network_id=61039243-e5e7-4038-a4ce-e05e522bbe87&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: 535/986] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:28 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 536/987] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:28 2026] GET /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87?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: 537/988] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:28 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/989] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:28 2026] GET /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/990] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:28 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/991] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:27 2026] PUT /v2.0/routers/e8bcdff3-03a6-4187-b2b0-5c9bbb8b98b0/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:29.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2998ee30-f24b-4da0-9be6-aba3352eed44'] response: {'server_uuid': '460ae458-2aa2-4474-a329-66caf88a654d', 'name': 'network-vif-deleted', 'tag': 'b9b307e5-21dd-4f0d-8f7a-6be5536d3857', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 540/992] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:35:28 2026] POST /v2.0/ports => generated 959 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: 541/993] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:29 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => 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: 542/994] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:29 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/995] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:29 2026] GET /v2.0/security-groups?id=80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/996] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:35:29 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/997] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:35:29 2026] POST /v2.0/ports => generated 954 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:35:29.871 7 INFO neutron_taas.services.taas.taas_plugin [req-29fc9683-02a1-4c89-9ff4-340fe00da1d2 req-e4260473-7411-4dd6-9d77-822394ceb6ae 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] TaaS: Handle Delete Port: 662ffd7e-0397-4014-93af-5e41e0c6afea 2026-07-02 04:35:29.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-29fc9683-02a1-4c89-9ff4-340fe00da1d2 req-e4260473-7411-4dd6-9d77-822394ceb6ae 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] Tap Mirror: Handle Delete Port: 662ffd7e-0397-4014-93af-5e41e0c6afea 2026-07-02 04:35:29.994 7 INFO neutron.db.l3_db [req-29fc9683-02a1-4c89-9ff4-340fe00da1d2 req-e4260473-7411-4dd6-9d77-822394ceb6ae 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] Floating IP 32ec135f-1b0f-4067-aba0-e8bfa43d2145 disassociated. External IP: 10.96.250.205, port: 662ffd7e-0397-4014-93af-5e41e0c6afea. [pid: 7|app: 0|req: 545/998] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:35:29 2026] DELETE /v2.0/ports/662ffd7e-0397-4014-93af-5e41e0c6afea => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/999] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:30 2026] GET /v2.0/ports?device_id=460ae458-2aa2-4474-a329-66caf88a654d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:30.585 8 INFO neutron.db.l3_db [None req-96055a72-a88d-4daa-94e7-28a603368f49 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Floating IP 3e81270a-2919-4640-b6b6-06808b189e62 associated. External IP: 10.96.250.220, port: 794c06be-0ce8-493f-a3e5-cece40b09360. [pid: 7|app: 0|req: 547/1000] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:30 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 454/1001] 10.0.0.81 () {34 vars in 675 bytes} [Thu Jul 2 04:35:29 2026] POST /v2.0/floatingips => generated 841 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:31.019 7 INFO neutron.db.l3_db [None req-aadb11a0-f505-4f0c-b425-039e3152e17c e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Floating IP 3e81270a-2919-4640-b6b6-06808b189e62 disassociated. External IP: 10.96.250.220, port: 794c06be-0ce8-493f-a3e5-cece40b09360. 2026-07-02 04:35:31.108 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de549053-a16d-4523-9d5a-c282e22c8ea6'] response: {'server_uuid': '7a0629f9-1f7d-4b5a-af3e-8a26df9fc059', 'name': 'network-vif-deleted', 'tag': '662ffd7e-0397-4014-93af-5e41e0c6afea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 548/1002] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:35:30 2026] PUT /v2.0/floatingips/3e81270a-2919-4640-b6b6-06808b189e62 => generated 552 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:31.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3bb91e5-4117-4a60-8597-caa9ea8983ec e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: 7d67343e-ad89-40c1-910f-208e227c7e51 2026-07-02 04:35:31.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3bb91e5-4117-4a60-8597-caa9ea8983ec e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: 7d67343e-ad89-40c1-910f-208e227c7e51 [pid: 8|app: 0|req: 455/1003] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:35:31 2026] DELETE /v2.0/floatingips/3e81270a-2919-4640-b6b6-06808b189e62 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1004] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:31 2026] DELETE /v2.0/security-groups/6dc31386-da38-407b-a36e-ceae4ea008f8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:31.749 8 INFO neutron.api.v2.resource [None req-4d8d14ca-c3a4-402f-99fb-c63b682ba187 d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 457/1005] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:35:31 2026] GET /v2.0/security-groups/6dc31386-da38-407b-a36e-ceae4ea008f8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:35:31.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d9821ac-e613-47a0-9fac-9cd566a1b781 d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] TaaS: Handle Delete Port: 4d4ca66d-7362-4d9c-b284-113e887cb1cf 2026-07-02 04:35:31.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d9821ac-e613-47a0-9fac-9cd566a1b781 d48e6f2882c8417a8c6fafa56b469dbc bb76cfc8975843b396e95345528b35dd - - default default] Tap Mirror: Handle Delete Port: 4d4ca66d-7362-4d9c-b284-113e887cb1cf [pid: 8|app: 0|req: 458/1006] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:35:31 2026] DELETE /v2.0/floatingips/5fb1440b-1b87-4a1f-bf4b-54337ff22457 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1007] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:32 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:32.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-555d8d41-f484-45a4-91cc-502faca8dfe7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 0a496bc1-15bd-4f25-b10f-8ab0bcffbbee 2026-07-02 04:35:32.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-555d8d41-f484-45a4-91cc-502faca8dfe7 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 0a496bc1-15bd-4f25-b10f-8ab0bcffbbee 2026-07-02 04:35:32.383 7 INFO neutron.db.l3_db [None req-6956d634-9882-4c82-8e48-81a16f483567 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Floating IP 94418e1f-3bca-4f12-803b-18a95e20e3a8 associated. External IP: 10.96.250.214, port: 8321988c-1f9e-4a4b-981d-13c9af71d901. [pid: 7|app: 0|req: 549/1008] 10.0.0.81 () {34 vars in 675 bytes} [Thu Jul 2 04:35:31 2026] POST /v2.0/floatingips => generated 843 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1009] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:35:32 2026] GET /v2.0/floatingips/94418e1f-3bca-4f12-803b-18a95e20e3a8 => generated 843 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1010] 10.0.0.81 () {32 vars in 653 bytes} [Thu Jul 2 04:35:32 2026] GET /v2.0/floatingips => generated 846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1011] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:32 2026] PUT /v2.0/routers/3ddee07f-c074-4553-9396-0e70bd2afe16/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:33.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-14a73df2-b9ed-4355-95ce-ff4e13f320b0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 44caddfc-7fdb-4c06-905e-945c34ea3718 2026-07-02 04:35:33.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14a73df2-b9ed-4355-95ce-ff4e13f320b0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 44caddfc-7fdb-4c06-905e-945c34ea3718 2026-07-02 04:35:33.318 7 INFO neutron.db.l3_db [None req-b26baf2f-463f-4305-ae21-8d4e6c5afdcb e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Floating IP 94418e1f-3bca-4f12-803b-18a95e20e3a8 associated. External IP: 10.96.250.214, port: 8321988c-1f9e-4a4b-981d-13c9af71d901. 2026-07-02 04:35:33.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-14a73df2-b9ed-4355-95ce-ff4e13f320b0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 393ed532-20f9-4fe3-84aa-d191298a8e3c 2026-07-02 04:35:33.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14a73df2-b9ed-4355-95ce-ff4e13f320b0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 393ed532-20f9-4fe3-84aa-d191298a8e3c 2026-07-02 04:35:33.862 8 INFO neutron.services.segments.plugin [-] Segment 6e4e5022-5c82-4fb4-b042-dec8c6170094 resource provider aggregate not found 2026-07-02 04:35:33.874 8 INFO neutron.services.segments.plugin [-] Segment 6e4e5022-5c82-4fb4-b042-dec8c6170094 resource provider aggregate not found 2026-07-02 04:35:33.880 8 INFO neutron.services.segments.plugin [-] Segment 6e4e5022-5c82-4fb4-b042-dec8c6170094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e4e5022-5c82-4fb4-b042-dec8c6170094 found for delete ", "request_id": "req-d8666a00-62d9-4634-854e-cba22e055e8f"}]} 2026-07-02 04:35:33.897 8 INFO neutron.services.segments.plugin [-] Segment 6e4e5022-5c82-4fb4-b042-dec8c6170094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e4e5022-5c82-4fb4-b042-dec8c6170094 found for delete ", "request_id": "req-636194b9-4e12-4af7-b03c-2b3bee845b58"}]} 2026-07-02 04:35:33.901 8 INFO neutron.db.l3_hamode_db [None req-14a73df2-b9ed-4355-95ce-ff4e13f320b0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network f5588723-5e2a-44a1-b56b-e408de9da300 was deleted as no HA routers are present in tenant bb76cfc8975843b396e95345528b35dd. [pid: 8|app: 0|req: 463/1014] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:32 2026] DELETE /v2.0/routers/3ddee07f-c074-4553-9396-0e70bd2afe16 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1015] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:33 2026] GET /v2.0/ports?device_id=7a0629f9-1f7d-4b5a-af3e-8a26df9fc059 => 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: 465/1016] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:33 2026] DELETE /v2.0/subnets/ead7bb91-b791-4350-aa36-fab4ea27ce31 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1017] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:35:32 2026] PUT /v2.0/floatingips/94418e1f-3bca-4f12-803b-18a95e20e3a8 => generated 841 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:34.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-4eed5d7b-76c4-4f1c-9abc-432bc3999966 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 8a3a2fdd-0844-4615-b002-1b639390f9d3 2026-07-02 04:35:34.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eed5d7b-76c4-4f1c-9abc-432bc3999966 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 8a3a2fdd-0844-4615-b002-1b639390f9d3 2026-07-02 04:35:34.319 7 INFO neutron.db.l3_db [None req-73646d12-1619-4f13-9b3d-c4688826c3a0 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Floating IP 94418e1f-3bca-4f12-803b-18a95e20e3a8 disassociated. External IP: 10.96.250.214, port: 794c06be-0ce8-493f-a3e5-cece40b09360. [pid: 8|app: 0|req: 466/1018] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:34 2026] DELETE /v2.0/networks/2705bc00-7746-47f7-a8b9-acacf497ac40 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1019] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:34 2026] GET /v2.0/security-groups?tenant_id=bb76cfc8975843b396e95345528b35dd&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1020] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:35:34 2026] PUT /v2.0/floatingips/94418e1f-3bca-4f12-803b-18a95e20e3a8 => generated 552 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1021] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:34 2026] DELETE /v2.0/security-groups/df186e8e-aa13-44bc-83f0-17d86fc9caa3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:34.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-03c0a7a3-666c-4056-a8a6-8c0b9998602b e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: cd30e92f-fcb3-4b05-a40a-d96b3faa625b 2026-07-02 04:35:34.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03c0a7a3-666c-4056-a8a6-8c0b9998602b e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: cd30e92f-fcb3-4b05-a40a-d96b3faa625b [pid: 7|app: 0|req: 554/1022] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:35:34 2026] DELETE /v2.0/floatingips/94418e1f-3bca-4f12-803b-18a95e20e3a8 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:35.032 8 INFO neutron.api.v2.resource [None req-599bc77d-2e55-45b0-b915-c629ee152175 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 469/1023] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:35:35 2026] DELETE /v2.0/floatingips/94418e1f-3bca-4f12-803b-18a95e20e3a8 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1024] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:35 2026] DELETE /v2.0/security-groups/80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:35.146 7 INFO neutron.api.v2.resource [None req-54b668e8-2703-4a62-940c-ab4c0c622643 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 556/1025] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:35:35 2026] GET /v2.0/security-groups/80daa2aa-5a3c-4601-a9ea-458c3a8bcbcd => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:35:35.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bec3c5c-2644-4c9c-9e15-06b3df224bce e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: 794c06be-0ce8-493f-a3e5-cece40b09360 2026-07-02 04:35:35.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bec3c5c-2644-4c9c-9e15-06b3df224bce e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: 794c06be-0ce8-493f-a3e5-cece40b09360 2026-07-02 04:35:35.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0c52751-a7d1-4646-8904-24221f4346b9 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] TaaS: Handle Delete Port: 74b3e451-6a9a-4fac-a83f-ecae74c5216a 2026-07-02 04:35:35.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0c52751-a7d1-4646-8904-24221f4346b9 2ab2c1d3137545c2848195b9c36b5c65 0feb9bea2b634c22b0a3f71c26f2c8bd - - default default] Tap Mirror: Handle Delete Port: 74b3e451-6a9a-4fac-a83f-ecae74c5216a [pid: 8|app: 0|req: 470/1026] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:35:35 2026] DELETE /v2.0/ports/794c06be-0ce8-493f-a3e5-cece40b09360 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:35.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-02c53369-0188-424d-9cc4-dd1815be7ef9 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: 8321988c-1f9e-4a4b-981d-13c9af71d901 2026-07-02 04:35:35.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02c53369-0188-424d-9cc4-dd1815be7ef9 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: 8321988c-1f9e-4a4b-981d-13c9af71d901 [pid: 7|app: 0|req: 557/1027] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:35:35 2026] DELETE /v2.0/floatingips/32ec135f-1b0f-4067-aba0-e8bfa43d2145 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1028] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:35:35 2026] DELETE /v2.0/ports/8321988c-1f9e-4a4b-981d-13c9af71d901 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1029] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:35 2026] GET /v2.0/ports?device_id=e8bcdff3-03a6-4187-b2b0-5c9bbb8b98b0 => generated 958 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:35.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-188bd202-f1a5-46a8-bef7-bb377546bc32 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 3e276be9-44ba-4b3c-98da-13e32c43ffe5 2026-07-02 04:35:35.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-188bd202-f1a5-46a8-bef7-bb377546bc32 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 3e276be9-44ba-4b3c-98da-13e32c43ffe5 2026-07-02 04:35:35.913 8 INFO neutron.services.segments.plugin [-] Segment a3e7bd3b-08e7-4009-a7fa-b04738e12e6d resource provider aggregate not found 2026-07-02 04:35:35.926 8 INFO neutron.services.segments.plugin [-] Segment a3e7bd3b-08e7-4009-a7fa-b04738e12e6d resource provider aggregate not found 2026-07-02 04:35:35.935 8 INFO neutron.services.segments.plugin [-] Segment a3e7bd3b-08e7-4009-a7fa-b04738e12e6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3e7bd3b-08e7-4009-a7fa-b04738e12e6d found for delete ", "request_id": "req-3fb308c7-13b0-4edb-ab58-2eafe98485ce"}]} 2026-07-02 04:35:35.958 8 INFO neutron.services.segments.plugin [-] Segment a3e7bd3b-08e7-4009-a7fa-b04738e12e6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3e7bd3b-08e7-4009-a7fa-b04738e12e6d found for delete ", "request_id": "req-6cd1c667-53ba-42be-8ff8-ac0a4f8de071"}]} 2026-07-02 04:35:36.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-3868550c-73c9-4170-873e-bb3bc5853b3b e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: e860c15a-8317-482a-bce1-741e4170b5a5 2026-07-02 04:35:36.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3868550c-73c9-4170-873e-bb3bc5853b3b e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: e860c15a-8317-482a-bce1-741e4170b5a5 [pid: 7|app: 0|req: 558/1030] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:35 2026] PUT /v2.0/routers/15f94d41-1d3b-4076-b956-436017c6bfb4/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:36.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e816dc0-a1bb-411b-bc63-1e125691c194 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 9f2477dc-09d6-4a40-8ba5-bfc9527b1eec 2026-07-02 04:35:36.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e816dc0-a1bb-411b-bc63-1e125691c194 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 9f2477dc-09d6-4a40-8ba5-bfc9527b1eec [pid: 8|app: 0|req: 473/1031] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:35 2026] PUT /v2.0/routers/e8bcdff3-03a6-4187-b2b0-5c9bbb8b98b0/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:36.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e816dc0-a1bb-411b-bc63-1e125691c194 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 5ebbca51-7764-40fd-b395-b8d73acf2dd6 2026-07-02 04:35:36.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e816dc0-a1bb-411b-bc63-1e125691c194 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 5ebbca51-7764-40fd-b395-b8d73acf2dd6 2026-07-02 04:35:36.989 8 INFO neutron.db.segments_db [None req-e467d37b-392d-418c-b05b-9504c45ebfc1 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 of type vxlan for network 1425854c-4aed-4326-a4d3-f5d633c99bb5 [pid: 8|app: 0|req: 474/1032] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:35:36 2026] POST /v2.0/networks => generated 744 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:37.166 7 INFO neutron.services.segments.plugin [-] Segment e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 resource provider aggregate not found 2026-07-02 04:35:37.175 7 INFO neutron.services.segments.plugin [-] Segment e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 resource provider aggregate not found 2026-07-02 04:35:37.191 7 INFO neutron.services.segments.plugin [-] Segment e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 found for delete ", "request_id": "req-760c27b2-a383-43cd-ac53-6af068d7f4ca"}]} 2026-07-02 04:35:37.194 7 INFO neutron.services.segments.plugin [-] Segment e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e54bd3c8-6b47-4982-b44d-b3d8b9bb5f77 found for delete ", "request_id": "req-4161eb2e-4865-4c36-955c-d1eb270d7f65"}]} 2026-07-02 04:35:37.200 7 INFO neutron.db.l3_hamode_db [None req-7e816dc0-a1bb-411b-bc63-1e125691c194 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network 718adec3-0126-4a21-9676-8f70d744de2e was deleted as no HA routers are present in tenant 0feb9bea2b634c22b0a3f71c26f2c8bd. [pid: 7|app: 0|req: 559/1033] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:36 2026] DELETE /v2.0/routers/15f94d41-1d3b-4076-b956-436017c6bfb4 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:37.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-7817a36e-83e8-418d-b745-897c85aa7336 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: 1c503e41-0e0f-44cd-978e-87f779d146c4 2026-07-02 04:35:37.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7817a36e-83e8-418d-b745-897c85aa7336 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: 1c503e41-0e0f-44cd-978e-87f779d146c4 [pid: 7|app: 0|req: 560/1034] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:37 2026] POST /v2.0/subnets => generated 691 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:37.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-7817a36e-83e8-418d-b745-897c85aa7336 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] TaaS: Handle Delete Port: 61290be9-c15a-4502-bc4e-b040d2a45e88 2026-07-02 04:35:37.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7817a36e-83e8-418d-b745-897c85aa7336 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] Tap Mirror: Handle Delete Port: 61290be9-c15a-4502-bc4e-b040d2a45e88 [pid: 7|app: 0|req: 561/1035] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:37 2026] DELETE /v2.0/subnets/2b613185-1da8-4167-94ff-151441d82532 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:37.620 7 INFO neutron.db.segments_db [None req-3bdfe623-e167-4bb7-8fa3-3df51a5f88d6 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 of type vxlan for network 3f094ad2-7d97-4c7d-9d9f-4056b978c1ff 2026-07-02 04:35:37.864 8 INFO neutron.db.l3_hamode_db [None req-7817a36e-83e8-418d-b745-897c85aa7336 e516beddeacd46448d09be689b7c5100 087448f697ee41f39ca532a21e223437 - - default default] HA network 62efbb9e-bc1f-449d-a82a-59d8219534a5 was deleted as no HA routers are present in tenant 087448f697ee41f39ca532a21e223437. [pid: 8|app: 0|req: 475/1036] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:37 2026] DELETE /v2.0/routers/e8bcdff3-03a6-4187-b2b0-5c9bbb8b98b0 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:37.872 7 INFO neutron.db.l3_hamode_db [None req-3bdfe623-e167-4bb7-8fa3-3df51a5f88d6 01feb17c52944891bf238d4660a58637 1cd3a776775d42f09f22fe0a158945ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:37.957 8 INFO neutron.services.segments.plugin [-] Segment f0734e93-140c-4aaa-932f-ecd91578a7f3 resource provider aggregate not found 2026-07-02 04:35:37.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb9da6ba-be02-4435-9ac6-71c47eeb629e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: d6aded28-87d7-405b-acf5-c8fcdd499185 2026-07-02 04:35:37.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb9da6ba-be02-4435-9ac6-71c47eeb629e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: d6aded28-87d7-405b-acf5-c8fcdd499185 2026-07-02 04:35:37.979 8 INFO neutron.services.segments.plugin [-] Segment f0734e93-140c-4aaa-932f-ecd91578a7f3 resource provider aggregate not found 2026-07-02 04:35:37.983 8 INFO neutron.services.segments.plugin [-] Segment f0734e93-140c-4aaa-932f-ecd91578a7f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0734e93-140c-4aaa-932f-ecd91578a7f3 found for delete ", "request_id": "req-f2ad9440-66a6-43e8-a24d-226df8ef6e07"}]} 2026-07-02 04:35:37.994 8 INFO neutron.services.segments.plugin [-] Segment f0734e93-140c-4aaa-932f-ecd91578a7f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0734e93-140c-4aaa-932f-ecd91578a7f3 found for delete ", "request_id": "req-3787e6f3-139b-4ef6-99ef-247559cf8a95"}]} [pid: 8|app: 0|req: 476/1037] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:37 2026] DELETE /v2.0/networks/61039243-e5e7-4038-a4ce-e05e522bbe87 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1038] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:38 2026] DELETE /v2.0/subnets/4b293267-4c32-4aef-95cd-04cbd6cae962 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1039] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:38 2026] DELETE /v2.0/networks/d373f6fd-2dd9-4101-be6a-d8011c3dd061 => 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: 479/1040] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:38 2026] GET /v2.0/security-groups?tenant_id=0feb9bea2b634c22b0a3f71c26f2c8bd&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:38.601 7 INFO neutron.db.l3_hamode_db [None req-3bdfe623-e167-4bb7-8fa3-3df51a5f88d6 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 480/1041] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:38 2026] GET /v2.0/security-groups?tenant_id=fd96868fb3f8417090fec90c3259621e&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1042] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:38 2026] DELETE /v2.0/security-groups/6c29d218-f617-405a-881e-00315b912333 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1043] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:38 2026] DELETE /v2.0/security-groups/5b6d3ea5-7b54-4e9a-a683-fae77c8ff595 => 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: 483/1044] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:38 2026] GET /v2.0/security-groups?tenant_id=087448f697ee41f39ca532a21e223437&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1045] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:39 2026] DELETE /v2.0/security-groups/c5617292-5835-4a81-a0f2-2f1d8c7e1638 => 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: 562/1046] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:37 2026] POST /v2.0/routers => generated 731 bytes in 1842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:40.017 8 INFO neutron.services.segments.plugin [-] Segment 7829a903-ea51-4299-a2bb-adc4683d54b3 resource provider aggregate not found 2026-07-02 04:35:40.032 8 INFO neutron.services.segments.plugin [-] Segment 7829a903-ea51-4299-a2bb-adc4683d54b3 resource provider aggregate not found 2026-07-02 04:35:40.045 8 INFO neutron.services.segments.plugin [-] Segment 7829a903-ea51-4299-a2bb-adc4683d54b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7829a903-ea51-4299-a2bb-adc4683d54b3 found for delete ", "request_id": "req-d0c1c617-1c15-4965-8cc8-46e329bd7232"}]} 2026-07-02 04:35:40.064 8 INFO neutron.services.segments.plugin [-] Segment 7829a903-ea51-4299-a2bb-adc4683d54b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7829a903-ea51-4299-a2bb-adc4683d54b3 found for delete ", "request_id": "req-6f58232a-01e3-4df2-80f0-ad54aced4279"}]} 2026-07-02 04:35:40.068 8 INFO neutron.services.segments.plugin [-] Segment 6594affb-16e1-4d8c-b449-e74be25bcc59 resource provider aggregate not found 2026-07-02 04:35:40.096 8 INFO neutron.services.segments.plugin [-] Segment 6594affb-16e1-4d8c-b449-e74be25bcc59 resource provider aggregate not found 2026-07-02 04:35:40.100 8 INFO neutron.services.segments.plugin [-] Segment 6594affb-16e1-4d8c-b449-e74be25bcc59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6594affb-16e1-4d8c-b449-e74be25bcc59 found for delete ", "request_id": "req-5f7b4c1b-772f-47ae-baf9-1c37abd7f7f8"}]} 2026-07-02 04:35:40.121 8 INFO neutron.services.segments.plugin [-] Segment 6594affb-16e1-4d8c-b449-e74be25bcc59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6594affb-16e1-4d8c-b449-e74be25bcc59 found for delete ", "request_id": "req-057c3aa1-1df7-42ee-8f5c-b57b52227596"}]} [pid: 8|app: 0|req: 485/1047] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:39 2026] PUT /v2.0/routers/227aa136-a9d1-4b28-980a-98f795020cd9/add_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:41.022 7 INFO neutron.db.segments_db [None req-0f58575b-ec0b-4d0c-9696-618b9c288f9f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a of type vxlan for network 04c4704c-61bb-4c36-8611-1183b4890993 [pid: 7|app: 0|req: 563/1048] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:35:40 2026] POST /v2.0/networks => generated 746 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:41.238 8 INFO neutron.db.segments_db [None req-815970f5-9de6-4e15-af07-ee7ac2a67e6d 2db67bb8786143bd83c3a086ccf52a44 9d7e6609392844af8ab673c6e7fcc850 - - default default] Added segment b1586040-694f-4f31-b9c7-ab67278305d5 of type vxlan for network 6707d015-8f62-4d00-bfba-d0a43a717a74 [pid: 7|app: 0|req: 564/1049] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/subnets => generated 693 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1050] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/networks => generated 648 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:41.431 7 INFO neutron.db.segments_db [None req-ec100ef3-f0c2-4959-9ab8-13140a88dfcd 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 of type vxlan for network 72c34680-eb2b-46a2-a708-ad378518aaa5 [pid: 8|app: 0|req: 487/1051] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1052] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:41.743 7 INFO neutron.db.l3_hamode_db [None req-ec100ef3-f0c2-4959-9ab8-13140a88dfcd 01feb17c52944891bf238d4660a58637 e4a6d4ea149b47e7a394a91a588e38af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 489/1053] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1054] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1055] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:42 2026] POST /v2.0/subnets => generated 673 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:42.520 7 INFO neutron.db.l3_hamode_db [None req-ec100ef3-f0c2-4959-9ab8-13140a88dfcd 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:42.560 8 INFO neutron.db.segments_db [None req-725e99ac-201f-491c-9f7a-2883bf1bf8cd 2db67bb8786143bd83c3a086ccf52a44 9d7e6609392844af8ab673c6e7fcc850 - - default default] Added segment a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 of type vxlan for network eb5aca00-1db2-4175-ad21-83033d9fadae [pid: 8|app: 0|req: 492/1056] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:42 2026] POST /v2.0/networks => generated 647 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1057] 10.0.0.81 () {34 vars in 741 bytes} [Thu Jul 2 04:35:42 2026] PUT /v2.0/networks/eb5aca00-1db2-4175-ad21-83033d9fadae => generated 592 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1058] 10.0.0.119 () {34 vars in 1099 bytes} [Thu Jul 2 04:35:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2075222232&fields=id&tenant_id=1cd3a776775d42f09f22fe0a158945ba => 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: 495/1059] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:42 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1060] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/networks?id=1425854c-4aed-4326-a4d3-f5d633c99bb5 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1061] 10.0.0.81 () {34 vars in 739 bytes} [Thu Jul 2 04:35:43 2026] PUT /v2.0/subnets/04faa3d8-7e58-476b-a7ff-5de96734f4f8 => generated 656 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1062] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/quotas/1cd3a776775d42f09f22fe0a158945ba => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:43.400 8 INFO neutron.services.segments.plugin [-] Segment a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 resource provider aggregate not found 2026-07-02 04:35:43.401 8 INFO neutron.services.segments.plugin [-] Segment a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 resource provider aggregate not found 2026-07-02 04:35:43.428 8 INFO neutron.services.segments.plugin [-] Segment a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 found for delete ", "request_id": "req-3cf617e7-72c7-47f4-b17d-6169f992395a"}]} [pid: 8|app: 0|req: 499/1063] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:43 2026] DELETE /v2.0/networks/eb5aca00-1db2-4175-ad21-83033d9fadae => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:43.433 8 INFO neutron.services.segments.plugin [-] Segment a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f35b7d-3fe0-441a-be89-99d9bff6ebb8 found for delete ", "request_id": "req-0ef86b26-089c-4d75-9f3e-7d79836dd5d9"}]} [pid: 7|app: 0|req: 565/1064] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:41 2026] POST /v2.0/routers => generated 733 bytes in 2179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:43.516 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a425cea7-efb4-4f38-a900-0776904b0d52 2db67bb8786143bd83c3a086ccf52a44 9d7e6609392844af8ab673c6e7fcc850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1065] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:43 2026] DELETE /v2.0/networks/eb5aca00-1db2-4175-ad21-83033d9fadae => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1066] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/ports?tenant_id=1cd3a776775d42f09f22fe0a158945ba&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1067] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1068] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1069] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/subnets?network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1070] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1071] 10.0.0.81 () {32 vars in 651 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1072] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/networks => generated 1313 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1073] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/subnets => generated 1312 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1074] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/networks/6707d015-8f62-4d00-bfba-d0a43a717a74 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1075] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:43 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => 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: 510/1076] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:35:44 2026] GET /v2.0/subnets/c1b1f1f0-2034-4815-ac11-0fb0b80749ea => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:44.072 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2fe0e4cc-d92c-48bf-a673-ef195e3662fb 2db67bb8786143bd83c3a086ccf52a44 9d7e6609392844af8ab673c6e7fcc850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/1077] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:44 2026] DELETE /v2.0/subnets/04faa3d8-7e58-476b-a7ff-5de96734f4f8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:35:44.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60c0d789-65bf-42b7-8ba7-95e639431e11 2db67bb8786143bd83c3a086ccf52a44 9d7e6609392844af8ab673c6e7fcc850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/1078] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:44 2026] DELETE /v2.0/networks/eb5aca00-1db2-4175-ad21-83033d9fadae => 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: 513/1079] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:44 2026] DELETE /v2.0/subnets/c1b1f1f0-2034-4815-ac11-0fb0b80749ea => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1080] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:44 2026] DELETE /v2.0/networks/6707d015-8f62-4d00-bfba-d0a43a717a74 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1081] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:43 2026] PUT /v2.0/routers/0ea5a7d3-374a-464f-8ea6-e7f04924e39e/add_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1082] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:45 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1083] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:44 2026] GET /v2.0/security-groups?tenant_id=9d7e6609392844af8ab673c6e7fcc850&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1084] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:45 2026] DELETE /v2.0/security-groups/38397fad-755e-43d7-8afc-71c88ac7bcab => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:35:45.452 8 INFO neutron.services.segments.plugin [-] Segment b1586040-694f-4f31-b9c7-ab67278305d5 resource provider aggregate not found 2026-07-02 04:35:45.460 8 INFO neutron.services.segments.plugin [-] Segment b1586040-694f-4f31-b9c7-ab67278305d5 resource provider aggregate not found 2026-07-02 04:35:45.482 8 INFO neutron.services.segments.plugin [-] Segment b1586040-694f-4f31-b9c7-ab67278305d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1586040-694f-4f31-b9c7-ab67278305d5 found for delete ", "request_id": "req-657c9b7b-722e-4e91-9beb-53bd8c13ed6f"}]} 2026-07-02 04:35:45.488 8 INFO neutron.services.segments.plugin [-] Segment b1586040-694f-4f31-b9c7-ab67278305d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1586040-694f-4f31-b9c7-ab67278305d5 found for delete ", "request_id": "req-bddae900-2fbc-44ff-b673-ef135230919b"}]} [pid: 8|app: 0|req: 516/1085] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:35:45 2026] GET /v2.0/networks?id=04c4704c-61bb-4c36-8611-1183b4890993 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1086] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/quotas/e4a6d4ea149b47e7a394a91a588e38af => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1087] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/ports?tenant_id=e4a6d4ea149b47e7a394a91a588e38af&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1088] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1089] 10.0.0.119 () {34 vars in 906 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1090] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/networks/04c4704c-61bb-4c36-8611-1183b4890993?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1091] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/networks/04c4704c-61bb-4c36-8611-1183b4890993?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: 573/1092] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:46 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 574/1093] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:47 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:47.385 8 INFO neutron.db.segments_db [None req-597dd371-5aac-412b-8bf0-9b09da10addf b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment 40e174fc-2a5f-4caa-b50f-25e45328f4a1 of type vxlan for network 14c8fac4-2dc9-467a-bfdc-350054ebec8d [pid: 8|app: 0|req: 520/1094] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:47 2026] POST /v2.0/networks => generated 634 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:47.551 7 INFO neutron.db.segments_db [None req-2777f92e-d13e-41df-a0e2-955714d59856 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 of type vxlan for network e2742c85-1a9f-4af8-9878-721a4b70e314 [pid: 7|app: 0|req: 575/1095] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:47 2026] POST /v2.0/networks => generated 632 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1098] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:47 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1099] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:48 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 578/1100] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:47 2026] POST /v2.0/subnets => generated 655 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1101] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:48 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:48.376 8 INFO neutron.db.segments_db [None req-6f8fb460-92c0-4754-b776-6598ca6db4e2 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment 313b3c9e-9bd5-429e-82da-e3a29cf5079b of type vxlan for network bbd3a5e4-dadb-4a0e-a48b-c717daabfc7e 2026-07-02 04:35:48.612 8 INFO neutron.db.l3_hamode_db [None req-6f8fb460-92c0-4754-b776-6598ca6db4e2 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:48.768 8 INFO neutron.db.l3_hamode_db [None req-6f8fb460-92c0-4754-b776-6598ca6db4e2 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 580/1102] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:49 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 523/1103] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:48 2026] POST /v2.0/routers => generated 511 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1104] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:35:49 2026] GET /v2.0/security-groups?tenant_id=49ab42ebd2ee47158535c76aa2a85d5d&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1105] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:49 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => 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: 583/1106] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:35:49 2026] DELETE /v2.0/security-groups/114988a8-d291-407d-aee1-9e208ee112d8 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1107] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:50 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 585/1108] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:50 2026] GET /v2.0/networks?id=1425854c-4aed-4326-a4d3-f5d633c99bb5 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1109] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:35:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1cd3a776775d42f09f22fe0a158945ba => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1110] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:35:50 2026] POST /v2.0/ports => generated 958 bytes in 377 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: 588/1111] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:50 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1112] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:49 2026] PUT /v2.0/routers/73b4d557-0fb7-4e6a-bcba-c32cb82087d4/add_router_interface => generated 309 bytes in 1674 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.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:50 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 526/1114] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:35:51 2026] GET /v2.0/ports/ab63060e-ed36-4488-bb3f-ff74cf59b674 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1115] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:35:50 2026] PUT /v2.0/ports/ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb => generated 1239 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:51.267 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74e97a2b-d2e2-4927-b2cd-3b57354fb59d'] response: {'name': 'network-changed', 'server_uuid': '13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff', 'tag': 'ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb', '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: 590/1116] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:51 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 591/1117] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:51 2026] GET /v2.0/ports?tenant_id=1cd3a776775d42f09f22fe0a158945ba&device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1118] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:35:51 2026] GET /v2.0/networks?tenant_id=1cd3a776775d42f09f22fe0a158945ba&shared=False => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1119] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:35:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1120] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:52 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1121] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:51 2026] PUT /v2.0/routers/73b4d557-0fb7-4e6a-bcba-c32cb82087d4/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1122] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:52 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1123] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:35:52 2026] GET /v2.0/ports/6ffa33c1-bac7-458a-b2cb-11d5bff023c3 => generated 967 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1124] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:35:52 2026] GET /v2.0/networks?id=04c4704c-61bb-4c36-8611-1183b4890993 => generated 678 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1125] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:52 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:52.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-eedbf397-6def-4255-9565-26a39b2f61da b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: 6ffa33c1-bac7-458a-b2cb-11d5bff023c3 2026-07-02 04:35:52.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eedbf397-6def-4255-9565-26a39b2f61da b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: 6ffa33c1-bac7-458a-b2cb-11d5bff023c3 [pid: 8|app: 0|req: 531/1126] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:35:52 2026] POST /v2.0/ports => generated 958 bytes in 339 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: 596/1127] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:52 2026] PUT /v2.0/routers/73b4d557-0fb7-4e6a-bcba-c32cb82087d4/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1128] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/ports?tenant_id=1cd3a776775d42f09f22fe0a158945ba&device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1129] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:35:52 2026] PUT /v2.0/ports/f94a9b96-505d-4b8e-8eb9-d197de3f4ccb => generated 1239 bytes in 534 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: 533/1130] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:53.383 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0a48b36-1256-47a2-aadf-d673d516b591'] response: {'name': 'network-changed', 'server_uuid': '0b33e9de-fe65-4ca7-9fce-7d76191cc346', 'tag': 'f94a9b96-505d-4b8e-8eb9-d197de3f4ccb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 534/1131] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1132] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/subnets?id=67aa79fa-c8c9-4b6d-9e82-725f65c0f6a3 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1133] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 537/1134] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/ports?network_id=1425854c-4aed-4326-a4d3-f5d633c99bb5&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: 538/1135] 10.0.0.152 () {32 vars in 800 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/extensions => generated 21537 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1136] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1137] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1138] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&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: 542/1139] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?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: 543/1140] 10.0.0.152 () {30 vars in 723 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/quotas/a641fff086cc42fb82347d9dca657865/details => generated 847 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1141] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:53 2026] GET /v2.0/ports?tenant_id=e4a6d4ea149b47e7a394a91a588e38af&device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 545/1142] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/networks?tenant_id=e4a6d4ea149b47e7a394a91a588e38af&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1143] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:54.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad7ec0e6-e406-4022-b993-7eccf5d43199 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: ab63060e-ed36-4488-bb3f-ff74cf59b674 2026-07-02 04:35:54.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad7ec0e6-e406-4022-b993-7eccf5d43199 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: ab63060e-ed36-4488-bb3f-ff74cf59b674 [pid: 7|app: 0|req: 598/1144] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:53 2026] PUT /v2.0/routers/73b4d557-0fb7-4e6a-bcba-c32cb82087d4/remove_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1145] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/ports?device_id=73b4d557-0fb7-4e6a-bcba-c32cb82087d4 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1146] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1147] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:54.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7a2e8e4-5d5a-466a-8a71-ba1cf2021c5a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: 942c5b02-1e69-491d-bc9f-7cf0a9a6a8ea 2026-07-02 04:35:54.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7a2e8e4-5d5a-466a-8a71-ba1cf2021c5a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: 942c5b02-1e69-491d-bc9f-7cf0a9a6a8ea [pid: 8|app: 0|req: 549/1148] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1149] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:54 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:55.136 7 INFO neutron.services.segments.plugin [-] Segment 313b3c9e-9bd5-429e-82da-e3a29cf5079b resource provider aggregate not found 2026-07-02 04:35:55.140 7 INFO neutron.services.segments.plugin [-] Segment 313b3c9e-9bd5-429e-82da-e3a29cf5079b resource provider aggregate not found 2026-07-02 04:35:55.155 7 INFO neutron.services.segments.plugin [-] Segment 313b3c9e-9bd5-429e-82da-e3a29cf5079b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313b3c9e-9bd5-429e-82da-e3a29cf5079b found for delete ", "request_id": "req-dcb4b120-4b25-4a07-99c1-25ef598fd1a1"}]} 2026-07-02 04:35:55.156 7 INFO neutron.db.l3_hamode_db [None req-f7a2e8e4-5d5a-466a-8a71-ba1cf2021c5a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] HA network bbd3a5e4-dadb-4a0e-a48b-c717daabfc7e was deleted as no HA routers are present in tenant d1fa00c4d44a47b59c0c12a019e03a8d. 2026-07-02 04:35:55.161 7 INFO neutron.services.segments.plugin [-] Segment 313b3c9e-9bd5-429e-82da-e3a29cf5079b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313b3c9e-9bd5-429e-82da-e3a29cf5079b found for delete ", "request_id": "req-9ac27658-5bd8-4ee9-a48a-7816946ace33"}]} [pid: 7|app: 0|req: 600/1150] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:54 2026] DELETE /v2.0/routers/73b4d557-0fb7-4e6a-bcba-c32cb82087d4 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1151] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/ports?tenant_id=e4a6d4ea149b47e7a394a91a588e38af&device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1152] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f94a9b96-505d-4b8e-8eb9-d197de3f4ccb => 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: 553/1153] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/subnets?id=200f2016-131e-492b-baa7-945cb6ad2463 => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1154] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/ports?network_id=04c4704c-61bb-4c36-8611-1183b4890993&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1155] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:55 2026] DELETE /v2.0/subnets/45139116-c0f2-49c9-a0a0-744ede255fa5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1156] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/networks/04c4704c-61bb-4c36-8611-1183b4890993?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1157] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/networks/04c4704c-61bb-4c36-8611-1183b4890993?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: 555/1158] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:55 2026] DELETE /v2.0/subnets/78ca64f4-b195-4d96-817a-3a08b0ce4b46 => 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: 604/1159] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:55 2026] DELETE /v2.0/networks/e2742c85-1a9f-4af8-9878-721a4b70e314 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:55.670 8 INFO neutron.services.segments.plugin [-] Segment 40e174fc-2a5f-4caa-b50f-25e45328f4a1 resource provider aggregate not found 2026-07-02 04:35:55.688 8 INFO neutron.services.segments.plugin [-] Segment 40e174fc-2a5f-4caa-b50f-25e45328f4a1 resource provider aggregate not found 2026-07-02 04:35:55.693 8 INFO neutron.services.segments.plugin [-] Segment 40e174fc-2a5f-4caa-b50f-25e45328f4a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e174fc-2a5f-4caa-b50f-25e45328f4a1 found for delete ", "request_id": "req-d39a3ded-bc93-4d93-ae6d-d3543ecb3f9b"}]} 2026-07-02 04:35:55.715 8 INFO neutron.services.segments.plugin [-] Segment 40e174fc-2a5f-4caa-b50f-25e45328f4a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e174fc-2a5f-4caa-b50f-25e45328f4a1 found for delete ", "request_id": "req-a78dd555-f02a-4a9d-a9fb-08ead7bad5b2"}]} [pid: 8|app: 0|req: 556/1160] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:35:55 2026] DELETE /v2.0/networks/14c8fac4-2dc9-467a-bfdc-350054ebec8d => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:35:55.782 8 INFO neutron.db.segments_db [None req-3fe102d9-57cc-4861-a8a1-120577a91c79 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment c44b28f0-de84-4626-b420-95a10da9b682 of type vxlan for network f39938fc-c539-495c-845f-5d5bf2344e10 [pid: 7|app: 0|req: 605/1161] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1162] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:55 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1163] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:35:55 2026] POST /v2.0/networks => generated 634 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1164] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:56 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 559/1165] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:56 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1166] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:55 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:56.183 8 INFO neutron.db.segments_db [None req-bd82bf78-fb1b-4a8b-8f84-d6aff503f414 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e of type vxlan for network e327029b-1cdd-4eea-af85-1f3b38ec10ce 2026-07-02 04:35:56.526 8 INFO neutron.db.l3_hamode_db [None req-bd82bf78-fb1b-4a8b-8f84-d6aff503f414 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:35:56.643 8 INFO neutron.db.l3_hamode_db [None req-bd82bf78-fb1b-4a8b-8f84-d6aff503f414 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 608/1167] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:56 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1168] 10.0.0.152 () {32 vars in 800 bytes} [Thu Jul 2 04:35:56 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1169] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:56 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 560/1170] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:35:56 2026] POST /v2.0/routers => generated 511 bytes in 1013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:35:57.183 7 INFO neutron.services.segments.plugin [-] Segment e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 resource provider aggregate not found 2026-07-02 04:35:57.189 7 INFO neutron.services.segments.plugin [-] Segment e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 resource provider aggregate not found 2026-07-02 04:35:57.201 7 INFO neutron.services.segments.plugin [-] Segment e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 found for delete ", "request_id": "req-c945ce69-713e-43a6-8afd-9660a4302419"}]} 2026-07-02 04:35:57.208 7 INFO neutron.services.segments.plugin [-] Segment e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e1c172-9507-4f2c-a2ae-fc7bfb99cf04 found for delete ", "request_id": "req-ec2e2140-ad2a-4a76-859f-c6efa9da1ca0"}]} [pid: 7|app: 0|req: 611/1171] 10.0.0.152 () {30 vars in 723 bytes} [Thu Jul 2 04:35:57 2026] GET /v2.0/quotas/a641fff086cc42fb82347d9dca657865/details => generated 847 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1172] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:57 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1173] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:57 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&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: 561/1174] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:35:57 2026] POST /v2.0/ports => generated 960 bytes in 335 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: 562/1175] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:58 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1176] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:58 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1177] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:58 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1178] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:35:57 2026] PUT /v2.0/routers/445c8a7e-4b6a-4cea-888d-2262050f4a19/add_router_interface => generated 309 bytes in 1044 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: 565/1179] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:58 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1180] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:35:58 2026] GET /v2.0/ports/9f262cab-f57d-4cf3-8948-c9e26e2742f3 => generated 1034 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:35:58.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-b59e502b-1af2-4e1f-86f7-ac60ed53d11a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: 9f262cab-f57d-4cf3-8948-c9e26e2742f3 2026-07-02 04:35:58.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b59e502b-1af2-4e1f-86f7-ac60ed53d11a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: 9f262cab-f57d-4cf3-8948-c9e26e2742f3 [pid: 7|app: 0|req: 616/1181] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:59 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1182] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:35:59 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1183] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:58 2026] PUT /v2.0/routers/445c8a7e-4b6a-4cea-888d-2262050f4a19/remove_router_interface => generated 309 bytes in 813 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: 618/1184] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:35:59 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:35:59.485 8 INFO neutron.api.v2.resource [None req-d488d50a-4965-478e-acd3-f5f5dc3c3969 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1185] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:35:59 2026] PUT /v2.0/routers/445c8a7e-4b6a-4cea-888d-2262050f4a19/remove_router_interface => generated 197 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1186] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:35:59 2026] GET /v2.0/ports?device_id=445c8a7e-4b6a-4cea-888d-2262050f4a19 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:35:59.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-3676728a-46a7-4f0f-8b90-9a05e1e03757 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: cb36c70c-b259-4d8d-ae17-53505e33aef5 2026-07-02 04:35:59.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3676728a-46a7-4f0f-8b90-9a05e1e03757 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: cb36c70c-b259-4d8d-ae17-53505e33aef5 2026-07-02 04:35:59.789 7 INFO neutron.db.l3_db [None req-49c6c531-7895-4ea6-a2f3-68c82a249529 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] Floating IP 59f554b5-715a-4a5a-9a0a-330601750f1c associated. External IP: 10.96.250.216, port: ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb. 2026-07-02 04:36:00.025 8 INFO neutron.services.segments.plugin [-] Segment fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e resource provider aggregate not found 2026-07-02 04:36:00.031 8 INFO neutron.services.segments.plugin [-] Segment fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e resource provider aggregate not found 2026-07-02 04:36:00.048 8 INFO neutron.db.l3_hamode_db [None req-3676728a-46a7-4f0f-8b90-9a05e1e03757 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] HA network e327029b-1cdd-4eea-af85-1f3b38ec10ce was deleted as no HA routers are present in tenant d1fa00c4d44a47b59c0c12a019e03a8d. 2026-07-02 04:36:00.049 8 INFO neutron.services.segments.plugin [-] Segment fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e found for delete ", "request_id": "req-1778619d-6675-4e30-885b-8035ea135bc5"}]} 2026-07-02 04:36:00.055 8 INFO neutron.services.segments.plugin [-] Segment fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb9bcd7-b6b8-43e4-8289-32c5ca25bf6e found for delete ", "request_id": "req-71840c41-12bd-4b6b-a069-b333bb6efa49"}]} [pid: 8|app: 0|req: 569/1187] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:35:59 2026] DELETE /v2.0/routers/445c8a7e-4b6a-4cea-888d-2262050f4a19 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1188] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:35:59 2026] PUT /v2.0/floatingips/59f554b5-715a-4a5a-9a0a-330601750f1c => generated 856 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1189] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:00.120 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b29d1891-d752-4e7b-9b3e-7284dc56c0c5'] response: {'name': 'network-changed', 'server_uuid': '13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff', 'tag': 'ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 571/1190] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1191] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:00 2026] DELETE /v2.0/subnets/defdc7c9-b375-4c83-a339-eb254d913f07 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1192] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:00 2026] DELETE /v2.0/networks/f39938fc-c539-495c-845f-5d5bf2344e10 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:00.411 7 INFO neutron.db.segments_db [None req-819b7c04-473d-4e47-8e64-9151a79d70f7 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment 68abc107-0d3d-42c5-a0c6-f59d1f949f27 of type vxlan for network feada9bc-181c-4b3f-8728-37a4791bd317 [pid: 7|app: 0|req: 621/1193] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:00 2026] POST /v2.0/networks => generated 633 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1194] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:00 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1195] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/ports?tenant_id=1cd3a776775d42f09f22fe0a158945ba&device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1196] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/security-groups?tenant_id=a641fff086cc42fb82347d9dca657865&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:00.803 8 INFO neutron.db.segments_db [None req-3bbec108-f69c-4548-8ca9-6c096cf00dd3 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment f78c60c4-03cd-4edd-8b15-79beebe94ce8 of type vxlan for network 46933678-c59b-4a5f-bc11-3a78553617fb [pid: 7|app: 0|req: 623/1197] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/networks?id=1425854c-4aed-4326-a4d3-f5d633c99bb5 => generated 772 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1198] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:00 2026] DELETE /v2.0/security-groups/d8785760-ecfe-4dd9-9075-8b56a5a5f65b => 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: 625/1199] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1200] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/subnets?id=67aa79fa-c8c9-4b6d-9e82-725f65c0f6a3 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:01.019 8 INFO neutron.db.l3_hamode_db [None req-3bbec108-f69c-4548-8ca9-6c096cf00dd3 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 627/1201] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:36:00 2026] GET /v2.0/ports?network_id=1425854c-4aed-4326-a4d3-f5d633c99bb5&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: 628/1202] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:36:01 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?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: 629/1203] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:36:01 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:01.157 8 INFO neutron.db.l3_hamode_db [None req-3bbec108-f69c-4548-8ca9-6c096cf00dd3 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 630/1204] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:01 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1205] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:01 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1206] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:01 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1207] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:01 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1208] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:00 2026] POST /v2.0/routers => generated 511 bytes in 1006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:02.074 8 INFO neutron.services.segments.plugin [-] Segment c44b28f0-de84-4626-b420-95a10da9b682 resource provider aggregate not found 2026-07-02 04:36:02.078 8 INFO neutron.services.segments.plugin [-] Segment c44b28f0-de84-4626-b420-95a10da9b682 resource provider aggregate not found 2026-07-02 04:36:02.091 8 INFO neutron.services.segments.plugin [-] Segment c44b28f0-de84-4626-b420-95a10da9b682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c44b28f0-de84-4626-b420-95a10da9b682 found for delete ", "request_id": "req-14e66f9d-027f-4b7d-bf75-c99ca95e4bd0"}]} 2026-07-02 04:36:02.102 8 INFO neutron.services.segments.plugin [-] Segment c44b28f0-de84-4626-b420-95a10da9b682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c44b28f0-de84-4626-b420-95a10da9b682 found for delete ", "request_id": "req-ffe65c39-4570-4553-9d4d-12fef49b84c4"}]} [pid: 7|app: 0|req: 634/1209] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:36:01 2026] PUT /v2.0/routers/e5ff0b3c-aa9b-4d98-9edc-3ee9ab6effd5/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:02.995 8 INFO neutron.db.segments_db [None req-b1f8b40d-8966-4b2b-939b-c36ad535b3dd 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 70a44ece-3ab7-427c-85e2-082da2567223 of type vxlan for network 605cd15e-baa4-4c4d-b3d9-ad90a6f39e11 [pid: 7|app: 0|req: 635/1210] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:02 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1213] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:36:03 2026] GET /v2.0/ports/fcc6302e-1563-4343-b3be-c4e0db4fedc5 => 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: 576/1214] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:36:02 2026] POST /v2.0/networks => generated 740 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1215] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:03 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1216] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:03 2026] POST /v2.0/subnets => generated 687 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:03.284 7 INFO neutron.db.segments_db [None req-3dc1dabe-9782-4adb-a07b-29725009b9f2 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 of type vxlan for network db95eaac-aba3-4e76-9b17-dc483b10b141 2026-07-02 04:36:03.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a0351ab-3c30-4f3b-a342-658d4d84b7f9 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: fcc6302e-1563-4343-b3be-c4e0db4fedc5 2026-07-02 04:36:03.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a0351ab-3c30-4f3b-a342-658d4d84b7f9 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: fcc6302e-1563-4343-b3be-c4e0db4fedc5 2026-07-02 04:36:03.545 7 INFO neutron.db.l3_hamode_db [None req-3dc1dabe-9782-4adb-a07b-29725009b9f2 01feb17c52944891bf238d4660a58637 2565842acd12475aa244d49fe8f006fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 577/1217] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:36:03 2026] PUT /v2.0/routers/e5ff0b3c-aa9b-4d98-9edc-3ee9ab6effd5/remove_router_interface => generated 309 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1218] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:03 2026] GET /v2.0/ports?device_id=e5ff0b3c-aa9b-4d98-9edc-3ee9ab6effd5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:03.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-889c5fe1-d28c-49db-b649-8e04b891e7d7 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: af2293f0-9c32-4069-9198-5d7249217aca 2026-07-02 04:36:04.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-889c5fe1-d28c-49db-b649-8e04b891e7d7 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: af2293f0-9c32-4069-9198-5d7249217aca 2026-07-02 04:36:04.319 8 INFO neutron.services.segments.plugin [-] Segment f78c60c4-03cd-4edd-8b15-79beebe94ce8 resource provider aggregate not found 2026-07-02 04:36:04.325 8 INFO neutron.services.segments.plugin [-] Segment f78c60c4-03cd-4edd-8b15-79beebe94ce8 resource provider aggregate not found 2026-07-02 04:36:04.343 8 INFO neutron.services.segments.plugin [-] Segment f78c60c4-03cd-4edd-8b15-79beebe94ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f78c60c4-03cd-4edd-8b15-79beebe94ce8 found for delete ", "request_id": "req-8578f2a0-c97b-44ae-84a4-0dc4801966b0"}]} 2026-07-02 04:36:04.345 8 INFO neutron.services.segments.plugin [-] Segment f78c60c4-03cd-4edd-8b15-79beebe94ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f78c60c4-03cd-4edd-8b15-79beebe94ce8 found for delete ", "request_id": "req-6adf9bea-da43-405d-9f6c-84ccf003ec21"}]} 2026-07-02 04:36:04.355 8 INFO neutron.db.l3_hamode_db [None req-889c5fe1-d28c-49db-b649-8e04b891e7d7 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] HA network 46933678-c59b-4a5f-bc11-3a78553617fb was deleted as no HA routers are present in tenant d1fa00c4d44a47b59c0c12a019e03a8d. 2026-07-02 04:36:04.355 7 INFO neutron.db.l3_hamode_db [None req-3dc1dabe-9782-4adb-a07b-29725009b9f2 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1219] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:03 2026] DELETE /v2.0/routers/e5ff0b3c-aa9b-4d98-9edc-3ee9ab6effd5 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1220] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:36:04 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1221] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:04 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1222] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:04 2026] DELETE /v2.0/subnets/a34d0fb2-98f5-472d-8a0c-3d0007ee1140 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:04.685 8 INFO neutron_taas.services.taas.taas_plugin [req-acffb9c4-8ecb-4c3f-9c1b-93fe27aae147 req-0cb5a3b1-604a-40dd-9c51-c5ab2d24f975 32e6c2f897804058a3818e2ead96af3f e4a6d4ea149b47e7a394a91a588e38af - - default default] TaaS: Handle Delete Port: f94a9b96-505d-4b8e-8eb9-d197de3f4ccb 2026-07-02 04:36:04.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acffb9c4-8ecb-4c3f-9c1b-93fe27aae147 req-0cb5a3b1-604a-40dd-9c51-c5ab2d24f975 32e6c2f897804058a3818e2ead96af3f e4a6d4ea149b47e7a394a91a588e38af - - default default] Tap Mirror: Handle Delete Port: f94a9b96-505d-4b8e-8eb9-d197de3f4ccb [pid: 8|app: 0|req: 583/1223] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:36:04 2026] DELETE /v2.0/ports/f94a9b96-505d-4b8e-8eb9-d197de3f4ccb => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1224] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:04 2026] GET /v2.0/security-groups?id=50fd106f-f2dc-471f-b999-012c2719259c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:04.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02fda7be-ec56-4da1-824d-c61c8340b708'] response: {'server_uuid': '0b33e9de-fe65-4ca7-9fce-7d76191cc346', 'name': 'network-vif-deleted', 'tag': 'f94a9b96-505d-4b8e-8eb9-d197de3f4ccb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 585/1225] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:04 2026] DELETE /v2.0/networks/feada9bc-181c-4b3f-8728-37a4791bd317 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:05.058 8 INFO neutron.db.segments_db [None req-54c390d5-eed2-4786-a450-1a9350488d7a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Added segment a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b of type vxlan for network 9a543698-2800-4d3f-a367-237c7a0aa1e3 [pid: 7|app: 0|req: 641/1226] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:03 2026] POST /v2.0/routers => generated 727 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:05.297 8 INFO neutron.db.l3_hamode_db [None req-54c390d5-eed2-4786-a450-1a9350488d7a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:36:06.091 8 INFO neutron.db.l3_hamode_db [None req-54c390d5-eed2-4786-a450-1a9350488d7a b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 642/1227] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:36:05 2026] PUT /v2.0/routers/be0a21bb-458f-4bfc-bf99-78648adf863c/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1228] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:06 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:06.365 8 INFO neutron.services.segments.plugin [-] Segment 68abc107-0d3d-42c5-a0c6-f59d1f949f27 resource provider aggregate not found 2026-07-02 04:36:06.377 8 INFO neutron.services.segments.plugin [-] Segment 68abc107-0d3d-42c5-a0c6-f59d1f949f27 resource provider aggregate not found 2026-07-02 04:36:06.386 8 INFO neutron.services.segments.plugin [-] Segment 68abc107-0d3d-42c5-a0c6-f59d1f949f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68abc107-0d3d-42c5-a0c6-f59d1f949f27 found for delete ", "request_id": "req-5296f70a-51f8-4c44-81c3-c6d3442c2c40"}]} 2026-07-02 04:36:06.403 8 INFO neutron.services.segments.plugin [-] Segment 68abc107-0d3d-42c5-a0c6-f59d1f949f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68abc107-0d3d-42c5-a0c6-f59d1f949f27 found for delete ", "request_id": "req-14c50ace-bc55-4d1e-b240-abef56ac8173"}]} [pid: 8|app: 0|req: 586/1229] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:05 2026] POST /v2.0/routers => generated 692 bytes in 1878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1230] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:36:06 2026] GET /v2.0/routers/86fe8c53-f5fc-451e-990d-010c4ebbdc9f => generated 698 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1231] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:36:06 2026] GET /v2.0/routers => generated 701 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:07.448 8 INFO neutron.db.segments_db [None req-2f6af208-7707-4615-8dc6-1c34ec1557ac 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment f488bf03-d9ba-472d-bc0d-d840027f525d of type vxlan for network adfe21de-2633-4d19-afdd-abee2bb6efcd [pid: 7|app: 0|req: 645/1232] 10.0.0.81 () {34 vars in 739 bytes} [Thu Jul 2 04:36:07 2026] PUT /v2.0/routers/86fe8c53-f5fc-451e-990d-010c4ebbdc9f => generated 705 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1233] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:07 2026] GET /v2.0/ports?device_id=0b33e9de-fe65-4ca7-9fce-7d76191cc346 => 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: 588/1234] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:36:07 2026] POST /v2.0/networks => generated 740 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1235] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:36:07 2026] GET /v2.0/routers/86fe8c53-f5fc-451e-990d-010c4ebbdc9f => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1236] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:07 2026] GET /v2.0/ports?device_id=86fe8c53-f5fc-451e-990d-010c4ebbdc9f => 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: 589/1237] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:07 2026] POST /v2.0/subnets => generated 687 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:07.701 8 INFO neutron.db.segments_db [None req-e6e28c84-a7ae-4eac-977a-15691fb6ebdb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 421d0f70-86d0-428a-96d9-a7785afcb5ad of type vxlan for network dfccd5cc-b8c5-4996-b463-05d3f8bcbb43 2026-07-02 04:36:07.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ac32ae0-d95a-47c7-8f6e-cedcf1e69e66 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: 210183e6-1cdf-4bcc-99ae-f0b3075d81b4 2026-07-02 04:36:07.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ac32ae0-d95a-47c7-8f6e-cedcf1e69e66 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: 210183e6-1cdf-4bcc-99ae-f0b3075d81b4 2026-07-02 04:36:07.890 8 INFO neutron.db.l3_hamode_db [None req-e6e28c84-a7ae-4eac-977a-15691fb6ebdb 01feb17c52944891bf238d4660a58637 8d30cceca2534033931412c2e813b0fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:36:07.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ac32ae0-d95a-47c7-8f6e-cedcf1e69e66 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] TaaS: Handle Delete Port: cfa01358-a2ad-48ac-a805-4d09b7c7e13c 2026-07-02 04:36:07.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ac32ae0-d95a-47c7-8f6e-cedcf1e69e66 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] Tap Mirror: Handle Delete Port: cfa01358-a2ad-48ac-a805-4d09b7c7e13c 2026-07-02 04:36:08.259 7 INFO neutron.services.segments.plugin [-] Segment a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b resource provider aggregate not found 2026-07-02 04:36:08.266 7 INFO neutron.services.segments.plugin [-] Segment a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b resource provider aggregate not found 2026-07-02 04:36:08.280 7 INFO neutron.services.segments.plugin [-] Segment a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b found for delete ", "request_id": "req-7eeb64de-c2fe-4b1f-a12a-80c3f3883a2f"}]} 2026-07-02 04:36:08.286 7 INFO neutron.db.l3_hamode_db [None req-5ac32ae0-d95a-47c7-8f6e-cedcf1e69e66 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] HA network 9a543698-2800-4d3f-a367-237c7a0aa1e3 was deleted as no HA routers are present in tenant d1fa00c4d44a47b59c0c12a019e03a8d. 2026-07-02 04:36:08.292 7 INFO neutron.services.segments.plugin [-] Segment a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0452ff1-8d7c-4f5c-9a45-4a279f1aa90b found for delete ", "request_id": "req-8496e67d-7645-45f9-a174-ad602d694593"}]} [pid: 7|app: 0|req: 649/1238] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:07 2026] DELETE /v2.0/routers/86fe8c53-f5fc-451e-990d-010c4ebbdc9f => generated 0 bytes in 716 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1239] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:08 2026] GET /v2.0/ports?device_id=86fe8c53-f5fc-451e-990d-010c4ebbdc9f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:08.337 7 INFO neutron.api.v2.resource [None req-17cbc25c-f870-452f-9276-f8d624328853 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1240] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/routers/86fe8c53-f5fc-451e-990d-010c4ebbdc9f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1241] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:08 2026] GET /v2.0/ports?device_id=e5ff0b3c-aa9b-4d98-9edc-3ee9ab6effd5 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:08.377 7 INFO neutron.api.v2.resource [None req-e6659fcd-f5c2-4edb-9be5-4b9b0e5d1f81 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1242] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/routers/e5ff0b3c-aa9b-4d98-9edc-3ee9ab6effd5 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:08.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abb6d932-b802-4624-8d9d-778b296a6316 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1243] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/subnets/a34d0fb2-98f5-472d-8a0c-3d0007ee1140 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1244] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:08 2026] GET /v2.0/ports?device_id=445c8a7e-4b6a-4cea-888d-2262050f4a19 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:08.438 7 INFO neutron.api.v2.resource [None req-afa0519b-3b7e-498b-9ed5-c944cbb7ae76 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1245] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/routers/445c8a7e-4b6a-4cea-888d-2262050f4a19 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:08.451 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7568c6c8-1a67-4ab0-ac3e-384d3bea8487 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1246] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/subnets/defdc7c9-b375-4c83-a339-eb254d913f07 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1247] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:08 2026] GET /v2.0/ports?device_id=73b4d557-0fb7-4e6a-bcba-c32cb82087d4 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:08.491 7 INFO neutron.api.v2.resource [None req-c9164b78-cfeb-463b-bf70-c04e932f7825 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1248] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/routers/73b4d557-0fb7-4e6a-bcba-c32cb82087d4 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:08.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81cef102-a8cf-4684-a895-74984e0fa23d b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 660/1249] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/subnets/45139116-c0f2-49c9-a0a0-744ede255fa5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:08.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18486233-dd02-4d0f-9d30-e8bf41150715 b00b32c9031348ef8f41c10b59be6a64 d1fa00c4d44a47b59c0c12a019e03a8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1250] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:08 2026] DELETE /v2.0/subnets/78ca64f4-b195-4d96-817a-3a08b0ce4b46 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:08.678 8 INFO neutron.db.l3_hamode_db [None req-e6e28c84-a7ae-4eac-977a-15691fb6ebdb 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:36:08.889 7 INFO neutron_taas.services.taas.taas_plugin [None req-bea1393b-2cc2-4915-83fb-8ca774f7c389 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 3d6c522e-0879-4db8-95f6-2dab6ec7fef3 2026-07-02 04:36:08.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bea1393b-2cc2-4915-83fb-8ca774f7c389 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 3d6c522e-0879-4db8-95f6-2dab6ec7fef3 [pid: 7|app: 0|req: 662/1251] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:36:08 2026] PUT /v2.0/routers/0ea5a7d3-374a-464f-8ea6-e7f04924e39e/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1252] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:09 2026] GET /v2.0/security-groups?tenant_id=d1fa00c4d44a47b59c0c12a019e03a8d&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1253] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:07 2026] POST /v2.0/routers => generated 727 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1254] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:09 2026] DELETE /v2.0/security-groups/adf0919e-aeb0-4301-be71-861b791f58f1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:36:09.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e5d1641-cae2-4776-bd46-191cff7e7b2e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 08a6a275-46b4-4a54-b16f-e14862dafe9f 2026-07-02 04:36:09.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e5d1641-cae2-4776-bd46-191cff7e7b2e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 08a6a275-46b4-4a54-b16f-e14862dafe9f 2026-07-02 04:36:10.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e5d1641-cae2-4776-bd46-191cff7e7b2e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 720a749b-13fb-467b-9751-276e0643b714 2026-07-02 04:36:10.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e5d1641-cae2-4776-bd46-191cff7e7b2e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 720a749b-13fb-467b-9751-276e0643b714 2026-07-02 04:36:10.362 7 INFO neutron.services.segments.plugin [-] Segment 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 resource provider aggregate not found 2026-07-02 04:36:10.371 7 INFO neutron.services.segments.plugin [-] Segment 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 resource provider aggregate not found 2026-07-02 04:36:10.379 7 INFO neutron.services.segments.plugin [-] Segment 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 found for delete ", "request_id": "req-06d77008-5836-4ab3-9010-6c9dc0e205b5"}]} 2026-07-02 04:36:10.391 7 INFO neutron.db.l3_hamode_db [None req-7e5d1641-cae2-4776-bd46-191cff7e7b2e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network 72c34680-eb2b-46a2-a708-ad378518aaa5 was deleted as no HA routers are present in tenant e4a6d4ea149b47e7a394a91a588e38af. 2026-07-02 04:36:10.391 7 INFO neutron.services.segments.plugin [-] Segment 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2506a6-33d5-4dc3-988f-55bb4b6ddbe4 found for delete ", "request_id": "req-79380d2c-7d32-4539-b1b6-5e3d7374ec33"}]} [pid: 7|app: 0|req: 664/1255] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:09 2026] DELETE /v2.0/routers/0ea5a7d3-374a-464f-8ea6-e7f04924e39e => 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: 665/1256] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:10 2026] DELETE /v2.0/subnets/200f2016-131e-492b-baa7-945cb6ad2463 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1257] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:36:10 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:10.633 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c9c671a-23cf-4601-bf6b-a70cb0b136ac 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 8f212642-324f-44a0-bf81-2ace4eec8054 2026-07-02 04:36:10.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c9c671a-23cf-4601-bf6b-a70cb0b136ac 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 8f212642-324f-44a0-bf81-2ace4eec8054 [pid: 7|app: 0|req: 667/1258] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:10 2026] DELETE /v2.0/networks/04c4704c-61bb-4c36-8611-1183b4890993 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1259] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:10 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1260] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:10 2026] GET /v2.0/security-groups?tenant_id=e4a6d4ea149b47e7a394a91a588e38af&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1261] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:10 2026] DELETE /v2.0/security-groups/50fd106f-f2dc-471f-b999-012c2719259c => 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: 592/1262] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:36:09 2026] PUT /v2.0/routers/b89ca825-1f3f-4e61-9242-3c2462367a1c/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1263] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:36:11 2026] POST /v2.0/security-groups => generated 1675 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1264] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1265] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1266] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:12.408 7 INFO neutron.services.segments.plugin [-] Segment 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a resource provider aggregate not found 2026-07-02 04:36:12.414 7 INFO neutron.services.segments.plugin [-] Segment 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a resource provider aggregate not found 2026-07-02 04:36:12.430 7 INFO neutron.services.segments.plugin [-] Segment 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a found for delete ", "request_id": "req-69a67b28-7e49-4a79-ba1b-bdf460d4ae64"}]} 2026-07-02 04:36:12.432 7 INFO neutron.services.segments.plugin [-] Segment 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2acbf409-ba1f-4b3a-82b8-9cb9a0ae4d1a found for delete ", "request_id": "req-b3e3a5a3-0a9c-40c1-b616-8f8b8f12839e"}]} [pid: 7|app: 0|req: 673/1267] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:12.541 8 INFO neutron.db.securitygroups_db [None req-e468ad9e-dd65-4de1-a116-a5dac4fa1889 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] Project 2565842acd12475aa244d49fe8f006fa 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: 595/1268] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:12.673 7 INFO neutron.db.securitygroups_db [None req-4d5e01d5-99f0-4e15-87a9-59948df8c1c6 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] Project 2565842acd12475aa244d49fe8f006fa 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: 674/1269] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1270] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:36:13 2026] POST /v2.0/security-groups => generated 1661 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1271] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:13 2026] GET /v2.0/security-groups?tenant_id=8c57175a376d499d992179dbe248e3b4&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1272] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1273] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:13 2026] DELETE /v2.0/security-groups/41e76fa8-44c7-49c1-b6e4-74c6d5b3684f => 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: 598/1274] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:36:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1275] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:36:13 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1276] 10.0.0.119 () {34 vars in 1099 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1535407834&fields=id&tenant_id=2565842acd12475aa244d49fe8f006fa => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1277] 10.0.0.119 () {34 vars in 1099 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1202456669&fields=id&tenant_id=2565842acd12475aa244d49fe8f006fa => 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: 600/1278] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/networks?id=605cd15e-baa4-4c4d-b3d9-ad90a6f39e11 => generated 672 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1279] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/quotas/2565842acd12475aa244d49fe8f006fa => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1280] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/ports?tenant_id=2565842acd12475aa244d49fe8f006fa&fields=id => generated 103 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1281] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1282] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11?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: 681/1283] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:14 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 682/1284] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:16 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1285] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:15 2026] GET /v2.0/security-groups?tenant_id=b3543aaf0a794845997d02df13abdab0&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1286] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:16 2026] DELETE /v2.0/security-groups/984706ae-50e0-4484-ac1b-b15d846ab8fb => 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: 604/1287] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:16 2026] GET /v2.0/security-groups?tenant_id=7802ff32dd464fd09afc6fa6b973edc7&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1288] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:16 2026] DELETE /v2.0/security-groups/96c1dd24-06f5-477a-8ce8-9b411bc72d2e => 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: 685/1289] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:17 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 605/1290] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:17 2026] GET /v2.0/security-groups?tenant_id=8a7861cfa2914f44bcf2bcc8d21a7628&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1291] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:17 2026] DELETE /v2.0/security-groups/87fde428-5eba-419c-ad8d-767f8718a45e => 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: 688/1294] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:18 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 607/1295] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:36:19 2026] GET /v2.0/networks?id=605cd15e-baa4-4c4d-b3d9-ad90a6f39e11 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1296] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:36:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2565842acd12475aa244d49fe8f006fa => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1297] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:19 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 608/1298] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:36:19 2026] POST /v2.0/ports => generated 993 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: 7|app: 0|req: 691/1299] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:36:19 2026] PUT /v2.0/ports/c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b => generated 1274 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:20.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a40fccc4-df15-462b-949f-8afd88123970'] response: {'name': 'network-changed', 'server_uuid': '49cd9451-5f83-47a1-96fc-3f5e47385eac', 'tag': 'c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 609/1300] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:19 2026] GET /v2.0/security-groups?tenant_id=4d4ffcd29cee447e9e8595d21c46ae65&name=default => generated 2925 bytes in 355 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: 692/1301] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:20 2026] DELETE /v2.0/security-groups/e90e873d-5cff-44e8-92d5-b4a12a2ffe94 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1302] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:20 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1303] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:20 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1304] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:20 2026] GET /v2.0/ports?tenant_id=2565842acd12475aa244d49fe8f006fa&device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1305] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:36:20 2026] GET /v2.0/networks?tenant_id=2565842acd12475aa244d49fe8f006fa&shared=False => generated 768 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1306] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:36:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1307] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1008 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1308] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1309] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/ports?tenant_id=2565842acd12475aa244d49fe8f006fa&device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1277 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1310] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b => 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: 614/1311] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1312] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/subnets?id=e1f26c83-186a-4371-8752-c49de91b5c02 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1313] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 699/1314] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/ports?network_id=605cd15e-baa4-4c4d-b3d9-ad90a6f39e11&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: 8|app: 0|req: 616/1315] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:36:21 2026] GET /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1316] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11?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: 618/1317] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1318] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 700/1319] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/security-groups?tenant_id=f8278c1eb48e47779b4d597d11bcb5b2&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:22.363 8 INFO neutron.db.segments_db [None req-64247c05-614b-471f-b4df-53467ec53f67 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment cf59bfaf-6c11-429f-9df7-89e21db145af of type vxlan for network 06725be5-0fcd-464b-84ca-8da8ac55ab9b [pid: 7|app: 0|req: 701/1320] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:22 2026] DELETE /v2.0/security-groups/91b7934f-e90c-4a90-8c6c-703074ef460d => 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: 620/1321] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:36:22 2026] POST /v2.0/networks => generated 740 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1322] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:22 2026] POST /v2.0/subnets => generated 687 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1323] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/security-groups?tenant_id=3ef0b0af16ac41e4ae3774a82974388b&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1324] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:22.724 7 INFO neutron.db.segments_db [None req-51134770-01ee-4cb8-8fcd-c107abe21106 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Added segment 0f9f8995-e777-4d7a-9afb-8071e3c392a4 of type vxlan for network e07f3687-4551-42f6-8495-df8e2d725871 [pid: 8|app: 0|req: 623/1325] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:22 2026] DELETE /v2.0/security-groups/73428d4f-626e-44d4-9e2a-0cbe278dca7d => 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: 624/1326] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 625/1327] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1328] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:22 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:23.037 7 INFO neutron.db.l3_hamode_db [None req-51134770-01ee-4cb8-8fcd-c107abe21106 01feb17c52944891bf238d4660a58637 4b2d4637801b40659dde95ba8cf39134 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:36:23.758 7 INFO neutron.db.l3_hamode_db [None req-51134770-01ee-4cb8-8fcd-c107abe21106 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 627/1329] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:23 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1330] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:23 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 629/1331] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1332] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1333] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/ports?tenant_id=1cd3a776775d42f09f22fe0a158945ba&device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1334] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/networks?id=1425854c-4aed-4326-a4d3-f5d633c99bb5 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1335] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1336] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/subnets?id=67aa79fa-c8c9-4b6d-9e82-725f65c0f6a3 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1337] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/ports?network_id=1425854c-4aed-4326-a4d3-f5d633c99bb5&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: 636/1338] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?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: 637/1339] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:36:24 2026] GET /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1340] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:22 2026] POST /v2.0/routers => generated 727 bytes in 1905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1341] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:25 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1342] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:25 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1343] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:25 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 707/1344] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:25 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1345] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:36:25 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1346] 199.204.45.57 () {34 vars in 1122 bytes} [Thu Jul 2 04:36:25 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1347] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:36:24 2026] PUT /v2.0/routers/f1a75bae-804c-4432-9f43-6515dba85996/add_router_interface => generated 309 bytes in 1636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1348] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:26 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1349] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:26 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 639/1350] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:26 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1351] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:26 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1352] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:26 2026] GET /v2.0/security-groups?tenant_id=09eb2a0ecf7f4ce3a5dfe89afd7d0e0f&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1353] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:27 2026] DELETE /v2.0/security-groups/573378e3-66a1-43c1-98b4-a93e9db3676a => 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: 714/1354] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:27 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1355] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:27 2026] GET /v2.0/security-groups?tenant_id=59b6d53bb11b46898c9b1a12cc01913d&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: 715/1356] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:27 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1357] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:27 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 643/1358] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:27 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1359] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:27 2026] DELETE /v2.0/security-groups/810a4b95-ec17-42fc-b625-4b74074bb3d3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1360] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:27 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1361] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/networks?id=06725be5-0fcd-464b-84ca-8da8ac55ab9b => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1362] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/quotas/4b2d4637801b40659dde95ba8cf39134 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:28.658 7 INFO neutron.db.l3_db [None req-54badd12-48f9-4a82-904f-d7ad41a6e7b4 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] Floating IP d8c53c8d-4353-45f3-9dbf-285c210bcd6f associated. External IP: 10.96.250.206, port: c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b. [pid: 8|app: 0|req: 647/1363] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/ports?tenant_id=4b2d4637801b40659dde95ba8cf39134&fields=id => generated 57 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1364] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/networks/06725be5-0fcd-464b-84ca-8da8ac55ab9b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1365] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/networks/06725be5-0fcd-464b-84ca-8da8ac55ab9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1366] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1367] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 652/1368] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:28 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 717/1369] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:36:27 2026] PUT /v2.0/floatingips/d8c53c8d-4353-45f3-9dbf-285c210bcd6f => generated 855 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:29.002 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-838ba22b-3282-478a-9749-cc3ec9b5c684'] response: {'name': 'network-changed', 'server_uuid': '49cd9451-5f83-47a1-96fc-3f5e47385eac', 'tag': 'c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 653/1370] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/ports?tenant_id=2565842acd12475aa244d49fe8f006fa&device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1371] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/networks?id=605cd15e-baa4-4c4d-b3d9-ad90a6f39e11 => generated 768 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1372] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1373] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/subnets?id=e1f26c83-186a-4371-8752-c49de91b5c02 => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1374] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/ports?network_id=605cd15e-baa4-4c4d-b3d9-ad90a6f39e11&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: 720/1375] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11?fields=segments => generated 14 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1376] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1377] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 721/1378] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:29 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1379] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:30 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 722/1380] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:31 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 659/1381] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:31 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => 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: 723/1382] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:31 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 660/1383] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:32 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 724/1384] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:32 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1385] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:32 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 725/1386] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:32 2026] GET /v2.0/security-groups?tenant_id=243030dde7704d559e518e4f8d316124&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1387] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:32 2026] DELETE /v2.0/security-groups/b52fcd7c-11a6-4a19-83eb-6aa18ce3fa5d => 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: 664/1390] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:33 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 727/1391] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:36:33 2026] GET /v2.0/networks?id=06725be5-0fcd-464b-84ca-8da8ac55ab9b => generated 672 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1392] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:36:33 2026] POST /v2.0/ports => generated 954 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1393] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:36:33 2026] PUT /v2.0/ports/3593eebd-0ee0-4a44-9b41-e3afa160c7a5 => generated 1235 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:34.302 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7574c67-670e-451d-a322-6a23c3f87e66'] response: {'name': 'network-changed', 'server_uuid': 'ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb', 'tag': '3593eebd-0ee0-4a44-9b41-e3afa160c7a5', '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: 666/1394] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:34 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 729/1395] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:34 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1396] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:34 2026] GET /v2.0/ports?tenant_id=4b2d4637801b40659dde95ba8cf39134&device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1397] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:36:34 2026] GET /v2.0/networks?tenant_id=4b2d4637801b40659dde95ba8cf39134&shared=False => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1398] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:36:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1399] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:35 2026] GET /v2.0/security-groups?tenant_id=387c19c8d4fb4d9987ed5489407f9fc6&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: 669/1400] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:35 2026] DELETE /v2.0/security-groups/ac26dff7-88a2-4488-b6ec-289f4e9c93f8 => 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: 732/1401] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:35 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1402] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:35 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1403] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:36:35 2026] GET /v2.0/ports?tenant_id=4b2d4637801b40659dde95ba8cf39134&device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 671/1404] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3593eebd-0ee0-4a44-9b41-e3afa160c7a5 => 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: 734/1405] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/subnets?id=2b344165-259e-414a-9139-85d5757814fa => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1406] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/ports?network_id=06725be5-0fcd-464b-84ca-8da8ac55ab9b&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: 735/1407] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/networks/06725be5-0fcd-464b-84ca-8da8ac55ab9b?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: 673/1408] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/networks/06725be5-0fcd-464b-84ca-8da8ac55ab9b?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: 736/1409] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1410] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1411] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 676/1412] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&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: 737/1413] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:36:36 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1279 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1414] 10.0.0.81 () {32 vars in 856 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/floatingips?floating_network_id=90e87644-dd08-493c-a689-4ae374fd1c84&port_id=c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1415] 10.0.0.81 () {32 vars in 651 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions => generated 21537 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1416] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1417] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1418] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1419] 10.0.0.81 () {32 vars in 663 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1420] 10.0.0.81 () {32 vars in 697 bytes} [Thu Jul 2 04:36:37 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: 7|app: 0|req: 741/1421] 10.0.0.81 () {32 vars in 695 bytes} [Thu Jul 2 04:36:37 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: 681/1422] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1423] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1424] 10.0.0.81 () {32 vars in 701 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1425] 10.0.0.81 () {32 vars in 691 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1426] 10.0.0.81 () {32 vars in 693 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1427] 10.0.0.81 () {32 vars in 683 bytes} [Thu Jul 2 04:36:37 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: 684/1428] 10.0.0.81 () {32 vars in 685 bytes} [Thu Jul 2 04:36:37 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: 7|app: 0|req: 745/1429] 10.0.0.81 () {32 vars in 659 bytes} [Thu Jul 2 04:36:37 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: 685/1430] 10.0.0.81 () {32 vars in 697 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1431] 10.0.0.81 () {32 vars in 677 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/external-net => 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: 686/1432] 10.0.0.81 () {32 vars in 681 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1433] 10.0.0.81 () {32 vars in 673 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1434] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1435] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:36:37 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: 688/1436] 10.0.0.81 () {32 vars in 685 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/fip-port-details => 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: 749/1437] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/flavors => 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: 689/1438] 10.0.0.81 () {32 vars in 685 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1439] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1440] 10.0.0.81 () {32 vars in 697 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1441] 10.0.0.81 () {32 vars in 677 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1442] 10.0.0.81 () {32 vars in 665 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1443] 10.0.0.81 () {32 vars in 675 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1444] 10.0.0.81 () {32 vars in 663 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1445] 10.0.0.81 () {32 vars in 673 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/l3-flavors => 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: 693/1446] 10.0.0.81 () {32 vars in 711 bytes} [Thu Jul 2 04:36:37 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: 7|app: 0|req: 754/1447] 10.0.0.81 () {32 vars in 689 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1448] 10.0.0.81 () {32 vars in 681 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1449] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1450] 10.0.0.81 () {32 vars in 685 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1451] 10.0.0.81 () {32 vars in 703 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1452] 10.0.0.81 () {32 vars in 673 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1453] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1454] 10.0.0.81 () {32 vars in 673 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1455] 10.0.0.81 () {32 vars in 691 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1456] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1457] 10.0.0.81 () {32 vars in 707 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1458] 10.0.0.81 () {32 vars in 703 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1459] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1460] 10.0.0.81 () {32 vars in 695 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1461] 10.0.0.81 () {32 vars in 709 bytes} [Thu Jul 2 04:36:37 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: 762/1462] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1463] 10.0.0.81 () {32 vars in 685 bytes} [Thu Jul 2 04:36:37 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: 764/1464] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:37 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: 701/1465] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1466] 10.0.0.81 () {32 vars in 673 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1467] 10.0.0.81 () {32 vars in 669 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1468] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1469] 10.0.0.81 () {32 vars in 659 bytes} [Thu Jul 2 04:36:37 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: 767/1470] 10.0.0.81 () {32 vars in 697 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1471] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1472] 10.0.0.81 () {32 vars in 697 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1473] 10.0.0.81 () {32 vars in 675 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1474] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1475] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:37 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: 769/1476] 10.0.0.81 () {32 vars in 681 bytes} [Thu Jul 2 04:36:37 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: 708/1477] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1478] 10.0.0.81 () {32 vars in 683 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1479] 10.0.0.81 () {32 vars in 705 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1480] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1481] 10.0.0.81 () {32 vars in 695 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1482] 10.0.0.81 () {32 vars in 693 bytes} [Thu Jul 2 04:36:37 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1483] 10.0.0.81 () {32 vars in 683 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1484] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1485] 10.0.0.81 () {32 vars in 703 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1486] 10.0.0.81 () {32 vars in 665 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1487] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1488] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:38 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: 714/1489] 10.0.0.81 () {32 vars in 689 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1490] 10.0.0.81 () {32 vars in 689 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1491] 10.0.0.81 () {32 vars in 693 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1492] 10.0.0.81 () {32 vars in 683 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1493] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:38 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: 778/1494] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1495] 10.0.0.81 () {32 vars in 701 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1496] 10.0.0.81 () {32 vars in 711 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1497] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1498] 10.0.0.81 () {32 vars in 713 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1499] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1500] 10.0.0.81 () {32 vars in 739 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1501] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1502] 10.0.0.81 () {32 vars in 681 bytes} [Thu Jul 2 04:36:38 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: 721/1503] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:38 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: 783/1504] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1505] 10.0.0.81 () {32 vars in 677 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1506] 10.0.0.81 () {32 vars in 667 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1507] 10.0.0.81 () {32 vars in 695 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1508] 10.0.0.81 () {32 vars in 703 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1509] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1510] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1511] 10.0.0.81 () {32 vars in 681 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1512] 10.0.0.81 () {32 vars in 703 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1513] 10.0.0.81 () {32 vars in 693 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1514] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1515] 10.0.0.81 () {32 vars in 695 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1516] 10.0.0.81 () {32 vars in 677 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1517] 10.0.0.81 () {32 vars in 687 bytes} [Thu Jul 2 04:36:38 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: 790/1518] 10.0.0.81 () {32 vars in 699 bytes} [Thu Jul 2 04:36:38 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: 729/1519] 10.0.0.81 () {32 vars in 663 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1520] 10.0.0.81 () {32 vars in 679 bytes} [Thu Jul 2 04:36:38 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: 730/1521] 10.0.0.81 () {32 vars in 675 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1522] 10.0.0.81 () {32 vars in 691 bytes} [Thu Jul 2 04:36:38 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: 731/1523] 10.0.0.81 () {32 vars in 675 bytes} [Thu Jul 2 04:36:38 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: 793/1524] 10.0.0.81 () {32 vars in 665 bytes} [Thu Jul 2 04:36:38 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: 732/1525] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:36:38 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: 794/1526] 10.0.0.81 () {32 vars in 673 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1527] 10.0.0.81 () {32 vars in 685 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1528] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:38 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1529] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:39 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1530] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:39 2026] GET /v2.0/security-groups?tenant_id=6f4c86a523ba49d5ba833197eb8a5c8c&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: 797/1531] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:39 2026] DELETE /v2.0/security-groups/12dcc1bc-4616-4156-a3ca-0b898183db63 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1532] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:40 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1533] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:40 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1534] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:40 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1535] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:40 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1536] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:41 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1537] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:41 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:41.541 8 INFO neutron.db.segments_db [None req-c79a07c9-e27c-4247-ae6c-8feac9147e07 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Added segment be06ed44-d337-4fe9-85b6-3fa46ea1236d of type vxlan for network 7d1dd2a5-0a4e-4d2e-93ab-69b7f1a18ac3 2026-07-02 04:36:41.631 8 INFO neutron.db.segments_db [None req-c79a07c9-e27c-4247-ae6c-8feac9147e07 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Added segment b8ffb540-f01a-4dd9-ac44-3111151af23f of type vxlan for network 5b542e8b-2c63-47bc-ad35-8d60c3dec553 [pid: 7|app: 0|req: 802/1538] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:41 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1539] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:41 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1540] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:41 2026] POST /v2.0/networks => generated 1245 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1541] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:36:41 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:41.945 8 INFO neutron.services.segments.plugin [-] Segment be06ed44-d337-4fe9-85b6-3fa46ea1236d resource provider aggregate not found 2026-07-02 04:36:41.949 8 INFO neutron.services.segments.plugin [-] Segment be06ed44-d337-4fe9-85b6-3fa46ea1236d resource provider aggregate not found 2026-07-02 04:36:41.963 8 INFO neutron.services.segments.plugin [-] Segment be06ed44-d337-4fe9-85b6-3fa46ea1236d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be06ed44-d337-4fe9-85b6-3fa46ea1236d found for delete ", "request_id": "req-f4c393f4-3489-422a-9eee-4d60225d1d50"}]} [pid: 8|app: 0|req: 738/1542] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:41 2026] DELETE /v2.0/networks/7d1dd2a5-0a4e-4d2e-93ab-69b7f1a18ac3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:41.965 8 INFO neutron.services.segments.plugin [-] Segment be06ed44-d337-4fe9-85b6-3fa46ea1236d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be06ed44-d337-4fe9-85b6-3fa46ea1236d found for delete ", "request_id": "req-adbd07d9-30e1-40fa-a9f0-eb750702c1e7"}]} 2026-07-02 04:36:42.079 7 INFO neutron.services.segments.plugin [-] Segment b8ffb540-f01a-4dd9-ac44-3111151af23f resource provider aggregate not found 2026-07-02 04:36:42.083 7 INFO neutron.services.segments.plugin [-] Segment b8ffb540-f01a-4dd9-ac44-3111151af23f resource provider aggregate not found 2026-07-02 04:36:42.100 7 INFO neutron.services.segments.plugin [-] Segment b8ffb540-f01a-4dd9-ac44-3111151af23f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8ffb540-f01a-4dd9-ac44-3111151af23f found for delete ", "request_id": "req-f40bcc26-7b60-47f6-98ba-c2d614b38f2d"}]} 2026-07-02 04:36:42.103 7 INFO neutron.services.segments.plugin [-] Segment b8ffb540-f01a-4dd9-ac44-3111151af23f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8ffb540-f01a-4dd9-ac44-3111151af23f found for delete ", "request_id": "req-a22479dd-8688-4770-a58b-ba8193444a9c"}]} [pid: 7|app: 0|req: 805/1543] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:41 2026] DELETE /v2.0/networks/5b542e8b-2c63-47bc-ad35-8d60c3dec553 => 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: 739/1544] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:42.256 7 INFO neutron.db.segments_db [None req-7b36bce0-0092-4b54-a3e0-057c43376256 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Added segment 36d32347-12ca-45d0-97f9-1b161664d182 of type vxlan for network d7b12742-826d-45bc-8f2f-8c8914d0e1cd [pid: 7|app: 0|req: 806/1545] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:42 2026] POST /v2.0/networks => generated 650 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:42.379 8 INFO neutron.db.segments_db [None req-5c929cbc-4e8d-4fba-901a-ce0ebd77a473 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Added segment 02e20b0b-aec6-42a3-88c3-ea28dae41f93 of type vxlan for network 6c5eb156-6578-4e5b-93ab-20021152dbc3 [pid: 8|app: 0|req: 740/1546] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:42 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: 8|app: 0|req: 741/1547] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1548] 10.0.0.119 () {34 vars in 1119 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/security-groups?id=1e29dbb9-4471-42d5-ba98-4af2ffcd972a&id=64f347a3-cc05-4738-97d3-9f65c48b9624&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1549] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1550] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1551] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:36:42 2026] POST /v2.0/ports => generated 1505 bytes in 507 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: 808/1552] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:43.015 8 INFO neutron_taas.services.taas.taas_plugin [req-d4bac7d8-4ae4-46fe-802f-88fd2181b0dd req-e3c014ff-e9be-49bf-9c6b-e424eab2897f 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] TaaS: Handle Delete Port: c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b 2026-07-02 04:36:43.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d4bac7d8-4ae4-46fe-802f-88fd2181b0dd req-e3c014ff-e9be-49bf-9c6b-e424eab2897f 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] Tap Mirror: Handle Delete Port: c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b [pid: 7|app: 0|req: 809/1553] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:36:42 2026] GET /v2.0/ports => generated 1505 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:43.123 8 INFO neutron.db.l3_db [req-d4bac7d8-4ae4-46fe-802f-88fd2181b0dd req-e3c014ff-e9be-49bf-9c6b-e424eab2897f 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] Floating IP d8c53c8d-4353-45f3-9dbf-285c210bcd6f disassociated. External IP: 10.96.250.206, port: c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b. 2026-07-02 04:36:43.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-46eb4684-3030-47f2-a5c0-11853851b451 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] TaaS: Handle Delete Port: b98bb552-5074-482e-a806-6fa3d5ad3dc5 2026-07-02 04:36:43.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46eb4684-3030-47f2-a5c0-11853851b451 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Tap Mirror: Handle Delete Port: b98bb552-5074-482e-a806-6fa3d5ad3dc5 [pid: 7|app: 0|req: 810/1554] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:36:43 2026] DELETE /v2.0/ports/b98bb552-5074-482e-a806-6fa3d5ad3dc5 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:43.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b9035c3-05d6-4119-b6eb-0133b8b0cbb5 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] TaaS: Handle Delete Port: 29524a65-948f-4b75-afd4-f860ef2619d0 2026-07-02 04:36:43.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b9035c3-05d6-4119-b6eb-0133b8b0cbb5 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Tap Mirror: Handle Delete Port: 29524a65-948f-4b75-afd4-f860ef2619d0 [pid: 7|app: 0|req: 811/1555] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:36:43 2026] DELETE /v2.0/ports/29524a65-948f-4b75-afd4-f860ef2619d0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1556] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:36:43 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1557] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:36:42 2026] DELETE /v2.0/ports/c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b => generated 0 bytes in 490 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1558] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:36:43 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1559] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:43 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:43.457 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-302a4ee9-ced5-4bc9-a67d-98a627a3f74a'] response: {'server_uuid': '49cd9451-5f83-47a1-96fc-3f5e47385eac', 'name': 'network-vif-deleted', 'tag': 'c9e5fae1-dd7e-42bc-8be1-8a0b21dff02b', 'status': 'completed', 'code': 200} 2026-07-02 04:36:43.498 7 INFO neutron.db.segments_db [None req-7454c6fa-5db4-4437-874e-4b599a0235a4 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Added segment 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af of type vxlan for network 8b1d43bb-6da4-4382-86a7-47144f1fe447 [pid: 7|app: 0|req: 814/1560] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:43 2026] POST /v2.0/networks => generated 649 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:43.667 8 INFO neutron.db.segments_db [None req-f795f91f-0380-40fd-a592-c654f2133668 203a8f3020024faf9ccf4d8bda00d8b4 9fb153b5e7754285b9999f15de1924b6 - - default default] Added segment f599c8c7-c92c-4595-82ce-6441981da47a of type vxlan for network 9d84e6bb-8aa5-4279-b68b-bbe929c2b233 [pid: 8|app: 0|req: 747/1561] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:43 2026] POST /v2.0/networks => generated 650 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1562] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:43 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 749/1563] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:44 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 750/1564] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:44 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&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: 815/1565] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:43 2026] POST /v2.0/subnets => generated 1273 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1566] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:36:44 2026] GET /v2.0/subnets => generated 1909 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1567] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:44 2026] DELETE /v2.0/subnets/5a4d7f59-baf4-4c8a-9cfe-42a95229e4ee => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1568] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:44 2026] DELETE /v2.0/subnets/358c1627-bf62-44a4-be86-6d5c6248576b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1569] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:36:44 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:44.608 8 INFO neutron.services.segments.plugin [-] Segment f599c8c7-c92c-4595-82ce-6441981da47a resource provider aggregate not found 2026-07-02 04:36:44.617 8 INFO neutron.services.segments.plugin [-] Segment f599c8c7-c92c-4595-82ce-6441981da47a resource provider aggregate not found 2026-07-02 04:36:44.626 8 INFO neutron.services.segments.plugin [-] Segment f599c8c7-c92c-4595-82ce-6441981da47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f599c8c7-c92c-4595-82ce-6441981da47a found for delete ", "request_id": "req-1df71bb7-7b8c-4502-869b-18fd628c0a3e"}]} 2026-07-02 04:36:44.636 8 INFO neutron.services.segments.plugin [-] Segment f599c8c7-c92c-4595-82ce-6441981da47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f599c8c7-c92c-4595-82ce-6441981da47a found for delete ", "request_id": "req-3131a581-bea2-4ed6-9bfb-b0e17d4d36c2"}]} [pid: 8|app: 0|req: 753/1570] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:44 2026] DELETE /v2.0/networks/9d84e6bb-8aa5-4279-b68b-bbe929c2b233 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:44.810 7 INFO neutron.services.segments.plugin [-] Segment 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af resource provider aggregate not found 2026-07-02 04:36:44.814 7 INFO neutron.services.segments.plugin [-] Segment 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af resource provider aggregate not found 2026-07-02 04:36:44.828 7 INFO neutron.services.segments.plugin [-] Segment 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af found for delete ", "request_id": "req-ad089c41-3a96-4cd6-9a65-c5b7f40aba47"}]} 2026-07-02 04:36:44.831 7 INFO neutron.services.segments.plugin [-] Segment 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21b95a6c-b7ef-4a04-9772-1d7cfc2f92af found for delete ", "request_id": "req-b6021f51-d594-4dbb-bd2a-d2b8bfb799c4"}]} [pid: 7|app: 0|req: 818/1571] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:44 2026] DELETE /v2.0/networks/8b1d43bb-6da4-4382-86a7-47144f1fe447 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1572] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:44 2026] DELETE /v2.0/networks/6c5eb156-6578-4e5b-93ab-20021152dbc3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1573] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:45 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 819/1574] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:44 2026] DELETE /v2.0/networks/d7b12742-826d-45bc-8f2f-8c8914d0e1cd => 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: 756/1575] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:45 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 820/1576] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:45 2026] GET /v2.0/security-groups?id=3ec887d3-1753-418c-9b67-23520caa96d9&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: 757/1577] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:36:45 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:45.533 7 INFO neutron_taas.services.taas.taas_plugin [req-6920c504-b851-4da1-9d5b-0ec1f3c13a3d req-168386c2-ed72-4963-ae79-41c0a79f0ec9 807327d080924f85a5ca53b257c103c7 4b2d4637801b40659dde95ba8cf39134 - - default default] TaaS: Handle Delete Port: 3593eebd-0ee0-4a44-9b41-e3afa160c7a5 2026-07-02 04:36:45.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6920c504-b851-4da1-9d5b-0ec1f3c13a3d req-168386c2-ed72-4963-ae79-41c0a79f0ec9 807327d080924f85a5ca53b257c103c7 4b2d4637801b40659dde95ba8cf39134 - - default default] Tap Mirror: Handle Delete Port: 3593eebd-0ee0-4a44-9b41-e3afa160c7a5 [pid: 7|app: 0|req: 821/1578] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:36:45 2026] DELETE /v2.0/ports/3593eebd-0ee0-4a44-9b41-e3afa160c7a5 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:45.739 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01360f3b-beb6-49cf-88e3-e07be7978cf1'] response: {'server_uuid': 'ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb', 'name': 'network-vif-deleted', 'tag': '3593eebd-0ee0-4a44-9b41-e3afa160c7a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 758/1579] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:45 2026] GET /v2.0/security-groups?tenant_id=9fb153b5e7754285b9999f15de1924b6&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1580] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:45 2026] DELETE /v2.0/security-groups/e9534c30-6335-4d46-9576-67cf41fe5c68 => 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: 759/1581] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:46 2026] GET /v2.0/ports?device_id=49cd9451-5f83-47a1-96fc-3f5e47385eac => 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: 823/1582] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:46 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:46.644 8 INFO neutron.services.segments.plugin [-] Segment 02e20b0b-aec6-42a3-88c3-ea28dae41f93 resource provider aggregate not found 2026-07-02 04:36:46.656 8 INFO neutron.services.segments.plugin [-] Segment 02e20b0b-aec6-42a3-88c3-ea28dae41f93 resource provider aggregate not found 2026-07-02 04:36:46.661 8 INFO neutron.services.segments.plugin [-] Segment 02e20b0b-aec6-42a3-88c3-ea28dae41f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e20b0b-aec6-42a3-88c3-ea28dae41f93 found for delete ", "request_id": "req-fa4065dd-fc06-4e3d-968f-d2669946ab50"}]} 2026-07-02 04:36:46.671 8 INFO neutron.services.segments.plugin [-] Segment 02e20b0b-aec6-42a3-88c3-ea28dae41f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e20b0b-aec6-42a3-88c3-ea28dae41f93 found for delete ", "request_id": "req-474f9ace-8dcd-434b-8c13-a9101003b465"}]} 2026-07-02 04:36:46.856 7 INFO neutron.services.segments.plugin [-] Segment 36d32347-12ca-45d0-97f9-1b161664d182 resource provider aggregate not found 2026-07-02 04:36:46.861 7 INFO neutron.services.segments.plugin [-] Segment 36d32347-12ca-45d0-97f9-1b161664d182 resource provider aggregate not found 2026-07-02 04:36:46.876 7 INFO neutron.services.segments.plugin [-] Segment 36d32347-12ca-45d0-97f9-1b161664d182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d32347-12ca-45d0-97f9-1b161664d182 found for delete ", "request_id": "req-c1f43ab2-21ff-443e-aa19-723ed2038f73"}]} 2026-07-02 04:36:46.878 7 INFO neutron.services.segments.plugin [-] Segment 36d32347-12ca-45d0-97f9-1b161664d182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d32347-12ca-45d0-97f9-1b161664d182 found for delete ", "request_id": "req-881a88c8-a067-43f5-aa44-4ee737bf3f60"}]} [pid: 8|app: 0|req: 760/1583] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:47 2026] DELETE /v2.0/security-groups/1e29dbb9-4471-42d5-ba98-4af2ffcd972a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:36:47.439 7 INFO neutron.api.v2.resource [None req-383ede49-6de1-4728-8048-a039f5acb8a5 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1584] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:36:47 2026] GET /v2.0/security-groups/1e29dbb9-4471-42d5-ba98-4af2ffcd972a => 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: 761/1585] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:47 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:47.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-c76dfb25-d14e-4e31-9896-9decca6a658b 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] TaaS: Handle Delete Port: 388bf240-d597-4a04-9f0f-a35e2b5bec11 2026-07-02 04:36:47.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c76dfb25-d14e-4e31-9896-9decca6a658b 8563a66e48b14795b4d16b725386f058 2565842acd12475aa244d49fe8f006fa - - default default] Tap Mirror: Handle Delete Port: 388bf240-d597-4a04-9f0f-a35e2b5bec11 [pid: 7|app: 0|req: 825/1586] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:36:47 2026] DELETE /v2.0/floatingips/d8c53c8d-4353-45f3-9dbf-285c210bcd6f => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1587] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:36:47 2026] POST /v2.0/subnetpools => generated 548 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1588] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:36:47 2026] GET /v2.0/subnetpools/247cf1f5-49d4-45f5-861e-b04ad012bd8e => 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: 764/1589] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:36:47 2026] PUT /v2.0/subnetpools/247cf1f5-49d4-45f5-861e-b04ad012bd8e => generated 500 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1590] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:47 2026] DELETE /v2.0/security-groups/64f347a3-cc05-4738-97d3-9f65c48b9624 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1591] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:36:47 2026] DELETE /v2.0/subnetpools/247cf1f5-49d4-45f5-861e-b04ad012bd8e => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:36:47.945 7 INFO neutron.api.v2.resource [None req-6fbce3a4-5f4b-4bbb-af99-9d7c6df07d4b 61ace08520bc4c4b99bbecfacb12d161 f9dfa5a515684720b4c887b486f4a73f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1592] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:36:47 2026] GET /v2.0/subnetpools/247cf1f5-49d4-45f5-861e-b04ad012bd8e => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:47.958 7 INFO neutron.api.v2.resource [None req-516be165-18d6-4e1d-a518-796f719fae83 61ace08520bc4c4b99bbecfacb12d161 f9dfa5a515684720b4c887b486f4a73f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1595] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:36:47 2026] DELETE /v2.0/subnetpools/247cf1f5-49d4-45f5-861e-b04ad012bd8e => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:36:48.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-71b918ec-c6fe-4725-987e-583682aac005 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 534a3226-408f-4f9f-b8fb-2da64a0f31fb 2026-07-02 04:36:48.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71b918ec-c6fe-4725-987e-583682aac005 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 534a3226-408f-4f9f-b8fb-2da64a0f31fb [pid: 7|app: 0|req: 830/1596] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:48 2026] GET /v2.0/security-groups?tenant_id=f9dfa5a515684720b4c887b486f4a73f&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1597] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:48 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => 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: 767/1598] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:36:47 2026] PUT /v2.0/routers/be0a21bb-458f-4bfc-bf99-78648adf863c/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1599] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:48 2026] DELETE /v2.0/security-groups/40e260a0-4ef6-47d4-8b20-5eb0e8885039 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:36:48.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6c8e7b4-e90c-44ef-b36a-7deaabb7e9ed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 5962a8b3-39f2-4244-a49c-509680709c2f 2026-07-02 04:36:48.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6c8e7b4-e90c-44ef-b36a-7deaabb7e9ed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 5962a8b3-39f2-4244-a49c-509680709c2f 2026-07-02 04:36:49.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6c8e7b4-e90c-44ef-b36a-7deaabb7e9ed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 289ce1c7-a732-40d3-a855-7a5f469d2f72 2026-07-02 04:36:49.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6c8e7b4-e90c-44ef-b36a-7deaabb7e9ed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 289ce1c7-a732-40d3-a855-7a5f469d2f72 2026-07-02 04:36:49.542 8 INFO neutron.services.segments.plugin [-] Segment eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 resource provider aggregate not found 2026-07-02 04:36:49.548 8 INFO neutron.services.segments.plugin [-] Segment eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 resource provider aggregate not found 2026-07-02 04:36:49.556 8 INFO neutron.services.segments.plugin [-] Segment eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 found for delete ", "request_id": "req-2a673a08-00e4-4d2f-bccb-d70130c55afd"}]} 2026-07-02 04:36:49.566 8 INFO neutron.db.l3_hamode_db [None req-e6c8e7b4-e90c-44ef-b36a-7deaabb7e9ed 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network db95eaac-aba3-4e76-9b17-dc483b10b141 was deleted as no HA routers are present in tenant 2565842acd12475aa244d49fe8f006fa. 2026-07-02 04:36:49.567 8 INFO neutron.services.segments.plugin [-] Segment eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb2ce4fe-56ea-44cf-bfcd-b3877e6ad0c3 found for delete ", "request_id": "req-bb34a48f-6830-4232-aaa9-2f70eb6d900a"}]} [pid: 8|app: 0|req: 768/1600] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:48 2026] DELETE /v2.0/routers/be0a21bb-458f-4bfc-bf99-78648adf863c => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1601] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:49 2026] DELETE /v2.0/subnets/e1f26c83-186a-4371-8752-c49de91b5c02 => 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: 834/1602] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:49 2026] GET /v2.0/ports?device_id=ae8337c8-13cc-4dfa-bd47-b57a6d4ad6fb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:49.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b48c4e7-55a4-4b8f-8c3d-cb980552380b 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: f6352ab2-644f-40a7-9d27-5d66b06ac64f 2026-07-02 04:36:49.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b48c4e7-55a4-4b8f-8c3d-cb980552380b 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: f6352ab2-644f-40a7-9d27-5d66b06ac64f [pid: 8|app: 0|req: 769/1603] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:49 2026] DELETE /v2.0/networks/605cd15e-baa4-4c4d-b3d9-ad90a6f39e11 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:50.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ea5bb35-9841-4a94-8120-80c804791521 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 721384eb-e029-4545-a103-658287f390d1 2026-07-02 04:36:50.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea5bb35-9841-4a94-8120-80c804791521 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 721384eb-e029-4545-a103-658287f390d1 [pid: 7|app: 0|req: 835/1604] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:36:50 2026] PUT /v2.0/routers/b89ca825-1f3f-4e61-9242-3c2462367a1c/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:51.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-db7931d7-b64b-4b8b-959f-ecfad1ed5b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 76e51e7c-b366-4070-9922-ee916e3d1f82 2026-07-02 04:36:51.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db7931d7-b64b-4b8b-959f-ecfad1ed5b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 76e51e7c-b366-4070-9922-ee916e3d1f82 2026-07-02 04:36:51.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-db7931d7-b64b-4b8b-959f-ecfad1ed5b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 393ead2d-4ead-49ed-88a4-ff87500e423c 2026-07-02 04:36:51.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db7931d7-b64b-4b8b-959f-ecfad1ed5b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 393ead2d-4ead-49ed-88a4-ff87500e423c 2026-07-02 04:36:51.575 8 INFO neutron.services.segments.plugin [-] Segment 70a44ece-3ab7-427c-85e2-082da2567223 resource provider aggregate not found 2026-07-02 04:36:51.594 8 INFO neutron.services.segments.plugin [-] Segment 70a44ece-3ab7-427c-85e2-082da2567223 resource provider aggregate not found 2026-07-02 04:36:51.603 8 INFO neutron.services.segments.plugin [-] Segment 70a44ece-3ab7-427c-85e2-082da2567223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a44ece-3ab7-427c-85e2-082da2567223 found for delete ", "request_id": "req-8b01eb50-96b7-43df-a9a2-cd813177a744"}]} 2026-07-02 04:36:51.628 8 INFO neutron.services.segments.plugin [-] Segment 70a44ece-3ab7-427c-85e2-082da2567223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a44ece-3ab7-427c-85e2-082da2567223 found for delete ", "request_id": "req-e7352aae-2117-4260-817b-1f400513f32b"}]} 2026-07-02 04:36:52.010 8 INFO neutron.db.l3_hamode_db [None req-db7931d7-b64b-4b8b-959f-ecfad1ed5b0f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network dfccd5cc-b8c5-4996-b463-05d3f8bcbb43 was deleted as no HA routers are present in tenant 8d30cceca2534033931412c2e813b0fa. [pid: 8|app: 0|req: 770/1605] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:51 2026] DELETE /v2.0/routers/b89ca825-1f3f-4e61-9242-3c2462367a1c => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1606] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:52 2026] DELETE /v2.0/subnets/a9108f88-f1a8-4af1-a7dd-b32572335d5c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:52.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9103a1a-58c1-46c5-b14a-5c4283d9dc24 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 6f0da072-9779-45a3-a060-7ce573e960ee 2026-07-02 04:36:52.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9103a1a-58c1-46c5-b14a-5c4283d9dc24 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 6f0da072-9779-45a3-a060-7ce573e960ee 2026-07-02 04:36:52.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-89d33359-b979-4f86-aead-f57e2b50d981 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: de19a336-de53-408f-8abc-492897307121 2026-07-02 04:36:52.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89d33359-b979-4f86-aead-f57e2b50d981 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: de19a336-de53-408f-8abc-492897307121 [pid: 8|app: 0|req: 772/1607] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:52 2026] DELETE /v2.0/networks/adfe21de-2633-4d19-afdd-abee2bb6efcd => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1608] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:52 2026] GET /v2.0/security-groups?tenant_id=2565842acd12475aa244d49fe8f006fa&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: 774/1609] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:52 2026] DELETE /v2.0/security-groups/17abf20c-466b-4a7d-ab03-77188f75619e => 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: 836/1610] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:36:51 2026] PUT /v2.0/routers/f1a75bae-804c-4432-9f43-6515dba85996/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1611] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:53 2026] GET /v2.0/security-groups?tenant_id=8d30cceca2534033931412c2e813b0fa&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:53.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-d66352ea-736e-47e0-b771-df3585675ea0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 8ccc3424-278f-4e41-b081-e872168bedd8 2026-07-02 04:36:53.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d66352ea-736e-47e0-b771-df3585675ea0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 8ccc3424-278f-4e41-b081-e872168bedd8 [pid: 7|app: 0|req: 838/1612] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:53 2026] DELETE /v2.0/security-groups/508c9d30-9d34-4912-9b49-c4fc84fbcaa8 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:36:53.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-d66352ea-736e-47e0-b771-df3585675ea0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: a1c81f2a-0cff-4fa0-b671-6dae0eb5a1b8 2026-07-02 04:36:53.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d66352ea-736e-47e0-b771-df3585675ea0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: a1c81f2a-0cff-4fa0-b671-6dae0eb5a1b8 2026-07-02 04:36:53.638 8 INFO neutron.services.segments.plugin [-] Segment 421d0f70-86d0-428a-96d9-a7785afcb5ad resource provider aggregate not found 2026-07-02 04:36:53.660 8 INFO neutron.services.segments.plugin [-] Segment 421d0f70-86d0-428a-96d9-a7785afcb5ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 421d0f70-86d0-428a-96d9-a7785afcb5ad found for delete ", "request_id": "req-75b5e854-4cec-4c0c-9e86-b211fafe7cdb"}]} 2026-07-02 04:36:53.667 8 INFO neutron.services.segments.plugin [-] Segment 421d0f70-86d0-428a-96d9-a7785afcb5ad resource provider aggregate not found 2026-07-02 04:36:53.690 8 INFO neutron.services.segments.plugin [-] Segment f488bf03-d9ba-472d-bc0d-d840027f525d resource provider aggregate not found 2026-07-02 04:36:53.712 8 INFO neutron.services.segments.plugin [-] Segment 421d0f70-86d0-428a-96d9-a7785afcb5ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 421d0f70-86d0-428a-96d9-a7785afcb5ad found for delete ", "request_id": "req-5d0fa564-7bf3-4b15-a1eb-757c3f68f2f6"}]} 2026-07-02 04:36:53.720 8 INFO neutron.services.segments.plugin [-] Segment f488bf03-d9ba-472d-bc0d-d840027f525d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f488bf03-d9ba-472d-bc0d-d840027f525d found for delete ", "request_id": "req-cc9790db-0f71-4710-b3a1-59f4f64fc367"}]} 2026-07-02 04:36:53.733 8 INFO neutron.services.segments.plugin [-] Segment f488bf03-d9ba-472d-bc0d-d840027f525d resource provider aggregate not found 2026-07-02 04:36:53.760 8 INFO neutron.services.segments.plugin [-] Segment f488bf03-d9ba-472d-bc0d-d840027f525d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f488bf03-d9ba-472d-bc0d-d840027f525d found for delete ", "request_id": "req-c2559b76-234b-460f-a357-9aeb3e7ea9aa"}]} 2026-07-02 04:36:53.779 8 INFO neutron.db.l3_hamode_db [None req-d66352ea-736e-47e0-b771-df3585675ea0 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network e07f3687-4551-42f6-8495-df8e2d725871 was deleted as no HA routers are present in tenant 4b2d4637801b40659dde95ba8cf39134. [pid: 8|app: 0|req: 775/1613] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:52 2026] DELETE /v2.0/routers/f1a75bae-804c-4432-9f43-6515dba85996 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1614] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:53 2026] GET /v2.0/security-groups?tenant_id=fbf2a73acf604d8d884bb8baa1a4291c&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1615] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:36:53 2026] DELETE /v2.0/subnets/2b344165-259e-414a-9139-85d5757814fa => 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: 840/1616] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:53 2026] DELETE /v2.0/security-groups/e8574147-8707-43b1-ad8d-82b10720fdd5 => 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: 777/1617] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:53 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1618] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:54 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:54.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7424e96-220e-461e-a9de-e6c3ee208c77 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: e48c7662-eb94-462c-afb1-ac18c4cd7263 2026-07-02 04:36:54.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7424e96-220e-461e-a9de-e6c3ee208c77 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: e48c7662-eb94-462c-afb1-ac18c4cd7263 [pid: 8|app: 0|req: 779/1619] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:54 2026] GET /v2.0/security-groups?tenant_id=712fb277850e4e7b9ebcb7cd557f37a5&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:36:54.280 7 INFO neutron.services.segments.plugin [-] Segment cf59bfaf-6c11-429f-9df7-89e21db145af resource provider aggregate not found 2026-07-02 04:36:54.286 7 INFO neutron.services.segments.plugin [-] Segment cf59bfaf-6c11-429f-9df7-89e21db145af resource provider aggregate not found 2026-07-02 04:36:54.301 7 INFO neutron.services.segments.plugin [-] Segment cf59bfaf-6c11-429f-9df7-89e21db145af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf59bfaf-6c11-429f-9df7-89e21db145af found for delete ", "request_id": "req-954d4724-997d-4f82-adc3-ef0668107dd6"}]} [pid: 7|app: 0|req: 841/1620] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:53 2026] DELETE /v2.0/networks/06725be5-0fcd-464b-84ca-8da8ac55ab9b => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:54.309 7 INFO neutron.services.segments.plugin [-] Segment cf59bfaf-6c11-429f-9df7-89e21db145af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf59bfaf-6c11-429f-9df7-89e21db145af found for delete ", "request_id": "req-477bc5f4-60a5-4d83-bcdd-decc395babc8"}]} [pid: 8|app: 0|req: 780/1621] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:54 2026] DELETE /v2.0/security-groups/25fc1703-ab77-4f03-93ac-ebe4e4696895 => 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: 842/1622] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:54 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1623] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:54 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&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: 843/1624] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:36:54 2026] GET /v2.0/security-groups?tenant_id=4b2d4637801b40659dde95ba8cf39134&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: 782/1625] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:36:54 2026] DELETE /v2.0/security-groups/3ec887d3-1753-418c-9b67-23520caa96d9 => 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: 844/1626] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:55 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1627] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:55 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:55.740 8 INFO neutron.services.segments.plugin [-] Segment 0f9f8995-e777-4d7a-9afb-8071e3c392a4 resource provider aggregate not found 2026-07-02 04:36:55.760 8 INFO neutron.services.segments.plugin [-] Segment 0f9f8995-e777-4d7a-9afb-8071e3c392a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9f8995-e777-4d7a-9afb-8071e3c392a4 found for delete ", "request_id": "req-adc66dfc-9806-4c76-9c35-bdae7db89a71"}]} 2026-07-02 04:36:55.774 8 INFO neutron.services.segments.plugin [-] Segment 0f9f8995-e777-4d7a-9afb-8071e3c392a4 resource provider aggregate not found 2026-07-02 04:36:55.795 8 INFO neutron.services.segments.plugin [-] Segment 0f9f8995-e777-4d7a-9afb-8071e3c392a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9f8995-e777-4d7a-9afb-8071e3c392a4 found for delete ", "request_id": "req-d32edb45-b275-487b-af11-a945e753bbc8"}]} [pid: 7|app: 0|req: 845/1628] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:56 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1629] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:36:56 2026] GET /v2.0/security-groups?id=dccfecc9-140b-4c7e-b367-12511c8f53cb&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1630] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:36:56 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:36:57.122 8 INFO neutron_taas.services.taas.taas_plugin [req-cec0909e-31b9-4a2a-81e8-9d979bceb525 req-1be9f608-3931-44c9-b597-25cac8be399a 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] TaaS: Handle Delete Port: ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb 2026-07-02 04:36:57.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cec0909e-31b9-4a2a-81e8-9d979bceb525 req-1be9f608-3931-44c9-b597-25cac8be399a 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] Tap Mirror: Handle Delete Port: ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb 2026-07-02 04:36:57.280 8 INFO neutron.db.l3_db [req-cec0909e-31b9-4a2a-81e8-9d979bceb525 req-1be9f608-3931-44c9-b597-25cac8be399a 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] Floating IP 59f554b5-715a-4a5a-9a0a-330601750f1c disassociated. External IP: 10.96.250.216, port: ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb. [pid: 8|app: 0|req: 785/1631] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:36:57 2026] DELETE /v2.0/ports/ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:57.716 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df423a46-6a0c-4a5e-945a-0c312202b27c'] response: {'server_uuid': '13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff', 'name': 'network-vif-deleted', 'tag': 'ed8c8eb2-aef8-4a28-a74d-6b74f76fc7cb', 'status': 'completed', 'code': 200} 2026-07-02 04:36:57.752 7 INFO neutron.db.segments_db [None req-5704d37a-2c93-4cfb-9600-c76ca8e51d5c e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Added segment 28069d9d-d4e1-4dbe-8551-5dbde94b007a of type vxlan for network a9d684ce-768a-4c17-9768-d757142cdf50 [pid: 7|app: 0|req: 847/1632] 10.0.0.81 () {34 vars in 669 bytes} [Thu Jul 2 04:36:57 2026] POST /v2.0/networks => generated 633 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:57.905 7 INFO neutron.db.segments_db [None req-85a559ae-53f8-4005-9328-4da0232b00eb e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Added segment 5cf0fda9-3d48-456b-859d-b6a17d71703c of type vxlan for network 9cf7378e-6747-4a8f-8c6b-cfed7ba46dd8 2026-07-02 04:36:57.985 8 INFO neutron.db.segments_db [None req-df580c2e-fd00-49ed-9ce9-6d48dfa214af 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] Added segment 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 of type vxlan for network 0474b3d3-820d-43f9-ae5e-449d6edf4e8b [pid: 8|app: 0|req: 786/1633] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:57 2026] POST /v2.0/networks => generated 726 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1634] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:58 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:58.149 7 INFO neutron.db.l3_hamode_db [None req-85a559ae-53f8-4005-9328-4da0232b00eb e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1635] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:58 2026] POST /v2.0/subnets => generated 644 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:58.264 8 WARNING neutron.api.v2.base [None req-32485ea2-115c-4303-aca3-6383b05d9460 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-02 04:36:58.264 8 INFO neutron.api.v2.resource [None req-32485ea2-115c-4303-aca3-6383b05d9460 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 789/1636] 10.0.0.81 () {34 vars in 679 bytes} [Thu Jul 2 04:36:58 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-02 04:36:58.431 8 INFO neutron.services.segments.plugin [-] Segment 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 resource provider aggregate not found 2026-07-02 04:36:58.438 8 INFO neutron.services.segments.plugin [-] Segment 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 resource provider aggregate not found 2026-07-02 04:36:58.459 8 INFO neutron.services.segments.plugin [-] Segment 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 found for delete ", "request_id": "req-61735fef-d707-40d1-a14e-26f9f59b8d9c"}]} 2026-07-02 04:36:58.460 8 INFO neutron.services.segments.plugin [-] Segment 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a1d7d52-d5d6-4e69-b14a-7c59c3b664e3 found for delete ", "request_id": "req-076062b3-a32b-4395-b316-ca08ea95013d"}]} [pid: 8|app: 0|req: 790/1637] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:58 2026] DELETE /v2.0/networks/0474b3d3-820d-43f9-ae5e-449d6edf4e8b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:58.520 8 INFO neutron.db.segments_db [None req-0fa34864-da8c-4256-b7c8-c530fec8d9ae 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] Added segment b223eff2-3152-4405-9c62-4767ee789482 of type vxlan for network ba272f81-f7db-4af0-bef8-2779f1328895 [pid: 8|app: 0|req: 791/1638] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:58 2026] POST /v2.0/networks => generated 726 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1639] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:58 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:58.820 8 WARNING neutron.api.v2.base [None req-d62248b9-082c-4521-9a61-9fe0f21eef70 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-02 04:36:58.820 8 INFO neutron.api.v2.resource [None req-d62248b9-082c-4521-9a61-9fe0f21eef70 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 793/1640] 10.0.0.81 () {34 vars in 679 bytes} [Thu Jul 2 04:36:58 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-02 04:36:58.870 7 INFO neutron.db.l3_hamode_db [None req-85a559ae-53f8-4005-9328-4da0232b00eb e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 794/1641] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:36:58 2026] DELETE /v2.0/networks/ba272f81-f7db-4af0-bef8-2779f1328895 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:36:59.291 8 INFO neutron.db.segments_db [None req-6ea7ec19-2e61-4d8a-8af0-cf309412b47d 2c08aeae7b064cbc924abe22707a3269 9ebe10557d544f62894cdc096c4af39f - - default default] Added segment f6dca3b5-0546-41bd-914d-a5b08127f313 of type vxlan for network 0bd91bc3-e837-40eb-acd9-18e57fabac9b [pid: 8|app: 0|req: 795/1642] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:59 2026] POST /v2.0/networks => generated 631 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:59.425 8 INFO neutron.db.segments_db [None req-57ed153b-2dc5-48bf-8ebd-c7dc6afd2028 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] Added segment 77e0aa45-fc41-465f-804a-f607693e8965 of type vxlan for network 2d0dc53d-ebdb-4738-8192-0d56e0b4d996 [pid: 8|app: 0|req: 796/1643] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:59 2026] POST /v2.0/networks => generated 726 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1644] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:36:59 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:36:59.601 8 INFO neutron.db.segments_db [None req-8ff37978-9820-4722-a768-b785ad25c3c1 2c08aeae7b064cbc924abe22707a3269 9ebe10557d544f62894cdc096c4af39f - - default default] Added segment c08332eb-80a3-4424-af5d-5df242a8e4f2 of type vxlan for network 2311323d-888f-4e05-8c6c-e4bdfead4a37 [pid: 8|app: 0|req: 798/1645] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:59 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1646] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:57 2026] POST /v2.0/routers => generated 695 bytes in 1911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:59.810 7 INFO neutron.db.segments_db [None req-c3b6c8e7-ddae-40fa-bc17-8d842637aefe 2c08aeae7b064cbc924abe22707a3269 9ebe10557d544f62894cdc096c4af39f - - default default] Added segment d1489a75-e562-4ace-a8a1-bd3d91f6edef of type vxlan for network ec99e7dc-c563-4398-ad7b-75634c9397d2 [pid: 7|app: 0|req: 849/1647] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:59 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1648] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:36:59 2026] POST /v2.0/subnets => generated 647 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:36:59.994 8 INFO neutron.db.segments_db [None req-7d8aee15-038a-4c32-823a-109991dfcd06 2c08aeae7b064cbc924abe22707a3269 9ebe10557d544f62894cdc096c4af39f - - default default] Added segment 2b67db73-53dd-44e1-9a67-18415d239ba1 of type vxlan for network 75e3349b-daa6-4189-aa36-5e9752046ca6 [pid: 7|app: 0|req: 850/1649] 10.0.0.81 () {32 vars in 774 bytes} [Thu Jul 2 04:36:59 2026] GET /v2.0/subnets?project_id=b3aacb779548454b9fd5125010610f3e&cidr=10.100.0.0%2F28 => generated 14 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1650] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:36:59 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1651] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:00.192 8 INFO neutron.db.segments_db [None req-18419dc8-c3b2-4de4-882d-a31ba52dba09 2c08aeae7b064cbc924abe22707a3269 9ebe10557d544f62894cdc096c4af39f - - default default] Added segment fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 of type vxlan for network e672ff8d-6e9c-4e9a-a914-8325697b91e0 [pid: 7|app: 0|req: 851/1652] 10.0.0.81 () {34 vars in 679 bytes} [Thu Jul 2 04:37:00 2026] POST /v2.0/rbac-policies => generated 324 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1653] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:00 2026] POST /v2.0/networks => generated 632 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1654] 10.0.0.81 () {32 vars in 782 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/subnets?network_id=90e87644-dd08-493c-a689-4ae374fd1c84&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1655] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:00 2026] PUT /v2.0/networks/0bd91bc3-e837-40eb-acd9-18e57fabac9b/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1656] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:00 2026] PUT /v2.0/networks/2311323d-888f-4e05-8c6c-e4bdfead4a37/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: 805/1657] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:00 2026] PUT /v2.0/networks/ec99e7dc-c563-4398-ad7b-75634c9397d2/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1658] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:00 2026] POST /v2.0/subnets => generated 656 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:00.487 8 INFO neutron.services.segments.plugin [-] Segment b223eff2-3152-4405-9c62-4767ee789482 resource provider aggregate not found 2026-07-02 04:37:00.491 8 INFO neutron.services.segments.plugin [-] Segment b223eff2-3152-4405-9c62-4767ee789482 resource provider aggregate not found [pid: 8|app: 0|req: 806/1659] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:00 2026] PUT /v2.0/networks/75e3349b-daa6-4189-aa36-5e9752046ca6/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:00.503 8 INFO neutron.services.segments.plugin [-] Segment b223eff2-3152-4405-9c62-4767ee789482 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b223eff2-3152-4405-9c62-4767ee789482 found for delete ", "request_id": "req-9d47fa68-325c-4442-8bd5-204cce05414f"}]} 2026-07-02 04:37:00.522 8 INFO neutron.services.segments.plugin [-] Segment b223eff2-3152-4405-9c62-4767ee789482 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b223eff2-3152-4405-9c62-4767ee789482 found for delete ", "request_id": "req-e90ca67d-deb8-47ab-af88-035e0f51775f"}]} [pid: 8|app: 0|req: 807/1660] 10.0.0.81 () {32 vars in 664 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1661] 10.0.0.81 () {32 vars in 678 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1662] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks/2d0dc53d-ebdb-4738-8192-0d56e0b4d996 => generated 654 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1663] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/ports?device_id=13b6d73c-6c3a-4b62-84dd-f48f9ee6b0ff => 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: 811/1664] 10.0.0.81 () {32 vars in 674 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1665] 10.0.0.81 () {32 vars in 686 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1666] 10.0.0.81 () {32 vars in 672 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1667] 10.0.0.81 () {32 vars in 686 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1668] 10.0.0.81 () {32 vars in 682 bytes} [Thu Jul 2 04:37:00 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1669] 10.0.0.81 () {32 vars in 694 bytes} [Thu Jul 2 04:37:01 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:01.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2721db76-d806-4651-b2b7-46f7714eb8b3 5b23ee4b54b24756bbb38ab399b74d44 92d5fbe4d56c4ba28536e73c0c9e52b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1670] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:37:01 2026] GET /v2.0/networks/2d0dc53d-ebdb-4738-8192-0d56e0b4d996 => generated 138 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1671] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/networks/0bd91bc3-e837-40eb-acd9-18e57fabac9b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1672] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/networks/2d0dc53d-ebdb-4738-8192-0d56e0b4d996 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1673] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/networks/2311323d-888f-4e05-8c6c-e4bdfead4a37 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:01.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4820ac9-5ec6-4149-9ff5-2ecb3abcf350 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 821/1674] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/subnets/dffb2c63-172d-4467-a5f0-efe90774fe26 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1675] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/networks/ec99e7dc-c563-4398-ad7b-75634c9397d2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:01.660 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b13f44e-5ac5-4d0e-8d6e-8b8752a92319 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 823/1676] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/subnets/112b07db-2d1f-4b88-b845-626ac46e52ce => 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: 854/1677] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:37:00 2026] PUT /v2.0/routers/5a1cef86-8cd8-4e3e-988c-2e592d1a5ad4/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:01.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-128c642a-780a-4152-a810-bd8c9baaa799 240e23cb58bf4244b7b286e8d75d9dbc 132251ca569346f1b9e996cc77128568 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1678] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/subnets/d7e5df7c-721e-4630-8af8-d90639e7897b => 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: 856/1679] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:37:01 2026] GET /v2.0/networks => generated 6463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1680] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/networks/75e3349b-daa6-4189-aa36-5e9752046ca6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1681] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:37:01 2026] GET /v2.0/subnets => generated 3897 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1682] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/security-groups/dccfecc9-140b-4c7e-b367-12511c8f53cb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:01.943 7 INFO neutron.services.segments.plugin [-] Segment fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 resource provider aggregate not found 2026-07-02 04:37:01.956 7 INFO neutron.services.segments.plugin [-] Segment fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 resource provider aggregate not found 2026-07-02 04:37:01.961 7 INFO neutron.services.segments.plugin [-] Segment fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 found for delete ", "request_id": "req-2e0d94ad-cd74-4b63-b390-9c538d9f5497"}]} 2026-07-02 04:37:01.974 7 INFO neutron.services.segments.plugin [-] Segment fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe353a12-7c75-4c5a-a4ef-b639ce8b2ab0 found for delete ", "request_id": "req-da571ae9-d858-4774-8eff-eceb78e92a1a"}]} [pid: 8|app: 0|req: 826/1683] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:37:01 2026] GET /v2.0/routers => generated 1465 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1684] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/networks/e672ff8d-6e9c-4e9a-a914-8325697b91e0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:01.989 8 INFO neutron.api.v2.resource [None req-f0dd3fb5-d0c4-4836-8a49-772b81045220 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1685] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:37:01 2026] GET /v2.0/security-groups/dccfecc9-140b-4c7e-b367-12511c8f53cb => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:02.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-b973209c-6d52-47aa-83fe-97f12c65f99f 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] TaaS: Handle Delete Port: df102c66-a1e1-42cc-b65a-ad90e1436f3d 2026-07-02 04:37:02.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b973209c-6d52-47aa-83fe-97f12c65f99f 0faf290ba1f14a38aaf1d76e76d7b18d 1cd3a776775d42f09f22fe0a158945ba - - default default] Tap Mirror: Handle Delete Port: df102c66-a1e1-42cc-b65a-ad90e1436f3d [pid: 8|app: 0|req: 828/1686] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:37:02 2026] POST /v2.0/security-groups => generated 1673 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1687] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1688] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:01 2026] DELETE /v2.0/floatingips/59f554b5-715a-4a5a-9a0a-330601750f1c => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1689] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1690] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:02.522 8 INFO neutron.services.segments.plugin [-] Segment f6dca3b5-0546-41bd-914d-a5b08127f313 resource provider aggregate not found 2026-07-02 04:37:02.548 8 INFO neutron.services.segments.plugin [-] Segment f6dca3b5-0546-41bd-914d-a5b08127f313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6dca3b5-0546-41bd-914d-a5b08127f313 found for delete ", "request_id": "req-e7571cdc-79b7-4b6d-9dc2-ada0e7265f29"}]} 2026-07-02 04:37:02.557 8 INFO neutron.services.segments.plugin [-] Segment f6dca3b5-0546-41bd-914d-a5b08127f313 resource provider aggregate not found 2026-07-02 04:37:02.566 8 INFO neutron.services.segments.plugin [-] Segment 77e0aa45-fc41-465f-804a-f607693e8965 resource provider aggregate not found 2026-07-02 04:37:02.580 8 INFO neutron.services.segments.plugin [-] Segment f6dca3b5-0546-41bd-914d-a5b08127f313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6dca3b5-0546-41bd-914d-a5b08127f313 found for delete ", "request_id": "req-0949a161-b647-4742-8901-ed74b6e70f02"}]} 2026-07-02 04:37:02.592 8 INFO neutron.services.segments.plugin [-] Segment 77e0aa45-fc41-465f-804a-f607693e8965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e0aa45-fc41-465f-804a-f607693e8965 found for delete ", "request_id": "req-0c19d088-9d00-499e-b4c3-6211d35ac94f"}]} 2026-07-02 04:37:02.598 8 INFO neutron.services.segments.plugin [-] Segment 77e0aa45-fc41-465f-804a-f607693e8965 resource provider aggregate not found 2026-07-02 04:37:02.612 8 INFO neutron.services.segments.plugin [-] Segment c08332eb-80a3-4424-af5d-5df242a8e4f2 resource provider aggregate not found 2026-07-02 04:37:02.615 8 INFO neutron.services.segments.plugin [-] Segment 77e0aa45-fc41-465f-804a-f607693e8965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e0aa45-fc41-465f-804a-f607693e8965 found for delete ", "request_id": "req-8847c38c-fbba-40cc-9320-0f61464068ce"}]} 2026-07-02 04:37:02.629 8 INFO neutron.services.segments.plugin [-] Segment c08332eb-80a3-4424-af5d-5df242a8e4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c08332eb-80a3-4424-af5d-5df242a8e4f2 found for delete ", "request_id": "req-b620c7cb-c4b9-4936-8b82-1b14bc9e3305"}]} 2026-07-02 04:37:02.635 8 INFO neutron.services.segments.plugin [-] Segment c08332eb-80a3-4424-af5d-5df242a8e4f2 resource provider aggregate not found 2026-07-02 04:37:02.653 8 INFO neutron.services.segments.plugin [-] Segment d1489a75-e562-4ace-a8a1-bd3d91f6edef resource provider aggregate not found 2026-07-02 04:37:02.659 8 INFO neutron.services.segments.plugin [-] Segment c08332eb-80a3-4424-af5d-5df242a8e4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c08332eb-80a3-4424-af5d-5df242a8e4f2 found for delete ", "request_id": "req-11ac5ee1-3b4a-479d-b877-6e73859b76b0"}]} 2026-07-02 04:37:02.680 8 INFO neutron.services.segments.plugin [-] Segment d1489a75-e562-4ace-a8a1-bd3d91f6edef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1489a75-e562-4ace-a8a1-bd3d91f6edef found for delete ", "request_id": "req-a31b7475-9cae-4342-9391-ce54b6228a1a"}]} 2026-07-02 04:37:02.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-f352502f-5aa4-4c4c-9495-90a1ceed9d67 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 8e76c3c2-a752-4bbe-b64a-f259667a8425 2026-07-02 04:37:02.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f352502f-5aa4-4c4c-9495-90a1ceed9d67 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 8e76c3c2-a752-4bbe-b64a-f259667a8425 2026-07-02 04:37:02.685 8 INFO neutron.services.segments.plugin [-] Segment d1489a75-e562-4ace-a8a1-bd3d91f6edef resource provider aggregate not found 2026-07-02 04:37:02.702 8 INFO neutron.services.segments.plugin [-] Segment 2b67db73-53dd-44e1-9a67-18415d239ba1 resource provider aggregate not found 2026-07-02 04:37:02.705 8 INFO neutron.services.segments.plugin [-] Segment d1489a75-e562-4ace-a8a1-bd3d91f6edef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1489a75-e562-4ace-a8a1-bd3d91f6edef found for delete ", "request_id": "req-4e83e515-3ec8-4aca-9bed-dd7abdda8d14"}]} 2026-07-02 04:37:02.721 8 INFO neutron.services.segments.plugin [-] Segment 2b67db73-53dd-44e1-9a67-18415d239ba1 resource provider aggregate not found 2026-07-02 04:37:02.725 8 INFO neutron.services.segments.plugin [-] Segment 2b67db73-53dd-44e1-9a67-18415d239ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b67db73-53dd-44e1-9a67-18415d239ba1 found for delete ", "request_id": "req-f596ea8f-3a96-46dc-b41c-9d21c06e0f81"}]} 2026-07-02 04:37:02.740 8 INFO neutron.services.segments.plugin [-] Segment 2b67db73-53dd-44e1-9a67-18415d239ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b67db73-53dd-44e1-9a67-18415d239ba1 found for delete ", "request_id": "req-f6504838-e9ec-4bc1-b814-21659a3f64b7"}]} [pid: 8|app: 0|req: 832/1691] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:02 2026] GET /v2.0/security-groups?tenant_id=92d5fbe4d56c4ba28536e73c0c9e52b4&name=default => generated 2925 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1692] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:02 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: 834/1693] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:03 2026] GET /v2.0/security-groups?tenant_id=9ebe10557d544f62894cdc096c4af39f&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1696] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:37:02 2026] PUT /v2.0/routers/227aa136-a9d1-4b28-980a-98f795020cd9/remove_router_interface => generated 309 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:03.205 7 INFO neutron.db.securitygroups_db [None req-d81be0ff-f0c2-4bfa-a098-0e76d812bfc5 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Project b3aacb779548454b9fd5125010610f3e 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: 837/1697] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:03 2026] DELETE /v2.0/security-groups/8a553032-bcc2-4128-96cd-e15bc11b5864 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1698] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1699] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:03 2026] DELETE /v2.0/security-groups/3bd9475a-9588-4a15-b998-967d7f5a5c2e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:03.374 8 INFO neutron.db.securitygroups_db [None req-5f31cc77-e75f-4f3e-9197-084d38ac9a1a e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Project b3aacb779548454b9fd5125010610f3e 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: 839/1700] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:03.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-88f292d7-2367-477a-8871-87dfb0c35580 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: dac4ce0c-b329-44ad-a330-e55d1aac5bd6 2026-07-02 04:37:03.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88f292d7-2367-477a-8871-87dfb0c35580 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: dac4ce0c-b329-44ad-a330-e55d1aac5bd6 [pid: 8|app: 0|req: 840/1701] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:03 2026] GET /v2.0/security-groups?tenant_id=a81c926c360e4cb8991b257feec0d41a&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1702] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:03 2026] GET /v2.0/security-groups?tenant_id=25a2b0f3b18345d298ff0d6780e3328e&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:03.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-88f292d7-2367-477a-8871-87dfb0c35580 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: e173813d-eb67-443a-9625-1f5653125246 2026-07-02 04:37:03.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88f292d7-2367-477a-8871-87dfb0c35580 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: e173813d-eb67-443a-9625-1f5653125246 [pid: 8|app: 0|req: 842/1703] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:03 2026] DELETE /v2.0/security-groups/e945c035-1d8d-4a83-8285-be90ee22c12f => 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: 843/1704] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:03 2026] DELETE /v2.0/security-groups/a3be3264-4f8e-49dc-af00-1f88421d6537 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:04.026 7 INFO neutron.services.segments.plugin [-] Segment c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 resource provider aggregate not found 2026-07-02 04:37:04.033 7 INFO neutron.services.segments.plugin [-] Segment c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 resource provider aggregate not found 2026-07-02 04:37:04.043 7 INFO neutron.services.segments.plugin [-] Segment c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 found for delete ", "request_id": "req-ddcaf353-8a2b-4d88-9409-fbbae63ef47d"}]} 2026-07-02 04:37:04.050 7 INFO neutron.services.segments.plugin [-] Segment c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2ac8054-0811-42d6-8fe2-1ca2f72c2ff6 found for delete ", "request_id": "req-d1901633-c5fe-4a94-a7c2-832f0ba5e191"}]} 2026-07-02 04:37:04.053 7 INFO neutron.db.l3_hamode_db [None req-88f292d7-2367-477a-8871-87dfb0c35580 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] HA network 3f094ad2-7d97-4c7d-9d9f-4056b978c1ff was deleted as no HA routers are present in tenant 1cd3a776775d42f09f22fe0a158945ba. [pid: 7|app: 0|req: 862/1705] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:03 2026] DELETE /v2.0/routers/227aa136-a9d1-4b28-980a-98f795020cd9 => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1706] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/security-groups?tenant_id=132251ca569346f1b9e996cc77128568&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1707] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:37:03 2026] GET /v2.0/networks => generated 1298 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1708] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/security-groups?tenant_id=4c6cb637694f4f37b35fe79cf2a1478d&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: 845/1709] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:04 2026] DELETE /v2.0/subnets/67aa79fa-c8c9-4b6d-9e82-725f65c0f6a3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1710] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:04 2026] DELETE /v2.0/security-groups/caeb7a6d-7449-4c6f-9335-b1837af243a0 => 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: 866/1711] 10.0.0.119 () {34 vars in 1097 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-814725738&fields=id&tenant_id=b3aacb779548454b9fd5125010610f3e => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1712] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:04 2026] DELETE /v2.0/security-groups/50bfb46f-4d38-48c4-8d9e-704c67e90f95 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:04.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-76c06b5c-e1d2-48ab-94a2-c3ad13209422 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 516c05b6-b8e3-45fb-9f4b-fb7b3bf04d10 2026-07-02 04:37:04.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c06b5c-e1d2-48ab-94a2-c3ad13209422 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 516c05b6-b8e3-45fb-9f4b-fb7b3bf04d10 [pid: 8|app: 0|req: 847/1713] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1714] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/quotas/b3aacb779548454b9fd5125010610f3e => 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: 849/1715] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1716] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:04 2026] DELETE /v2.0/networks/1425854c-4aed-4326-a4d3-f5d633c99bb5 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1717] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1718] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 851/1719] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/security-groups?tenant_id=1cd3a776775d42f09f22fe0a158945ba&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: 852/1720] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:04 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1721] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:04 2026] DELETE /v2.0/security-groups/b3f66951-c1fb-40bd-9f85-7de8b6cd2752 => 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: 853/1722] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:05 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:06.072 7 INFO neutron.services.segments.plugin [-] Segment 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 resource provider aggregate not found 2026-07-02 04:37:06.075 7 INFO neutron.services.segments.plugin [-] Segment 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 resource provider aggregate not found 2026-07-02 04:37:06.095 7 INFO neutron.services.segments.plugin [-] Segment 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 found for delete ", "request_id": "req-911736c6-05fd-4294-8193-5ee0e76eb878"}]} 2026-07-02 04:37:06.103 7 INFO neutron.services.segments.plugin [-] Segment 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd8d0ee-3e3c-46b2-a6eb-6fdd1a7755b3 found for delete ", "request_id": "req-7788f963-f66f-4857-8c92-35e6967fb6af"}]} [pid: 7|app: 0|req: 870/1723] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:06 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 854/1724] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:07 2026] GET /v2.0/security-groups?tenant_id=f1395489f54e49d584bad8dafdefbec8&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1725] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:07 2026] DELETE /v2.0/security-groups/1802fb3d-4964-4184-8968-453b5caaf8f4 => 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: 855/1726] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:08 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:08.724 7 INFO neutron.db.segments_db [None req-b15f969b-9dac-4438-8135-df80590648f5 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Added segment de93c542-cb7d-4996-92d5-701fe2a4e0a1 of type vxlan for network df9894ef-5cfc-44da-96ec-4ccf60fb7af8 2026-07-02 04:37:08.921 8 INFO neutron.db.segments_db [None req-01823fda-98bb-4895-9676-eeec3b46acaf 4e7c95b7fe34479fa9729ccaff326603 c922bacaeafd43ef9c766a2a8f13f5aa - - default default] Added segment bc42be74-9e2c-4ae0-a46d-187835762f91 of type vxlan for network ae303b81-1d61-49ac-9d9f-e34ed78b6676 2026-07-02 04:37:08.963 7 INFO neutron.db.l3_hamode_db [None req-b15f969b-9dac-4438-8135-df80590648f5 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 856/1727] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:08 2026] POST /v2.0/networks => generated 632 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:09.078 7 INFO neutron.db.l3_hamode_db [None req-b15f969b-9dac-4438-8135-df80590648f5 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 857/1728] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:09 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1729] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:37:09 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1730] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:09 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:09.328 8 INFO neutron.db.segments_db [None req-02f73e76-3345-4f9e-ace7-d88a27bb43bd 4e7c95b7fe34479fa9729ccaff326603 c922bacaeafd43ef9c766a2a8f13f5aa - - default default] Added segment e5bb4e1f-9049-4ee9-9c60-df4b86056310 of type vxlan for network 5599a1cb-38bc-462e-873e-9d061a8fc725 [pid: 8|app: 0|req: 860/1731] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:09 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1732] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:37:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3aacb779548454b9fd5125010610f3e => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1733] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:09 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1734] 10.0.0.81 () {34 vars in 666 bytes} [Thu Jul 2 04:37:08 2026] POST /v2.0/routers => generated 474 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:09.808 7 INFO neutron.db.segments_db [None req-31ef27a1-f7ac-4e0d-8fcf-36038bbfd3a7 4e7c95b7fe34479fa9729ccaff326603 c922bacaeafd43ef9c766a2a8f13f5aa - - default default] Added segment 1919902b-0c14-4964-bff7-ebc9753f131d of type vxlan for network cdd8ed4a-608e-4db9-b1c1-1c99ed8a428d [pid: 7|app: 0|req: 873/1735] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:09 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:09.931 7 INFO neutron.db.l3_hamode_db [None req-3a611255-9283-4713-ab2e-a4e64dd7957f 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:37:10.022 7 INFO neutron.db.l3_hamode_db [None req-3a611255-9283-4713-ab2e-a4e64dd7957f 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 863/1736] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:37:09 2026] POST /v2.0/ports => generated 954 bytes in 366 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: 864/1737] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:10 2026] POST /v2.0/subnets => generated 629 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1738] 10.0.0.81 () {34 vars in 666 bytes} [Thu Jul 2 04:37:09 2026] POST /v2.0/routers => generated 474 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1739] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:10 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:10.742 7 INFO neutron.db.segments_db [None req-cb7cb583-da6c-4ccf-a25d-b48fb0e8ed6f 4e7c95b7fe34479fa9729ccaff326603 c922bacaeafd43ef9c766a2a8f13f5aa - - default default] Added segment 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 of type vxlan for network bc71998b-7875-417f-a2bd-70ada1983822 [pid: 8|app: 0|req: 865/1740] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:37:10 2026] PUT /v2.0/ports/3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 => generated 1235 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:10.792 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b073c8c9-ff8a-4011-afb8-dc7252384996'] response: {'name': 'network-changed', 'server_uuid': 'c5a3fa67-2624-408b-99dc-c9fde5f4f051', 'tag': '3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338', 'status': 'completed', 'code': 200} 2026-07-02 04:37:10.810 8 INFO neutron.db.l3_hamode_db [None req-f4580b4e-7642-4f74-9532-929b8c162b91 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 876/1741] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:10 2026] POST /v2.0/networks => generated 630 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1742] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:10 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:10.902 8 INFO neutron.db.l3_hamode_db [None req-f4580b4e-7642-4f74-9532-929b8c162b91 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1743] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:10 2026] POST /v2.0/subnets => generated 629 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:11.123 7 INFO neutron.db.segments_db [None req-28dda039-4e0d-476a-91ef-3d531a8453d6 4e7c95b7fe34479fa9729ccaff326603 c922bacaeafd43ef9c766a2a8f13f5aa - - default default] Added segment 5e233b1f-ab9b-4156-bae8-3152b93b79fa of type vxlan for network 0932f4f7-05db-439c-bb1a-1bf8762cd85f [pid: 7|app: 0|req: 879/1744] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:11 2026] POST /v2.0/networks => generated 631 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1745] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:11 2026] POST /v2.0/subnets => generated 629 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1746] 10.0.0.81 () {34 vars in 666 bytes} [Thu Jul 2 04:37:10 2026] POST /v2.0/routers => generated 474 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1747] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:11 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 867/1748] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:11 2026] PUT /v2.0/subnets/2d7cec19-ce85-419d-aea3-1da7839ca83e/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:11.446 7 INFO neutron.db.l3_hamode_db [None req-2f1fa7c0-2037-43ab-8526-50c7827a7071 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 868/1749] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:37:11 2026] GET /v2.0/networks?tenant_id=b3aacb779548454b9fd5125010610f3e&shared=False => generated 757 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1750] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:11 2026] PUT /v2.0/subnets/0d035a30-e7a4-4d30-b070-a3f3c2697f4f/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: 870/1751] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:37:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:11.564 7 INFO neutron.db.l3_hamode_db [None req-2f1fa7c0-2037-43ab-8526-50c7827a7071 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 871/1752] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:11 2026] PUT /v2.0/subnets/72f54baa-0f0c-4079-b68d-642bd96071f5/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1753] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:11 2026] GET /v2.0/security-groups?tenant_id=5a4e12a47fe94e7499c71efe6db56cb5&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1754] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:11 2026] PUT /v2.0/subnets/275a2f42-d975-49a2-ada7-0574a518bb55/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: 874/1755] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:11 2026] DELETE /v2.0/security-groups/120d9d3a-e084-4c95-a35f-72b2cd38bc6d => 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: 875/1756] 10.0.0.81 () {32 vars in 662 bytes} [Thu Jul 2 04:37:11 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1757] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1758] 10.0.0.81 () {32 vars in 676 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1759] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/security-groups?tenant_id=608adf856fb743eb916a6fa138392fb7&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: 879/1760] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&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: 880/1761] 10.0.0.81 () {32 vars in 672 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1762] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:12 2026] DELETE /v2.0/security-groups/ffb0d52a-70ef-449e-9537-d57214c8d493 => 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: 882/1763] 10.0.0.81 () {32 vars in 684 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1764] 10.0.0.81 () {32 vars in 670 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1765] 10.0.0.81 () {32 vars in 684 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1766] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1767] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1768] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1769] 10.0.0.81 () {34 vars in 666 bytes} [Thu Jul 2 04:37:11 2026] POST /v2.0/routers => generated 474 bytes in 1300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1770] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 => 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: 888/1771] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:12 2026] DELETE /v2.0/subnets/2d7cec19-ce85-419d-aea3-1da7839ca83e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:12.787 7 INFO neutron.db.l3_hamode_db [None req-3fdf6e1a-a9db-4df8-a975-b347bc270f0b 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 889/1772] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/subnets?id=b39aacef-55cb-47fb-ab78-4c009b3f8397 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:12.898 7 INFO neutron.db.l3_hamode_db [None req-3fdf6e1a-a9db-4df8-a975-b347bc270f0b 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 890/1773] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:12 2026] DELETE /v2.0/subnets/0d035a30-e7a4-4d30-b070-a3f3c2697f4f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1774] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:37:12 2026] GET /v2.0/ports?network_id=a9d684ce-768a-4c17-9768-d757142cdf50&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: 892/1775] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:12 2026] DELETE /v2.0/subnets/72f54baa-0f0c-4079-b68d-642bd96071f5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1776] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:37:13 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1777] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/subnets/275a2f42-d975-49a2-ada7-0574a518bb55 => 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: 895/1778] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:37:13 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 896/1779] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/subnets/0349c382-8dc3-4510-b62e-a0309729c729 => 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: 897/1780] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:13 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1781] 10.0.0.81 () {34 vars in 666 bytes} [Thu Jul 2 04:37:12 2026] POST /v2.0/routers => generated 474 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1782] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:13 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&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-07-02 04:37:13.540 8 INFO neutron.services.segments.plugin [-] Segment bc42be74-9e2c-4ae0-a46d-187835762f91 resource provider aggregate not found 2026-07-02 04:37:13.545 8 INFO neutron.services.segments.plugin [-] Segment bc42be74-9e2c-4ae0-a46d-187835762f91 resource provider aggregate not found 2026-07-02 04:37:13.562 8 INFO neutron.services.segments.plugin [-] Segment bc42be74-9e2c-4ae0-a46d-187835762f91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc42be74-9e2c-4ae0-a46d-187835762f91 found for delete ", "request_id": "req-9c0d8419-8ba8-48a9-8ed0-09706d7f93e7"}]} 2026-07-02 04:37:13.571 8 INFO neutron.services.segments.plugin [-] Segment bc42be74-9e2c-4ae0-a46d-187835762f91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc42be74-9e2c-4ae0-a46d-187835762f91 found for delete ", "request_id": "req-8f56ce07-6672-49ec-bd98-743658ab5c5e"}]} [pid: 8|app: 0|req: 898/1783] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/networks/ae303b81-1d61-49ac-9d9f-e34ed78b6676 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1784] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:13 2026] PUT /v2.0/routers/c20f9677-1651-4be4-b5ec-7f04652cb605/tags => generated 17 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1785] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/networks/5599a1cb-38bc-462e-873e-9d061a8fc725 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1786] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:13 2026] PUT /v2.0/routers/dab8b52c-9c72-43bc-97d5-9ac1b6a33675/tags => generated 25 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1787] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/networks/cdd8ed4a-608e-4db9-b1c1-1c99ed8a428d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1788] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:13 2026] PUT /v2.0/routers/f7464ae5-d7e9-494f-bac9-ecd5d70ae03c/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1789] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/networks/bc71998b-7875-417f-a2bd-70ada1983822 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1790] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:37:13 2026] PUT /v2.0/routers/f059b6b9-f7ea-48b1-9711-1aac46b4e19c/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1791] 10.0.0.81 () {32 vars in 662 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1792] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:13 2026] DELETE /v2.0/networks/0932f4f7-05db-439c-bb1a-1bf8762cd85f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1793] 10.0.0.81 () {32 vars in 676 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1794] 10.0.0.81 () {32 vars in 672 bytes} [Thu Jul 2 04:37:14 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: 7|app: 0|req: 892/1795] 10.0.0.81 () {32 vars in 684 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1796] 10.0.0.81 () {32 vars in 670 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1797] 10.0.0.81 () {32 vars in 684 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1798] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1799] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1800] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1801] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&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: 907/1802] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:37:14 2026] GET /v2.0/routers/c20f9677-1651-4be4-b5ec-7f04652cb605 => generated 485 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1803] 10.0.0.81 () {34 vars in 740 bytes} [Thu Jul 2 04:37:14 2026] PUT /v2.0/routers/c20f9677-1651-4be4-b5ec-7f04652cb605 => generated 485 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1804] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:15 2026] GET /v2.0/ports?device_id=c20f9677-1651-4be4-b5ec-7f04652cb605 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1805] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:15 2026] GET /v2.0/security-groups?tenant_id=82c28246eb5a476e9868c5a97bd8ccbe&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:15.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-3808cca8-cdc8-47f8-86c8-56dce87500b1 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] TaaS: Handle Delete Port: 4f4ad880-301e-447a-aa86-f8416b576e93 2026-07-02 04:37:15.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3808cca8-cdc8-47f8-86c8-56dce87500b1 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Tap Mirror: Handle Delete Port: 4f4ad880-301e-447a-aa86-f8416b576e93 2026-07-02 04:37:15.597 8 INFO neutron.services.segments.plugin [-] Segment e5bb4e1f-9049-4ee9-9c60-df4b86056310 resource provider aggregate not found 2026-07-02 04:37:15.604 8 INFO neutron.services.segments.plugin [-] Segment e5bb4e1f-9049-4ee9-9c60-df4b86056310 resource provider aggregate not found 2026-07-02 04:37:15.619 8 INFO neutron.services.segments.plugin [-] Segment e5bb4e1f-9049-4ee9-9c60-df4b86056310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5bb4e1f-9049-4ee9-9c60-df4b86056310 found for delete ", "request_id": "req-e6ee08f5-ea76-4f76-9b25-234d23a2322a"}]} 2026-07-02 04:37:15.628 8 INFO neutron.services.segments.plugin [-] Segment e5bb4e1f-9049-4ee9-9c60-df4b86056310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5bb4e1f-9049-4ee9-9c60-df4b86056310 found for delete ", "request_id": "req-88f1f8b9-d8d9-410e-9f62-592258316974"}]} 2026-07-02 04:37:15.644 8 INFO neutron.services.segments.plugin [-] Segment 1919902b-0c14-4964-bff7-ebc9753f131d resource provider aggregate not found 2026-07-02 04:37:15.651 8 INFO neutron.services.segments.plugin [-] Segment 1919902b-0c14-4964-bff7-ebc9753f131d resource provider aggregate not found [pid: 8|app: 0|req: 909/1806] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:15 2026] DELETE /v2.0/security-groups/6c2a8a9c-149d-482e-8439-a854cb2cccda => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:15.674 8 INFO neutron.services.segments.plugin [-] Segment 1919902b-0c14-4964-bff7-ebc9753f131d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1919902b-0c14-4964-bff7-ebc9753f131d found for delete ", "request_id": "req-164f0008-33fe-4d66-9fcd-17884e746828"}]} 2026-07-02 04:37:15.688 8 INFO neutron.services.segments.plugin [-] Segment 1919902b-0c14-4964-bff7-ebc9753f131d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1919902b-0c14-4964-bff7-ebc9753f131d found for delete ", "request_id": "req-3f75aed4-e71e-4c0e-b873-77d161f07096"}]} 2026-07-02 04:37:15.705 8 INFO neutron.services.segments.plugin [-] Segment 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 resource provider aggregate not found 2026-07-02 04:37:15.713 8 INFO neutron.services.segments.plugin [-] Segment 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 resource provider aggregate not found 2026-07-02 04:37:15.729 8 INFO neutron.services.segments.plugin [-] Segment 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 found for delete ", "request_id": "req-83d28882-1336-4b50-b938-151d00f33a16"}]} 2026-07-02 04:37:15.737 8 INFO neutron.services.segments.plugin [-] Segment 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c4ebfd0-39fc-4ec8-8fee-2c9768fa0fb2 found for delete ", "request_id": "req-7228e98b-4a61-4ce7-8781-bd98d8f0b02b"}]} 2026-07-02 04:37:15.754 8 INFO neutron.services.segments.plugin [-] Segment 5e233b1f-ab9b-4156-bae8-3152b93b79fa resource provider aggregate not found 2026-07-02 04:37:15.759 8 INFO neutron.services.segments.plugin [-] Segment 5e233b1f-ab9b-4156-bae8-3152b93b79fa resource provider aggregate not found 2026-07-02 04:37:15.772 8 INFO neutron.services.segments.plugin [-] Segment 5e233b1f-ab9b-4156-bae8-3152b93b79fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e233b1f-ab9b-4156-bae8-3152b93b79fa found for delete ", "request_id": "req-2951d139-0cff-4dcf-96de-429c974388c6"}]} [pid: 7|app: 0|req: 898/1807] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:15 2026] DELETE /v2.0/routers/c20f9677-1651-4be4-b5ec-7f04652cb605 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:15.777 8 INFO neutron.services.segments.plugin [-] Segment 5e233b1f-ab9b-4156-bae8-3152b93b79fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e233b1f-ab9b-4156-bae8-3152b93b79fa found for delete ", "request_id": "req-40669b77-27ea-4cb6-b3e2-6c0874edd1f5"}]} [pid: 8|app: 0|req: 910/1808] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:37:15 2026] GET /v2.0/routers/dab8b52c-9c72-43bc-97d5-9ac1b6a33675 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1809] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:15 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 911/1810] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:15 2026] GET /v2.0/security-groups?tenant_id=c922bacaeafd43ef9c766a2a8f13f5aa&name=default => generated 2925 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1811] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:16 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1812] 10.0.0.81 () {34 vars in 740 bytes} [Thu Jul 2 04:37:15 2026] PUT /v2.0/routers/dab8b52c-9c72-43bc-97d5-9ac1b6a33675 => generated 493 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1813] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:16 2026] GET /v2.0/ports?device_id=dab8b52c-9c72-43bc-97d5-9ac1b6a33675 => 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: 913/1814] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:16 2026] DELETE /v2.0/security-groups/46b24ba7-6fd5-4ff1-adda-833193249bee => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:16.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-844c4980-b24d-446f-9ad3-6da6f35ec845 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] TaaS: Handle Delete Port: 16eb180b-f331-46e7-95bd-d35cf2982278 2026-07-02 04:37:16.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-844c4980-b24d-446f-9ad3-6da6f35ec845 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Tap Mirror: Handle Delete Port: 16eb180b-f331-46e7-95bd-d35cf2982278 [pid: 8|app: 0|req: 914/1815] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:16 2026] GET /v2.0/security-groups?tenant_id=1cfa87ef8dc2464990dbdbb298fb5e20&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1816] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:16 2026] DELETE /v2.0/routers/dab8b52c-9c72-43bc-97d5-9ac1b6a33675 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1817] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:37:16 2026] GET /v2.0/routers/f7464ae5-d7e9-494f-bac9-ecd5d70ae03c => generated 502 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1818] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:16 2026] DELETE /v2.0/security-groups/6f3cef77-8a92-4307-9d9e-300061eeecd2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1819] 10.0.0.81 () {34 vars in 740 bytes} [Thu Jul 2 04:37:16 2026] PUT /v2.0/routers/f7464ae5-d7e9-494f-bac9-ecd5d70ae03c => generated 502 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1820] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:17 2026] GET /v2.0/ports?device_id=f7464ae5-d7e9-494f-bac9-ecd5d70ae03c => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1821] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:17 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1822] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:17 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:17.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-82abc862-fa35-42a6-abd8-ffd82780b277 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] TaaS: Handle Delete Port: d1099d75-3c8c-42ba-92f2-7084cb002354 2026-07-02 04:37:17.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82abc862-fa35-42a6-abd8-ffd82780b277 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Tap Mirror: Handle Delete Port: d1099d75-3c8c-42ba-92f2-7084cb002354 [pid: 7|app: 0|req: 905/1823] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:17 2026] DELETE /v2.0/routers/f7464ae5-d7e9-494f-bac9-ecd5d70ae03c => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1824] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:37:17 2026] GET /v2.0/routers/f059b6b9-f7ea-48b1-9711-1aac46b4e19c => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1827] 10.0.0.81 () {34 vars in 740 bytes} [Thu Jul 2 04:37:17 2026] PUT /v2.0/routers/f059b6b9-f7ea-48b1-9711-1aac46b4e19c => generated 487 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1828] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/ports?device_id=f059b6b9-f7ea-48b1-9711-1aac46b4e19c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:18.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e3c7698-61f0-4362-9c50-9b4b520b4f71 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] TaaS: Handle Delete Port: b2c61eed-47b4-4d98-b561-06ff241668f4 2026-07-02 04:37:18.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e3c7698-61f0-4362-9c50-9b4b520b4f71 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Tap Mirror: Handle Delete Port: b2c61eed-47b4-4d98-b561-06ff241668f4 [pid: 8|app: 0|req: 923/1829] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1830] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1831] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:18 2026] DELETE /v2.0/routers/f059b6b9-f7ea-48b1-9711-1aac46b4e19c => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1832] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 925/1833] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/routers/7e4cabdc-fbc8-4b95-be11-fb88d2eeb32b => generated 480 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1834] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&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: 909/1835] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:18 2026] GET /v2.0/security-groups?tenant_id=f9c0c665b6584917bbe3bf7cc4c9349c&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1836] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:19 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1837] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:19 2026] DELETE /v2.0/security-groups/0a278766-7c82-41f5-b35e-371ce722c762 => 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: 927/1838] 10.0.0.81 () {34 vars in 740 bytes} [Thu Jul 2 04:37:18 2026] PUT /v2.0/routers/7e4cabdc-fbc8-4b95-be11-fb88d2eeb32b => generated 480 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1839] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:19 2026] GET /v2.0/security-groups?tenant_id=69f7c246bb9245818683a3281eb6f16c&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1840] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:19 2026] GET /v2.0/ports?device_id=7e4cabdc-fbc8-4b95-be11-fb88d2eeb32b => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1841] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:19 2026] DELETE /v2.0/security-groups/20e564f1-d943-47c1-8ee6-72c55f3aeee8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:19.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-92fb47e9-cb27-47c4-b243-b337df990a7b 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] TaaS: Handle Delete Port: 26e58357-ebf1-44b3-ac0a-42a04af00661 2026-07-02 04:37:19.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92fb47e9-cb27-47c4-b243-b337df990a7b 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] Tap Mirror: Handle Delete Port: 26e58357-ebf1-44b3-ac0a-42a04af00661 2026-07-02 04:37:19.926 7 INFO neutron.db.l3_db [None req-b0ed06b9-cce8-4672-a8cf-491cf32acf08 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Floating IP 7b817923-e1dd-48a6-8d1c-aa235af7b494 associated. External IP: 10.96.250.204, port: 3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338. 2026-07-02 04:37:20.138 8 INFO neutron.services.segments.plugin [-] Segment de93c542-cb7d-4996-92d5-701fe2a4e0a1 resource provider aggregate not found 2026-07-02 04:37:20.143 8 INFO neutron.services.segments.plugin [-] Segment de93c542-cb7d-4996-92d5-701fe2a4e0a1 resource provider aggregate not found 2026-07-02 04:37:20.164 8 INFO neutron.services.segments.plugin [-] Segment de93c542-cb7d-4996-92d5-701fe2a4e0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de93c542-cb7d-4996-92d5-701fe2a4e0a1 found for delete ", "request_id": "req-1054dcec-2961-4856-b74e-f59f4d41d1f6"}]} 2026-07-02 04:37:20.166 8 INFO neutron.services.segments.plugin [-] Segment de93c542-cb7d-4996-92d5-701fe2a4e0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de93c542-cb7d-4996-92d5-701fe2a4e0a1 found for delete ", "request_id": "req-38bcbb55-60db-4f9d-8588-569693d7461b"}]} 2026-07-02 04:37:20.168 8 INFO neutron.db.l3_hamode_db [None req-92fb47e9-cb27-47c4-b243-b337df990a7b 72ada95b590449c88765d97464ade200 d5e20c1ee7e54013b202571fb6ccd61d - - default default] HA network df9894ef-5cfc-44da-96ec-4ccf60fb7af8 was deleted as no HA routers are present in tenant d5e20c1ee7e54013b202571fb6ccd61d. [pid: 8|app: 0|req: 931/1842] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:19 2026] DELETE /v2.0/routers/7e4cabdc-fbc8-4b95-be11-fb88d2eeb32b => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1843] 10.0.0.81 () {34 vars in 675 bytes} [Thu Jul 2 04:37:19 2026] POST /v2.0/floatingips => generated 855 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:20.250 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec81f4f1-7515-4272-be6d-16966e302551'] response: {'name': 'network-changed', 'server_uuid': 'c5a3fa67-2624-408b-99dc-c9fde5f4f051', 'tag': '3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 932/1844] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1845] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1846] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1847] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1848] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/subnets?id=b39aacef-55cb-47fb-ab78-4c009b3f8397 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1849] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/ports?network_id=a9d684ce-768a-4c17-9768-d757142cdf50&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1850] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:20 2026] GET /v2.0/security-groups?tenant_id=fb3ce352be454bf898a9e8f7bff638fb&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1851] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 940/1852] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:21 2026] DELETE /v2.0/security-groups/b15766d7-cba5-4131-be2d-5fb20cd812ac => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1853] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 942/1854] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1855] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:20 2026] POST /v2.0/floatingips => generated 552 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1856] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:21 2026] PUT /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1857] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1858] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/security-groups?tenant_id=d5e20c1ee7e54013b202571fb6ccd61d&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1859] 10.0.0.81 () {34 vars in 768 bytes} [Thu Jul 2 04:37:21 2026] PUT /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1860] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:21 2026] DELETE /v2.0/security-groups/2a2c84b6-575f-42f0-a84a-9cbbfc9b2008 => 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: 946/1861] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1862] 10.0.0.81 () {34 vars in 764 bytes} [Thu Jul 2 04:37:21 2026] PUT /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/red => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1863] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/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: 947/1864] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/security-groups?tenant_id=b7f488f745604ffea2dd09f576cdf64a&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: 918/1865] 10.0.0.81 () {34 vars in 786 bytes} [Thu Jul 2 04:37:21 2026] PUT /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1866] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1867] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:21 2026] DELETE /v2.0/security-groups/22ea3ad6-ec1f-488a-9c70-d451e56b99cf => 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: 920/1868] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:21 2026] PUT /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1869] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:21 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1870] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:37:22 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:22.086 8 INFO neutron.api.v2.resource [None req-fe7c4646-e546-4927-ac9f-079dff395642 7ed092da388c4b8eb4f91b2553cb64c8 c03f557a8c7c461d8be83f67d9a472d4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1871] 10.0.0.81 () {32 vars in 749 bytes} [Thu Jul 2 04:37:22 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1872] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:37:22 2026] DELETE /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1873] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:22 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:22.236 7 INFO neutron.api.v2.resource [None req-125199a6-c4e2-4a88-bd3a-783186765780 7ed092da388c4b8eb4f91b2553cb64c8 c03f557a8c7c461d8be83f67d9a472d4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 923/1874] 10.0.0.81 () {32 vars in 752 bytes} [Thu Jul 2 04:37:22 2026] DELETE /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1875] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:37:22 2026] DELETE /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1876] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:22 2026] GET /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1877] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:22 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:22.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-6667e1be-f2e5-4769-9300-2bf66d8e004c 7ed092da388c4b8eb4f91b2553cb64c8 c03f557a8c7c461d8be83f67d9a472d4 - - default default] TaaS: Handle Delete Port: 44667a8d-310a-47c1-b5ff-46923faf7c11 2026-07-02 04:37:22.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6667e1be-f2e5-4769-9300-2bf66d8e004c 7ed092da388c4b8eb4f91b2553cb64c8 c03f557a8c7c461d8be83f67d9a472d4 - - default default] Tap Mirror: Handle Delete Port: 44667a8d-310a-47c1-b5ff-46923faf7c11 [pid: 7|app: 0|req: 925/1878] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:22 2026] DELETE /v2.0/floatingips/cf9abdc1-3621-4b9e-90e3-c2ba426e5bea => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1879] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:23 2026] GET /v2.0/security-groups?tenant_id=e91c5dd91d77499fa2b517a98447edb2&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1880] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:23 2026] DELETE /v2.0/security-groups/f02b8c1c-3634-446f-80ac-e0946269aba1 => 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: 955/1881] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:23 2026] GET /v2.0/security-groups?tenant_id=c03f557a8c7c461d8be83f67d9a472d4&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1882] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:23 2026] DELETE /v2.0/security-groups/78e9f3a0-6782-46f2-b83e-c25dd11419dd => 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: 956/1883] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:25 2026] GET /v2.0/security-groups?tenant_id=fa489aaa4935431dbdba4750349c1f82&name=default => generated 2925 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1884] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:25 2026] DELETE /v2.0/security-groups/9fe7126c-e34d-4366-acbd-ea6e16e55d41 => 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: 957/1885] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:26 2026] GET /v2.0/security-groups?tenant_id=0f29ba1712ec46339a780024c3806091&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1886] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:26 2026] DELETE /v2.0/security-groups/45a1b052-bce8-4c3b-a689-d038794c8cc4 => 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: 958/1887] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1888] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1889] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1890] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1891] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1892] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:26 2026] PUT /v2.0/subnetpools/ab5112e6-07b6-4702-af3a-f4d5c566f236/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1893] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:26 2026] PUT /v2.0/subnetpools/d797c84a-c9aa-4b4f-94b6-660888ca224e/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: 933/1894] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:26 2026] PUT /v2.0/subnetpools/499b7d20-6dd0-442b-adef-be73adc7e4b0/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1895] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:26 2026] PUT /v2.0/subnetpools/8881e107-a8bc-47a9-973c-14fd434d6651/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1896] 10.0.0.81 () {32 vars in 670 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1897] 10.0.0.81 () {32 vars in 684 bytes} [Thu Jul 2 04:37:27 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: 935/1898] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1899] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1900] 10.0.0.81 () {32 vars in 678 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1901] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1902] 10.0.0.81 () {32 vars in 688 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1903] 10.0.0.81 () {32 vars in 700 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1904] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:27 2026] DELETE /v2.0/subnetpools/ab5112e6-07b6-4702-af3a-f4d5c566f236 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1905] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:27 2026] DELETE /v2.0/subnetpools/d797c84a-c9aa-4b4f-94b6-660888ca224e => 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: 940/1906] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:27 2026] DELETE /v2.0/subnetpools/499b7d20-6dd0-442b-adef-be73adc7e4b0 => 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: 941/1907] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1908] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:27 2026] DELETE /v2.0/subnetpools/8881e107-a8bc-47a9-973c-14fd434d6651 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1909] 10.0.0.81 () {34 vars in 676 bytes} [Thu Jul 2 04:37:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1910] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1911] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:27 2026] DELETE /v2.0/subnetpools/6828eba2-0e89-4427-9075-1072afc0ba94 => 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: 944/1912] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:27 2026] PUT /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1913] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/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: 945/1914] 10.0.0.81 () {34 vars in 762 bytes} [Thu Jul 2 04:37:27 2026] PUT /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1915] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1916] 10.0.0.81 () {34 vars in 758 bytes} [Thu Jul 2 04:37:27 2026] PUT /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1917] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1918] 10.0.0.81 () {34 vars in 780 bytes} [Thu Jul 2 04:37:27 2026] PUT /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1919] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:27 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1920] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:27 2026] PUT /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1921] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1922] 10.0.0.81 () {32 vars in 739 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:28.097 8 INFO neutron.api.v2.resource [None req-8484d821-6b6f-4a72-9bb4-f439499e1083 ec77bba179284c479f17b8ad2e03d945 2ab70d391bc948dbaa42f01a929055d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 974/1923] 10.0.0.81 () {32 vars in 743 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1924] 10.0.0.81 () {32 vars in 742 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/red => 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: 975/1925] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:28.215 8 INFO neutron.api.v2.resource [None req-042efa07-fb93-4f39-87fd-117906acaa67 ec77bba179284c479f17b8ad2e03d945 2ab70d391bc948dbaa42f01a929055d6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1926] 10.0.0.81 () {32 vars in 746 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1927] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => 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: 978/1928] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1929] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/qos/policies/b26ff8d0-55d2-42c1-ae59-7b8fb66b8ae8 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:28.428 7 INFO neutron.db.segments_db [None req-07bc2fe5-4b47-4438-a5f8-24a7a5e1a9fb 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Added segment 1bf8789d-2264-4a2a-a0e1-c1004076e768 of type vxlan for network 0cdaf255-8e6e-4c1c-aba2-35eaaa36c0d6 2026-07-02 04:37:28.472 7 INFO neutron.db.segments_db [None req-07bc2fe5-4b47-4438-a5f8-24a7a5e1a9fb 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Added segment 794de87b-c4e4-4a00-86dc-b520c21bc155 of type vxlan for network 0377f1f9-039b-455d-a39b-b5da6dc3cf68 [pid: 8|app: 0|req: 980/1930] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/security-groups?tenant_id=647f8a37d3204d658f6c5bcca025aabf&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1931] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:28 2026] POST /v2.0/networks => generated 1246 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1932] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/networks => generated 1845 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1933] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/security-groups/75582f35-9454-49ab-adce-89ef46678822 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:28.729 7 INFO neutron.services.segments.plugin [-] Segment 1bf8789d-2264-4a2a-a0e1-c1004076e768 resource provider aggregate not found 2026-07-02 04:37:28.736 7 INFO neutron.services.segments.plugin [-] Segment 1bf8789d-2264-4a2a-a0e1-c1004076e768 resource provider aggregate not found 2026-07-02 04:37:28.760 7 INFO neutron.services.segments.plugin [-] Segment 1bf8789d-2264-4a2a-a0e1-c1004076e768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bf8789d-2264-4a2a-a0e1-c1004076e768 found for delete ", "request_id": "req-bf891165-e228-4948-9e70-38f85b884dd0"}]} 2026-07-02 04:37:28.760 7 INFO neutron.services.segments.plugin [-] Segment 1bf8789d-2264-4a2a-a0e1-c1004076e768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bf8789d-2264-4a2a-a0e1-c1004076e768 found for delete ", "request_id": "req-3ba86aab-030c-40b0-805f-a8ff6ce3876d"}]} [pid: 7|app: 0|req: 953/1934] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/networks/0cdaf255-8e6e-4c1c-aba2-35eaaa36c0d6 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:28.889 8 INFO neutron.services.segments.plugin [-] Segment 794de87b-c4e4-4a00-86dc-b520c21bc155 resource provider aggregate not found 2026-07-02 04:37:28.894 8 INFO neutron.services.segments.plugin [-] Segment 794de87b-c4e4-4a00-86dc-b520c21bc155 resource provider aggregate not found 2026-07-02 04:37:28.914 8 INFO neutron.services.segments.plugin [-] Segment 794de87b-c4e4-4a00-86dc-b520c21bc155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 794de87b-c4e4-4a00-86dc-b520c21bc155 found for delete ", "request_id": "req-a2413478-9174-43f0-9ff9-591faaf59be6"}]} 2026-07-02 04:37:28.919 8 INFO neutron.services.segments.plugin [-] Segment 794de87b-c4e4-4a00-86dc-b520c21bc155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 794de87b-c4e4-4a00-86dc-b520c21bc155 found for delete ", "request_id": "req-6dbcd490-fd7e-4e27-a083-f70eded82502"}]} [pid: 8|app: 0|req: 982/1935] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/networks/0377f1f9-039b-455d-a39b-b5da6dc3cf68 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1936] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/security-groups?tenant_id=8b50981ada3b44dbbaba7e3cc9ce5843&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1937] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1938] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:28 2026] DELETE /v2.0/security-groups/bc03b57b-3e75-4dc1-b17e-94c4bdd4638f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:29.115 8 INFO neutron.db.segments_db [None req-7caf33c7-8025-46e9-9327-f1a5f731b6c3 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Added segment 2e3a0d45-1058-4f17-adc9-a534e22b24fd of type vxlan for network cf169793-fa69-4b37-adb2-3013fe67bb9c [pid: 7|app: 0|req: 955/1939] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:28 2026] GET /v2.0/security-groups?tenant_id=2ab70d391bc948dbaa42f01a929055d6&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1940] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:29 2026] POST /v2.0/networks => generated 652 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1941] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:29 2026] DELETE /v2.0/security-groups/cc3b042a-f168-4675-9501-ae8f2e7540c5 => 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: 956/1942] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:29 2026] GET /v2.0/security-groups?tenant_id=14d005d120d140e0bc6c5f78e8fb5456&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:29.363 8 INFO neutron.db.segments_db [None req-5c064c32-a596-458f-be07-abdddb24a7b5 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Added segment 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 of type vxlan for network ae4dacf0-289b-4358-a708-71e6948890db [pid: 7|app: 0|req: 957/1943] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:29 2026] DELETE /v2.0/security-groups/3d5423df-2f68-4332-9ec0-b8539995b722 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1944] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:29 2026] POST /v2.0/networks => generated 653 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1945] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:29 2026] GET /v2.0/security-groups?tenant_id=ac4b5189085d45f08c5f4c6667218791&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1946] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:29 2026] DELETE /v2.0/security-groups/dbb8bba8-0d11-4930-b661-e99be7988ec6 => 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: 958/1947] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:29 2026] POST /v2.0/ports => generated 1505 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1948] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:37:30 2026] GET /v2.0/ports => generated 1505 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:30.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-f118c74e-ac6e-4dc4-89ca-b50727d3f6b6 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] TaaS: Handle Delete Port: fb0024ad-9631-4d52-8228-ef9d5df93eb8 2026-07-02 04:37:30.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f118c74e-ac6e-4dc4-89ca-b50727d3f6b6 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Tap Mirror: Handle Delete Port: fb0024ad-9631-4d52-8228-ef9d5df93eb8 [pid: 7|app: 0|req: 959/1949] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:30 2026] DELETE /v2.0/ports/fb0024ad-9631-4d52-8228-ef9d5df93eb8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:30.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3dd5a68-1338-478b-befa-2d1dbd593210 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] TaaS: Handle Delete Port: 92721b56-e23d-4c6f-85e0-a94374ace386 2026-07-02 04:37:30.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3dd5a68-1338-478b-befa-2d1dbd593210 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Tap Mirror: Handle Delete Port: 92721b56-e23d-4c6f-85e0-a94374ace386 [pid: 8|app: 0|req: 991/1950] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:30 2026] DELETE /v2.0/ports/92721b56-e23d-4c6f-85e0-a94374ace386 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1951] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:37:30 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:30.687 8 INFO neutron.db.segments_db [None req-57dd9222-6df4-4666-a736-1b3420f51d0c 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Added segment 6c4eeb6a-e69f-4aca-b2da-704d86207d38 of type vxlan for network 77340b2c-c4c6-4535-8c62-e0a43452c1d8 [pid: 8|app: 0|req: 992/1952] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:30 2026] POST /v2.0/networks => generated 652 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:30.854 7 INFO neutron.db.segments_db [None req-161e7ff1-148d-48a6-9b46-4718be5311a3 5a65f833d6ff4c2da4d665244a1a150d 41f3a232c8f34d17bd3b939e28d3de8c - - default default] Added segment 23874a03-8bba-4041-9b5d-d8adbaeeac80 of type vxlan for network 0b57be50-ac2d-442e-bbb3-a0768940a58b [pid: 7|app: 0|req: 961/1953] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:30 2026] POST /v2.0/networks => generated 652 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1954] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:31 2026] POST /v2.0/subnets => generated 1324 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1955] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:37:31 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1956] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:31 2026] DELETE /v2.0/subnets/3b80dc8b-d2c7-4f57-8eae-a3b5e0f81413 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1957] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:31 2026] DELETE /v2.0/subnets/074d492d-8f35-422f-bb8f-cf6363241022 => 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: 995/1958] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:37:32 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:32.210 7 INFO neutron.services.segments.plugin [-] Segment 23874a03-8bba-4041-9b5d-d8adbaeeac80 resource provider aggregate not found 2026-07-02 04:37:32.212 7 INFO neutron.services.segments.plugin [-] Segment 23874a03-8bba-4041-9b5d-d8adbaeeac80 resource provider aggregate not found 2026-07-02 04:37:32.234 7 INFO neutron.services.segments.plugin [-] Segment 23874a03-8bba-4041-9b5d-d8adbaeeac80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23874a03-8bba-4041-9b5d-d8adbaeeac80 found for delete ", "request_id": "req-93ab72f5-914f-4456-96a2-86661d7dc89b"}]} 2026-07-02 04:37:32.237 7 INFO neutron.services.segments.plugin [-] Segment 23874a03-8bba-4041-9b5d-d8adbaeeac80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23874a03-8bba-4041-9b5d-d8adbaeeac80 found for delete ", "request_id": "req-86bf726d-0a69-45bc-8592-3c841af7a57f"}]} [pid: 7|app: 0|req: 964/1959] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:32 2026] DELETE /v2.0/networks/0b57be50-ac2d-442e-bbb3-a0768940a58b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:32.390 8 INFO neutron.services.segments.plugin [-] Segment 6c4eeb6a-e69f-4aca-b2da-704d86207d38 resource provider aggregate not found 2026-07-02 04:37:32.397 8 INFO neutron.services.segments.plugin [-] Segment 6c4eeb6a-e69f-4aca-b2da-704d86207d38 resource provider aggregate not found 2026-07-02 04:37:32.405 8 INFO neutron.services.segments.plugin [-] Segment 6c4eeb6a-e69f-4aca-b2da-704d86207d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c4eeb6a-e69f-4aca-b2da-704d86207d38 found for delete ", "request_id": "req-1732698b-f6ff-4984-bac8-a984d6672b16"}]} 2026-07-02 04:37:32.418 8 INFO neutron.services.segments.plugin [-] Segment 6c4eeb6a-e69f-4aca-b2da-704d86207d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c4eeb6a-e69f-4aca-b2da-704d86207d38 found for delete ", "request_id": "req-f40d349f-4a6e-4f60-ad64-530c61f941b8"}]} [pid: 8|app: 0|req: 996/1960] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:32 2026] DELETE /v2.0/networks/77340b2c-c4c6-4535-8c62-e0a43452c1d8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1961] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:32 2026] DELETE /v2.0/networks/ae4dacf0-289b-4358-a708-71e6948890db => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1962] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:32 2026] DELETE /v2.0/networks/cf169793-fa69-4b37-adb2-3013fe67bb9c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:32.879 7 INFO neutron.db.segments_db [None req-1330de1a-6d2e-4c3f-af06-e35a91f17496 6cfea145976e4e92884aadcf331df1ec cc0a97b215324b1894b8f377e8e64fd8 - - default default] Added segment bc1902d1-f353-4a06-a82f-ee60ea106564 of type vxlan for network 61d922a4-b438-43d5-93e1-5ebe9abdb405 [pid: 7|app: 0|req: 966/1963] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:32 2026] POST /v2.0/networks => generated 631 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1966] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1967] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1968] 10.0.0.81 () {34 vars in 762 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-02 04:37:33.166 8 INFO neutron.db.segments_db [None req-70fd5a18-0332-4500-a837-703899d1167e fe05f7b285454c1aaf1e6eb0fde11331 e57017505dc24f7ebe1f50c6f0aea384 - - default default] Added segment 960c0801-83aa-422a-accf-6c2611f03bfe of type vxlan for network a83a4830-9638-4670-80ff-5d26ef9b1840 [pid: 7|app: 0|req: 972/1969] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/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: 998/1970] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:32 2026] POST /v2.0/networks => generated 631 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1971] 10.0.0.81 () {34 vars in 758 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1972] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/security-groups?tenant_id=41f3a232c8f34d17bd3b939e28d3de8c&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1973] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/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: 1001/1974] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:33 2026] DELETE /v2.0/security-groups/9d6e9f90-55f8-4629-b30c-c4115a541344 => 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: 1002/1975] 10.0.0.81 () {34 vars in 780 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1976] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1977] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:37:33 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1004/1978] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1979] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1980] 10.0.0.81 () {32 vars in 739 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1981] 10.0.0.81 () {34 vars in 664 bytes} [Thu Jul 2 04:37:33 2026] POST /v2.0/trunks => generated 407 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:33.835 8 INFO neutron.api.v2.resource [None req-e713eed4-314a-4775-8128-5e3a4a9f4cf5 6cfea145976e4e92884aadcf331df1ec cc0a97b215324b1894b8f377e8e64fd8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/1982] 10.0.0.81 () {32 vars in 743 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1983] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1984] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1985] 10.0.0.81 () {32 vars in 742 bytes} [Thu Jul 2 04:37:33 2026] DELETE /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1986] 10.0.0.81 () {34 vars in 758 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1987] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1988] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1989] 10.0.0.81 () {34 vars in 754 bytes} [Thu Jul 2 04:37:33 2026] PUT /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1990] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:33 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:34.015 8 INFO neutron.api.v2.resource [None req-f28a39af-ee1a-47bf-a8b1-cddb0e27c693 6cfea145976e4e92884aadcf331df1ec cc0a97b215324b1894b8f377e8e64fd8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1010/1991] 10.0.0.81 () {32 vars in 746 bytes} [Thu Jul 2 04:37:33 2026] DELETE /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1992] 10.0.0.81 () {34 vars in 776 bytes} [Thu Jul 2 04:37:34 2026] PUT /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1993] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/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: 1011/1994] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:34 2026] DELETE /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1995] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:37:34 2026] PUT /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1996] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1997] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1998] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:34 2026] DELETE /v2.0/networks/61d922a4-b438-43d5-93e1-5ebe9abdb405 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:34.425 8 INFO neutron.services.segments.plugin [-] Segment 2e3a0d45-1058-4f17-adc9-a534e22b24fd resource provider aggregate not found 2026-07-02 04:37:34.438 8 INFO neutron.services.segments.plugin [-] Segment 2e3a0d45-1058-4f17-adc9-a534e22b24fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e3a0d45-1058-4f17-adc9-a534e22b24fd found for delete ", "request_id": "req-ee9ad023-c665-411c-8f80-7b31f22c41d1"}]} 2026-07-02 04:37:34.444 8 INFO neutron.services.segments.plugin [-] Segment 2e3a0d45-1058-4f17-adc9-a534e22b24fd resource provider aggregate not found 2026-07-02 04:37:34.452 8 INFO neutron.services.segments.plugin [-] Segment bc1902d1-f353-4a06-a82f-ee60ea106564 resource provider aggregate not found 2026-07-02 04:37:34.459 8 INFO neutron.services.segments.plugin [-] Segment 2e3a0d45-1058-4f17-adc9-a534e22b24fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e3a0d45-1058-4f17-adc9-a534e22b24fd found for delete ", "request_id": "req-091b9288-ab42-4f66-8438-12a49430ff27"}]} 2026-07-02 04:37:34.464 8 INFO neutron.services.segments.plugin [-] Segment bc1902d1-f353-4a06-a82f-ee60ea106564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc1902d1-f353-4a06-a82f-ee60ea106564 found for delete ", "request_id": "req-cd60abba-220a-4638-bc61-69eaf6585ae9"}]} 2026-07-02 04:37:34.481 8 INFO neutron.services.segments.plugin [-] Segment bc1902d1-f353-4a06-a82f-ee60ea106564 resource provider aggregate not found 2026-07-02 04:37:34.497 8 INFO neutron.services.segments.plugin [-] Segment bc1902d1-f353-4a06-a82f-ee60ea106564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc1902d1-f353-4a06-a82f-ee60ea106564 found for delete ", "request_id": "req-1c52762d-f6a7-4411-b21a-26917bb1bed6"}]} [pid: 7|app: 0|req: 986/1999] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/red => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:34.753 7 INFO neutron.services.segments.plugin [-] Segment 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 resource provider aggregate not found 2026-07-02 04:37:34.758 7 INFO neutron.services.segments.plugin [-] Segment 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 resource provider aggregate not found 2026-07-02 04:37:34.773 7 INFO neutron.services.segments.plugin [-] Segment 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 found for delete ", "request_id": "req-77eabd6b-cb10-4924-a9ee-7fc9a734deeb"}]} 2026-07-02 04:37:34.775 8 INFO neutron.api.v2.resource [None req-bb3d493d-3fee-4830-a006-60d2874c5948 fe05f7b285454c1aaf1e6eb0fde11331 e57017505dc24f7ebe1f50c6f0aea384 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/2000] 10.0.0.81 () {32 vars in 739 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 04:37:34.785 7 INFO neutron.services.segments.plugin [-] Segment 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a5a263-6e18-4ecd-a46f-2a2bcdf3f6a0 found for delete ", "request_id": "req-e50f92e4-68d1-49a3-a681-17c2d34385ea"}]} [pid: 7|app: 0|req: 987/2001] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:34 2026] DELETE /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2002] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:34.892 7 INFO neutron.api.v2.resource [None req-90897ba5-364f-4a38-8f73-44f1895e2423 fe05f7b285454c1aaf1e6eb0fde11331 e57017505dc24f7ebe1f50c6f0aea384 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 988/2003] 10.0.0.81 () {32 vars in 742 bytes} [Thu Jul 2 04:37:34 2026] DELETE /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2004] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:34 2026] DELETE /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2005] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c/tags => 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: 991/2006] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2007] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/ports/638bbc17-c82e-44b4-b13a-353cd69fd6f6 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2008] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:37:35 2026] DELETE /v2.0/trunks/c42343a1-e15e-4185-9495-45b40a18133c => 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: 1016/2009] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:34 2026] GET /v2.0/security-groups?tenant_id=cc0a97b215324b1894b8f377e8e64fd8&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:35.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-18eb6799-4dfc-4975-83f3-a51d54d5fe11 fe05f7b285454c1aaf1e6eb0fde11331 e57017505dc24f7ebe1f50c6f0aea384 - - default default] TaaS: Handle Delete Port: 638bbc17-c82e-44b4-b13a-353cd69fd6f6 2026-07-02 04:37:35.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18eb6799-4dfc-4975-83f3-a51d54d5fe11 fe05f7b285454c1aaf1e6eb0fde11331 e57017505dc24f7ebe1f50c6f0aea384 - - default default] Tap Mirror: Handle Delete Port: 638bbc17-c82e-44b4-b13a-353cd69fd6f6 [pid: 8|app: 0|req: 1017/2010] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:35 2026] DELETE /v2.0/security-groups/8fd5ec8e-e005-4cc2-bb7b-17bcca3aa9fb => 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: 994/2011] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:35 2026] DELETE /v2.0/ports/638bbc17-c82e-44b4-b13a-353cd69fd6f6 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2012] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:35 2026] DELETE /v2.0/networks/a83a4830-9638-4670-80ff-5d26ef9b1840 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2013] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:35 2026] GET /v2.0/security-groups?tenant_id=e9ce9bfd732b47dc8c0093ff7393b3d8&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:35.632 8 INFO neutron.db.segments_db [None req-15b7f6ca-ff72-46c8-b9be-29d9caad491f 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Added segment eba9b976-8944-4573-b224-bc4cb7d9827e of type vxlan for network bc692459-0989-405e-bad2-265e04272759 [pid: 7|app: 0|req: 997/2014] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:35 2026] DELETE /v2.0/security-groups/e9246069-6a9b-4645-bed0-3ed5da836cd3 => 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: 1018/2015] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:35 2026] POST /v2.0/networks => generated 648 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2016] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:35 2026] POST /v2.0/ports => generated 779 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:36.079 8 INFO neutron.db.segments_db [None req-eb51ab01-07e0-41f4-93d5-d6fe1c2525e9 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Added segment 2c96535d-4673-4b24-9b6e-4c50ab993502 of type vxlan for network 5af9e73a-c0f2-4aa5-9fbe-a140a0662ed6 [pid: 8|app: 0|req: 1019/2017] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:36 2026] POST /v2.0/networks => generated 635 bytes in 141 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: 999/2018] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:36 2026] GET /v2.0/security-groups?tenant_id=6e5122474aa24c5e981ee40eb0b72406&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2019] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:36 2026] POST /v2.0/subnets => generated 646 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2020] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:36 2026] DELETE /v2.0/security-groups/3a4a3733-2b92-463f-96a3-ac988cf40d5f => 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: 1001/2021] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:36 2026] GET /v2.0/security-groups?tenant_id=e57017505dc24f7ebe1f50c6f0aea384&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2022] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:36 2026] DELETE /v2.0/security-groups/4a3f3169-4785-4c21-9bc8-d086eb11b8d2 => 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: 1021/2023] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:36 2026] POST /v2.0/ports => generated 966 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:36.794 7 INFO neutron.services.segments.plugin [-] Segment 960c0801-83aa-422a-accf-6c2611f03bfe resource provider aggregate not found 2026-07-02 04:37:36.811 7 INFO neutron.services.segments.plugin [-] Segment 960c0801-83aa-422a-accf-6c2611f03bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 960c0801-83aa-422a-accf-6c2611f03bfe found for delete ", "request_id": "req-5732d56d-8c1b-4718-b3aa-5610f4f77c1b"}]} 2026-07-02 04:37:36.814 7 INFO neutron.services.segments.plugin [-] Segment 960c0801-83aa-422a-accf-6c2611f03bfe resource provider aggregate not found 2026-07-02 04:37:36.833 7 INFO neutron.services.segments.plugin [-] Segment 960c0801-83aa-422a-accf-6c2611f03bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 960c0801-83aa-422a-accf-6c2611f03bfe found for delete ", "request_id": "req-5bfbe0ad-9087-4c84-bade-c93d04fdccec"}]} 2026-07-02 04:37:36.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c751027-418b-42a7-8c4a-be235d53a3bd 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] TaaS: Handle Delete Port: b47e0bdf-ab1b-4815-9695-6f2b8aeec3ce 2026-07-02 04:37:36.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c751027-418b-42a7-8c4a-be235d53a3bd 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Tap Mirror: Handle Delete Port: b47e0bdf-ab1b-4815-9695-6f2b8aeec3ce [pid: 7|app: 0|req: 1003/2024] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:36 2026] DELETE /v2.0/ports/b47e0bdf-ab1b-4815-9695-6f2b8aeec3ce => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:37.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51b8df50-1a04-43e4-bfcc-ad5d4d68e5de 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2025] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:37 2026] DELETE /v2.0/ports/b47e0bdf-ab1b-4815-9695-6f2b8aeec3ce => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:37.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e00fc65c-66b5-4c5b-9736-6c29697b7fa4 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/2026] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:37 2026] GET /v2.0/ports/b47e0bdf-ab1b-4815-9695-6f2b8aeec3ce => 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: 1023/2027] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:37 2026] DELETE /v2.0/subnets/7596569c-fe2e-4c6c-8c69-3ba2f17cd168 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:37.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffeba701-fe43-4416-acf1-c66beccc91cc 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] TaaS: Handle Delete Port: 25d42b78-d96e-441d-b13b-1fc122c0914c 2026-07-02 04:37:37.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffeba701-fe43-4416-acf1-c66beccc91cc 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Tap Mirror: Handle Delete Port: 25d42b78-d96e-441d-b13b-1fc122c0914c [pid: 7|app: 0|req: 1005/2028] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:37 2026] DELETE /v2.0/networks/5af9e73a-c0f2-4aa5-9fbe-a140a0662ed6 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:37.637 8 INFO neutron.db.segments_db [None req-94d7ee81-2b60-4316-b41a-70bf252f9e20 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Added segment 704c90e4-ff4a-4e48-b485-7edd49ab2775 of type vxlan for network c46d322e-6e0a-44a4-88cd-c88b09cf444c [pid: 7|app: 0|req: 1006/2029] 10.0.0.81 () {32 vars in 824 bytes} [Thu Jul 2 04:37:37 2026] GET /v2.0/ports?project_id=b3aacb779548454b9fd5125010610f3e&network_id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 3691 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2030] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:37 2026] POST /v2.0/networks => generated 636 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2031] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:37 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2032] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:37:37 2026] GET /v2.0/subnets?network_id=90e87644-dd08-493c-a689-4ae374fd1c84 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:38.230 8 INFO neutron.db.l3_db [None req-80d61c04-ca39-4694-8d31-b29e3f48dc29 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Floating IP 7b817923-e1dd-48a6-8d1c-aa235af7b494 disassociated. External IP: 10.96.250.204, port: 3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338. [pid: 7|app: 0|req: 1008/2033] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:37 2026] POST /v2.0/ports => generated 928 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:38.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c9298c7-c3a8-4a35-a927-8de5c7f7432f 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] TaaS: Handle Delete Port: 143a0015-99e7-4202-ab26-2a2480521d5b 2026-07-02 04:37:38.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c9298c7-c3a8-4a35-a927-8de5c7f7432f 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Tap Mirror: Handle Delete Port: 143a0015-99e7-4202-ab26-2a2480521d5b [pid: 7|app: 0|req: 1009/2034] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:38 2026] DELETE /v2.0/ports/143a0015-99e7-4202-ab26-2a2480521d5b => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2035] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:37:38 2026] PUT /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 554 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:38.532 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d956060-dbb4-47eb-a1ab-1f66a39b3d73 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1010/2036] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:38 2026] GET /v2.0/ports/143a0015-99e7-4202-ab26-2a2480521d5b => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2037] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:38 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:38.563 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c43403e-be3b-44c1-91a2-ad238e7874f4'] response: {'name': 'network-changed', 'server_uuid': 'c5a3fa67-2624-408b-99dc-c9fde5f4f051', 'tag': '3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1011/2038] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:38 2026] DELETE /v2.0/subnets/454d5322-2456-47df-b00f-c76f1c5fc923 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:38.806 8 INFO neutron.services.segments.plugin [-] Segment 704c90e4-ff4a-4e48-b485-7edd49ab2775 resource provider aggregate not found 2026-07-02 04:37:38.807 8 INFO neutron.services.segments.plugin [-] Segment 704c90e4-ff4a-4e48-b485-7edd49ab2775 resource provider aggregate not found 2026-07-02 04:37:38.828 8 INFO neutron.services.segments.plugin [-] Segment 704c90e4-ff4a-4e48-b485-7edd49ab2775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 704c90e4-ff4a-4e48-b485-7edd49ab2775 found for delete ", "request_id": "req-62c96d5e-c0a7-442f-a4c8-48f7af553b24"}]} 2026-07-02 04:37:38.830 8 INFO neutron.services.segments.plugin [-] Segment 704c90e4-ff4a-4e48-b485-7edd49ab2775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 704c90e4-ff4a-4e48-b485-7edd49ab2775 found for delete ", "request_id": "req-3a9a1b83-70f5-4fd0-8714-103fa69ff2a3"}]} 2026-07-02 04:37:38.833 7 INFO neutron.services.segments.plugin [-] Segment 2c96535d-4673-4b24-9b6e-4c50ab993502 resource provider aggregate not found 2026-07-02 04:37:38.851 7 INFO neutron.services.segments.plugin [-] Segment 2c96535d-4673-4b24-9b6e-4c50ab993502 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c96535d-4673-4b24-9b6e-4c50ab993502 found for delete ", "request_id": "req-95e8ae74-4177-4524-bf5e-04c459564719"}]} [pid: 8|app: 0|req: 1028/2039] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:38 2026] DELETE /v2.0/networks/c46d322e-6e0a-44a4-88cd-c88b09cf444c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:38.858 7 INFO neutron.services.segments.plugin [-] Segment 2c96535d-4673-4b24-9b6e-4c50ab993502 resource provider aggregate not found 2026-07-02 04:37:38.872 7 INFO neutron.services.segments.plugin [-] Segment 2c96535d-4673-4b24-9b6e-4c50ab993502 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c96535d-4673-4b24-9b6e-4c50ab993502 found for delete ", "request_id": "req-ec4ea9a1-b48d-406d-8759-b5500221d6dc"}]} [pid: 7|app: 0|req: 1012/2040] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:38 2026] POST /v2.0/ports => generated 779 bytes in 235 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: 1013/2041] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2042] 10.0.0.81 () {34 vars in 735 bytes} [Thu Jul 2 04:37:39 2026] PUT /v2.0/ports/fa94b7e5-ff77-4e16-a982-1b9492a9fa17 => generated 752 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:39.290 8 INFO neutron.db.segments_db [None req-018cf90f-1cab-4a8f-bbd9-ab38363f0472 b18fff17a5c44e5590479f8769ebee87 3871e24caaa94b6584e56cbe07c3b92e - - default default] Added segment 3dec84cf-e314-464b-99d0-b7d8ac5a3041 of type vxlan for network edb80292-6a6a-49cc-8e9e-089d7b90c155 [pid: 7|app: 0|req: 1015/2043] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2044] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:38 2026] POST /v2.0/networks => generated 631 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2045] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:39.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c8a55b7-6f59-41e7-8353-797f38207624 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] TaaS: Handle Delete Port: fa94b7e5-ff77-4e16-a982-1b9492a9fa17 2026-07-02 04:37:39.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c8a55b7-6f59-41e7-8353-797f38207624 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Tap Mirror: Handle Delete Port: fa94b7e5-ff77-4e16-a982-1b9492a9fa17 [pid: 7|app: 0|req: 1016/2046] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:39 2026] DELETE /v2.0/ports/fa94b7e5-ff77-4e16-a982-1b9492a9fa17 => 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: 1017/2047] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/subnets?id=b39aacef-55cb-47fb-ab78-4c009b3f8397 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2048] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2049] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports?network_id=a9d684ce-768a-4c17-9768-d757142cdf50&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: 1020/2050] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:39.631 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfa9e12d-468c-4aa6-95a4-29d54f366f19 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/2051] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports/fa94b7e5-ff77-4e16-a982-1b9492a9fa17 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2052] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2053] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:37:39 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1023/2054] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2055] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2056] 10.0.0.81 () {34 vars in 745 bytes} [Thu Jul 2 04:37:39 2026] PUT /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2057] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports/c822b358-8eb1-4eb4-97b1-1c2fdb8b69bd => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:39.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96bd711f-9a39-4051-83ea-7d80c2b2a83c 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2058] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:39 2026] DELETE /v2.0/ports/143a0015-99e7-4202-ab26-2a2480521d5b => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:39.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1663d78-85f6-4525-83cb-da3b1f9dba4f 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/2059] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:39 2026] DELETE /v2.0/subnets/454d5322-2456-47df-b00f-c76f1c5fc923 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:39.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41a009e4-a2ab-414e-adb7-72f053e55827 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2060] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:39 2026] DELETE /v2.0/subnets/7596569c-fe2e-4c6c-8c69-3ba2f17cd168 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2061] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:39 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:39.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-57cb1272-5977-4e89-b130-30501eb3e690 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] TaaS: Handle Delete Port: c822b358-8eb1-4eb4-97b1-1c2fdb8b69bd 2026-07-02 04:37:39.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57cb1272-5977-4e89-b130-30501eb3e690 5bf6a15b60be449f96e090947915d051 eeb9849448d04609942ee9d86d8362df - - default default] Tap Mirror: Handle Delete Port: c822b358-8eb1-4eb4-97b1-1c2fdb8b69bd [pid: 7|app: 0|req: 1026/2062] 10.0.0.81 () {34 vars in 756 bytes} [Thu Jul 2 04:37:39 2026] PUT /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1037/2063] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:39 2026] DELETE /v2.0/ports/c822b358-8eb1-4eb4-97b1-1c2fdb8b69bd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2064] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1028/2065] 10.0.0.81 () {34 vars in 752 bytes} [Thu Jul 2 04:37:40 2026] PUT /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1038/2066] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:40 2026] DELETE /v2.0/networks/bc692459-0989-405e-bad2-265e04272759 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2067] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2068] 10.0.0.81 () {34 vars in 774 bytes} [Thu Jul 2 04:37:40 2026] PUT /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags/black.or.white => generated 4 bytes in 62 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: 1030/2069] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/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: 1040/2070] 10.0.0.81 () {34 vars in 745 bytes} [Thu Jul 2 04:37:40 2026] PUT /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1031/2071] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1041/2072] 10.0.0.81 () {32 vars in 733 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:40.539 7 INFO neutron.api.v2.resource [None req-d4866fc6-c1b9-4cd0-9abc-6f4d6015ecb4 b18fff17a5c44e5590479f8769ebee87 3871e24caaa94b6584e56cbe07c3b92e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1032/2073] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/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: 8|app: 0|req: 1042/2074] 10.0.0.81 () {32 vars in 736 bytes} [Thu Jul 2 04:37:40 2026] DELETE /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags/red => generated 0 bytes in 49 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1043/2075] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 552 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2076] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 30 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:40.760 7 INFO neutron.api.v2.resource [None req-82f27681-8ff3-40ef-9bd7-544628330409 b18fff17a5c44e5590479f8769ebee87 3871e24caaa94b6584e56cbe07c3b92e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1034/2077] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:37:40 2026] DELETE /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags/green => generated 99 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1044/2078] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/security-groups?tenant_id=eeb9849448d04609942ee9d86d8362df&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2079] 10.0.0.81 () {32 vars in 728 bytes} [Thu Jul 2 04:37:40 2026] DELETE /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:40.856 8 INFO neutron.services.segments.plugin [-] Segment eba9b976-8944-4573-b224-bc4cb7d9827e resource provider aggregate not found 2026-07-02 04:37:40.858 8 INFO neutron.services.segments.plugin [-] Segment eba9b976-8944-4573-b224-bc4cb7d9827e resource provider aggregate not found 2026-07-02 04:37:40.885 8 INFO neutron.services.segments.plugin [-] Segment eba9b976-8944-4573-b224-bc4cb7d9827e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba9b976-8944-4573-b224-bc4cb7d9827e found for delete ", "request_id": "req-b7a4a3b6-9ccf-4cd2-aa99-0cb61ca3753e"}]} 2026-07-02 04:37:40.886 8 INFO neutron.services.segments.plugin [-] Segment eba9b976-8944-4573-b224-bc4cb7d9827e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba9b976-8944-4573-b224-bc4cb7d9827e found for delete ", "request_id": "req-d9102837-d4cf-46b4-97d3-8fb0ef839969"}]} [pid: 7|app: 0|req: 1036/2080] 10.0.0.81 () {32 vars in 725 bytes} [Thu Jul 2 04:37:40 2026] GET /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2/tags => generated 12 bytes in 51 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: 1045/2081] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:40 2026] DELETE /v2.0/security-groups/8366ad5e-d68f-4a99-ac23-3920b5d2654d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:40.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb7f3c73-65d4-4b40-89ba-8a7615586e6b b18fff17a5c44e5590479f8769ebee87 3871e24caaa94b6584e56cbe07c3b92e - - default default] TaaS: Handle Delete Port: 4e7edd65-57e0-4349-8d7b-88201a300fa2 2026-07-02 04:37:40.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb7f3c73-65d4-4b40-89ba-8a7615586e6b b18fff17a5c44e5590479f8769ebee87 3871e24caaa94b6584e56cbe07c3b92e - - default default] Tap Mirror: Handle Delete Port: 4e7edd65-57e0-4349-8d7b-88201a300fa2 [pid: 7|app: 0|req: 1037/2082] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:40 2026] DELETE /v2.0/ports/4e7edd65-57e0-4349-8d7b-88201a300fa2 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2083] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:41 2026] DELETE /v2.0/networks/edb80292-6a6a-49cc-8e9e-089d7b90c155 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2084] 10.0.0.81 () {34 vars in 683 bytes} [Thu Jul 2 04:37:41 2026] POST /v2.0/security-groups => generated 1675 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2085] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2086] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:41 2026] GET /v2.0/security-groups?tenant_id=2b3f3b8e1a454fa5bd76cc2c155439c7&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2087] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:42 2026] DELETE /v2.0/security-groups/2bc7477f-5026-4fe3-a2c1-f3fed8d302d2 => 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: 1040/2088] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2089] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:42 2026] GET /v2.0/security-groups?tenant_id=3871e24caaa94b6584e56cbe07c3b92e&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: 1049/2090] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:42 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: 1042/2091] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:42 2026] DELETE /v2.0/security-groups/1291534d-1f77-4fec-bde4-ef7249e23bcb => 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: 1050/2092] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:42.378 7 INFO neutron.db.securitygroups_db [None req-fb124bf4-2727-4ef0-8fb0-fe6f74566120 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Project b3aacb779548454b9fd5125010610f3e 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: 1043/2093] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:42.498 8 INFO neutron.db.securitygroups_db [None req-0d057c26-75cb-4051-a286-2f8e7c2c4ccf e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Project b3aacb779548454b9fd5125010610f3e 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: 1051/2094] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:42.853 7 INFO neutron.db.segments_db [None req-122c67d0-2ad8-4baa-99df-a1359e226b4e b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Added segment af727138-44d8-4def-812b-40285a08e7ca of type vxlan for network b3580f34-1ec6-44dd-bf37-71f12eda535b 2026-07-02 04:37:42.905 8 INFO neutron.services.segments.plugin [-] Segment 3dec84cf-e314-464b-99d0-b7d8ac5a3041 resource provider aggregate not found 2026-07-02 04:37:42.909 8 INFO neutron.services.segments.plugin [-] Segment 3dec84cf-e314-464b-99d0-b7d8ac5a3041 resource provider aggregate not found 2026-07-02 04:37:42.921 8 INFO neutron.services.segments.plugin [-] Segment 3dec84cf-e314-464b-99d0-b7d8ac5a3041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dec84cf-e314-464b-99d0-b7d8ac5a3041 found for delete ", "request_id": "req-8aa781bb-8370-4750-b838-f69026391432"}]} 2026-07-02 04:37:42.921 8 INFO neutron.services.segments.plugin [-] Segment 3dec84cf-e314-464b-99d0-b7d8ac5a3041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dec84cf-e314-464b-99d0-b7d8ac5a3041 found for delete ", "request_id": "req-11fcac7e-64c3-484b-947a-83fb119783c9"}]} [pid: 7|app: 0|req: 1044/2095] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:42 2026] POST /v2.0/networks => generated 644 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2096] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:37:42 2026] GET /v2.0/networks => generated 1298 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2097] 10.0.0.119 () {34 vars in 1099 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1022064941&fields=id&tenant_id=b3aacb779548454b9fd5125010610f3e => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2098] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2099] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:42 2026] POST /v2.0/ports => generated 774 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2100] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/quotas/b3aacb779548454b9fd5125010610f3e => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:43.328 8 INFO neutron.db.segments_db [None req-ff707a6b-965c-41c1-b108-02c308c173f4 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Added segment 85aa92b7-9908-43f9-a534-753dbca0b084 of type vxlan for network f95dc478-3b87-4c37-b659-f4b8ddc50670 [pid: 7|app: 0|req: 1049/2101] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2102] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 1053/2103] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:43 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2104] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2105] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:43 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => 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: 1051/2106] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:43 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2107] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:43 2026] POST /v2.0/ports => generated 953 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:44.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9e39a7e-eabe-462b-b56e-adb19c5e62d0 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] TaaS: Handle Delete Port: 3ed70235-20bb-4036-9282-6c8ab7bd023c 2026-07-02 04:37:44.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9e39a7e-eabe-462b-b56e-adb19c5e62d0 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Tap Mirror: Handle Delete Port: 3ed70235-20bb-4036-9282-6c8ab7bd023c [pid: 7|app: 0|req: 1052/2108] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:44 2026] DELETE /v2.0/ports/3ed70235-20bb-4036-9282-6c8ab7bd023c => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:44.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cfc1fc4-c3bf-4fbb-8c5d-6aa0fd45b272 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2109] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:44 2026] DELETE /v2.0/ports/3ed70235-20bb-4036-9282-6c8ab7bd023c => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:44.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aafda631-ec8e-4c54-a2fb-75940676786a b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1053/2110] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:44 2026] GET /v2.0/ports/3ed70235-20bb-4036-9282-6c8ab7bd023c => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2111] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:44 2026] DELETE /v2.0/subnets/221a1757-57e9-45eb-9b77-82a092d34105 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:44.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-26716bd7-0ebf-4ba2-b6c2-ce6df7ceaa09 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] TaaS: Handle Delete Port: c7a03a9c-848a-48b8-a26a-38cbe26f4c7d 2026-07-02 04:37:44.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26716bd7-0ebf-4ba2-b6c2-ce6df7ceaa09 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Tap Mirror: Handle Delete Port: c7a03a9c-848a-48b8-a26a-38cbe26f4c7d [pid: 8|app: 0|req: 1059/2112] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:44 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:44.872 7 INFO neutron.services.segments.plugin [-] Segment 85aa92b7-9908-43f9-a534-753dbca0b084 resource provider aggregate not found 2026-07-02 04:37:44.879 7 INFO neutron.services.segments.plugin [-] Segment 85aa92b7-9908-43f9-a534-753dbca0b084 resource provider aggregate not found 2026-07-02 04:37:44.904 7 INFO neutron.services.segments.plugin [-] Segment 85aa92b7-9908-43f9-a534-753dbca0b084 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85aa92b7-9908-43f9-a534-753dbca0b084 found for delete ", "request_id": "req-76cd03d5-798b-4755-98e2-74c980c903ca"}]} 2026-07-02 04:37:44.909 7 INFO neutron.services.segments.plugin [-] Segment 85aa92b7-9908-43f9-a534-753dbca0b084 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85aa92b7-9908-43f9-a534-753dbca0b084 found for delete ", "request_id": "req-d0e190fe-ed9b-45f6-92d7-378d212b4d88"}]} [pid: 7|app: 0|req: 1054/2113] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:44 2026] DELETE /v2.0/networks/f95dc478-3b87-4c37-b659-f4b8ddc50670 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:44.979 8 INFO neutron.db.segments_db [None req-a169d30a-336a-470e-a9a6-db292ce6c62b b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Added segment 91fbabf1-edae-4aa5-8903-1b6c91827d21 of type vxlan for network 0c623ff7-94a5-44fb-84db-d2a2259f8e92 [pid: 8|app: 0|req: 1060/2114] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:44 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2115] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:37:45 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2116] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:37:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2117] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:45 2026] PUT /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2118] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:45 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2119] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:45 2026] POST /v2.0/ports => generated 916 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2120] 10.0.0.81 () {34 vars in 768 bytes} [Thu Jul 2 04:37:45 2026] PUT /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2121] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:45 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => 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: 1061/2122] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:45 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:45.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-af3a249c-7b4a-4709-95ed-fde6cfb63a38 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] TaaS: Handle Delete Port: 9d809bee-f881-41f1-a1ef-999e2072d63a 2026-07-02 04:37:45.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af3a249c-7b4a-4709-95ed-fde6cfb63a38 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Tap Mirror: Handle Delete Port: 9d809bee-f881-41f1-a1ef-999e2072d63a [pid: 7|app: 0|req: 1062/2123] 10.0.0.81 () {34 vars in 764 bytes} [Thu Jul 2 04:37:45 2026] PUT /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2124] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:45 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2125] 10.0.0.81 () {34 vars in 786 bytes} [Thu Jul 2 04:37:45 2026] PUT /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2126] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:45 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2127] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:45 2026] DELETE /v2.0/ports/9d809bee-f881-41f1-a1ef-999e2072d63a => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:46.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7bcbc47-fe82-4f9d-b0b3-e39f1eca16ad b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2128] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:45 2026] GET /v2.0/ports/9d809bee-f881-41f1-a1ef-999e2072d63a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2129] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:37:45 2026] PUT /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2130] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2131] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:46.123 7 INFO neutron.api.v2.resource [None req-6a431301-541c-4d91-9f7d-9066439a3c48 583174a5d3104fecab6a92203afc3d12 542179c2ff5b4dc896295a681d9fa54f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2132] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/subnets/067816c5-4117-4909-bb99-dee8ba5a1bff => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2133] 10.0.0.81 () {32 vars in 749 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2134] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/red => 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: 1071/2135] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:37:46.255 8 INFO neutron.services.segments.plugin [-] Segment 91fbabf1-edae-4aa5-8903-1b6c91827d21 resource provider aggregate not found 2026-07-02 04:37:46.258 7 INFO neutron.api.v2.resource [None req-177e2a30-1918-4ace-b789-76c6106f5118 583174a5d3104fecab6a92203afc3d12 542179c2ff5b4dc896295a681d9fa54f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1072/2136] 10.0.0.81 () {32 vars in 752 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 04:37:46.261 8 INFO neutron.services.segments.plugin [-] Segment 91fbabf1-edae-4aa5-8903-1b6c91827d21 resource provider aggregate not found 2026-07-02 04:37:46.280 8 INFO neutron.services.segments.plugin [-] Segment 91fbabf1-edae-4aa5-8903-1b6c91827d21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91fbabf1-edae-4aa5-8903-1b6c91827d21 found for delete ", "request_id": "req-4280005c-1831-45aa-8d6f-cca2203a5b7c"}]} [pid: 8|app: 0|req: 1065/2137] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/networks/0c623ff7-94a5-44fb-84db-d2a2259f8e92 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:46.293 8 INFO neutron.services.segments.plugin [-] Segment 91fbabf1-edae-4aa5-8903-1b6c91827d21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91fbabf1-edae-4aa5-8903-1b6c91827d21 found for delete ", "request_id": "req-c0cd863a-8ad1-412b-a790-d8814c2faadd"}]} [pid: 7|app: 0|req: 1073/2138] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2139] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2140] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/subnetpools/4020d1e1-6e8d-41be-9dd7-81b356cf5307 => 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: 1066/2141] 10.0.0.81 () {34 vars in 663 bytes} [Thu Jul 2 04:37:46 2026] POST /v2.0/ports => generated 775 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2142] 10.0.0.81 () {34 vars in 735 bytes} [Thu Jul 2 04:37:46 2026] PUT /v2.0/ports/5d8efe1c-9bff-491c-90f7-4a557c9fb479 => generated 752 bytes in 214 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:37:46.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e0b4f0c-1011-4d21-9f4a-21bb029ab8c7 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] TaaS: Handle Delete Port: 5d8efe1c-9bff-491c-90f7-4a557c9fb479 2026-07-02 04:37:46.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0b4f0c-1011-4d21-9f4a-21bb029ab8c7 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Tap Mirror: Handle Delete Port: 5d8efe1c-9bff-491c-90f7-4a557c9fb479 [pid: 7|app: 0|req: 1077/2143] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2144] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:46 2026] DELETE /v2.0/ports/5d8efe1c-9bff-491c-90f7-4a557c9fb479 => 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: 1078/2145] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:37:46 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:47.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-333f967d-5c8d-4af8-ab55-8beb258226b9 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2146] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/ports/5d8efe1c-9bff-491c-90f7-4a557c9fb479 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2147] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/ports => generated 777 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2148] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/ports/095ccfa4-6675-4c37-8d86-4533404dc2aa => generated 774 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:47.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91e774b8-2524-49ad-8ea9-a4f11d697817 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2149] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/ports/9d809bee-f881-41f1-a1ef-999e2072d63a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:47.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cedae54b-d0ac-40d8-884a-f64aee620614 b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2150] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/subnets/067816c5-4117-4909-bb99-dee8ba5a1bff => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:37:47.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b85b1b70-ddcf-44d5-bfc3-48eb6dac242b b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1073/2151] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/subnets/221a1757-57e9-45eb-9b77-82a092d34105 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2152] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/security-groups?tenant_id=32fe23d30ae1464a8c8b3e55320df2c7&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:47.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ae76dab-6b4a-41f6-9a49-57311e5a917f b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] TaaS: Handle Delete Port: 095ccfa4-6675-4c37-8d86-4533404dc2aa 2026-07-02 04:37:47.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ae76dab-6b4a-41f6-9a49-57311e5a917f b444278cecca4d478d400e732a51f7ed 963d2852e061437ea6f21b260686bd5e - - default default] Tap Mirror: Handle Delete Port: 095ccfa4-6675-4c37-8d86-4533404dc2aa [pid: 7|app: 0|req: 1080/2153] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/security-groups/7ed4250d-ef3d-48f4-a3b5-f655a74a7361 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2154] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/ports/095ccfa4-6675-4c37-8d86-4533404dc2aa => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:47.496 7 INFO neutron.services.segments.plugin [-] Segment af727138-44d8-4def-812b-40285a08e7ca resource provider aggregate not found 2026-07-02 04:37:47.502 7 INFO neutron.services.segments.plugin [-] Segment af727138-44d8-4def-812b-40285a08e7ca resource provider aggregate not found [pid: 8|app: 0|req: 1075/2155] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/security-groups?tenant_id=542179c2ff5b4dc896295a681d9fa54f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:47.519 7 INFO neutron.services.segments.plugin [-] Segment af727138-44d8-4def-812b-40285a08e7ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af727138-44d8-4def-812b-40285a08e7ca found for delete ", "request_id": "req-d4a98cb7-d7c6-41e7-b1eb-c77f6557d030"}]} [pid: 7|app: 0|req: 1081/2156] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/networks/b3580f34-1ec6-44dd-bf37-71f12eda535b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:47.528 7 INFO neutron.services.segments.plugin [-] Segment af727138-44d8-4def-812b-40285a08e7ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af727138-44d8-4def-812b-40285a08e7ca found for delete ", "request_id": "req-a9ae193c-09c1-48d4-bfee-b69048f69251"}]} [pid: 8|app: 0|req: 1076/2157] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:47 2026] DELETE /v2.0/security-groups/2fd8733e-0cdc-49aa-af65-0debefcaf39e => 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: 1082/2158] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2159] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3aacb779548454b9fd5125010610f3e => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2162] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:47 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => 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/2163] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:48 2026] GET /v2.0/security-groups?tenant_id=963d2852e061437ea6f21b260686bd5e&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2164] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:48 2026] DELETE /v2.0/security-groups/287eb91d-5223-49f4-a10c-5aca9cc4c73e => 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: 1083/2165] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:37:47 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2166] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:37:48 2026] PUT /v2.0/ports/7b6c4a18-9abe-49de-a474-4bae7e17232d => generated 1235 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:48.867 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4495bc0f-1a53-44b4-8998-fcc06ce24dec'] response: {'name': 'network-changed', 'server_uuid': 'df51f851-cc24-4eaf-a758-32bb14ef9354', 'tag': '7b6c4a18-9abe-49de-a474-4bae7e17232d', '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: 1084/2167] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:49 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 969 bytes in 97 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: 1084/2168] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:49 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&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: 1085/2169] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:49 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2170] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:37:49 2026] GET /v2.0/networks?tenant_id=b3aacb779548454b9fd5125010610f3e&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: 1086/2171] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:37:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2172] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2173] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&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: 1086/2174] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:37:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2175] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2176] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2177] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7b6c4a18-9abe-49de-a474-4bae7e17232d => 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: 1087/2178] 10.0.0.81 () {34 vars in 756 bytes} [Thu Jul 2 04:37:50 2026] PUT /v2.0/security-groups/553cd090-a761-413f-adb2-3dac2bab8b23 => generated 1663 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2179] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/subnets?id=b39aacef-55cb-47fb-ab78-4c009b3f8397 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2180] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/security-groups/553cd090-a761-413f-adb2-3dac2bab8b23 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2181] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/ports?network_id=a9d684ce-768a-4c17-9768-d757142cdf50&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: 1094/2182] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 1089/2183] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:50 2026] DELETE /v2.0/security-groups/553cd090-a761-413f-adb2-3dac2bab8b23 => 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: 1090/2184] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2185] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:37:50 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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) 2026-07-02 04:37:50.802 8 INFO neutron.api.v2.resource [None req-0bd1fe59-2153-4af1-a5a7-efca4f79e37d 9a523c66e6544814846329e511600176 997ae7a94b4a48ebbb2c38420689b193 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2186] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:50 2026] DELETE /v2.0/security-groups/553cd090-a761-413f-adb2-3dac2bab8b23 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2187] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:37:50 2026] POST /v2.0/security-groups => generated 1625 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 04:37:50.981 8 INFO neutron.db.segments_db [None req-1a8f453e-6944-46b2-b9bb-c999937dd8ee 8ed13c31ab0e470ebb5332d5c6f46528 f0a84a31a9554551863fa8bc2f4feff6 - - default default] Added segment a143b248-63e4-43f6-8fcb-2c74941e58dd of type vxlan for network 7d28701f-bf7b-47ec-9986-83176b852c16 [pid: 7|app: 0|req: 1097/2188] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2189] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:50 2026] POST /v2.0/networks => generated 630 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2190] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules/178720df-1bec-4c62-8b80-b2e3a847bdbc => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:51.114 8 INFO neutron.db.segments_db [None req-c2dc67af-6f89-44dd-af56-3943b80ebc24 8ed13c31ab0e470ebb5332d5c6f46528 f0a84a31a9554551863fa8bc2f4feff6 - - default default] Added segment b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe of type vxlan for network bbf528f4-4507-4f97-91ef-2dcd32cb721e [pid: 7|app: 0|req: 1099/2191] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2192] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:37:51 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2193] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:37:51 2026] DELETE /v2.0/security-group-rules/178720df-1bec-4c62-8b80-b2e3a847bdbc => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2194] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:51 2026] PUT /v2.0/networks/7d28701f-bf7b-47ec-9986-83176b852c16/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2195] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:37:51 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: 1095/2196] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/networks/7d28701f-bf7b-47ec-9986-83176b852c16/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2197] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2198] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:51 2026] PUT /v2.0/networks/bbf528f4-4507-4f97-91ef-2dcd32cb721e/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2199] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules/a4dc3f52-2291-4ddf-806f-7674be7067c4 => 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: 1097/2200] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/networks/bbf528f4-4507-4f97-91ef-2dcd32cb721e/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2201] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2202] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:37:51 2026] PUT /v2.0/networks/bbf528f4-4507-4f97-91ef-2dcd32cb721e/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2203] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2204] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/networks/bbf528f4-4507-4f97-91ef-2dcd32cb721e/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2205] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:37:51 2026] DELETE /v2.0/security-group-rules/a4dc3f52-2291-4ddf-806f-7674be7067c4 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2206] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&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: 1100/2207] 10.0.0.81 () {32 vars in 731 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/networks/7d28701f-bf7b-47ec-9986-83176b852c16/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2208] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2209] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:37:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:37:51.705 8 INFO neutron.services.segments.plugin [-] Segment a143b248-63e4-43f6-8fcb-2c74941e58dd resource provider aggregate not found 2026-07-02 04:37:51.712 8 INFO neutron.services.segments.plugin [-] Segment a143b248-63e4-43f6-8fcb-2c74941e58dd resource provider aggregate not found [pid: 7|app: 0|req: 1110/2210] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules/b687aa0e-f8ec-41cf-8833-80aaa4f8be0f => generated 602 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:51.741 8 INFO neutron.services.segments.plugin [-] Segment a143b248-63e4-43f6-8fcb-2c74941e58dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a143b248-63e4-43f6-8fcb-2c74941e58dd found for delete ", "request_id": "req-5a44f374-889e-4578-b0a5-f655fe9a018e"}]} [pid: 8|app: 0|req: 1101/2211] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:51 2026] DELETE /v2.0/networks/7d28701f-bf7b-47ec-9986-83176b852c16 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:37:51.742 8 INFO neutron.services.segments.plugin [-] Segment a143b248-63e4-43f6-8fcb-2c74941e58dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a143b248-63e4-43f6-8fcb-2c74941e58dd found for delete ", "request_id": "req-41761642-a815-43e8-acfe-8b1830df9659"}]} [pid: 7|app: 0|req: 1111/2212] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2213] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:37:51 2026] DELETE /v2.0/security-group-rules/b687aa0e-f8ec-41cf-8833-80aaa4f8be0f => 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: 1102/2214] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:37:51 2026] DELETE /v2.0/networks/bbf528f4-4507-4f97-91ef-2dcd32cb721e => 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: 1113/2215] 10.0.0.81 () {32 vars in 671 bytes} [Thu Jul 2 04:37:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2216] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:51 2026] DELETE /v2.0/security-groups/7e73868b-13a5-4599-a68d-f1d8ab4fcec1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2217] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:37:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2218] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:37:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2219] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:52 2026] GET /v2.0/security-groups?tenant_id=997ae7a94b4a48ebbb2c38420689b193&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2220] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:52 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2221] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:52 2026] GET /v2.0/security-groups?tenant_id=dc99870e0d86416bb82872c5def3c958&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2222] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:52 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&fields=id&fields=name => generated 114 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2223] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:52 2026] DELETE /v2.0/security-groups/6ba25113-71cd-4add-bad5-e558b2dd7d0f => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2224] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:52 2026] DELETE /v2.0/security-groups/8eb3c2cc-9c49-42e0-9cd4-84b95a18e72c => 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: 1108/2225] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:53 2026] GET /v2.0/security-groups?tenant_id=f0a84a31a9554551863fa8bc2f4feff6&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: 1118/2226] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:53 2026] DELETE /v2.0/security-groups/fbc116cf-12ff-49b0-89cf-4965fee9fadf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:37:53.771 8 INFO neutron.services.segments.plugin [-] Segment b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe resource provider aggregate not found 2026-07-02 04:37:53.775 8 INFO neutron.services.segments.plugin [-] Segment b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe resource provider aggregate not found 2026-07-02 04:37:53.799 8 INFO neutron.services.segments.plugin [-] Segment b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe found for delete ", "request_id": "req-b20451e3-77df-4a04-a068-57197d5647ea"}]} 2026-07-02 04:37:53.800 8 INFO neutron.services.segments.plugin [-] Segment b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b38d0e4f-8ace-4b65-a20a-80d78b6b9bfe found for delete ", "request_id": "req-5ccdda98-7cdd-4055-8d79-b194bf720a30"}]} [pid: 8|app: 0|req: 1109/2227] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:54 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2228] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:54 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2229] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:55 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2230] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:55 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2231] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:56 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => 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: 1121/2232] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:56 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2233] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:37:56 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2234] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:37:56 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&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: 1123/2235] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:37:56 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => 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: 1113/2236] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:37:56 2026] GET /v2.0/security-groups?tenant_id=49a4bd1fcc6447b89af392722c26c768&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:37:56.937 7 INFO neutron.db.l3_db [None req-8847af59-0f9a-48cb-b241-0d26a4c9e062 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Floating IP 7b817923-e1dd-48a6-8d1c-aa235af7b494 associated. External IP: 10.96.250.204, port: 7b6c4a18-9abe-49de-a474-4bae7e17232d. [pid: 8|app: 0|req: 1114/2237] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:37:56 2026] DELETE /v2.0/security-groups/9ee3ccac-c334-4e00-8b75-344eb68f1ee1 => 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: 1124/2238] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:37:56 2026] PUT /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 855 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:37:57.195 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef804804-22a8-4182-8854-c05b6be18f40'] response: {'name': 'network-changed', 'server_uuid': 'df51f851-cc24-4eaf-a758-32bb14ef9354', 'tag': '7b6c4a18-9abe-49de-a474-4bae7e17232d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1115/2239] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2240] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/ports?tenant_id=b3aacb779548454b9fd5125010610f3e&device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2241] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/networks?id=a9d684ce-768a-4c17-9768-d757142cdf50 => 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: 1126/2242] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7b6c4a18-9abe-49de-a474-4bae7e17232d => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2243] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/subnets?id=b39aacef-55cb-47fb-ab78-4c009b3f8397 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2244] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/ports?network_id=a9d684ce-768a-4c17-9768-d757142cdf50&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: 1118/2245] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 1128/2246] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:37:57 2026] GET /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50?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: 1119/2247] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:37:58 2026] GET /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:05.607 8 INFO neutron.db.segments_db [None req-54b4bb1a-188a-48c5-b8d6-80d5b8ade9c0 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Added segment ffe3699c-a008-4da0-94f0-e0bbd7477d54 of type vxlan for network e0297e4a-5788-4bc2-b660-bc3c512369e4 [pid: 8|app: 0|req: 1121/2250] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:38:05 2026] POST /v2.0/networks => generated 640 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2251] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:05 2026] POST /v2.0/subnets => generated 657 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2252] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:38:05 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2253] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:05 2026] POST /v2.0/subnets => generated 732 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:38:06.279 8 INFO neutron.db.segments_db [None req-834d3c8c-04c3-4c4b-b884-fcafd27f6f75 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Added segment e8bbb0c6-ffef-4b78-84dc-d24459958a97 of type vxlan for network 77805f7e-3a0e-4a69-8dce-6e505fa9ba02 [pid: 8|app: 0|req: 1123/2254] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:38:06 2026] POST /v2.0/networks => generated 637 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2255] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:06 2026] POST /v2.0/subnets => generated 655 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2256] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:06 2026] POST /v2.0/subnets => generated 725 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:38:06.995 7 INFO neutron.db.segments_db [None req-0f84f86b-a976-44bf-a3e7-fd47b84ecec3 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Added segment 211a958e-61c9-491e-8c8e-7d621bcd1086 of type vxlan for network 4224a5fb-5016-4197-aa0b-a07dab33cd35 [pid: 7|app: 0|req: 1133/2257] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:38:06 2026] POST /v2.0/networks => generated 637 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2258] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:07 2026] POST /v2.0/subnets => generated 654 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2259] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:07 2026] POST /v2.0/subnets => generated 730 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:38:07.715 8 INFO neutron.db.segments_db [None req-b3530e65-93df-4fa2-94cf-0a1d0806fe80 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Added segment ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 of type vxlan for network 41145a94-581e-49db-aa97-a357c714c376 2026-07-02 04:38:07.984 8 INFO neutron.db.l3_hamode_db [None req-b3530e65-93df-4fa2-94cf-0a1d0806fe80 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1135/2260] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:38:08 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 1240 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2261] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:08 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:08.777 8 INFO neutron.db.l3_hamode_db [None req-b3530e65-93df-4fa2-94cf-0a1d0806fe80 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1126/2262] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:38:07 2026] POST /v2.0/routers => generated 683 bytes in 2055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2263] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:38:09 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2264] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:38:11 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2265] 10.0.0.81 () {34 vars in 781 bytes} [Thu Jul 2 04:38:12 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2266] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:38:13 2026] POST /v2.0/security-groups => generated 1630 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2267] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2268] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2269] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2270] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2271] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2272] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2273] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2274] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2275] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2276] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2277] 10.0.0.81 () {34 vars in 693 bytes} [Thu Jul 2 04:38:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2278] 10.0.0.119 () {34 vars in 1095 bytes} [Thu Jul 2 04:38:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1967298319&fields=id&tenant_id=7e75f13084c6480ca59c79d553601a92 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2279] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:38:15 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2280] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:38:15 2026] GET /v2.0/quotas/7e75f13084c6480ca59c79d553601a92 => 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: 1146/2281] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:38:15 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&fields=id => generated 287 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2282] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:38:16 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1147/2283] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:38:16 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2284] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:16 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => 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: 1148/2285] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:17 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2286] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:17 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&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: 1140/2289] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:18 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2290] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:18 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2291] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:19 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2292] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:20 2026] GET /v2.0/security-groups?id=14fec120-9c8e-4cd8-8b8f-bd075c8980a6&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: 1142/2293] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:38:20 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:20.200 7 INFO neutron_taas.services.taas.taas_plugin [req-0f3b1a88-6660-4470-b0a6-2055127a1d0c req-8ced9c09-010a-4751-b163-63b7155c6270 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: 7b6c4a18-9abe-49de-a474-4bae7e17232d 2026-07-02 04:38:20.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f3b1a88-6660-4470-b0a6-2055127a1d0c req-8ced9c09-010a-4751-b163-63b7155c6270 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: 7b6c4a18-9abe-49de-a474-4bae7e17232d 2026-07-02 04:38:20.321 7 INFO neutron.db.l3_db [req-0f3b1a88-6660-4470-b0a6-2055127a1d0c req-8ced9c09-010a-4751-b163-63b7155c6270 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Floating IP 7b817923-e1dd-48a6-8d1c-aa235af7b494 disassociated. External IP: 10.96.250.204, port: 7b6c4a18-9abe-49de-a474-4bae7e17232d. [pid: 7|app: 0|req: 1152/2294] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:38:20 2026] DELETE /v2.0/ports/7b6c4a18-9abe-49de-a474-4bae7e17232d => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2295] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:38:20 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 704 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:20.724 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b96d76f9-52b9-4a4c-a03b-0be349caa96a'] response: {'server_uuid': 'df51f851-cc24-4eaf-a758-32bb14ef9354', 'name': 'network-vif-deleted', 'tag': '7b6c4a18-9abe-49de-a474-4bae7e17232d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1153/2296] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:38:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e75f13084c6480ca59c79d553601a92 => generated 179 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2297] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:38:20 2026] POST /v2.0/ports => generated 1179 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1145/2298] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:21 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => 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: 1146/2299] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:21 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1194 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2300] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:21 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2301] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:38:21 2026] PUT /v2.0/ports/52b9804e-a87e-4421-8862-0d6388dd76c5 => generated 1460 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2302] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1155/2303] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2304] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.237&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1156/2305] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A98&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1150/2306] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => generated 1409 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2307] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:38:22.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7868e97a-42f8-40ff-b7e5-c1349154f095'] response: {'name': 'network-changed', 'server_uuid': '509fc37f-efc8-4a61-a96a-cf823bc40326', 'tag': '52b9804e-a87e-4421-8862-0d6388dd76c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1151/2308] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2309] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2310] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:38:22 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2311] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:23 2026] GET /v2.0/ports?device_id=df51f851-cc24-4eaf-a758-32bb14ef9354 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2312] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:38:23 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2313] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:38:23 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2314] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.237&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1161/2315] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A98&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1155/2316] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => 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: 1162/2317] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2318] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2319] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1157/2320] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:38:24 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1164/2321] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:24 2026] DELETE /v2.0/security-groups/14fec120-9c8e-4cd8-8b8f-bd075c8980a6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:24.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc3e5171-2d21-4150-be67-f9372f666cf1 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: 4e3443e1-2aa0-4b15-848f-64d288e8a352 2026-07-02 04:38:24.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc3e5171-2d21-4150-be67-f9372f666cf1 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: 4e3443e1-2aa0-4b15-848f-64d288e8a352 [pid: 8|app: 0|req: 1158/2322] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:38:24 2026] DELETE /v2.0/floatingips/7b817923-e1dd-48a6-8d1c-aa235af7b494 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2323] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:25 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2324] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:25 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2325] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:26 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2326] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:26 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&fields=id&fields=name => generated 113 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2327] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:26 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1194 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2328] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:26 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2329] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:27 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 1169/2330] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:27 2026] GET /v2.0/security-groups?id=724a6c7b-a8fd-4730-86c4-e7b2fb636267&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: 1162/2331] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:38:27 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:27.716 7 INFO neutron_taas.services.taas.taas_plugin [req-f74ca668-53f5-491b-8253-3de6e4dbaddd req-ef3750af-1807-4aba-88dd-0e933e9946e7 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: 3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 2026-07-02 04:38:27.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f74ca668-53f5-491b-8253-3de6e4dbaddd req-ef3750af-1807-4aba-88dd-0e933e9946e7 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: 3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 [pid: 7|app: 0|req: 1170/2332] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:38:27 2026] DELETE /v2.0/ports/3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:38:27.930 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d823401a-8703-4f4d-b097-aff2c517c6c3'] response: {'server_uuid': 'c5a3fa67-2624-408b-99dc-c9fde5f4f051', 'name': 'network-vif-deleted', 'tag': '3f1aac83-f4cf-4f3d-b82f-d25e0ee6e338', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1163/2333] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:28 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 1171/2334] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:29 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2335] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:30 2026] GET /v2.0/ports?device_id=c5a3fa67-2624-408b-99dc-c9fde5f4f051 => 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: 1172/2336] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:31 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2337] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:31 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&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: 1166/2338] 10.0.0.81 () {32 vars in 816 bytes} [Thu Jul 2 04:38:31 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&mac_address=fa%3A16%3A3e%3A96%3A3f%3Af2 => generated 1196 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2339] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:31 2026] DELETE /v2.0/security-groups/724a6c7b-a8fd-4730-86c4-e7b2fb636267 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:32.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-b76084df-54a4-4e6f-bf2b-b3897753dced e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: 17bd8a41-37eb-4c2c-a1f6-07a4bbdffac5 2026-07-02 04:38:32.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b76084df-54a4-4e6f-bf2b-b3897753dced e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: 17bd8a41-37eb-4c2c-a1f6-07a4bbdffac5 2026-07-02 04:38:32.784 8 INFO neutron.db.l3_db [None req-1702c542-1e55-4cb3-8301-92c9eb34eff1 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Floating IP 2d54c50f-8026-42e2-b0d4-832b9458486a associated. External IP: 10.96.250.208, port: 52b9804e-a87e-4421-8862-0d6388dd76c5. [pid: 7|app: 0|req: 1174/2340] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:38:32 2026] PUT /v2.0/routers/5a1cef86-8cd8-4e3e-988c-2e592d1a5ad4/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2343] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:38:32 2026] DELETE /v2.0/subnets/b39aacef-55cb-47fb-ab78-4c009b3f8397 => 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: 1167/2344] 10.0.0.81 () {34 vars in 675 bytes} [Thu Jul 2 04:38:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:38:33.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bab5ad9-4239-4cff-a78f-329cba0be02d'] response: {'name': 'network-changed', 'server_uuid': '509fc37f-efc8-4a61-a96a-cf823bc40326', 'tag': '52b9804e-a87e-4421-8862-0d6388dd76c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1168/2345] 10.0.0.119 () {34 vars in 1095 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1967298319&fields=id&tenant_id=7e75f13084c6480ca59c79d553601a92 => 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: 1169/2346] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2347] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/quotas/7e75f13084c6480ca59c79d553601a92 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:33.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-713283b6-240f-4d0f-b38a-66dcfe00ac9e e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: a4bc95df-c5be-4c79-878c-78bfa1cc0968 2026-07-02 04:38:33.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-713283b6-240f-4d0f-b38a-66dcfe00ac9e e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: a4bc95df-c5be-4c79-878c-78bfa1cc0968 [pid: 8|app: 0|req: 1171/2348] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&fields=id => generated 333 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2349] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1173/2350] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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) 2026-07-02 04:38:33.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-713283b6-240f-4d0f-b38a-66dcfe00ac9e e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: 0c244f5f-97f9-4f39-a2d3-53b3bc10eea4 2026-07-02 04:38:33.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-713283b6-240f-4d0f-b38a-66dcfe00ac9e e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: 0c244f5f-97f9-4f39-a2d3-53b3bc10eea4 [pid: 8|app: 0|req: 1174/2351] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2352] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2353] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2354] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.237&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2355] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A98&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1179/2356] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2357] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:38:33.947 7 INFO neutron.services.segments.plugin [-] Segment 5cf0fda9-3d48-456b-859d-b6a17d71703c resource provider aggregate not found 2026-07-02 04:38:33.959 7 INFO neutron.services.segments.plugin [-] Segment 5cf0fda9-3d48-456b-859d-b6a17d71703c resource provider aggregate not found [pid: 8|app: 0|req: 1181/2358] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:38:33.975 7 INFO neutron.services.segments.plugin [-] Segment 5cf0fda9-3d48-456b-859d-b6a17d71703c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf0fda9-3d48-456b-859d-b6a17d71703c found for delete ", "request_id": "req-abae946d-eb0c-458d-a0d8-bf539941cb06"}]} 2026-07-02 04:38:33.979 7 INFO neutron.services.segments.plugin [-] Segment 5cf0fda9-3d48-456b-859d-b6a17d71703c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf0fda9-3d48-456b-859d-b6a17d71703c found for delete ", "request_id": "req-6ba0a961-20d4-476a-a279-d94b70769e34"}]} 2026-07-02 04:38:33.989 7 INFO neutron.db.l3_hamode_db [None req-713283b6-240f-4d0f-b38a-66dcfe00ac9e e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] HA network 9cf7378e-6747-4a8f-8c6b-cfed7ba46dd8 was deleted as no HA routers are present in tenant b3aacb779548454b9fd5125010610f3e. [pid: 7|app: 0|req: 1178/2359] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:38:33 2026] DELETE /v2.0/routers/5a1cef86-8cd8-4e3e-988c-2e592d1a5ad4 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2360] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:38:33 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2361] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:38:34 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:38:34.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b7c24cb-d4e5-4ef2-8f66-13e74d3f38e3 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] TaaS: Handle Delete Port: c35ae79f-8774-4f9f-9c94-39225de49114 2026-07-02 04:38:34.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b7c24cb-d4e5-4ef2-8f66-13e74d3f38e3 e7c773d8744a4c29af64aea1bfe88674 b3aacb779548454b9fd5125010610f3e - - default default] Tap Mirror: Handle Delete Port: c35ae79f-8774-4f9f-9c94-39225de49114 [pid: 7|app: 0|req: 1179/2362] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:38:34 2026] DELETE /v2.0/networks/a9d684ce-768a-4c17-9768-d757142cdf50 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2363] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:34 2026] GET /v2.0/security-groups?tenant_id=2b5c6ea5feb44b6f98060f9177eb0259&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2364] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:35 2026] DELETE /v2.0/security-groups/09f52199-b6d2-49f4-8f14-4130efaa2070 => 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: 1185/2365] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:35 2026] GET /v2.0/security-groups?tenant_id=b3aacb779548454b9fd5125010610f3e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2366] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:35 2026] DELETE /v2.0/security-groups/97a993ee-0a65-4e40-a7c5-059d67800de7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:35.996 7 INFO neutron.services.segments.plugin [-] Segment 28069d9d-d4e1-4dbe-8551-5dbde94b007a resource provider aggregate not found 2026-07-02 04:38:36.006 7 INFO neutron.services.segments.plugin [-] Segment 28069d9d-d4e1-4dbe-8551-5dbde94b007a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28069d9d-d4e1-4dbe-8551-5dbde94b007a found for delete ", "request_id": "req-c9c6151a-c1d9-406f-bc88-8f2bf87d45d8"}]} 2026-07-02 04:38:36.010 7 INFO neutron.services.segments.plugin [-] Segment 28069d9d-d4e1-4dbe-8551-5dbde94b007a resource provider aggregate not found 2026-07-02 04:38:36.029 7 INFO neutron.services.segments.plugin [-] Segment 28069d9d-d4e1-4dbe-8551-5dbde94b007a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28069d9d-d4e1-4dbe-8551-5dbde94b007a found for delete ", "request_id": "req-bb548433-0fc1-4764-9777-226158de9849"}]} [pid: 8|app: 0|req: 1186/2367] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:38:37 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1465 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2368] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:37 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2369] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:38:37 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2370] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:38:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e75f13084c6480ca59c79d553601a92 => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2371] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:38 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => 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: 1188/2372] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:38:37 2026] POST /v2.0/ports => generated 1187 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2373] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:38:38 2026] PUT /v2.0/ports/5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => generated 1468 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:38:39.415 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7291d49b-f1ba-44ec-91f9-4dabced53b6e'] response: {'name': 'network-changed', 'server_uuid': 'cf10c082-117a-4fdf-9056-4d0862d7f5e2', 'tag': '5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f', '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: 1186/2374] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:38:39 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1471 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1187/2375] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:38:39 2026] GET /v2.0/networks?tenant_id=7e75f13084c6480ca59c79d553601a92&shared=False => generated 2374 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2376] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:38:40 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: 1189/2377] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:38:39 2026] POST /v2.0/floatingips => generated 552 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2378] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:38:40 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2379] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2380] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.223&port_id=5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => 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: 1192/2381] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f2&port_id=5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2382] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/subnets?id=ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e&id=63bf0e9b-5af1-4353-b407-9b68c790622f => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2383] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&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: 1195/2384] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2385] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1197/2386] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:38:41 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2387] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:38:41 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2388] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:38:41 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2389] 10.0.0.81 () {34 vars in 674 bytes} [Thu Jul 2 04:38:42 2026] POST /v2.0/floatingips => generated 552 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2390] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:38:42 2026] PUT /v2.0/floatingips/9f7bc00c-fa52-464a-948d-e50723ca564f/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2391] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:38:42 2026] PUT /v2.0/floatingips/226e5ac5-f7ac-4279-9316-0199a3a2cdac/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2392] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:38:42 2026] PUT /v2.0/floatingips/f5688dbe-86d5-49f2-9c8d-9e539cedfcad/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2393] 10.0.0.81 () {34 vars in 757 bytes} [Thu Jul 2 04:38:42 2026] PUT /v2.0/floatingips/af12cb72-1cdd-4596-a25c-0f901ad20fb5/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: 1201/2394] 10.0.0.81 () {32 vars in 670 bytes} [Thu Jul 2 04:38:42 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2395] 10.0.0.81 () {32 vars in 684 bytes} [Thu Jul 2 04:38:42 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2396] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2397] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2398] 10.0.0.81 () {32 vars in 678 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2399] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2400] 10.0.0.81 () {32 vars in 688 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2401] 10.0.0.81 () {32 vars in 700 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:38:43.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c0b2f03-5ee1-4aa1-82b8-db972d631898 d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] TaaS: Handle Delete Port: be2b3ebc-9933-496a-9a43-e5bdb2866597 2026-07-02 04:38:43.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c0b2f03-5ee1-4aa1-82b8-db972d631898 d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] Tap Mirror: Handle Delete Port: be2b3ebc-9933-496a-9a43-e5bdb2866597 [pid: 8|app: 0|req: 1205/2402] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:38:43 2026] DELETE /v2.0/floatingips/9f7bc00c-fa52-464a-948d-e50723ca564f => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:43.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d392d29-6aa2-4bdf-bf6b-9e8d84f02bfc d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] TaaS: Handle Delete Port: cfe4cd93-576f-45f8-a53d-7b7835ab34c1 2026-07-02 04:38:43.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d392d29-6aa2-4bdf-bf6b-9e8d84f02bfc d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] Tap Mirror: Handle Delete Port: cfe4cd93-576f-45f8-a53d-7b7835ab34c1 [pid: 8|app: 0|req: 1206/2403] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1202 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2404] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:38:43 2026] DELETE /v2.0/floatingips/226e5ac5-f7ac-4279-9316-0199a3a2cdac => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2405] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:43 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:38:44.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e4ebf29-6d4b-4238-b93c-64c144380dfe d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] TaaS: Handle Delete Port: 102a5dfa-9916-40bd-ae45-e28edbc3f368 2026-07-02 04:38:44.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e4ebf29-6d4b-4238-b93c-64c144380dfe d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] Tap Mirror: Handle Delete Port: 102a5dfa-9916-40bd-ae45-e28edbc3f368 [pid: 7|app: 0|req: 1199/2406] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:38:43 2026] DELETE /v2.0/floatingips/f5688dbe-86d5-49f2-9c8d-9e539cedfcad => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:44.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1ff2d70-323f-41af-b398-2fc337051bb0 d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] TaaS: Handle Delete Port: 09f13f60-90b1-43a9-98b8-03efbdd48550 2026-07-02 04:38:44.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1ff2d70-323f-41af-b398-2fc337051bb0 d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] Tap Mirror: Handle Delete Port: 09f13f60-90b1-43a9-98b8-03efbdd48550 [pid: 8|app: 0|req: 1208/2407] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:38:44 2026] DELETE /v2.0/floatingips/af12cb72-1cdd-4596-a25c-0f901ad20fb5 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:44.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5ed67f8-181b-4cfc-bb26-4f8ef304a558 d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] TaaS: Handle Delete Port: 87182af9-f653-417e-b596-77721496ca9e 2026-07-02 04:38:44.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ed67f8-181b-4cfc-bb26-4f8ef304a558 d1401e79e54143eab207b4b5d9ecdf51 dd02187c8b644f3f983c74bea076e445 - - default default] Tap Mirror: Handle Delete Port: 87182af9-f653-417e-b596-77721496ca9e [pid: 7|app: 0|req: 1200/2408] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:38:44 2026] DELETE /v2.0/floatingips/9abd6e5c-2c7f-484d-8b5f-2c6d6d049ed2 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2409] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:45 2026] GET /v2.0/security-groups?tenant_id=f5f7e24fdb23483d854741cc95af72f7&name=default => generated 2929 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2410] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:45 2026] DELETE /v2.0/security-groups/76628cbd-cca9-449a-a224-eef291eac1f6 => 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: 1210/2411] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:46 2026] GET /v2.0/security-groups?tenant_id=dd02187c8b644f3f983c74bea076e445&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: 1202/2412] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:46 2026] DELETE /v2.0/security-groups/d99ae5dc-456d-4d60-a069-d6ce5aaa02cb => 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: 1211/2413] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:46 2026] GET /v2.0/security-groups?tenant_id=6a1331929e464c84b22f7fd7823ddc6a&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2414] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:46 2026] DELETE /v2.0/security-groups/e255183c-22de-40f6-82fd-012cf23b38f8 => 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: 1213/2417] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:38:48 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1204 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2418] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:49 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2419] 10.0.0.81 () {32 vars in 816 bytes} [Thu Jul 2 04:38:49 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&mac_address=fa%3A16%3A3e%3A63%3A10%3Aa2 => generated 1204 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:38:50.067 7 INFO neutron.db.l3_db [None req-3808c023-26ae-4dc8-a5af-a370ec542ebc 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Floating IP 90a7e82d-4970-4b5c-9ded-8b1f1f92fadb associated. External IP: 10.96.250.204, port: 5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f. 2026-07-02 04:38:50.265 8 INFO neutron.db.segments_db [None req-613d021b-fbbc-408d-9dfc-2d31f6c87052 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] Added segment 1ccb39ee-8330-4506-8c67-b2c3df593f39 of type vxlan for network 89db74a2-d2a7-4e43-842d-1668ef3cf224 [pid: 7|app: 0|req: 1206/2420] 10.0.0.81 () {34 vars in 675 bytes} [Thu Jul 2 04:38:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:38:50.432 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98ff94b8-d16c-41b2-9ea3-5a79de1b6025'] response: {'name': 'network-changed', 'server_uuid': 'cf10c082-117a-4fdf-9056-4d0862d7f5e2', 'tag': '5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f', 'status': 'completed', 'code': 200} 2026-07-02 04:38:50.527 8 INFO neutron.db.l3_hamode_db [None req-613d021b-fbbc-408d-9dfc-2d31f6c87052 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 04:38:50.653 8 INFO neutron.db.l3_hamode_db [None req-613d021b-fbbc-408d-9dfc-2d31f6c87052 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1207/2421] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:38:50 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2422] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:38:50 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2423] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.223&port_id=5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2424] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f2&port_id=5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => 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: 1211/2425] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/subnets?id=ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e&id=63bf0e9b-5af1-4353-b407-9b68c790622f => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2426] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2427] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2428] 10.0.0.81 () {34 vars in 666 bytes} [Thu Jul 2 04:38:50 2026] POST /v2.0/routers => generated 474 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2429] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1215/2430] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1216/2431] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:38:51 2026] PUT /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 25 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2432] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2433] 10.0.0.81 () {34 vars in 760 bytes} [Thu Jul 2 04:38:51 2026] PUT /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/green => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2434] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2435] 10.0.0.81 () {34 vars in 756 bytes} [Thu Jul 2 04:38:51 2026] PUT /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2436] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:51 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2437] 10.0.0.81 () {34 vars in 778 bytes} [Thu Jul 2 04:38:52 2026] PUT /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/black.or.white => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2438] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:52 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 52 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2439] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:38:52 2026] PUT /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2440] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:52 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2441] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:38:52 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:38:53.445 7 INFO neutron.api.v2.resource [None req-149410ea-ab58-49f1-ad9e-ea4bd2500024 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1221/2442] 10.0.0.81 () {32 vars in 741 bytes} [Thu Jul 2 04:38:52 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/green => generated 99 bytes in 851 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2443] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:38:53 2026] DELETE /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/red => 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: 1222/2444] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:53 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 30 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:38:53.797 8 INFO neutron.api.v2.resource [None req-6809f3b2-2d8e-4ed8-8b6a-e71369782d7f 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1223/2445] 10.0.0.81 () {32 vars in 744 bytes} [Thu Jul 2 04:38:53 2026] DELETE /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags/green => generated 99 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2446] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:38:53 2026] DELETE /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2447] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:38:53 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9/tags => generated 12 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2448] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:38:54 2026] GET /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2449] 10.0.0.81 () {34 vars in 740 bytes} [Thu Jul 2 04:38:54 2026] PUT /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9 => generated 480 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2450] 10.0.0.81 () {32 vars in 734 bytes} [Thu Jul 2 04:38:54 2026] GET /v2.0/ports?device_id=2ced8226-8e78-471c-8868-692a92d382d9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:38:54.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-6394c185-8f02-4e13-b9be-484fc3288fbd 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] TaaS: Handle Delete Port: e3ec455f-f577-4c29-bf10-7f89903ad016 2026-07-02 04:38:54.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6394c185-8f02-4e13-b9be-484fc3288fbd 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] Tap Mirror: Handle Delete Port: e3ec455f-f577-4c29-bf10-7f89903ad016 2026-07-02 04:38:55.164 8 INFO neutron.services.segments.plugin [-] Segment 1ccb39ee-8330-4506-8c67-b2c3df593f39 resource provider aggregate not found 2026-07-02 04:38:55.169 8 INFO neutron.services.segments.plugin [-] Segment 1ccb39ee-8330-4506-8c67-b2c3df593f39 resource provider aggregate not found 2026-07-02 04:38:55.184 8 INFO neutron.db.l3_hamode_db [None req-6394c185-8f02-4e13-b9be-484fc3288fbd 4909da001a624ce69bd8997ceb3c874a 4e58fbd3e7c64fd5b2052d205fdfe527 - - default default] HA network 89db74a2-d2a7-4e43-842d-1668ef3cf224 was deleted as no HA routers are present in tenant 4e58fbd3e7c64fd5b2052d205fdfe527. 2026-07-02 04:38:55.187 8 INFO neutron.services.segments.plugin [-] Segment 1ccb39ee-8330-4506-8c67-b2c3df593f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ccb39ee-8330-4506-8c67-b2c3df593f39 found for delete ", "request_id": "req-dcff7232-16b4-462d-b003-80ed4fc21146"}]} 2026-07-02 04:38:55.187 8 INFO neutron.services.segments.plugin [-] Segment 1ccb39ee-8330-4506-8c67-b2c3df593f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ccb39ee-8330-4506-8c67-b2c3df593f39 found for delete ", "request_id": "req-6bed32f7-8626-4bef-af9e-3a46bcdf29e0"}]} [pid: 8|app: 0|req: 1226/2451] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:38:54 2026] DELETE /v2.0/routers/2ced8226-8e78-471c-8868-692a92d382d9 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2452] 10.0.0.242 () {34 vars in 989 bytes} [Thu Jul 2 04:38:55 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2453] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Jul 2 04:38:55 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2454] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:55 2026] GET /v2.0/security-groups?tenant_id=9d4f909dcdac4282a660d845f4c5c747&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2455] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:56 2026] DELETE /v2.0/security-groups/387ab36f-e81d-4e72-9d22-c1932fba4714 => 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: 1228/2456] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:38:56 2026] GET /v2.0/security-groups?tenant_id=4e58fbd3e7c64fd5b2052d205fdfe527&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2457] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:38:56 2026] DELETE /v2.0/security-groups/766c5c1e-cb57-40cb-bb97-5265b492800b => 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: 1229/2458] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:38:59 2026] POST /v2.0/security-groups => generated 1603 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2459] 10.0.0.81 () {34 vars in 765 bytes} [Thu Jul 2 04:39:00 2026] PUT /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2460] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2461] 10.0.0.81 () {34 vars in 776 bytes} [Thu Jul 2 04:39:00 2026] PUT /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2462] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2463] 10.0.0.81 () {34 vars in 772 bytes} [Thu Jul 2 04:39:00 2026] PUT /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2464] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/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: 1233/2465] 10.0.0.81 () {34 vars in 794 bytes} [Thu Jul 2 04:39:00 2026] PUT /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2466] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2467] 10.0.0.81 () {34 vars in 765 bytes} [Thu Jul 2 04:39:00 2026] PUT /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2468] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2469] 10.0.0.81 () {32 vars in 753 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:39:00.603 7 INFO neutron.api.v2.resource [None req-d2a2c974-79b6-479a-986b-2122e4aca2f6 ea5fbfbe7e484a36a40098687c996a8e 8bd99922c52f42cebe9253e836d44a63 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1235/2470] 10.0.0.81 () {32 vars in 757 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2471] 10.0.0.81 () {32 vars in 756 bytes} [Thu Jul 2 04:39:00 2026] DELETE /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2472] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:39:00.764 8 INFO neutron.api.v2.resource [None req-8b4bd472-c108-41b4-8ae1-0c178273e7a0 ea5fbfbe7e484a36a40098687c996a8e 8bd99922c52f42cebe9253e836d44a63 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1237/2473] 10.0.0.81 () {32 vars in 760 bytes} [Thu Jul 2 04:39:00 2026] DELETE /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2474] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:39:00 2026] DELETE /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/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: 1238/2475] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:39:00 2026] GET /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2476] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:00 2026] DELETE /v2.0/security-groups/03d3999a-963d-4de8-be6b-7e17138cd971 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2477] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:39:01 2026] GET /v2.0/security-groups?tenant_id=43f0048d7819429ba5b0da64d9e9cf99&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2478] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:01 2026] DELETE /v2.0/security-groups/3e6013ec-830a-40b9-ae98-bdc79f661b9d => 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: 1240/2479] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:39:02 2026] GET /v2.0/security-groups?tenant_id=8bd99922c52f42cebe9253e836d44a63&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2480] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:02 2026] DELETE /v2.0/security-groups/93bfcdf2-0fb7-4c63-8837-e5bc1f22ba46 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:39:05.587 8 INFO neutron.db.segments_db [None req-0340e429-a2ca-48fb-aa61-561fc0d113e2 97fa4d711bea4d14900da6c8da3e8060 86f20eb918af46c0a89c46d36723668a - - default default] Added segment a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 of type vxlan for network f37d6359-8e96-4536-9e4f-02434bb4bf9b [pid: 8|app: 0|req: 1242/2483] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:39:05 2026] POST /v2.0/networks => generated 632 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2484] 10.0.0.81 () {34 vars in 667 bytes} [Thu Jul 2 04:39:05 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2485] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:39:05 2026] PUT /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2486] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2487] 10.0.0.81 () {34 vars in 760 bytes} [Thu Jul 2 04:39:06 2026] PUT /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/green => 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: 1244/2488] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2489] 10.0.0.81 () {34 vars in 756 bytes} [Thu Jul 2 04:39:06 2026] PUT /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2490] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2491] 10.0.0.81 () {34 vars in 778 bytes} [Thu Jul 2 04:39:06 2026] PUT /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2492] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2493] 10.0.0.81 () {34 vars in 749 bytes} [Thu Jul 2 04:39:06 2026] PUT /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2494] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2495] 10.0.0.81 () {32 vars in 737 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:39:06.639 7 INFO neutron.api.v2.resource [None req-bd1cd306-eda8-467a-a7e2-e1d89895cb99 97fa4d711bea4d14900da6c8da3e8060 86f20eb918af46c0a89c46d36723668a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2496] 10.0.0.81 () {32 vars in 741 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2497] 10.0.0.81 () {32 vars in 740 bytes} [Thu Jul 2 04:39:06 2026] DELETE /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2498] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:39:06.823 8 INFO neutron.api.v2.resource [None req-db80903b-cdb5-4ddb-b366-d66de0058a34 97fa4d711bea4d14900da6c8da3e8060 86f20eb918af46c0a89c46d36723668a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1250/2499] 10.0.0.81 () {32 vars in 744 bytes} [Thu Jul 2 04:39:06 2026] DELETE /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2500] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:39:06 2026] DELETE /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2501] 10.0.0.81 () {32 vars in 729 bytes} [Thu Jul 2 04:39:06 2026] GET /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2502] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:39:06 2026] DELETE /v2.0/subnets/d370df7d-1ba7-49db-b06a-95f506deea94 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2503] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:39:07 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:39:07.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc8f2cf5-6e38-45c4-a7a7-9c8e638abb05 97fa4d711bea4d14900da6c8da3e8060 86f20eb918af46c0a89c46d36723668a - - default default] TaaS: Handle Delete Port: ab176c3b-d52a-482a-a4a7-0dd655eb8c71 2026-07-02 04:39:07.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc8f2cf5-6e38-45c4-a7a7-9c8e638abb05 97fa4d711bea4d14900da6c8da3e8060 86f20eb918af46c0a89c46d36723668a - - default default] Tap Mirror: Handle Delete Port: ab176c3b-d52a-482a-a4a7-0dd655eb8c71 2026-07-02 04:39:07.413 7 INFO neutron.services.segments.plugin [-] Segment a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 resource provider aggregate not found 2026-07-02 04:39:07.418 7 INFO neutron.services.segments.plugin [-] Segment a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 resource provider aggregate not found 2026-07-02 04:39:07.433 7 INFO neutron.services.segments.plugin [-] Segment a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 found for delete ", "request_id": "req-1975faa4-bdf3-4a3d-8d84-ec3823d06a9d"}]} 2026-07-02 04:39:07.434 7 INFO neutron.services.segments.plugin [-] Segment a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a06ec851-e41e-4e3b-b41e-b9e83c62b5d4 found for delete ", "request_id": "req-f41abb5f-faf9-45f0-9364-20847897ae42"}]} [pid: 7|app: 0|req: 1252/2504] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:39:07 2026] DELETE /v2.0/networks/f37d6359-8e96-4536-9e4f-02434bb4bf9b => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2505] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:39:08 2026] GET /v2.0/security-groups?tenant_id=86f20eb918af46c0a89c46d36723668a&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2506] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 2 04:39:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2507] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 2 04:39:08 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: 1256/2508] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 2 04:39:08 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: 1257/2509] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 2 04:39:08 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: 1253/2510] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:08 2026] DELETE /v2.0/security-groups/b0fb0f12-5229-42cf-8756-d6bbd51ccdd7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2511] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:39:08 2026] GET /v2.0/security-groups?tenant_id=ae6e399601974be39f5273ed2e8f2ff7&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2512] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:08 2026] DELETE /v2.0/security-groups/40f62842-8316-448f-813a-6b9cecfabc77 => 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: 1259/2513] 10.0.0.7 () {28 vars in 436 bytes} [Thu Jul 2 04:39:08 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2514] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 2 04:39:08 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2515] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 2 04:39:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2516] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 2 04:39:08 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: 1261/2517] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 2 04:39:09 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: 1257/2518] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 2 04:39:09 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: 1262/2519] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 2 04:39:09 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2520] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 2 04:39:09 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: 1263/2521] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 2 04:39:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2522] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 2 04:39:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2523] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 2 04:39:09 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: 1260/2524] 10.0.0.7 () {30 vars in 727 bytes} [Thu Jul 2 04:39:09 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2525] 10.0.0.7 () {30 vars in 679 bytes} [Thu Jul 2 04:39:09 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2526] 10.0.0.7 () {34 vars in 701 bytes} [Thu Jul 2 04:39:09 2026] POST /v2.0/ports => generated 1132 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2527] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:39:12 2026] GET /v2.0/security-groups?tenant_id=77b5b3d956334a60b4aaa7fa9a492cd6&name=default => generated 2929 bytes in 302 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: 1262/2528] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:12 2026] DELETE /v2.0/security-groups/42ad2e98-76a3-4e34-9c47-74ddf98a1947 => 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: 1267/2529] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:39:12 2026] GET /v2.0/security-groups?tenant_id=eb27c2c983c247c685c56fd763e5a148&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2530] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:39:12 2026] DELETE /v2.0/security-groups/45b10e37-22da-494f-93c5-7fde2fc11930 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2531] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:39:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2532] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:39:13 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: 1269/2533] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:39:13 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: 1265/2534] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:39:13 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: 1270/2535] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:39:13 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2536] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:39:13 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: 1271/2537] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:39:13 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: 1267/2538] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:39:13 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: 1272/2539] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:39:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:39:13.610 7 INFO neutron.api.v2.resource [None req-d50e4d0f-de41-4888-a8e8-78dde18b1587 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1268/2540] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:39:13 2026] GET /v2.0/security-groups/lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 149 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2541] 199.204.45.57 () {30 vars in 783 bytes} [Thu Jul 2 04:39:13 2026] GET /v2.0/security-groups?name=lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2542] 199.204.45.57 () {34 vars in 734 bytes} [Thu Jul 2 04:39:13 2026] POST /v2.0/security-groups => generated 1638 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2543] 199.204.45.57 () {30 vars in 813 bytes} [Thu Jul 2 04:39:13 2026] GET /v2.0/security-group-rules?security_group_id=ffc155e5-daf5-4246-8d3b-788c83c93e2a => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2544] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:39:13 2026] PUT /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2545] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:39:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1271/2546] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:39: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: 1276/2547] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:39:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2548] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:39:14 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: 1277/2549] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:39:14 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2552] 10.0.0.119 () {34 vars in 1015 bytes} [Thu Jul 2 04:39:21 2026] GET /v2.0/security-groups?id=616b8b27-2155-4822-8e70-9778b974a171&fields=id => 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: 1279/2553] 10.0.0.119 () {34 vars in 981 bytes} [Thu Jul 2 04:39:21 2026] GET /v2.0/networks?id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2554] 10.0.0.119 () {34 vars in 964 bytes} [Thu Jul 2 04:39:21 2026] GET /v2.0/quotas/3e29cb7d4dc1475497a0803b30c16767 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2555] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Jul 2 04:39:21 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2556] 10.0.0.119 () {34 vars in 1007 bytes} [Thu Jul 2 04:39:21 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2557] 10.0.0.119 () {34 vars in 1107 bytes} [Thu Jul 2 04:39:21 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2558] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:22 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => 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: 1282/2559] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:22 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => 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: 1278/2560] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:25 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => 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: 1283/2561] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:25 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2562] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:39:26 2026] GET /v2.0/networks?id=598abd5d-fc93-4716-a97b-a99193410a09 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2563] 199.204.45.57 () {34 vars in 1048 bytes} [Thu Jul 2 04:39:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3e29cb7d4dc1475497a0803b30c16767 => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2564] 199.204.45.57 () {38 vars in 953 bytes} [Thu Jul 2 04:39:26 2026] POST /v2.0/ports => generated 1082 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2565] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:39:26 2026] PUT /v2.0/ports/914d5d73-b73e-44bb-8fc9-eb7651dec5fd => generated 1243 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:39:27.186 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e90debba-459c-44b7-a168-f08506209631'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '914d5d73-b73e-44bb-8fc9-eb7651dec5fd', '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: 1281/2566] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:39:27 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1286/2567] 199.204.45.57 () {34 vars in 1016 bytes} [Thu Jul 2 04:39:27 2026] GET /v2.0/networks?tenant_id=3e29cb7d4dc1475497a0803b30c16767&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2568] 199.204.45.57 () {34 vars in 928 bytes} [Thu Jul 2 04:39:27 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: 1287/2569] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:27 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2570] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:39:27 2026] GET /v2.0/security-groups?id=616b8b27-2155-4822-8e70-9778b974a171&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: 1288/2571] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:28 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1246 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2572] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:39:28 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2573] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:39:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1285/2574] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:39:28 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2575] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:39:29 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&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: 1286/2576] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:39:29 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1291/2577] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:39:29 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2578] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:31 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2579] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:39:31 2026] GET /v2.0/security-groups?id=616b8b27-2155-4822-8e70-9778b974a171&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: 1288/2580] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:31 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1246 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2583] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:39:33 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2584] 199.204.45.57 () {34 vars in 1042 bytes} [Thu Jul 2 04:39:33 2026] GET /v2.0/security-groups?id=616b8b27-2155-4822-8e70-9778b974a171&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2585] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:34 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2586] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:39:34 2026] GET /v2.0/security-groups?id=616b8b27-2155-4822-8e70-9778b974a171&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2587] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:34 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2588] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:37 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2589] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:39:37 2026] GET /v2.0/security-groups?id=616b8b27-2155-4822-8e70-9778b974a171&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2590] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:39:37 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2595] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:40:12 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: 1296/2596] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:40:12 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: 1301/2597] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:40:12 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: 1297/2598] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:40:12 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: 1302/2599] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:12 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2600] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:40:12 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2601] 199.204.45.57 () {34 vars in 715 bytes} [Thu Jul 2 04:40:12 2026] POST /v2.0/ports => generated 1059 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2602] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:40:12 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1059 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2603] 10.0.0.119 () {34 vars in 906 bytes} [Thu Jul 2 04:40:12 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2604] 199.204.45.57 () {34 vars in 1260 bytes} [Thu Jul 2 04:40:13 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2605] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:14 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1301/2606] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:14 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1306/2607] 199.204.45.57 () {34 vars in 973 bytes} [Thu Jul 2 04:40:14 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2608] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:40:14 2026] GET /v2.0/networks?id=e0297e4a-5788-4bc2-b660-bc3c512369e4 => 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: 1307/2609] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:40:14 2026] PUT /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1249 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:40:15.401 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-883d7b03-9075-4d24-96a6-18bd070d1c72'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '939f1e34-57c7-44c8-9a2f-c717ac910626', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1303/2610] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:40:15 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2611] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:40:15 2026] GET /v2.0/networks?id=e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2612] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2613] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:16 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2614] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:16 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&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: 1310/2615] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:16 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2616] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:16 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1311/2617] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2489 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2618] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1312/2619] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2620] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2621] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1309/2622] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1314/2623] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => 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: 1310/2624] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2625] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2626] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1316/2627] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:17 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1318/2630] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:40:21 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1251 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2631] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:40:22 2026] PUT /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1276 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:40:22.247 8 INFO neutron.api.v2.resource [None req-d574c575-c524-4a9f-8a87-c9b6cb43527a 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1319/2632] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/security-groups/lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2633] 199.204.45.57 () {30 vars in 783 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/security-groups?name=lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:40:22.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbf1e87d-3d73-4aab-baf6-c23221bc9824'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '939f1e34-57c7-44c8-9a2f-c717ac910626', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1320/2634] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:40:22 2026] PUT /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1314 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:40:22.630 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56274ad8-dcf6-4422-b739-acdf407ff0cd'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '939f1e34-57c7-44c8-9a2f-c717ac910626', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1315/2635] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1321/2636] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/networks?id=e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2637] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2638] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2639] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:22 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2640] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2641] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2642] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:40:23 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: 1319/2643] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:40:23 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: 1325/2644] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2645] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:40: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: 1326/2646] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2647] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2648] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2649] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2650] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2651] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2652] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:23 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2653] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2654] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/networks?id=e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2655] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2656] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2657] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&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: 1332/2658] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1327/2659] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:24 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:40:31.085 8 INFO neutron.db.l3_db [None req-1d1cad9a-a18b-4218-bf74-f629367d62e7 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Floating IP 414629c6-1ad3-439f-8274-820cceb7b4b0 associated. External IP: 10.96.250.219, port: fe564676-3ed2-480c-b150-77759cef68d0. [pid: 8|app: 0|req: 1333/2660] 10.0.0.81 () {34 vars in 675 bytes} [Thu Jul 2 04:40:30 2026] POST /v2.0/floatingips => generated 899 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2663] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:40:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2664] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:40:34 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: 1336/2665] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:40:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2666] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:40:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:40:34.491 8 INFO neutron.api.v2.resource [None req-dc3f66a8-4fe3-4105-8793-0e238affc832 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1337/2667] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:40:34 2026] GET /v2.0/security-groups/lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2668] 199.204.45.57 () {30 vars in 783 bytes} [Thu Jul 2 04:40:34 2026] GET /v2.0/security-groups?name=lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2669] 199.204.45.57 () {30 vars in 813 bytes} [Thu Jul 2 04:40:34 2026] GET /v2.0/security-group-rules?security_group_id=ffc155e5-daf5-4246-8d3b-788c83c93e2a => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2670] 199.204.45.57 () {34 vars in 745 bytes} [Thu Jul 2 04:40:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2671] 199.204.45.57 () {34 vars in 745 bytes} [Thu Jul 2 04:40:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2672] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 2 04:40:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2673] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 2 04:40:43 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: 1334/2674] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 2 04:40:43 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: 1341/2675] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 2 04:40:43 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: 1335/2676] 10.0.0.7 () {28 vars in 436 bytes} [Thu Jul 2 04:40:43 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2677] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 2 04:40:43 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2678] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:40:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2679] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:40:46 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: 1337/2680] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:40:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2681] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:40:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2682] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:46 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2683] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:40:46 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2684] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:40:47 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: 1346/2685] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:40:47 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: 1340/2686] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:40:47 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: 1347/2687] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:40: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: 7|app: 0|req: 1341/2688] 199.204.45.57 () {34 vars in 715 bytes} [Thu Jul 2 04:40:47 2026] POST /v2.0/ports => generated 1328 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2691] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:40:47 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1344/2692] 10.0.0.119 () {34 vars in 906 bytes} [Thu Jul 2 04:40:47 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2693] 199.204.45.57 () {34 vars in 1260 bytes} [Thu Jul 2 04:40:49 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2694] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:49 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1350/2695] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:49 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1346/2696] 199.204.45.57 () {34 vars in 973 bytes} [Thu Jul 2 04:40:49 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2697] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:40:49 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2698] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:40:49 2026] PUT /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1518 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:40:50.362 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0815923-bf7a-4f6a-8df2-a84884e85713'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1352/2699] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:40:50 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1348/2700] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:40:50 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2701] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1349/2702] 199.204.45.57 () {34 vars in 1102 bytes} [Thu Jul 2 04:40:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ce&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1354/2703] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:40:51 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2704] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:51 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&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: 1355/2705] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:51 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2706] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:51 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1356/2707] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:51 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1352/2708] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2709] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1353/2710] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2711] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&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: 1354/2712] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1359/2713] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2714] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => 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: 1360/2715] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2716] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2717] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1357/2718] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2719] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2720] 199.204.45.57 () {34 vars in 1102 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ce&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1363/2721] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => 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: 1359/2722] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2723] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:40:52 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2724] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:40:53 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2725] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:40:53 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1361/2726] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1366/2727] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2728] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2729] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/subnets/8296d981-0f3d-4867-8215-c34427018dfb => generated 743 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2730] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:40:57 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: 1368/2731] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:40:57 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: 1364/2732] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2733] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:40:57 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: 1365/2734] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2735] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2736] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2737] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2738] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2739] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2740] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:40:57 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2743] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 2 04:41:04 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: 1370/2744] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 2 04:41:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2745] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 2 04:41:04 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: 1371/2746] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 2 04:41:04 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: 1376/2747] 10.0.0.7 () {28 vars in 436 bytes} [Thu Jul 2 04:41:04 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: 1372/2748] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 2 04:41:04 2026] GET /v2.0/subnets/63bf0e9b-5af1-4353-b407-9b68c790622f => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2749] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41: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: 1373/2750] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2751] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2752] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2753] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2754] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/subnets/63bf0e9b-5af1-4353-b407-9b68c790622f => generated 672 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2755] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2756] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41: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: 8|app: 0|req: 1381/2757] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:06 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: 1377/2758] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:06 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: 1382/2759] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2760] 199.204.45.57 () {34 vars in 715 bytes} [Thu Jul 2 04:41:06 2026] POST /v2.0/ports => generated 1332 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2761] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:41:06 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1379/2762] 199.204.45.57 () {34 vars in 1260 bytes} [Thu Jul 2 04:41:07 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2763] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:07 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1380/2764] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:08 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1385/2765] 199.204.45.57 () {34 vars in 973 bytes} [Thu Jul 2 04:41:08 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2766] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:41:08 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 799 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2767] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:41:08 2026] PUT /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1522 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:41:09.177 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39411eee-7d9a-4716-9a55-9d87312068f8'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '1008dffb-4445-42f8-a443-f5367b54f22c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1382/2768] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 5616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1387/2769] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2770] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.225&port_id=1008dffb-4445-42f8-a443-f5367b54f22c => 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: 1388/2771] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15b&port_id=1008dffb-4445-42f8-a443-f5367b54f22c => 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: 1384/2772] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/subnets?id=ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e&id=63bf0e9b-5af1-4353-b407-9b68c790622f => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2773] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2774] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2775] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:09 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1386/2776] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:10 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1391/2777] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 5616 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2778] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1392/2779] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => 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: 1388/2780] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&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: 1393/2781] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1389/2782] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1394/2783] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => 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: 1390/2784] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2785] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2786] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2787] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1392/2788] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2789] 199.204.45.57 () {34 vars in 1102 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ce&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1393/2790] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => generated 1409 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2791] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&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: 1394/2792] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2793] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1395/2794] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1400/2795] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.225&port_id=1008dffb-4445-42f8-a443-f5367b54f22c => 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: 1396/2796] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Jul 2 04:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15b&port_id=1008dffb-4445-42f8-a443-f5367b54f22c => 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: 1401/2797] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:41:12 2026] GET /v2.0/subnets?id=ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e&id=63bf0e9b-5af1-4353-b407-9b68c790622f => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2798] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:12 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&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: 1402/2799] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:12 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&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: 1398/2800] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:12 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1403/2801] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:12 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2802] 10.0.0.119 () {34 vars in 970 bytes} [Thu Jul 2 04:41:15 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2803] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 796 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2804] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/subnets/63bf0e9b-5af1-4353-b407-9b68c790622f => generated 672 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2805] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/subnets/ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e => generated 748 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2806] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2807] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jul 2 04:41:16 2026] PUT /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1255 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:41:16.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91485b53-0fc0-4359-aca5-715fd02d2a32'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1402/2808] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 797 bytes in 48 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: 1407/2809] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2810] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:16 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: 1408/2811] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2812] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2813] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2814] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2815] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2816] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2817] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:16 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2818] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2819] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2820] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 5389 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2821] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2822] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2823] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2824] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18 => 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: 1415/2825] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2826] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1416/2827] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:17 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2830] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:29 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: 1418/2831] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:29 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: 1414/2832] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:29 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: 1419/2833] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:29 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: 1415/2834] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:29 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => 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: 1420/2835] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:29 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 5389 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2836] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:29 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: 1421/2837] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:29 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: 1417/2838] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:29 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: 1422/2839] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:29 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: 1418/2840] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:29 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2841] 199.204.45.57 () {34 vars in 788 bytes} [Thu Jul 2 04:41:29 2026] PUT /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1311 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:41:30.325 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4591f51c-efb0-4c69-87d7-5fb529b9e520'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '1008dffb-4445-42f8-a443-f5367b54f22c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1419/2842] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 796 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1424/2843] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/subnets/ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2844] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1347 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2845] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:41:30 2026] PUT /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 1080 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2846] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 796 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1426/2847] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2848] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2849] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2850] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2851] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2852] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:30 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1429/2853] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:32 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4981 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:41:32.372 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4204acb5-e1b6-4fb5-9e6c-f72f9b611712'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '1008dffb-4445-42f8-a443-f5367b54f22c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1425/2854] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:32 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2857] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:41:32 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2858] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:32 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1431/2859] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:33 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?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: 1429/2860] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:33 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 4981 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2861] 199.204.45.57 () {34 vars in 973 bytes} [Thu Jul 2 04:41:33 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => 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: 1430/2862] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:41:33 2026] GET /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2863] 199.204.45.57 () {34 vars in 1014 bytes} [Thu Jul 2 04:41:33 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2864] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:41:33 2026] PUT /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 917 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2865] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:41:34.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-5392ffdc-4e1e-4716-8c4a-dbf510f7871d 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 1008dffb-4445-42f8-a443-f5367b54f22c 2026-07-02 04:41:34.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5392ffdc-4e1e-4716-8c4a-dbf510f7871d 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 1008dffb-4445-42f8-a443-f5367b54f22c [pid: 7|app: 0|req: 1432/2866] 199.204.45.57 () {32 vars in 757 bytes} [Thu Jul 2 04:41:34 2026] DELETE /v2.0/ports/1008dffb-4445-42f8-a443-f5367b54f22c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2867] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:34 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: 1433/2868] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2869] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:34 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: 1434/2870] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:34 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: 1437/2871] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2872] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2873] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2874] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2875] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2876] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2877] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:34 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2878] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3873 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2879] 199.204.45.57 () {34 vars in 1224 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks?id=598abd5d-fc93-4716-a97b-a99193410a09&id=e0297e4a-5788-4bc2-b660-bc3c512369e4&id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 3095 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2880] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1442/2881] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2882] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2883] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2884] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1444/2885] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => 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: 1442/2886] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2887] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2888] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2889] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2890] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.191&port_id=5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1447/2891] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2892] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2893] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2894] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:35 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1449/2895] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2896] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:40 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: 1450/2897] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:40 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: 1448/2898] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:40 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: 1451/2899] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:40 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3873 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2900] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2901] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:40 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: 1450/2902] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:40 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: 1453/2903] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:40 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: 1451/2904] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:40 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2905] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:41:40 2026] PUT /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1080 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:41:40.884 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d38e544f-2eb6-4552-ae0c-363168b9136f'] response: {'name': 'network-changed', 'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'tag': '5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1452/2906] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:40 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1455/2907] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:40 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2908] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:41 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2909] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:41 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2910] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:41:41 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2911] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:41 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1455/2912] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:41 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1458/2913] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:42 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2914] 199.204.45.57 () {34 vars in 973 bytes} [Thu Jul 2 04:41:43 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2915] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:41:43 2026] GET /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2916] 199.204.45.57 () {34 vars in 1014 bytes} [Thu Jul 2 04:41:43 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2917] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:43 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2918] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:41:43 2026] PUT /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2919] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:41:44.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-694f651b-c698-41cf-be73-15a271da29d2 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 2026-07-02 04:41:44.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694f651b-c698-41cf-be73-15a271da29d2 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 [pid: 7|app: 0|req: 1459/2920] 199.204.45.57 () {32 vars in 757 bytes} [Thu Jul 2 04:41:44 2026] DELETE /v2.0/ports/5b9ccbb9-8481-4566-9a1b-dda6cc23ebf3 => 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: 1462/2921] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2922] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:44 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: 1463/2923] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2924] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2925] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2926] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2927] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1350 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2928] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2929] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2930] 199.204.45.57 () {30 vars in 741 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => 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: 1467/2931] 199.204.45.57 () {34 vars in 1144 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/networks?id=598abd5d-fc93-4716-a97b-a99193410a09&id=e0297e4a-5788-4bc2-b660-bc3c512369e4&id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 2310 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2932] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:41:44 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2933] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1466/2934] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2935] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2936] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2937] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1468/2938] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1471/2939] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.227&port_id=939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2940] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/subnets?id=de61f392-d160-4aa9-aef7-96f55685ca27 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2941] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/ports?network_id=e0297e4a-5788-4bc2-b660-bc3c512369e4&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: 1470/2942] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1473/2943] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:41:45 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?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: 1475/2946] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:41:56 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: 1472/2947] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:41:56 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: 1476/2948] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:41:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2949] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:41:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:41:56.455 8 INFO neutron.api.v2.resource [None req-0c7615b8-f58c-4db1-a0ad-b13a71533abd 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1477/2950] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:41:56 2026] GET /v2.0/security-groups/lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2951] 199.204.45.57 () {30 vars in 783 bytes} [Thu Jul 2 04:41:56 2026] GET /v2.0/security-groups?name=lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2952] 199.204.45.57 () {30 vars in 813 bytes} [Thu Jul 2 04:41:56 2026] GET /v2.0/security-group-rules?security_group_id=ffc155e5-daf5-4246-8d3b-788c83c93e2a => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2953] 199.204.45.57 () {32 vars in 787 bytes} [Thu Jul 2 04:41:56 2026] DELETE /v2.0/security-group-rules/8d1f1b0d-9fa6-4ed7-99e8-5a5876a6a37d => 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: 1479/2954] 199.204.45.57 () {32 vars in 787 bytes} [Thu Jul 2 04:41:56 2026] DELETE /v2.0/security-group-rules/d4015ec1-a03a-4cff-b46e-f202cdee962e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:00.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5e7b746-a38f-4f9e-9162-2c426033955d 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: c3e1c1c2-c3e4-478c-a372-d7a913929d65 2026-07-02 04:42:00.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5e7b746-a38f-4f9e-9162-2c426033955d 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: c3e1c1c2-c3e4-478c-a372-d7a913929d65 2026-07-02 04:42:00.299 7 INFO neutron.db.l3_db [None req-c5e7b746-a38f-4f9e-9162-2c426033955d 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Floating IP 414629c6-1ad3-439f-8274-820cceb7b4b0 disassociated (deleted). External IP: 10.96.250.219, port: fe564676-3ed2-480c-b150-77759cef68d0. [pid: 7|app: 0|req: 1476/2955] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:41:59 2026] DELETE /v2.0/floatingips/414629c6-1ad3-439f-8274-820cceb7b4b0 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:00.660 8 INFO neutron.api.v2.resource [None req-f3ee02d3-a56f-48d5-adae-0cc143a6bcbd 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/2956] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:42:00 2026] GET /v2.0/floatingips/414629c6-1ad3-439f-8274-820cceb7b4b0 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2957] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:42:01 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: 1481/2958] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2959] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:42:01 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: 1482/2960] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:42:01 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-07-02 04:42:01.642 7 INFO neutron.api.v2.resource [None req-d3debdfe-635a-485d-8555-69fc45f7080d 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/2961] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/security-groups/lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2962] 199.204.45.57 () {30 vars in 783 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/security-groups?name=lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2963] 199.204.45.57 () {30 vars in 813 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/security-group-rules?security_group_id=ffc155e5-daf5-4246-8d3b-788c83c93e2a => generated 1182 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2964] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:42:01 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: 1481/2965] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2966] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:42:01 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: 1482/2967] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:42:01 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: 1486/2968] 199.204.45.57 () {30 vars in 739 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2969] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:42:01 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2970] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:42:02 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2971] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:42:02 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2974] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:42:03 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2975] 199.204.45.57 () {34 vars in 973 bytes} [Thu Jul 2 04:42:04 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2976] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:42:04 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2977] 199.204.45.57 () {34 vars in 1058 bytes} [Thu Jul 2 04:42:04 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2978] 199.204.45.57 () {34 vars in 1014 bytes} [Thu Jul 2 04:42:04 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2979] 199.204.45.57 () {38 vars in 1026 bytes} [Thu Jul 2 04:42:04 2026] PUT /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1151 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2980] 199.204.45.57 () {30 vars in 767 bytes} [Thu Jul 2 04:42:05 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1489/2981] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:42:05 2026] PUT /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1090 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2982] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:42:05 2026] GET /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:42:05.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e786a87-0a3d-4866-be06-6d580d81e7d5 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 939f1e34-57c7-44c8-9a2f-c717ac910626 2026-07-02 04:42:05.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e786a87-0a3d-4866-be06-6d580d81e7d5 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 939f1e34-57c7-44c8-9a2f-c717ac910626 [pid: 7|app: 0|req: 1490/2983] 199.204.45.57 () {32 vars in 757 bytes} [Thu Jul 2 04:42:05 2026] DELETE /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2984] 199.204.45.57 () {30 vars in 701 bytes} [Thu Jul 2 04:42:05 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: 1491/2985] 199.204.45.57 () {30 vars in 703 bytes} [Thu Jul 2 04:42:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2986] 199.204.45.57 () {30 vars in 679 bytes} [Thu Jul 2 04:42:05 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: 1492/2987] 199.204.45.57 () {30 vars in 715 bytes} [Thu Jul 2 04:42:05 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-07-02 04:42:06.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab9649fa-cb47-4ea0-a302-381804d46da5 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/2988] 199.204.45.57 () {32 vars in 757 bytes} [Thu Jul 2 04:42:06 2026] DELETE /v2.0/ports/939f1e34-57c7-44c8-9a2f-c717ac910626 => 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: 1493/2989] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:42:06.078 8 INFO neutron.api.v2.resource [None req-61b65f26-6736-4c3c-afbc-0c49c6e91370 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/2990] 199.204.45.57 () {30 vars in 761 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/security-groups/lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2991] 199.204.45.57 () {30 vars in 783 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/security-groups?name=lb-ae2717c4-f3bc-41d8-b458-88cc39921598 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2992] 199.204.45.57 () {30 vars in 735 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2993] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/ports?tenant_id=3e29cb7d4dc1475497a0803b30c16767&device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2994] 199.204.45.57 () {34 vars in 1064 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/networks?id=598abd5d-fc93-4716-a97b-a99193410a09&id=e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2995] 199.204.45.57 () {34 vars in 1060 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.208&port_id=914d5d73-b73e-44bb-8fc9-eb7651dec5fd => 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: 1498/2996] 199.204.45.57 () {34 vars in 982 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/subnets?id=effaa5ec-a6a5-4778-bd48-627c10996b5c => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2997] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/ports?network_id=598abd5d-fc93-4716-a97b-a99193410a09&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2998] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1499/2999] 199.204.45.57 () {34 vars in 787 bytes} [Thu Jul 2 04:42:06 2026] PUT /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => generated 1094 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3000] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:42:06 2026] GET /v2.0/networks/598abd5d-fc93-4716-a97b-a99193410a09?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: 1500/3001] 199.204.45.57 () {32 vars in 777 bytes} [Thu Jul 2 04:42:06 2026] DELETE /v2.0/security-groups/ffc155e5-daf5-4246-8d3b-788c83c93e2a => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:06.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-035279bc-2f98-4477-83aa-4dc6f4daf97e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: fe564676-3ed2-480c-b150-77759cef68d0 2026-07-02 04:42:06.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-035279bc-2f98-4477-83aa-4dc6f4daf97e 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: fe564676-3ed2-480c-b150-77759cef68d0 [pid: 7|app: 0|req: 1502/3002] 199.204.45.57 () {32 vars in 757 bytes} [Thu Jul 2 04:42:06 2026] DELETE /v2.0/ports/fe564676-3ed2-480c-b150-77759cef68d0 => 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: 1501/3003] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:42:09 2026] GET /v2.0/ports?device_id=66914324-e5a3-4109-a00d-95941017e25f => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:42:09.585 7 INFO neutron_taas.services.taas.taas_plugin [req-cff24b60-5023-4539-8717-858c6ac5d708 req-f28963eb-602a-4f57-b871-09dbcd4ac32f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] TaaS: Handle Delete Port: 914d5d73-b73e-44bb-8fc9-eb7651dec5fd 2026-07-02 04:42:09.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cff24b60-5023-4539-8717-858c6ac5d708 req-f28963eb-602a-4f57-b871-09dbcd4ac32f 01feb17c52944891bf238d4660a58637 3e29cb7d4dc1475497a0803b30c16767 - - default default] Tap Mirror: Handle Delete Port: 914d5d73-b73e-44bb-8fc9-eb7651dec5fd [pid: 7|app: 0|req: 1503/3004] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:42:09 2026] DELETE /v2.0/ports/914d5d73-b73e-44bb-8fc9-eb7651dec5fd => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:09.783 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d364822c-8cd2-4b96-b557-1056582e18a3'] response: {'server_uuid': '66914324-e5a3-4109-a00d-95941017e25f', 'name': 'network-vif-deleted', 'tag': '914d5d73-b73e-44bb-8fc9-eb7651dec5fd', 'status': 'completed', 'code': 200} 2026-07-02 04:42:10.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-3acaef28-d2cb-4aae-a3c8-cc04eb2a1855 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: a8c56881-f848-46a8-89f0-01886aba1494 2026-07-02 04:42:10.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3acaef28-d2cb-4aae-a3c8-cc04eb2a1855 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: a8c56881-f848-46a8-89f0-01886aba1494 2026-07-02 04:42:11.169 8 INFO neutron.db.l3_db [None req-3acaef28-d2cb-4aae-a3c8-cc04eb2a1855 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Floating IP 90a7e82d-4970-4b5c-9ded-8b1f1f92fadb disassociated (deleted). External IP: 10.96.250.204, port: 5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f. [pid: 8|app: 0|req: 1502/3005] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:42:10 2026] DELETE /v2.0/floatingips/90a7e82d-4970-4b5c-9ded-8b1f1f92fadb => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:11.475 7 INFO neutron.api.v2.resource [None req-3ac3819d-46f8-4d8d-bacc-ff65ec25a26e 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3006] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:42:11 2026] GET /v2.0/floatingips/90a7e82d-4970-4b5c-9ded-8b1f1f92fadb => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:11.479 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae2d7155-7ef4-47f1-9ee8-b7c8d81aefa0'] response: {'name': 'network-changed', 'server_uuid': 'cf10c082-117a-4fdf-9056-4d0862d7f5e2', 'tag': '5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1503/3007] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:42:11 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3008] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:42:11 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&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: 8|app: 0|req: 1504/3009] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:42:11 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3010] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/networks?id=4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 799 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3011] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.223&port_id=5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => 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: 1507/3012] 199.204.45.57 () {34 vars in 1104 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f2&port_id=5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => 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: 1506/3013] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/subnets?id=ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e&id=63bf0e9b-5af1-4353-b407-9b68c790622f => generated 1413 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3014] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3015] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/ports?network_id=4224a5fb-5016-4197-aa0b-a07dab33cd35&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: 1509/3016] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3017] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:42:12 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3018] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:42:14 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:42:14.206 8 INFO neutron_taas.services.taas.taas_plugin [req-ea5b042a-e4e6-4892-90d9-b3e606f4643d req-175036b0-4895-4189-883d-d6901d6e29a5 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f 2026-07-02 04:42:14.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ea5b042a-e4e6-4892-90d9-b3e606f4643d req-175036b0-4895-4189-883d-d6901d6e29a5 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f [pid: 8|app: 0|req: 1509/3019] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:42:14 2026] DELETE /v2.0/ports/5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:14.427 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1caba6af-b147-4d7a-9b49-2a6ff667a2d6'] response: {'server_uuid': 'cf10c082-117a-4fdf-9056-4d0862d7f5e2', 'name': 'network-vif-deleted', 'tag': '5bd1ecad-67a1-4d20-a0d4-b8e00c36e34f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1511/3020] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:42:16 2026] GET /v2.0/ports?device_id=cf10c082-117a-4fdf-9056-4d0862d7f5e2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 04:42:22.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-716e20cf-b561-4401-bd39-b8347a917b2f 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 7aa201df-68a1-4fae-a802-d7cd63f11915 2026-07-02 04:42:22.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-716e20cf-b561-4401-bd39-b8347a917b2f 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 7aa201df-68a1-4fae-a802-d7cd63f11915 2026-07-02 04:42:22.228 7 INFO neutron.db.l3_db [None req-716e20cf-b561-4401-bd39-b8347a917b2f 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Floating IP 2d54c50f-8026-42e2-b0d4-832b9458486a disassociated (deleted). External IP: 10.96.250.208, port: 52b9804e-a87e-4421-8862-0d6388dd76c5. [pid: 7|app: 0|req: 1513/3023] 10.0.0.81 () {32 vars in 730 bytes} [Thu Jul 2 04:42:21 2026] DELETE /v2.0/floatingips/2d54c50f-8026-42e2-b0d4-832b9458486a => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:22.566 8 INFO neutron.api.v2.resource [None req-dec54c11-214f-4b2d-9baf-ef7a5666475c 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3024] 10.0.0.81 () {32 vars in 727 bytes} [Thu Jul 2 04:42:22 2026] GET /v2.0/floatingips/2d54c50f-8026-42e2-b0d4-832b9458486a => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:22.580 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb9aeca9-b72f-44cc-835c-93bd2c486ec3'] response: {'name': 'network-changed', 'server_uuid': '509fc37f-efc8-4a61-a96a-cf823bc40326', 'tag': '52b9804e-a87e-4421-8862-0d6388dd76c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1514/3025] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:42:22 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3026] 10.0.0.119 () {34 vars in 1039 bytes} [Thu Jul 2 04:42:22 2026] GET /v2.0/security-groups?id=5b14e91c-1800-41d5-947c-28ac83b4a233&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3027] 199.204.45.57 () {34 vars in 1078 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/ports?tenant_id=7e75f13084c6480ca59c79d553601a92&device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1465 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3028] 199.204.45.57 () {34 vars in 984 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/networks?id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3029] 199.204.45.57 () {34 vars in 1056 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.237&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1514/3030] 199.204.45.57 () {34 vars in 1100 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A98&port_id=52b9804e-a87e-4421-8862-0d6388dd76c5 => 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: 1517/3031] 199.204.45.57 () {34 vars in 1062 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/subnets?id=db3a2443-c382-4a9f-b255-a5b31afcec18&id=8296d981-0f3d-4867-8215-c34427018dfb => generated 1409 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3032] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3033] 199.204.45.57 () {34 vars in 1050 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/ports?network_id=77805f7e-3a0e-4a69-8dce-6e505fa9ba02&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: 1516/3034] 199.204.45.57 () {34 vars in 1010 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1519/3035] 199.204.45.57 () {34 vars in 1110 bytes} [Thu Jul 2 04:42:23 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02?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: 1517/3036] 199.204.45.57 () {34 vars in 992 bytes} [Thu Jul 2 04:42:25 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:42:25.291 7 INFO neutron_taas.services.taas.taas_plugin [req-e00f44e8-3975-46ec-bb79-b181fb51d434 req-a289496d-1020-47a4-9b3e-235ba1ad2a7b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 52b9804e-a87e-4421-8862-0d6388dd76c5 2026-07-02 04:42:25.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e00f44e8-3975-46ec-bb79-b181fb51d434 req-a289496d-1020-47a4-9b3e-235ba1ad2a7b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 52b9804e-a87e-4421-8862-0d6388dd76c5 [pid: 7|app: 0|req: 1520/3037] 199.204.45.57 () {36 vars in 995 bytes} [Thu Jul 2 04:42:25 2026] DELETE /v2.0/ports/52b9804e-a87e-4421-8862-0d6388dd76c5 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:25.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bc5343d-2344-4270-991a-0d862329b038'] response: {'server_uuid': '509fc37f-efc8-4a61-a96a-cf823bc40326', 'name': 'network-vif-deleted', 'tag': '52b9804e-a87e-4421-8862-0d6388dd76c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1518/3038] 10.0.0.119 () {34 vars in 989 bytes} [Thu Jul 2 04:42:27 2026] GET /v2.0/ports?device_id=509fc37f-efc8-4a61-a96a-cf823bc40326 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3041] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/34b6cdf6-c722-40c7-b457-189b687ea7ae => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.479 8 INFO neutron.api.v2.resource [None req-b6944513-9888-402c-ad48-a10c1fcededa 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3042] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/34b6cdf6-c722-40c7-b457-189b687ea7ae => 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: 1523/3043] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/a6e88e6f-9baa-4f9d-b555-da7ac6b61b90 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.557 8 INFO neutron.api.v2.resource [None req-ff5c9a72-48be-4a15-8895-fcb371ddb459 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3044] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/a6e88e6f-9baa-4f9d-b555-da7ac6b61b90 => 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: 1524/3045] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/d0bc06e8-6d45-4adc-a785-f649a4c6d78b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.642 8 INFO neutron.api.v2.resource [None req-2eae7ec6-673a-44f6-9ef6-0274d0b07243 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3046] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/d0bc06e8-6d45-4adc-a785-f649a4c6d78b => 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: 1525/3047] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/95c1691f-49f4-496f-a8d2-785cedfc222e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.730 8 INFO neutron.api.v2.resource [None req-54b407de-2364-48e9-850e-6fc46ba76f74 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3048] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/95c1691f-49f4-496f-a8d2-785cedfc222e => generated 155 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3049] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/95d7e3b9-4c2d-4cc0-9550-5fa60d29f918 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.812 8 INFO neutron.api.v2.resource [None req-b81da3e3-20e7-458d-a387-331997102c14 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3050] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/95d7e3b9-4c2d-4cc0-9550-5fa60d29f918 => 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: 1527/3051] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/0692713a-b0dc-4ddd-a0ae-6cfefe5d7994 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.889 8 INFO neutron.api.v2.resource [None req-182cc9fa-f56d-44cd-b514-62f57c8ad1f6 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3052] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/0692713a-b0dc-4ddd-a0ae-6cfefe5d7994 => 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/3053] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/96689219-a5df-406d-b6dd-a9aaff2f14cf => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:33.964 8 INFO neutron.api.v2.resource [None req-4b020666-8edb-4c8d-939a-af3728b4f564 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3054] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:33 2026] GET /v2.0/security-group-rules/96689219-a5df-406d-b6dd-a9aaff2f14cf => 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/3055] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:33 2026] DELETE /v2.0/security-group-rules/953efc1d-7cb1-4c5c-b5ff-2e16e0e0ee34 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:34.045 8 INFO neutron.api.v2.resource [None req-9489bdf8-4308-44aa-a38b-525eed30ae67 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3056] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:34 2026] GET /v2.0/security-group-rules/953efc1d-7cb1-4c5c-b5ff-2e16e0e0ee34 => 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: 1530/3057] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:34 2026] DELETE /v2.0/security-group-rules/40fd58b4-88e7-4c50-bcd6-b57e7d6aa2cf => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:34.124 8 INFO neutron.api.v2.resource [None req-6bd9573f-eeba-4c0a-997d-3d024f9e3583 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3058] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:34 2026] GET /v2.0/security-group-rules/40fd58b4-88e7-4c50-bcd6-b57e7d6aa2cf => 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: 1531/3059] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:34 2026] DELETE /v2.0/security-group-rules/1bf1c461-ac58-44b5-b6aa-47d47b5643ba => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:34.203 8 INFO neutron.api.v2.resource [None req-5671772b-e9a0-4639-9d7a-562ac4e8d2b2 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3060] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:34 2026] GET /v2.0/security-group-rules/1bf1c461-ac58-44b5-b6aa-47d47b5643ba => 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: 1532/3061] 10.0.0.81 () {32 vars in 748 bytes} [Thu Jul 2 04:42:34 2026] DELETE /v2.0/security-group-rules/932dbe05-a426-4a78-8ff8-37417e56c047 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:34.280 8 INFO neutron.api.v2.resource [None req-06366a5d-48b6-4734-a4ea-7356a4753863 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3062] 10.0.0.81 () {32 vars in 745 bytes} [Thu Jul 2 04:42:34 2026] GET /v2.0/security-group-rules/932dbe05-a426-4a78-8ff8-37417e56c047 => 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: 1533/3063] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:34 2026] DELETE /v2.0/security-groups/5b14e91c-1800-41d5-947c-28ac83b4a233 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:34.372 8 INFO neutron.api.v2.resource [None req-997028ce-4da9-4da4-8e55-0a4bbad6d1a1 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3064] 10.0.0.81 () {32 vars in 735 bytes} [Thu Jul 2 04:42:34 2026] GET /v2.0/security-groups/5b14e91c-1800-41d5-947c-28ac83b4a233 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:34.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-94591ee7-4a32-41b5-af01-d33f85ffb00f 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: ba7b6dbd-2372-4807-b146-124c4641349c 2026-07-02 04:42:34.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94591ee7-4a32-41b5-af01-d33f85ffb00f 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: ba7b6dbd-2372-4807-b146-124c4641349c [pid: 7|app: 0|req: 1534/3065] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:42:34 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/remove_router_interface => generated 309 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:42:35.395 8 INFO neutron.api.v2.resource [None req-12053d02-8a9b-44f8-9c81-96cb59a7f058 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3066] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:42:35 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:35.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-42fedf6e-506b-4843-9709-1be9829b6f1b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 4e19f204-935c-4cd7-87a3-ec9bab4f04cd 2026-07-02 04:42:35.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42fedf6e-506b-4843-9709-1be9829b6f1b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 4e19f204-935c-4cd7-87a3-ec9bab4f04cd [pid: 7|app: 0|req: 1535/3067] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:42:35 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:42:36.489 8 INFO neutron.api.v2.resource [None req-7bce6b16-2b3f-4388-81be-60b1aff340c9 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3068] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:42:36 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:36.885 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b22b104-ac24-4fc9-9259-aa64e6827e0b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: e5ab5e93-6dd9-4dde-b82d-0c4babff9baa 2026-07-02 04:42:36.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b22b104-ac24-4fc9-9259-aa64e6827e0b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: e5ab5e93-6dd9-4dde-b82d-0c4babff9baa [pid: 7|app: 0|req: 1536/3069] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:42:36 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 04:42:37.523 8 INFO neutron.api.v2.resource [None req-2fef36f6-0544-49f5-a263-dddcadcb3b47 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3070] 10.0.0.81 () {34 vars in 787 bytes} [Thu Jul 2 04:42:37 2026] PUT /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:37.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cdbaf6e-caf6-431d-8a37-82e85adb6cd9 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: b0bee20d-737f-4849-97f2-497d0100dc6c 2026-07-02 04:42:37.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cdbaf6e-caf6-431d-8a37-82e85adb6cd9 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: b0bee20d-737f-4849-97f2-497d0100dc6c 2026-07-02 04:42:38.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cdbaf6e-caf6-431d-8a37-82e85adb6cd9 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 5ae6424f-c552-4daf-876e-33b8f4867223 2026-07-02 04:42:38.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cdbaf6e-caf6-431d-8a37-82e85adb6cd9 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 5ae6424f-c552-4daf-876e-33b8f4867223 2026-07-02 04:42:38.389 7 INFO neutron.db.l3_hamode_db [None req-8cdbaf6e-caf6-431d-8a37-82e85adb6cd9 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] HA network 41145a94-581e-49db-aa97-a357c714c376 was deleted as no HA routers are present in tenant 7e75f13084c6480ca59c79d553601a92. [pid: 7|app: 0|req: 1537/3071] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:37 2026] DELETE /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:38.420 8 INFO neutron.api.v2.resource [None req-e3143dfd-f659-4cf5-8e88-2dcc721bbcea 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3072] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:38 2026] GET /v2.0/routers/3bd6d773-3425-478b-b0d5-f75005080d95 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:38.477 7 INFO neutron.services.segments.plugin [-] Segment ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 resource provider aggregate not found 2026-07-02 04:42:38.498 7 INFO neutron.services.segments.plugin [-] Segment ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 resource provider aggregate not found 2026-07-02 04:42:38.503 7 INFO neutron.services.segments.plugin [-] Segment ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 found for delete ", "request_id": "req-ee6d53b1-6ddf-4d28-9467-8026dae4a59a"}]} 2026-07-02 04:42:38.516 7 INFO neutron.services.segments.plugin [-] Segment ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab81d55c-23af-4ebb-b0e2-ec2b90f30fc0 found for delete ", "request_id": "req-47e1ff39-cd60-406c-a63b-edcdace2b599"}]} [pid: 7|app: 0|req: 1538/3073] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:38 2026] DELETE /v2.0/subnets/ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:38.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4dd3abe-2863-4169-bbed-01b8a1b74293 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3074] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:38 2026] GET /v2.0/subnets/ccb90ff0-79d1-42c2-9dd2-cbfc750a7f4e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3075] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:38 2026] DELETE /v2.0/subnets/63bf0e9b-5af1-4353-b407-9b68c790622f => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:38.820 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09185419-a186-414f-b514-6162ba2bd872 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3076] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:38 2026] GET /v2.0/subnets/63bf0e9b-5af1-4353-b407-9b68c790622f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:38.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-99d48ceb-fa73-4b39-b18a-1c4c21851d82 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 0ccf1d84-abce-4371-8a63-db3aa1388f85 2026-07-02 04:42:38.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99d48ceb-fa73-4b39-b18a-1c4c21851d82 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 0ccf1d84-abce-4371-8a63-db3aa1388f85 [pid: 7|app: 0|req: 1540/3077] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:38 2026] DELETE /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:39.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f504891-007b-4cb9-895b-5fc167266eae 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3078] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:42:39 2026] GET /v2.0/networks/4224a5fb-5016-4197-aa0b-a07dab33cd35 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3079] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:39 2026] DELETE /v2.0/subnets/8296d981-0f3d-4867-8215-c34427018dfb => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:39.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a21896a-93de-4324-90a6-cb87dd8d5536 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3080] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:39 2026] GET /v2.0/subnets/8296d981-0f3d-4867-8215-c34427018dfb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3081] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:39 2026] DELETE /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:39.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1939cfdc-e54e-4c3c-97f2-dd08365801b8 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3082] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:39 2026] GET /v2.0/subnets/db3a2443-c382-4a9f-b255-a5b31afcec18 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:39.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-becf9845-aeb2-408b-8894-e6a8830f5560 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: 22c1b379-8177-4fd3-ba26-38b5b677caf2 2026-07-02 04:42:39.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-becf9845-aeb2-408b-8894-e6a8830f5560 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: 22c1b379-8177-4fd3-ba26-38b5b677caf2 [pid: 7|app: 0|req: 1543/3083] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:39 2026] DELETE /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:39.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b197a38-9aa7-4d92-97f6-27199b142937 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3084] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:42:39 2026] GET /v2.0/networks/77805f7e-3a0e-4a69-8dce-6e505fa9ba02 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3085] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:39 2026] DELETE /v2.0/subnets/ee812a0e-6bdf-40c6-a5a8-288b0a932d9f => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:40.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2545d38e-aad3-4c04-95a1-9f12a654313b 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3086] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:40 2026] GET /v2.0/subnets/ee812a0e-6bdf-40c6-a5a8-288b0a932d9f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3087] 10.0.0.81 () {32 vars in 722 bytes} [Thu Jul 2 04:42:40 2026] DELETE /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:40.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63a5793f-cb65-44b3-9ba0-68b95e1014cb 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3088] 10.0.0.81 () {32 vars in 719 bytes} [Thu Jul 2 04:42:40 2026] GET /v2.0/subnets/de61f392-d160-4aa9-aef7-96f55685ca27 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:40.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9ad5422-a18a-4fcb-b9a7-5b4785a26ce7 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] TaaS: Handle Delete Port: dd4480d9-a3e0-46cd-b48b-5d0174c29d25 2026-07-02 04:42:40.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9ad5422-a18a-4fcb-b9a7-5b4785a26ce7 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] Tap Mirror: Handle Delete Port: dd4480d9-a3e0-46cd-b48b-5d0174c29d25 2026-07-02 04:42:40.523 7 INFO neutron.services.segments.plugin [-] Segment 211a958e-61c9-491e-8c8e-7d621bcd1086 resource provider aggregate not found 2026-07-02 04:42:40.541 7 INFO neutron.services.segments.plugin [-] Segment 211a958e-61c9-491e-8c8e-7d621bcd1086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 211a958e-61c9-491e-8c8e-7d621bcd1086 found for delete ", "request_id": "req-3888945c-0870-47aa-a591-ea69e5038f51"}]} 2026-07-02 04:42:40.546 7 INFO neutron.services.segments.plugin [-] Segment 211a958e-61c9-491e-8c8e-7d621bcd1086 resource provider aggregate not found 2026-07-02 04:42:40.563 7 INFO neutron.services.segments.plugin [-] Segment 211a958e-61c9-491e-8c8e-7d621bcd1086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 211a958e-61c9-491e-8c8e-7d621bcd1086 found for delete ", "request_id": "req-95a958e2-d1a6-4797-8091-8fe35a3382ae"}]} 2026-07-02 04:42:40.576 7 INFO neutron.services.segments.plugin [-] Segment e8bbb0c6-ffef-4b78-84dc-d24459958a97 resource provider aggregate not found 2026-07-02 04:42:40.582 7 INFO neutron.services.segments.plugin [-] Segment e8bbb0c6-ffef-4b78-84dc-d24459958a97 resource provider aggregate not found 2026-07-02 04:42:40.605 7 INFO neutron.services.segments.plugin [-] Segment e8bbb0c6-ffef-4b78-84dc-d24459958a97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bbb0c6-ffef-4b78-84dc-d24459958a97 found for delete ", "request_id": "req-c995293d-89dd-4232-8077-e4e66559afe7"}]} 2026-07-02 04:42:40.617 7 INFO neutron.services.segments.plugin [-] Segment e8bbb0c6-ffef-4b78-84dc-d24459958a97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bbb0c6-ffef-4b78-84dc-d24459958a97 found for delete ", "request_id": "req-30921306-9c8c-4bfa-ae7f-9e405c3aa585"}]} [pid: 7|app: 0|req: 1546/3089] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:40 2026] DELETE /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:40.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f3f0dae-213c-40cc-84e7-06bdfc73e55a 2ba591e7728c48febf829103520246c1 7e75f13084c6480ca59c79d553601a92 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3090] 10.0.0.81 () {32 vars in 721 bytes} [Thu Jul 2 04:42:40 2026] GET /v2.0/networks/e0297e4a-5788-4bc2-b660-bc3c512369e4 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 04:42:42.631 7 INFO neutron.services.segments.plugin [-] Segment ffe3699c-a008-4da0-94f0-e0bbd7477d54 resource provider aggregate not found 2026-07-02 04:42:42.639 7 INFO neutron.services.segments.plugin [-] Segment ffe3699c-a008-4da0-94f0-e0bbd7477d54 resource provider aggregate not found 2026-07-02 04:42:42.650 7 INFO neutron.services.segments.plugin [-] Segment ffe3699c-a008-4da0-94f0-e0bbd7477d54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe3699c-a008-4da0-94f0-e0bbd7477d54 found for delete ", "request_id": "req-9eefaf41-29eb-4ca1-a6f0-9601416c49a8"}]} 2026-07-02 04:42:42.663 7 INFO neutron.services.segments.plugin [-] Segment ffe3699c-a008-4da0-94f0-e0bbd7477d54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe3699c-a008-4da0-94f0-e0bbd7477d54 found for delete ", "request_id": "req-59d52412-042d-4c9d-96ad-2f45546b715c"}]} [pid: 7|app: 0|req: 1547/3091] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:42 2026] GET /v2.0/security-groups?tenant_id=19dd46184cc348d5912bb202191f9190&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3092] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:42 2026] DELETE /v2.0/security-groups/f7846725-dc8f-4fe9-9095-f245bd2c1edc => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3093] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:43 2026] GET /v2.0/security-groups?tenant_id=dc5d3d53759448088ac5bc6af39943e2&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: 1546/3094] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:43 2026] DELETE /v2.0/security-groups/1acb656d-01cf-4c4a-b2d4-2d401fdb214f => 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: 1549/3095] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:43 2026] GET /v2.0/security-groups?tenant_id=04de0ab06fbf4d1ea5cc7f1bc4a470e8&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3096] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:43 2026] DELETE /v2.0/security-groups/50e077ab-d359-49c6-a841-4e33c57c6357 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3097] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:43 2026] GET /v2.0/security-groups?tenant_id=dd6b349201014e2ba09a4b3dec744b92&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3098] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:44 2026] DELETE /v2.0/security-groups/8e47ef35-6bcc-425d-9bac-d59315365453 => 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/3099] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:44 2026] GET /v2.0/security-groups?tenant_id=dfd0bf89ec0242d39ab25f59cd656d23&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: 1549/3100] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:44 2026] DELETE /v2.0/security-groups/cdfab0b3-7e20-408a-bc95-e23eae4eb0cf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3101] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:44 2026] GET /v2.0/security-groups?tenant_id=7e75f13084c6480ca59c79d553601a92&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3102] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:44 2026] DELETE /v2.0/security-groups/09431b07-b005-4b94-b72d-d5c6fd41480e => 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: 1553/3103] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:45 2026] GET /v2.0/security-groups?tenant_id=a8d1ccf3ab864909978430a97820feff&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: 1551/3104] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:45 2026] DELETE /v2.0/security-groups/594b7e8a-5f9c-46e5-ba8d-88b4355cb763 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:49.598 8 INFO neutron.db.segments_db [None req-280dbffe-82af-454f-a86f-1a7d9a4d4b84 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Added segment 8aa5bf8a-6af8-46d1-876b-287e7634e95d of type vxlan for network 35318e08-6e41-4b45-8692-ec6aa60a1292 [pid: 8|app: 0|req: 1553/3107] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:42:49 2026] POST /v2.0/networks => generated 631 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3108] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:42:49 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:42:50.109 8 INFO neutron.db.segments_db [None req-77ef43b1-67ec-40a0-a53a-415e26843ed5 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Added segment fe28207a-8628-49ed-b35a-82780e43db02 of type vxlan for network bf050fd0-bfe2-4a8c-bb79-5cc136122564 [pid: 8|app: 0|req: 1554/3109] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:42:50 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1556/3110] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:42:50 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:42:50.571 8 INFO neutron.db.segments_db [None req-a0b39729-9b20-46a9-8a51-65452c1ab36a 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Added segment 9f199fc1-6a66-42ca-9a7b-20c2c84846ee of type vxlan for network 85fcdeea-d217-41d4-9962-b86c4d45bc80 [pid: 8|app: 0|req: 1555/3111] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:42:50 2026] POST /v2.0/networks => generated 631 bytes in 164 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: 1557/3112] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:42:50 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:42:51.061 8 INFO neutron.db.segments_db [None req-755b536b-c25e-450f-a197-b89b6a072d18 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Added segment 0349784b-c0c0-487d-abda-539f41daaeea of type vxlan for network fb17eb06-fad4-4c34-bb6c-c01aeee563da [pid: 8|app: 0|req: 1556/3113] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:42:51 2026] POST /v2.0/networks => generated 631 bytes in 140 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: 1558/3114] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:42:51 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 04:42:51.491 8 INFO neutron.db.segments_db [None req-f5c3a19f-c605-4129-9c13-f464da21d4e4 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Added segment f44179f1-c32f-4c0b-a52e-4889a782860e of type vxlan for network 598fe522-f298-4091-882c-19a396b9ffa6 [pid: 8|app: 0|req: 1557/3115] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:42:51 2026] POST /v2.0/networks => generated 631 bytes in 141 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: 1559/3116] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:42:51 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3117] 10.0.0.81 () {34 vars in 745 bytes} [Thu Jul 2 04:42:51 2026] PUT /v2.0/ports/5593cbe4-db0e-45f3-9377-01eba9c2967f/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1560/3118] 10.0.0.81 () {34 vars in 745 bytes} [Thu Jul 2 04:42:51 2026] PUT /v2.0/ports/7fd9c084-0ff9-438d-addf-d1aaac0df0fc/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1559/3119] 10.0.0.81 () {34 vars in 745 bytes} [Thu Jul 2 04:42:52 2026] PUT /v2.0/ports/9eccd7b7-fcfa-462a-8976-db5071f27a00/tags => generated 34 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: 7|app: 0|req: 1561/3120] 10.0.0.81 () {34 vars in 745 bytes} [Thu Jul 2 04:42:52 2026] PUT /v2.0/ports/e67f680c-5f57-4b24-8ff7-a7f5ab9c1996/tags => generated 19 bytes in 70 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: 1560/3121] 10.0.0.81 () {32 vars in 658 bytes} [Thu Jul 2 04:42:52 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 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: 1562/3122] 10.0.0.81 () {32 vars in 672 bytes} [Thu Jul 2 04:42:52 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3123] 10.0.0.81 () {32 vars in 668 bytes} [Thu Jul 2 04:42:52 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3124] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:42:53 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3125] 10.0.0.81 () {32 vars in 666 bytes} [Thu Jul 2 04:42:53 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3126] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:42:53 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3127] 10.0.0.81 () {32 vars in 676 bytes} [Thu Jul 2 04:42:53 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3128] 10.0.0.81 () {32 vars in 688 bytes} [Thu Jul 2 04:42:53 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:42:53.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d723cef-3257-4d39-ae75-38ee495ea82c 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] TaaS: Handle Delete Port: 5593cbe4-db0e-45f3-9377-01eba9c2967f 2026-07-02 04:42:53.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d723cef-3257-4d39-ae75-38ee495ea82c 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Tap Mirror: Handle Delete Port: 5593cbe4-db0e-45f3-9377-01eba9c2967f [pid: 8|app: 0|req: 1564/3129] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:42:53 2026] DELETE /v2.0/ports/5593cbe4-db0e-45f3-9377-01eba9c2967f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:54.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-03beaf29-0d71-4774-adcc-92765af21bd3 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] TaaS: Handle Delete Port: 7fd9c084-0ff9-438d-addf-d1aaac0df0fc 2026-07-02 04:42:54.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03beaf29-0d71-4774-adcc-92765af21bd3 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Tap Mirror: Handle Delete Port: 7fd9c084-0ff9-438d-addf-d1aaac0df0fc [pid: 7|app: 0|req: 1566/3130] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:42:53 2026] DELETE /v2.0/ports/7fd9c084-0ff9-438d-addf-d1aaac0df0fc => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:54.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7403b61-accd-4faa-a645-5e7d46c22f9b 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] TaaS: Handle Delete Port: 9eccd7b7-fcfa-462a-8976-db5071f27a00 2026-07-02 04:42:54.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7403b61-accd-4faa-a645-5e7d46c22f9b 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Tap Mirror: Handle Delete Port: 9eccd7b7-fcfa-462a-8976-db5071f27a00 [pid: 8|app: 0|req: 1565/3131] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:42:54 2026] DELETE /v2.0/ports/9eccd7b7-fcfa-462a-8976-db5071f27a00 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:54.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d03f594-2287-44c4-8f58-7ec5bdd0bcb5 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] TaaS: Handle Delete Port: e67f680c-5f57-4b24-8ff7-a7f5ab9c1996 2026-07-02 04:42:54.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d03f594-2287-44c4-8f58-7ec5bdd0bcb5 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Tap Mirror: Handle Delete Port: e67f680c-5f57-4b24-8ff7-a7f5ab9c1996 [pid: 7|app: 0|req: 1567/3132] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:42:54 2026] DELETE /v2.0/ports/e67f680c-5f57-4b24-8ff7-a7f5ab9c1996 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:54.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac74b145-3d77-4cb3-81c7-5756bdba2a89 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] TaaS: Handle Delete Port: 784fe31a-f58e-4a4c-a400-adce1ec6a021 2026-07-02 04:42:54.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac74b145-3d77-4cb3-81c7-5756bdba2a89 9815367ca9d4434983ff6872f46b03e8 b665628afeca44119b4e536182544f78 - - default default] Tap Mirror: Handle Delete Port: 784fe31a-f58e-4a4c-a400-adce1ec6a021 [pid: 8|app: 0|req: 1566/3133] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:42:54 2026] DELETE /v2.0/ports/784fe31a-f58e-4a4c-a400-adce1ec6a021 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:54.794 7 INFO neutron.services.segments.plugin [-] Segment 8aa5bf8a-6af8-46d1-876b-287e7634e95d resource provider aggregate not found 2026-07-02 04:42:54.800 7 INFO neutron.services.segments.plugin [-] Segment 8aa5bf8a-6af8-46d1-876b-287e7634e95d resource provider aggregate not found 2026-07-02 04:42:54.815 7 INFO neutron.services.segments.plugin [-] Segment 8aa5bf8a-6af8-46d1-876b-287e7634e95d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aa5bf8a-6af8-46d1-876b-287e7634e95d found for delete ", "request_id": "req-81a0a2d1-425a-49da-a5dd-d28812cebf30"}]} 2026-07-02 04:42:54.818 7 INFO neutron.services.segments.plugin [-] Segment 8aa5bf8a-6af8-46d1-876b-287e7634e95d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aa5bf8a-6af8-46d1-876b-287e7634e95d found for delete ", "request_id": "req-08b15880-147a-41dc-ba3d-de03d0f7cb83"}]} [pid: 7|app: 0|req: 1568/3134] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:54 2026] DELETE /v2.0/networks/35318e08-6e41-4b45-8692-ec6aa60a1292 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3135] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:54 2026] DELETE /v2.0/networks/bf050fd0-bfe2-4a8c-bb79-5cc136122564 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:42:55.035 8 INFO neutron.services.segments.plugin [-] Segment fe28207a-8628-49ed-b35a-82780e43db02 resource provider aggregate not found 2026-07-02 04:42:55.042 8 INFO neutron.services.segments.plugin [-] Segment fe28207a-8628-49ed-b35a-82780e43db02 resource provider aggregate not found 2026-07-02 04:42:55.047 8 INFO neutron.services.segments.plugin [-] Segment fe28207a-8628-49ed-b35a-82780e43db02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe28207a-8628-49ed-b35a-82780e43db02 found for delete ", "request_id": "req-632c3d24-8d8c-4a93-805d-e899716dfe43"}]} 2026-07-02 04:42:55.059 8 INFO neutron.services.segments.plugin [-] Segment fe28207a-8628-49ed-b35a-82780e43db02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe28207a-8628-49ed-b35a-82780e43db02 found for delete ", "request_id": "req-f72e8895-bcfc-4a14-8ffa-91b895986ecb"}]} [pid: 7|app: 0|req: 1569/3136] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:54 2026] DELETE /v2.0/networks/85fcdeea-d217-41d4-9962-b86c4d45bc80 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3137] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:55 2026] DELETE /v2.0/networks/fb17eb06-fad4-4c34-bb6c-c01aeee563da => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3138] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:42:55 2026] DELETE /v2.0/networks/598fe522-f298-4091-882c-19a396b9ffa6 => 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: 1569/3139] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:56 2026] GET /v2.0/security-groups?tenant_id=0964f60e18b64de5903c483bb08f43f9&name=default => generated 2929 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3140] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:56 2026] DELETE /v2.0/security-groups/755944e2-3fd2-4e37-afea-c3b90a084b98 => 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: 1570/3141] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:56 2026] GET /v2.0/security-groups?tenant_id=d69eaef50c4c44138a9473ac7beb41ce&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 04:42:56.839 7 INFO neutron.services.segments.plugin [-] Segment 9f199fc1-6a66-42ca-9a7b-20c2c84846ee resource provider aggregate not found 2026-07-02 04:42:56.840 7 INFO neutron.services.segments.plugin [-] Segment 9f199fc1-6a66-42ca-9a7b-20c2c84846ee resource provider aggregate not found 2026-07-02 04:42:56.864 7 INFO neutron.services.segments.plugin [-] Segment 9f199fc1-6a66-42ca-9a7b-20c2c84846ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f199fc1-6a66-42ca-9a7b-20c2c84846ee found for delete ", "request_id": "req-74bf6dec-8aa7-4dfe-bb9d-c238caa6e3b2"}]} 2026-07-02 04:42:56.870 7 INFO neutron.services.segments.plugin [-] Segment 9f199fc1-6a66-42ca-9a7b-20c2c84846ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f199fc1-6a66-42ca-9a7b-20c2c84846ee found for delete ", "request_id": "req-b8d5df6e-136b-4ecf-815d-78858bdcc4ec"}]} 2026-07-02 04:42:56.887 7 INFO neutron.services.segments.plugin [-] Segment f44179f1-c32f-4c0b-a52e-4889a782860e resource provider aggregate not found 2026-07-02 04:42:56.891 7 INFO neutron.services.segments.plugin [-] Segment f44179f1-c32f-4c0b-a52e-4889a782860e resource provider aggregate not found 2026-07-02 04:42:56.905 7 INFO neutron.services.segments.plugin [-] Segment f44179f1-c32f-4c0b-a52e-4889a782860e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44179f1-c32f-4c0b-a52e-4889a782860e found for delete ", "request_id": "req-4c50d407-c613-4cff-8c3e-e770a1cf0703"}]} 2026-07-02 04:42:56.908 7 INFO neutron.services.segments.plugin [-] Segment f44179f1-c32f-4c0b-a52e-4889a782860e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44179f1-c32f-4c0b-a52e-4889a782860e found for delete ", "request_id": "req-87f5d5f2-e043-4fed-929a-8913c301d436"}]} [pid: 7|app: 0|req: 1572/3142] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:56 2026] DELETE /v2.0/security-groups/833513b4-5f64-4ff8-a1af-5aa24e908bed => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:42:57.065 8 INFO neutron.services.segments.plugin [-] Segment 0349784b-c0c0-487d-abda-539f41daaeea resource provider aggregate not found 2026-07-02 04:42:57.080 8 INFO neutron.services.segments.plugin [-] Segment 0349784b-c0c0-487d-abda-539f41daaeea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0349784b-c0c0-487d-abda-539f41daaeea found for delete ", "request_id": "req-a8f5c8a9-4714-4497-93fd-a39cb1684cd5"}]} 2026-07-02 04:42:57.084 8 INFO neutron.services.segments.plugin [-] Segment 0349784b-c0c0-487d-abda-539f41daaeea resource provider aggregate not found 2026-07-02 04:42:57.097 8 INFO neutron.services.segments.plugin [-] Segment 0349784b-c0c0-487d-abda-539f41daaeea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0349784b-c0c0-487d-abda-539f41daaeea found for delete ", "request_id": "req-9915d0ce-4d08-4838-b55b-b4f57aa398dc"}]} [pid: 8|app: 0|req: 1571/3143] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:42:57 2026] GET /v2.0/security-groups?tenant_id=b665628afeca44119b4e536182544f78&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3144] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:42:57 2026] DELETE /v2.0/security-groups/4b247d24-c65f-4df3-aeda-27967e2f80ee => 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: 1572/3145] 10.0.0.81 () {34 vars in 676 bytes} [Thu Jul 2 04:43:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3146] 10.0.0.81 () {34 vars in 676 bytes} [Thu Jul 2 04:43: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: 8|app: 0|req: 1573/3147] 10.0.0.81 () {34 vars in 676 bytes} [Thu Jul 2 04:43:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3148] 10.0.0.81 () {34 vars in 676 bytes} [Thu Jul 2 04:43: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: 1574/3149] 10.0.0.81 () {34 vars in 676 bytes} [Thu Jul 2 04:43: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: 7|app: 0|req: 1576/3150] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:43:01 2026] PUT /v2.0/policies/4ada35a5-de24-49fd-8de9-f7fa04a480bb/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3151] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:43:01 2026] PUT /v2.0/policies/85dfba42-63e8-4f47-81f7-59cef52b6488/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3152] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:43:01 2026] PUT /v2.0/policies/e4a99fe9-58c6-40ce-84ed-dfdc91a15b13/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3153] 10.0.0.81 () {34 vars in 751 bytes} [Thu Jul 2 04:43:01 2026] PUT /v2.0/policies/c1a43d2b-9bbf-491d-bc18-5462caaeed34/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3154] 10.0.0.81 () {32 vars in 672 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3155] 10.0.0.81 () {32 vars in 686 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3156] 10.0.0.81 () {32 vars in 682 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3157] 10.0.0.81 () {32 vars in 694 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3158] 10.0.0.81 () {32 vars in 680 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3159] 10.0.0.81 () {32 vars in 694 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3160] 10.0.0.81 () {32 vars in 690 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3161] 10.0.0.81 () {32 vars in 702 bytes} [Thu Jul 2 04:43:02 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3164] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:43:02 2026] DELETE /v2.0/qos/policies/4ada35a5-de24-49fd-8de9-f7fa04a480bb => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3165] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:43:02 2026] DELETE /v2.0/qos/policies/85dfba42-63e8-4f47-81f7-59cef52b6488 => 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: 1583/3166] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:43:03 2026] DELETE /v2.0/qos/policies/e4a99fe9-58c6-40ce-84ed-dfdc91a15b13 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3167] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:43:03 2026] DELETE /v2.0/qos/policies/c1a43d2b-9bbf-491d-bc18-5462caaeed34 => 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: 1584/3168] 10.0.0.81 () {32 vars in 732 bytes} [Thu Jul 2 04:43:03 2026] DELETE /v2.0/qos/policies/aedbdb0b-b6e0-4fcc-9b78-56246f89da35 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3169] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:03 2026] GET /v2.0/security-groups?tenant_id=e8bf83da2c48454e99c4691907f586bd&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3170] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:04 2026] DELETE /v2.0/security-groups/1404aee4-66c7-4ac3-a0f6-38eb15521f02 => 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: 1586/3171] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:04 2026] GET /v2.0/security-groups?tenant_id=f4fa52268f104a099215b8cd8ad2a695&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3172] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:04 2026] DELETE /v2.0/security-groups/64af3ada-6af9-4ff3-b488-fe3deb1c1dbc => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3173] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:04 2026] GET /v2.0/security-groups?tenant_id=d15a8e719be54c4fbd40204c5c653891&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3174] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:04 2026] DELETE /v2.0/security-groups/d1e17488-1fe3-4499-880c-a5fad92be8d2 => 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: 1588/3175] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:43:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3176] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:43:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3177] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:43:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3178] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:43:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3179] 10.0.0.81 () {34 vars in 682 bytes} [Thu Jul 2 04:43:09 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: 1590/3180] 10.0.0.81 () {34 vars in 765 bytes} [Thu Jul 2 04:43:10 2026] PUT /v2.0/security-groups/53f3777b-e1fa-4f3d-886e-5dac0c69c2c8/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3181] 10.0.0.81 () {34 vars in 765 bytes} [Thu Jul 2 04:43:10 2026] PUT /v2.0/security-groups/655ea855-7fab-4faa-9753-06ed9bfd6326/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3182] 10.0.0.81 () {34 vars in 765 bytes} [Thu Jul 2 04:43:10 2026] PUT /v2.0/security-groups/42cd8ade-73df-48ef-aefb-00ada4f180e4/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3183] 10.0.0.81 () {34 vars in 765 bytes} [Thu Jul 2 04:43:10 2026] PUT /v2.0/security-groups/a40725a1-074c-459e-a6ba-710f0afce057/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3184] 10.0.0.81 () {32 vars in 678 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3185] 10.0.0.81 () {32 vars in 692 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3186] 10.0.0.81 () {32 vars in 688 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3187] 10.0.0.81 () {32 vars in 700 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3188] 10.0.0.81 () {32 vars in 686 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3189] 10.0.0.81 () {32 vars in 700 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3190] 10.0.0.81 () {32 vars in 696 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3191] 10.0.0.81 () {32 vars in 708 bytes} [Thu Jul 2 04:43:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3192] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:10 2026] DELETE /v2.0/security-groups/53f3777b-e1fa-4f3d-886e-5dac0c69c2c8 => 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: 1597/3193] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:10 2026] DELETE /v2.0/security-groups/655ea855-7fab-4faa-9753-06ed9bfd6326 => 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: 1597/3194] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:10 2026] DELETE /v2.0/security-groups/42cd8ade-73df-48ef-aefb-00ada4f180e4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3195] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:10 2026] DELETE /v2.0/security-groups/a40725a1-074c-459e-a6ba-710f0afce057 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3196] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:11 2026] DELETE /v2.0/security-groups/b0399301-0e98-466e-a3a7-51acc055979a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3197] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:11 2026] GET /v2.0/security-groups?tenant_id=0b3fa35422f340fcbf63950962fa980f&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3198] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:12 2026] DELETE /v2.0/security-groups/3bb64cc2-72f3-4fc2-9f37-e3f62a55cd95 => 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: 1600/3199] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:12 2026] GET /v2.0/security-groups?tenant_id=cd7570544d9042a184fbcdc3676c4c20&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3200] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:12 2026] DELETE /v2.0/security-groups/aa3ef474-9a45-4394-92a5-18cef0f39873 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3201] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:12 2026] GET /v2.0/security-groups?tenant_id=f054e038ded94248b00cc7d07f3597d9&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3202] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:12 2026] DELETE /v2.0/security-groups/4d1b1fb7-6773-437b-a1fe-c5d50ece65f3 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:43:17.283 8 INFO neutron.db.segments_db [None req-1a981fa0-c7f1-410a-a517-d27e6e4ccc43 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Added segment 634fe964-57a7-4b74-9b04-8d0ab271ec9b of type vxlan for network acea2fb6-26a2-43e1-b31a-e08b275a609e [pid: 8|app: 0|req: 1602/3203] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:43:16 2026] POST /v2.0/networks => generated 632 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3204] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:43:17 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3205] 10.0.0.81 () {34 vars in 664 bytes} [Thu Jul 2 04:43:17 2026] POST /v2.0/trunks => generated 407 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:43:17.967 7 INFO neutron.db.segments_db [None req-2037d613-d8a0-46d7-891c-6fddcaa3b900 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Added segment f5717dcf-d2fe-4a2c-b994-a2f61d170bdd of type vxlan for network 0e87d50b-6cb1-4b61-8894-b2890c17edb2 [pid: 7|app: 0|req: 1603/3208] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:43:17 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: 8|app: 0|req: 1606/3209] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:43:18 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3210] 10.0.0.81 () {34 vars in 664 bytes} [Thu Jul 2 04:43:18 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-07-02 04:43:18.558 8 INFO neutron.db.segments_db [None req-eaf23c40-9a6d-4fd5-8203-4499c5c71d68 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Added segment be094a04-608f-4f2d-a1a4-431b85f4bb67 of type vxlan for network 8abb10dd-06de-4ba5-a7da-8ebe532a37dc [pid: 8|app: 0|req: 1607/3211] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:43:18 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3212] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:43:18 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3213] 10.0.0.81 () {34 vars in 664 bytes} [Thu Jul 2 04:43:18 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:43:19.191 7 INFO neutron.db.segments_db [None req-53dfdb66-b563-4d33-8650-43ef98dd381d 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Added segment abb02e58-d0c4-4d12-b621-cde6a07d1de8 of type vxlan for network 2090f110-588d-4b18-8050-c6e8507ee867 [pid: 7|app: 0|req: 1606/3214] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:43:19 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3215] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:43:19 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3216] 10.0.0.81 () {34 vars in 664 bytes} [Thu Jul 2 04:43:19 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 04:43:19.819 8 INFO neutron.db.segments_db [None req-0449d501-2aeb-4951-be32-3d0f7f501e4e 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Added segment 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd of type vxlan for network a92d1976-d887-4952-94c4-61e0dd828998 [pid: 8|app: 0|req: 1610/3217] 10.0.0.81 () {34 vars in 668 bytes} [Thu Jul 2 04:43:19 2026] POST /v2.0/networks => generated 632 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3218] 10.0.0.81 () {34 vars in 662 bytes} [Thu Jul 2 04:43:19 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3219] 10.0.0.81 () {34 vars in 664 bytes} [Thu Jul 2 04:43:20 2026] POST /v2.0/trunks => generated 407 bytes in 133 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: 1609/3220] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:43:20 2026] PUT /v2.0/trunks/e2d2d5df-bccb-4216-90e2-c90054365563/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3221] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:43:20 2026] PUT /v2.0/trunks/27a539bd-018f-442d-8a47-6d0c53ff05eb/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3222] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:43:20 2026] PUT /v2.0/trunks/dc217de1-175f-45a9-9608-1d7cba0a1860/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3223] 10.0.0.81 () {34 vars in 747 bytes} [Thu Jul 2 04:43:20 2026] PUT /v2.0/trunks/2503ff9f-4e7e-4030-a6ec-b1c54a6ff373/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3224] 10.0.0.81 () {32 vars in 660 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?tags=red => 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: 1614/3225] 10.0.0.81 () {32 vars in 674 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3226] 10.0.0.81 () {32 vars in 670 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3227] 10.0.0.81 () {32 vars in 682 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3228] 10.0.0.81 () {32 vars in 668 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3229] 10.0.0.81 () {32 vars in 682 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3230] 10.0.0.81 () {32 vars in 678 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3231] 10.0.0.81 () {32 vars in 690 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3232] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks/e2d2d5df-bccb-4216-90e2-c90054365563 => generated 412 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3233] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/ports/72506a1d-1e50-4d35-95f8-ce1e2a151a80 => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3234] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:43:20 2026] DELETE /v2.0/trunks/e2d2d5df-bccb-4216-90e2-c90054365563 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3235] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:43:20 2026] GET /v2.0/trunks/27a539bd-018f-442d-8a47-6d0c53ff05eb => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3236] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/ports/096deb04-b9f9-449b-97db-2c6de03d79e8 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3237] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:43:21 2026] DELETE /v2.0/trunks/27a539bd-018f-442d-8a47-6d0c53ff05eb => 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: 1618/3238] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/trunks/dc217de1-175f-45a9-9608-1d7cba0a1860 => 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: 1621/3239] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/ports/7b841a4e-6604-4e4a-ba35-d7da9bbd7a91 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3240] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:43:21 2026] DELETE /v2.0/trunks/dc217de1-175f-45a9-9608-1d7cba0a1860 => 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: 1622/3241] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/trunks/2503ff9f-4e7e-4030-a6ec-b1c54a6ff373 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3242] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/ports/40d92e84-eb0e-4ab8-b236-014367ffd3c1 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3243] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:43:21 2026] DELETE /v2.0/trunks/2503ff9f-4e7e-4030-a6ec-b1c54a6ff373 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3244] 10.0.0.81 () {32 vars in 717 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/trunks/dcb55e63-89f8-43e8-98ff-d364c100e723 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3245] 10.0.0.81 () {32 vars in 715 bytes} [Thu Jul 2 04:43:21 2026] GET /v2.0/ports/7adf47eb-2de0-4c96-932b-652ff717bb74 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3246] 10.0.0.81 () {32 vars in 720 bytes} [Thu Jul 2 04:43:21 2026] DELETE /v2.0/trunks/dcb55e63-89f8-43e8-98ff-d364c100e723 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 04:43:21.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-e691e402-cba8-40c9-840a-e296110012e9 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] TaaS: Handle Delete Port: 72506a1d-1e50-4d35-95f8-ce1e2a151a80 2026-07-02 04:43:21.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e691e402-cba8-40c9-840a-e296110012e9 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Tap Mirror: Handle Delete Port: 72506a1d-1e50-4d35-95f8-ce1e2a151a80 [pid: 8|app: 0|req: 1625/3247] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:43:21 2026] DELETE /v2.0/ports/72506a1d-1e50-4d35-95f8-ce1e2a151a80 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:21.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4968921-d64c-4570-8cf4-796e360783ab 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] TaaS: Handle Delete Port: 096deb04-b9f9-449b-97db-2c6de03d79e8 2026-07-02 04:43:21.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4968921-d64c-4570-8cf4-796e360783ab 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Tap Mirror: Handle Delete Port: 096deb04-b9f9-449b-97db-2c6de03d79e8 [pid: 7|app: 0|req: 1623/3248] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:43:21 2026] DELETE /v2.0/ports/096deb04-b9f9-449b-97db-2c6de03d79e8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:22.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8362c81-ef6c-4144-8e8c-2c207b48e8f9 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] TaaS: Handle Delete Port: 7b841a4e-6604-4e4a-ba35-d7da9bbd7a91 2026-07-02 04:43:22.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8362c81-ef6c-4144-8e8c-2c207b48e8f9 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Tap Mirror: Handle Delete Port: 7b841a4e-6604-4e4a-ba35-d7da9bbd7a91 [pid: 8|app: 0|req: 1626/3249] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:43:22 2026] DELETE /v2.0/ports/7b841a4e-6604-4e4a-ba35-d7da9bbd7a91 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:22.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-647c15b5-bddf-4de2-8eb2-3c9c6b134be3 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] TaaS: Handle Delete Port: 40d92e84-eb0e-4ab8-b236-014367ffd3c1 2026-07-02 04:43:22.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-647c15b5-bddf-4de2-8eb2-3c9c6b134be3 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Tap Mirror: Handle Delete Port: 40d92e84-eb0e-4ab8-b236-014367ffd3c1 [pid: 7|app: 0|req: 1624/3250] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:43:22 2026] DELETE /v2.0/ports/40d92e84-eb0e-4ab8-b236-014367ffd3c1 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:22.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e927df8-b7f6-4f81-8063-d543e1ed83c2 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] TaaS: Handle Delete Port: 7adf47eb-2de0-4c96-932b-652ff717bb74 2026-07-02 04:43:22.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e927df8-b7f6-4f81-8063-d543e1ed83c2 2b7fb196c35f45cd88f767ec6548082f a23e552c81a542b19d0d54a1c838b719 - - default default] Tap Mirror: Handle Delete Port: 7adf47eb-2de0-4c96-932b-652ff717bb74 [pid: 8|app: 0|req: 1627/3251] 10.0.0.81 () {32 vars in 718 bytes} [Thu Jul 2 04:43:22 2026] DELETE /v2.0/ports/7adf47eb-2de0-4c96-932b-652ff717bb74 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:22.760 7 INFO neutron.services.segments.plugin [-] Segment 634fe964-57a7-4b74-9b04-8d0ab271ec9b resource provider aggregate not found 2026-07-02 04:43:22.766 7 INFO neutron.services.segments.plugin [-] Segment 634fe964-57a7-4b74-9b04-8d0ab271ec9b resource provider aggregate not found 2026-07-02 04:43:22.786 7 INFO neutron.services.segments.plugin [-] Segment 634fe964-57a7-4b74-9b04-8d0ab271ec9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 634fe964-57a7-4b74-9b04-8d0ab271ec9b found for delete ", "request_id": "req-31276c0f-d41e-47b5-924f-ac8aa9c002a8"}]} 2026-07-02 04:43:22.789 7 INFO neutron.services.segments.plugin [-] Segment 634fe964-57a7-4b74-9b04-8d0ab271ec9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 634fe964-57a7-4b74-9b04-8d0ab271ec9b found for delete ", "request_id": "req-63d9b95c-f7ea-4818-a3bb-a296dcf428f5"}]} [pid: 7|app: 0|req: 1625/3252] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:43:22 2026] DELETE /v2.0/networks/acea2fb6-26a2-43e1-b31a-e08b275a609e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:22.932 8 INFO neutron.services.segments.plugin [-] Segment f5717dcf-d2fe-4a2c-b994-a2f61d170bdd resource provider aggregate not found 2026-07-02 04:43:22.938 8 INFO neutron.services.segments.plugin [-] Segment f5717dcf-d2fe-4a2c-b994-a2f61d170bdd resource provider aggregate not found 2026-07-02 04:43:22.949 8 INFO neutron.services.segments.plugin [-] Segment f5717dcf-d2fe-4a2c-b994-a2f61d170bdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5717dcf-d2fe-4a2c-b994-a2f61d170bdd found for delete ", "request_id": "req-6af7100b-02ae-4cef-ac8b-e0f682369e9d"}]} 2026-07-02 04:43:22.956 8 INFO neutron.services.segments.plugin [-] Segment f5717dcf-d2fe-4a2c-b994-a2f61d170bdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5717dcf-d2fe-4a2c-b994-a2f61d170bdd found for delete ", "request_id": "req-a0e58e88-734c-4099-8119-3616f05985c2"}]} [pid: 8|app: 0|req: 1628/3253] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:43:22 2026] DELETE /v2.0/networks/0e87d50b-6cb1-4b61-8894-b2890c17edb2 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3254] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:43:22 2026] DELETE /v2.0/networks/8abb10dd-06de-4ba5-a7da-8ebe532a37dc => generated 0 bytes in 804 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3255] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:43:23 2026] DELETE /v2.0/networks/2090f110-588d-4b18-8050-c6e8507ee867 => 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: 1627/3256] 10.0.0.81 () {32 vars in 724 bytes} [Thu Jul 2 04:43:23 2026] DELETE /v2.0/networks/a92d1976-d887-4952-94c4-61e0dd828998 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 04:43:24.803 7 INFO neutron.services.segments.plugin [-] Segment be094a04-608f-4f2d-a1a4-431b85f4bb67 resource provider aggregate not found 2026-07-02 04:43:24.813 7 INFO neutron.services.segments.plugin [-] Segment be094a04-608f-4f2d-a1a4-431b85f4bb67 resource provider aggregate not found 2026-07-02 04:43:24.823 7 INFO neutron.services.segments.plugin [-] Segment be094a04-608f-4f2d-a1a4-431b85f4bb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be094a04-608f-4f2d-a1a4-431b85f4bb67 found for delete ", "request_id": "req-0a947eb1-096d-4072-a48a-278a756e3a82"}]} 2026-07-02 04:43:24.828 7 INFO neutron.services.segments.plugin [-] Segment be094a04-608f-4f2d-a1a4-431b85f4bb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be094a04-608f-4f2d-a1a4-431b85f4bb67 found for delete ", "request_id": "req-e273a5a0-fc9a-4128-a951-6d5e291ca8b4"}]} 2026-07-02 04:43:24.839 7 INFO neutron.services.segments.plugin [-] Segment 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd resource provider aggregate not found 2026-07-02 04:43:24.845 7 INFO neutron.services.segments.plugin [-] Segment 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd resource provider aggregate not found 2026-07-02 04:43:24.855 7 INFO neutron.services.segments.plugin [-] Segment 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd found for delete ", "request_id": "req-eeeac691-5d20-47de-a25a-222532c10225"}]} 2026-07-02 04:43:24.857 7 INFO neutron.services.segments.plugin [-] Segment 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd2b028-adca-4f3f-8e2d-a2f0a9ccf8fd found for delete ", "request_id": "req-9554b983-eebd-420f-af9c-4e1781b6b193"}]} 2026-07-02 04:43:24.971 8 INFO neutron.services.segments.plugin [-] Segment abb02e58-d0c4-4d12-b621-cde6a07d1de8 resource provider aggregate not found 2026-07-02 04:43:24.979 8 INFO neutron.services.segments.plugin [-] Segment abb02e58-d0c4-4d12-b621-cde6a07d1de8 resource provider aggregate not found 2026-07-02 04:43:24.992 8 INFO neutron.services.segments.plugin [-] Segment abb02e58-d0c4-4d12-b621-cde6a07d1de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abb02e58-d0c4-4d12-b621-cde6a07d1de8 found for delete ", "request_id": "req-643377a3-0be3-4e14-8ae6-7f0f7f653144"}]} 2026-07-02 04:43:24.995 8 INFO neutron.services.segments.plugin [-] Segment abb02e58-d0c4-4d12-b621-cde6a07d1de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abb02e58-d0c4-4d12-b621-cde6a07d1de8 found for delete ", "request_id": "req-2ca7704e-9833-40ef-8622-e75aecce2623"}]} [pid: 8|app: 0|req: 1630/3257] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:24 2026] GET /v2.0/security-groups?tenant_id=5e80369775b543a89105dd2019cf6fcb&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3258] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:25 2026] DELETE /v2.0/security-groups/aa3c6315-d14e-49a6-8d8e-ac62170163ff => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3259] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:25 2026] GET /v2.0/security-groups?tenant_id=552de2b33a61464e91d30ffda533ac85&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3260] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:25 2026] DELETE /v2.0/security-groups/a4c84cc7-89ef-42c5-81d6-618187000e0b => 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: 1632/3261] 10.0.0.81 () {32 vars in 772 bytes} [Thu Jul 2 04:43:25 2026] GET /v2.0/security-groups?tenant_id=a23e552c81a542b19d0d54a1c838b719&name=default => generated 2929 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3262] 10.0.0.81 () {32 vars in 738 bytes} [Thu Jul 2 04:43:25 2026] DELETE /v2.0/security-groups/9adddafd-8064-4456-bc6f-5d5673479e9d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3263] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:43:28 2026] GET /v2.0/networks => generated 2168 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3264] 10.0.0.81 () {32 vars in 653 bytes} [Thu Jul 2 04:43:30 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3265] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:43:30 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: 1632/3266] 10.0.0.81 () {32 vars in 641 bytes} [Thu Jul 2 04:43:30 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3267] 10.0.0.81 () {32 vars in 645 bytes} [Thu Jul 2 04:43:30 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3268] 10.0.0.81 () {32 vars in 647 bytes} [Thu Jul 2 04:43:30 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3269] 10.0.0.81 () {32 vars in 661 bytes} [Thu Jul 2 04:43:30 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3270] 10.0.0.81 () {32 vars in 653 bytes} [Thu Jul 2 04:43:30 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)