+ 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 Apr 2 04:08:51 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 nodename: neutron-server-6d48f44dcc-qmsgl machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fc90d6ae668 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-04-02 04:08:54.997 7 INFO neutron.common.config [-] Logging enabled! 2026-04-02 04:08:54.997 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-02 04:08:55.009 8 INFO neutron.common.config [-] Logging enabled! 2026-04-02 04:08:55.010 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-02 04:08:55.998 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 04:08:56.068 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 04:08:57.544 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 04:08:57.546 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 04:08:57.550 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 04:08:57.551 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 04:08:57.551 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 04:08:57.551 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 04:08:57.551 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 04:08:57.559 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 04:08:57.559 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 04:08:57.559 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 04:08:57.581 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 04:08:57.582 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 04:08:57.582 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 04:08:57.606 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 04:08:57.607 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 04:08:57.607 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 04:08:57.607 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 04:08:57.766 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 04:08:57.769 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 04:08:57.772 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 04:08:57.773 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 04:08:57.773 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 04:08:57.774 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 04:08:57.774 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 04:08:57.781 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 04:08:57.781 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 04:08:57.781 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 04:08:57.803 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 04:08:57.804 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 04:08:57.804 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 04:08:57.830 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 04:08:57.831 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 04:08:57.831 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 04:08:57.831 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 04:08:57.883 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing driver for type 'vlan' 2026-04-02 04:08:58.120 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing driver for type 'vlan' 2026-04-02 04:08:58.161 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] VlanTypeDriver initialization complete 2026-04-02 04:08:58.162 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 04:08:58.162 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 04:08:58.173 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 04:08:58.173 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 04:08:58.173 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing extension driver 'port_security' 2026-04-02 04:08:58.173 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 04:08:58.173 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing extension driver 'qos' 2026-04-02 04:08:58.174 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 04:08:58.174 7 INFO neutron.plugins.ml2.managers [None req-fae41d5c-ad9b-4ba1-ae2c-e5d0f9ec206f - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 04:08:58.185 7 INFO neutron.quota [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded quota_driver: . 2026-04-02 04:08:58.186 7 INFO neutron.plugins.ml2.plugin [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 04:08:58.186 7 INFO neutron.plugins.ml2.managers [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 04:08:58.186 7 INFO neutron.plugins.ml2.managers [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 04:08:58.186 7 INFO neutron.plugins.ml2.managers [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 04:08:58.186 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: qos 2026-04-02 04:08:58.199 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: router 2026-04-02 04:08:58.243 7 INFO neutron.services.service_base [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 04:08:58.243 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: segments 2026-04-02 04:08:58.335 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: trunk 2026-04-02 04:08:58.349 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: vpnaas 2026-04-02 04:08:58.385 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] VlanTypeDriver initialization complete 2026-04-02 04:08:58.385 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 04:08:58.385 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 04:08:58.387 7 WARNING stevedore.named [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 04:08:58.398 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 04:08:58.399 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 04:08:58.399 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing extension driver 'port_security' 2026-04-02 04:08:58.399 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 04:08:58.399 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing extension driver 'qos' 2026-04-02 04:08:58.399 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 04:08:58.399 8 INFO neutron.plugins.ml2.managers [None req-c2f2582e-93c1-4f26-a8b2-cd235a3cefbd - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 04:08:58.413 8 INFO neutron.quota [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded quota_driver: . 2026-04-02 04:08:58.414 8 INFO neutron.plugins.ml2.plugin [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 04:08:58.414 8 INFO neutron.plugins.ml2.managers [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 04:08:58.414 8 INFO neutron.plugins.ml2.managers [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 04:08:58.414 8 INFO neutron.plugins.ml2.managers [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 04:08:58.415 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: qos 2026-04-02 04:08:58.427 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: router 2026-04-02 04:08:58.457 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 04:08:58.458 7 INFO neutron.common.utils [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 04:08:58.458 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: taas 2026-04-02 04:08:58.471 8 INFO neutron.services.service_base [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 04:08:58.471 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: segments 2026-04-02 04:08:58.480 7 WARNING stevedore.named [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 04:08:58.481 7 WARNING stevedore.named [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 04:08:58.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 04:08:58.502 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: tapmirror 2026-04-02 04:08:58.511 7 WARNING stevedore.named [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 04:08:58.511 7 WARNING stevedore.named [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 04:08:58.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 04:08:58.525 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: auto_allocate 2026-04-02 04:08:58.530 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: tag 2026-04-02 04:08:58.537 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: timestamp 2026-04-02 04:08:58.540 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 04:08:58.544 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: flavors 2026-04-02 04:08:58.548 7 INFO neutron.manager [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loading Plugin: revisions 2026-04-02 04:08:58.551 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Initializing extension manager. 2026-04-02 04:08:58.553 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: address-group 2026-04-02 04:08:58.554 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: address-scope 2026-04-02 04:08:58.555 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 04:08:58.555 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: agent 2026-04-02 04:08:58.556 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 04:08:58.557 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 04:08:58.558 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 04:08:58.558 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: availability_zone 2026-04-02 04:08:58.559 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 04:08:58.559 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 04:08:58.560 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: default-subnetpools 2026-04-02 04:08:58.561 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 04:08:58.562 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: dns-integration 2026-04-02 04:08:58.562 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 04:08:58.563 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: trunk 2026-04-02 04:08:58.563 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 04:08:58.564 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: dvr 2026-04-02 04:08:58.564 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 04:08:58.565 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 04:08:58.565 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 04:08:58.565 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 04:08:58.566 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: external-net 2026-04-02 04:08:58.566 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 04:08:58.567 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: extraroute 2026-04-02 04:08:58.568 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 04:08:58.568 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 04:08:58.569 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 04:08:58.569 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 04:08:58.570 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 04:08:58.570 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: fip-port-details 2026-04-02 04:08:58.571 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: flavors 2026-04-02 04:08:58.572 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 04:08:58.573 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: floatingip-pools 2026-04-02 04:08:58.573 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: ip_allocation 2026-04-02 04:08:58.574 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 04:08:58.574 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: l2_adjacency 2026-04-02 04:08:58.575 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: router 2026-04-02 04:08:58.576 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: vpnaas 2026-04-02 04:08:58.577 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 04:08:58.578 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 04:08:58.578 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 04:08:58.579 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 04:08:58.579 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: l3-ha 2026-04-02 04:08:58.580 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 04:08:58.580 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 04:08:58.581 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: l3-flavors 2026-04-02 04:08:58.582 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 04:08:58.583 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 04:08:58.585 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 04:08:58.586 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 04:08:58.587 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 04:08:58.588 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 04:08:58.589 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 04:08:58.590 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: multi-provider 2026-04-02 04:08:58.590 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: net-mtu 2026-04-02 04:08:58.591 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 04:08:58.591 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: network_availability_zone 2026-04-02 04:08:58.592 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: network_ha 2026-04-02 04:08:58.592 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: network-ip-availability 2026-04-02 04:08:58.593 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 04:08:58.594 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: pagination 2026-04-02 04:08:58.594 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-device-profile 2026-04-02 04:08:58.595 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 04:08:58.595 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 04:08:58.596 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 04:08:58.596 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-mac-override 2026-04-02 04:08:58.597 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 04:08:58.597 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 04:08:58.598 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 04:08:58.598 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-resource-request 2026-04-02 04:08:58.599 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 04:08:58.599 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 04:08:58.600 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: binding 2026-04-02 04:08:58.600 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: binding-extended 2026-04-02 04:08:58.601 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-security 2026-04-02 04:08:58.602 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: project-id 2026-04-02 04:08:58.602 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: provider 2026-04-02 04:08:58.603 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 04:08:58.605 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos 2026-04-02 04:08:58.606 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 04:08:58.606 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 04:08:58.607 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-default 2026-04-02 04:08:58.607 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-fip 2026-04-02 04:08:58.608 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 04:08:58.608 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 04:08:58.609 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 04:08:58.609 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 04:08:58.610 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 04:08:58.610 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-pps 2026-04-02 04:08:58.611 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 04:08:58.611 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 04:08:58.612 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 04:08:58.612 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: quota-check-limit 2026-04-02 04:08:58.613 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 04:08:58.614 8 WARNING stevedore.named [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 04:08:58.615 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: quotas 2026-04-02 04:08:58.616 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: quota_details 2026-04-02 04:08:58.618 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: rbac-policies 2026-04-02 04:08:58.618 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: rbac-address-group 2026-04-02 04:08:58.619 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 04:08:58.619 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 04:08:58.620 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 04:08:58.620 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: revision-if-match 2026-04-02 04:08:58.621 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 04:08:58.621 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: router_availability_zone 2026-04-02 04:08:58.622 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 04:08:58.623 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 04:08:58.624 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 04:08:58.624 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 04:08:58.625 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 04:08:58.625 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 04:08:58.626 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 04:08:58.630 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: security-group 2026-04-02 04:08:58.631 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: segment 2026-04-02 04:08:58.632 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 04:08:58.632 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: service-type 2026-04-02 04:08:58.633 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: sorting 2026-04-02 04:08:58.633 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 04:08:58.634 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: standard-attr-description 2026-04-02 04:08:58.635 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: stateful-security-group 2026-04-02 04:08:58.635 7 WARNING neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 04:08:58.635 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 04:08:58.636 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: subnet-external-network 2026-04-02 04:08:58.637 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: subnet_onboard 2026-04-02 04:08:58.637 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 04:08:58.638 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: subnet-service-types 2026-04-02 04:08:58.638 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: subnet_allocation 2026-04-02 04:08:58.639 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 04:08:58.639 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: tag-creation 2026-04-02 04:08:58.641 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 04:08:58.645 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 04:08:58.645 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 04:08:58.646 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: trunk 2026-04-02 04:08:58.647 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: trunk-details 2026-04-02 04:08:58.647 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 04:08:58.648 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 04:08:58.649 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 04:08:58.649 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 04:08:58.651 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 04:08:58.652 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 04:08:58.652 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: vpn-flavors 2026-04-02 04:08:58.654 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: vpnaas 2026-04-02 04:08:58.655 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: taas 2026-04-02 04:08:58.656 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: tap-mirror 2026-04-02 04:08:58.657 7 INFO neutron.api.extensions [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 04:08:58.659 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 04:08:58.659 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 04:08:58.659 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.660 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 04:08:58.663 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 04:08:58.663 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 04:08:58.667 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 04:08:58.668 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 04:08:58.668 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 04:08:58.669 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.670 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.670 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.670 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.671 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 04:08:58.671 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.671 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.672 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 04:08:58.672 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 04:08:58.672 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 04:08:58.673 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.673 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ipsecpolicy is already registered 2026-04-02 04:08:58.673 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.674 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ikepolicy is already registered 2026-04-02 04:08:58.678 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 04:08:58.679 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] router is already registered 2026-04-02 04:08:58.679 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 04:08:58.679 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] floatingip is already registered 2026-04-02 04:08:58.679 8 INFO neutron_vpnaas.services.vpn.plugin [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 04:08:58.680 8 INFO neutron.common.utils [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 04:08:58.680 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: taas 2026-04-02 04:08:58.683 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 04:08:58.683 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] rbac_policy is already registered 2026-04-02 04:08:58.683 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 04:08:58.683 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] security_group is already registered 2026-04-02 04:08:58.684 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 04:08:58.684 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] security_group_rule is already registered 2026-04-02 04:08:58.685 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.685 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.685 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.685 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.686 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 04:08:58.686 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] trunk is already registered 2026-04-02 04:08:58.686 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.686 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ikepolicy is already registered 2026-04-02 04:08:58.687 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.687 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ipsecpolicy is already registered 2026-04-02 04:08:58.687 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 04:08:58.687 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] endpoint_group is already registered 2026-04-02 04:08:58.688 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 04:08:58.688 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] vpnservice is already registered 2026-04-02 04:08:58.688 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 04:08:58.688 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ipsec_site_connection is already registered 2026-04-02 04:08:58.689 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.689 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ipsecpolicy is already registered 2026-04-02 04:08:58.689 7 INFO neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.689 7 WARNING neutron.quota.resource_registry [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] ikepolicy is already registered 2026-04-02 04:08:58.712 8 WARNING stevedore.named [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 04:08:58.712 8 WARNING stevedore.named [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 04:08:58.727 7 WARNING keystonemiddleware._common.config [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 04:08:58.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 04:08:58.732 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: tapmirror 2026-04-02 04:08:58.734 7 WARNING oslo_config.cfg [None req-a8f97959-4b7a-4602-b431-2ffd334c4760 - - - - - -] 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 7 seconds on interpreter 0x7fc90d6ae668 pid: 7 (default app) 2026-04-02 04:08:58.748 8 WARNING stevedore.named [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 04:08:58.748 8 WARNING stevedore.named [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 04:08:58.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 04:08:58.764 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: auto_allocate 2026-04-02 04:08:58.776 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: tag 2026-04-02 04:08:58.792 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: timestamp 2026-04-02 04:08:58.797 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 04:08:58.802 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: flavors 2026-04-02 04:08:58.805 8 INFO neutron.manager [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loading Plugin: revisions 2026-04-02 04:08:58.809 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Initializing extension manager. 2026-04-02 04:08:58.810 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: address-group 2026-04-02 04:08:58.811 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: address-scope 2026-04-02 04:08:58.811 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 04:08:58.813 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: agent 2026-04-02 04:08:58.813 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 04:08:58.815 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 04:08:58.816 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 04:08:58.816 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: availability_zone 2026-04-02 04:08:58.817 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 04:08:58.817 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 04:08:58.818 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: default-subnetpools 2026-04-02 04:08:58.819 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 04:08:58.820 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: dns-integration 2026-04-02 04:08:58.820 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 04:08:58.821 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 04:08:58.822 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: dvr 2026-04-02 04:08:58.822 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 04:08:58.823 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 04:08:58.823 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 04:08:58.824 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 04:08:58.824 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: external-net 2026-04-02 04:08:58.825 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 04:08:58.825 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: extraroute 2026-04-02 04:08:58.826 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 04:08:58.826 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 04:08:58.827 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 04:08:58.827 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 04:08:58.828 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 04:08:58.828 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: fip-port-details 2026-04-02 04:08:58.829 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: flavors 2026-04-02 04:08:58.830 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 04:08:58.831 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: floatingip-pools 2026-04-02 04:08:58.831 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: ip_allocation 2026-04-02 04:08:58.832 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 04:08:58.832 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: l2_adjacency 2026-04-02 04:08:58.834 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: router 2026-04-02 04:08:58.835 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 04:08:58.836 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 04:08:58.836 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 04:08:58.837 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 04:08:58.837 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: l3-ha 2026-04-02 04:08:58.838 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 04:08:58.838 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 04:08:58.839 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: l3-flavors 2026-04-02 04:08:58.840 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 04:08:58.840 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 04:08:58.842 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 04:08:58.844 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 04:08:58.845 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 04:08:58.846 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 04:08:58.846 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 04:08:58.847 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: multi-provider 2026-04-02 04:08:58.848 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: net-mtu 2026-04-02 04:08:58.848 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 04:08:58.849 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: network_availability_zone 2026-04-02 04:08:58.849 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: network_ha 2026-04-02 04:08:58.850 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: network-ip-availability 2026-04-02 04:08:58.852 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 04:08:58.852 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: pagination 2026-04-02 04:08:58.853 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-device-profile 2026-04-02 04:08:58.858 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 04:08:58.859 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 04:08:58.860 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 04:08:58.862 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-mac-override 2026-04-02 04:08:58.863 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 04:08:58.864 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 04:08:58.864 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 04:08:58.865 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-resource-request 2026-04-02 04:08:58.866 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 04:08:58.866 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 04:08:58.867 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: binding 2026-04-02 04:08:58.868 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: binding-extended 2026-04-02 04:08:58.869 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-security 2026-04-02 04:08:58.870 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: project-id 2026-04-02 04:08:58.871 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: provider 2026-04-02 04:08:58.872 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 04:08:58.875 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos 2026-04-02 04:08:58.876 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 04:08:58.876 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 04:08:58.877 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-default 2026-04-02 04:08:58.879 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-fip 2026-04-02 04:08:58.879 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 04:08:58.880 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 04:08:58.880 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 04:08:58.881 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 04:08:58.881 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 04:08:58.882 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-pps 2026-04-02 04:08:58.883 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 04:08:58.883 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 04:08:58.884 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 04:08:58.884 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: quota-check-limit 2026-04-02 04:08:58.885 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 04:08:58.887 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: quotas 2026-04-02 04:08:58.888 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: quota_details 2026-04-02 04:08:58.889 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: rbac-policies 2026-04-02 04:08:58.890 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: rbac-address-group 2026-04-02 04:08:58.890 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 04:08:58.891 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 04:08:58.891 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 04:08:58.892 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: revision-if-match 2026-04-02 04:08:58.893 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 04:08:58.893 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: router_availability_zone 2026-04-02 04:08:58.894 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 04:08:58.895 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 04:08:58.896 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 04:08:58.896 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 04:08:58.897 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 04:08:58.897 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 04:08:58.898 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 04:08:58.902 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: security-group 2026-04-02 04:08:58.903 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: segment 2026-04-02 04:08:58.904 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 04:08:58.905 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: service-type 2026-04-02 04:08:58.905 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: sorting 2026-04-02 04:08:58.906 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 04:08:58.906 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: standard-attr-description 2026-04-02 04:08:58.907 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: stateful-security-group 2026-04-02 04:08:58.907 8 WARNING neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 04:08:58.908 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 04:08:58.908 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: subnet-external-network 2026-04-02 04:08:58.909 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: subnet_onboard 2026-04-02 04:08:58.909 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 04:08:58.910 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: subnet-service-types 2026-04-02 04:08:58.910 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: subnet_allocation 2026-04-02 04:08:58.911 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 04:08:58.912 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: tag-creation 2026-04-02 04:08:58.913 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 04:08:58.918 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 04:08:58.919 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 04:08:58.919 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: trunk 2026-04-02 04:08:58.920 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: trunk-details 2026-04-02 04:08:58.920 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 04:08:58.921 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 04:08:58.922 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 04:08:58.922 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 04:08:58.924 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 04:08:58.925 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 04:08:58.926 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: vpn-flavors 2026-04-02 04:08:58.927 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: vpnaas 2026-04-02 04:08:58.928 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: taas 2026-04-02 04:08:58.929 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: tap-mirror 2026-04-02 04:08:58.930 8 INFO neutron.api.extensions [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 04:08:58.932 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 04:08:58.933 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 04:08:58.933 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.933 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 04:08:58.936 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 04:08:58.937 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 04:08:58.941 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 04:08:58.942 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 04:08:58.942 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 04:08:58.943 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.943 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.944 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.944 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.944 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 04:08:58.945 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.945 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.946 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 04:08:58.946 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 04:08:58.946 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 04:08:58.947 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.947 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ipsecpolicy is already registered 2026-04-02 04:08:58.947 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.947 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ikepolicy is already registered 2026-04-02 04:08:58.952 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 04:08:58.952 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] router is already registered 2026-04-02 04:08:58.952 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 04:08:58.953 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] floatingip is already registered 2026-04-02 04:08:58.956 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 04:08:58.956 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] rbac_policy is already registered 2026-04-02 04:08:58.957 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 04:08:58.957 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] security_group is already registered 2026-04-02 04:08:58.957 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 04:08:58.958 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] security_group_rule is already registered 2026-04-02 04:08:58.958 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.958 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.959 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 04:08:58.959 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] subnetpool is already registered 2026-04-02 04:08:58.959 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 04:08:58.960 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] trunk is already registered 2026-04-02 04:08:58.960 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.960 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ikepolicy is already registered 2026-04-02 04:08:58.960 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.961 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ipsecpolicy is already registered 2026-04-02 04:08:58.961 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 04:08:58.961 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] endpoint_group is already registered 2026-04-02 04:08:58.961 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 04:08:58.962 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] vpnservice is already registered 2026-04-02 04:08:58.962 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 04:08:58.962 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ipsec_site_connection is already registered 2026-04-02 04:08:58.962 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 04:08:58.962 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ipsecpolicy is already registered 2026-04-02 04:08:58.963 8 INFO neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 04:08:58.963 8 WARNING neutron.quota.resource_registry [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] ikepolicy is already registered 2026-04-02 04:08:59.010 8 WARNING keystonemiddleware._common.config [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 04:08:59.017 8 WARNING oslo_config.cfg [None req-266debda-fb14-462b-8fc8-ac86259ee89e - - - - - -] 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 0x7fc90d6ae668 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-04-02 04:09:03.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00b81fea-c036-4be8-bc1a-31c93f74f61d 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:09:02 2026] GET /v2.0/networks/public => generated 108 bytes in 953 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:09:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:09:04.200 7 WARNING neutron.services.revisions.revision_plugin [None req-75e7b4da-fedd-430c-a520-d69b046a63c0 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Could not find related network for resource to bump revision. 2026-04-02 04:09:04.225 7 INFO neutron.db.segments_db [None req-75e7b4da-fedd-430c-a520-d69b046a63c0 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment f9b48d4f-57bb-45ae-beb6-14264488b71b of type flat for network 80cd6a3a-85c8-47f1-8d0c-71e6034ae1da 2026-04-02 04:09:04.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75e7b4da-fedd-430c-a520-d69b046a63c0 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 162.253.55.36 () {48 vars in 964 bytes} [Thu Apr 2 04:09:03 2026] POST /v2.0/networks => generated 124 bytes in 537 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:09:10.138 7 INFO neutron.pecan_wsgi.hooks.translation [None req-082ddcca-5016-44ca-ab5f-fa66187db0e4 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:09:10 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:09:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:09:10.206 7 WARNING neutron.services.revisions.revision_plugin [None req-56f1ba1e-d274-441f-9859-1f7f13c8507d 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Could not find related network for resource to bump revision. 2026-04-02 04:09:10.216 7 INFO neutron.db.segments_db [None req-56f1ba1e-d274-441f-9859-1f7f13c8507d 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment b59df093-3975-4e03-b69c-4970d36e9525 of type flat for network 65d55b83-99a8-465d-952d-e9c4141823fc 2026-04-02 04:09:10.235 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56f1ba1e-d274-441f-9859-1f7f13c8507d 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 162.253.55.36 () {48 vars in 964 bytes} [Thu Apr 2 04:09:10 2026] POST /v2.0/networks => generated 124 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:09:16.489 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b90e6a1-2c70-43e6-98e8-a0f88e1740b0 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:09:16 2026] GET /v2.0/networks/public => generated 108 bytes in 416 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:09:16 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-04-02 04:09:16.733 8 WARNING neutron.services.revisions.revision_plugin [None req-e8f1ca2b-d4a8-4da9-98cb-9501752b4568 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Could not find related network for resource to bump revision. 2026-04-02 04:09:16.753 8 INFO neutron.db.segments_db [None req-e8f1ca2b-d4a8-4da9-98cb-9501752b4568 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 0962a954-3542-4b87-9c34-0b75663bd0a7 of type flat for network dbee30bd-e806-48e2-b1de-da3181bab2f2 2026-04-02 04:09:16.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8f1ca2b-d4a8-4da9-98cb-9501752b4568 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 162.253.55.36 () {48 vars in 964 bytes} [Thu Apr 2 04:09:16 2026] POST /v2.0/networks => generated 124 bytes in 289 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:09:22.666 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98ee186e-4540-4bf4-bac8-2372d2752e34 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:09:22 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:09:22 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-04-02 04:09:22.739 8 WARNING neutron.services.revisions.revision_plugin [None req-f83e12d4-b3dc-49b9-8769-4c9042e1a309 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Could not find related network for resource to bump revision. 2026-04-02 04:09:22.760 8 INFO neutron.db.segments_db [None req-f83e12d4-b3dc-49b9-8769-4c9042e1a309 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 499809bd-2c65-4ce2-b077-3e4a1587c55c of type flat for network 03a6357e-5270-4397-b7ef-0fa0484d371b 2026-04-02 04:09:22.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f83e12d4-b3dc-49b9-8769-4c9042e1a309 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 162.253.55.36 () {48 vars in 964 bytes} [Thu Apr 2 04:09:22 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:09:28.700 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b7abb45-c700-4406-9a77-0379bd1c0221 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:09:28 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:09:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:09:28.777 7 WARNING neutron.services.revisions.revision_plugin [None req-663da3be-f489-4cc4-9fad-be5dfbb0e548 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Could not find related network for resource to bump revision. 2026-04-02 04:09:28.795 7 INFO neutron.db.segments_db [None req-663da3be-f489-4cc4-9fad-be5dfbb0e548 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 58ff5a2d-23a3-45fa-9fdb-49a753c97b3b of type flat for network 0a7c3cfd-40fc-4695-a39b-e75c4de46023 [pid: 7|app: 0|req: 12/20] 162.253.55.36 () {48 vars in 964 bytes} [Thu Apr 2 04:09:28 2026] POST /v2.0/networks => generated 706 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:09:29.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ff8b0e0-309a-45c1-9d94-d84e23ca24d1 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:09:29 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:09:29 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:09:30.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02b5437b-ebdf-492b-9277-5a6deffb2011 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 162.253.55.36 () {44 vars in 1031 bytes} [Thu Apr 2 04:09:29 2026] GET /v2.0/subnets/public-subnet?network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 162.253.55.36 () {44 vars in 1054 bytes} [Thu Apr 2 04:09:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 162.253.55.36 () {48 vars in 962 bytes} [Thu Apr 2 04:09:30 2026] POST /v2.0/subnets => generated 664 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:14:17.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28837a4d-8b00-429f-8bf3-eb4fdbb84beb 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 162.253.55.36 () {44 vars in 934 bytes} [Thu Apr 2 04:14:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/64] 162.253.55.36 () {44 vars in 956 bytes} [Thu Apr 2 04:14:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:14:17.499 7 INFO neutron.db.segments_db [None req-13ba862b-23cd-433d-8ddc-80d086a77315 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 07b4022c-c65f-447a-985c-50bdb208be1b of type vxlan for network 708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 [pid: 7|app: 0|req: 35/65] 162.253.55.36 () {48 vars in 963 bytes} [Thu Apr 2 04:14:17 2026] POST /v2.0/networks => generated 687 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:14:18.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cba3b0a0-bd95-4c99-83f6-a5cd0470f7df 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 162.253.55.36 () {44 vars in 934 bytes} [Thu Apr 2 04:14:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/67] 162.253.55.36 () {44 vars in 956 bytes} [Thu Apr 2 04:14:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:14:18.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d0e82dd-1579-4d0b-9e3d-a639f955fbe2 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 162.253.55.36 () {44 vars in 1033 bytes} [Thu Apr 2 04:14:18 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 162.253.55.36 () {44 vars in 1056 bytes} [Thu Apr 2 04:14:18 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 162.253.55.36 () {48 vars in 962 bytes} [Thu Apr 2 04:14:18 2026] POST /v2.0/subnets => generated 651 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:14:19.826 7 INFO neutron.api.v2.resource [None req-42e48941-a07a-4c03-984c-1fb185ec79b5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 162.253.55.36 () {44 vars in 968 bytes} [Thu Apr 2 04:14:19 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 162.253.55.36 () {44 vars in 990 bytes} [Thu Apr 2 04:14:19 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 162.253.55.36 () {48 vars in 977 bytes} [Thu Apr 2 04:14:19 2026] POST /v2.0/security-groups => generated 1616 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:20 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 1616 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:21 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:21 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:21 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:22 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:22 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/84] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:22 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/85] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:23 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => 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/86] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:23 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/87] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/88] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:23 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 3462 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/89] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:24 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 3462 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/90] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:24 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/91] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/92] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:24 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/93] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:25 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/94] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:25 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/95] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/96] 162.253.55.36 () {44 vars in 984 bytes} [Thu Apr 2 04:14:26 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 731 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:14:26.239 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77fbbc26-6240-4beb-b2e4-74fc54d043bc 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/97] 162.253.55.36 () {44 vars in 1073 bytes} [Thu Apr 2 04:14:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/98] 162.253.55.36 () {44 vars in 1096 bytes} [Thu Apr 2 04:14:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/99] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:26 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => 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: 53/100] 162.253.55.36 () {48 vars in 958 bytes} [Thu Apr 2 04:14:26 2026] POST /v2.0/ports => generated 1100 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 04:14:33.532 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e25de17e-edb6-46ca-8db1-e4327643353a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/101] 162.253.55.36 () {44 vars in 976 bytes} [Thu Apr 2 04:14:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/102] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/103] 162.253.55.36 () {48 vars in 1028 bytes} [Thu Apr 2 04:14:33 2026] PUT /v2.0/ports/5b4c251f-7ff5-4d6f-a950-ecabe3f4da32 => generated 1249 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/104] 162.253.55.36 () {44 vars in 917 bytes} [Thu Apr 2 04:14:35 2026] GET /v2.0/ports => generated 3730 bytes in 362 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-04-02 04:14:37.215 8 INFO neutron.api.v2.resource [None req-8e57a4dc-f26b-4973-b9af-1ab351dbed85 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/105] 162.253.55.36 () {44 vars in 956 bytes} [Thu Apr 2 04:14:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/106] 162.253.55.36 () {44 vars in 978 bytes} [Thu Apr 2 04:14:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 162.253.55.36 () {48 vars in 977 bytes} [Thu Apr 2 04:14:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:38 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:38 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:38 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 1610 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:38 2026] POST /v2.0/security-group-rules => generated 623 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:39 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:39 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:14:39 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:14:39 2026] POST /v2.0/security-group-rules => generated 627 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/132] 162.253.55.36 () {44 vars in 972 bytes} [Thu Apr 2 04:16:29 2026] GET /v2.0/quotas/5ede6f9eef7546429de10124ba315e9c => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/133] 162.253.55.36 () {48 vars in 1024 bytes} [Thu Apr 2 04:16:29 2026] PUT /v2.0/quotas/5ede6f9eef7546429de10124ba315e9c => generated 291 bytes in 36 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-04-02 04:18:49.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdc85ffa-ad9a-4ff9-811b-3f490a4a55a0 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/152] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:18:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 239 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: 79/153] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:18:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:18:51.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8bccb91-7929-4cd7-a912-5de235b3b4ee 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/154] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:18:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/155] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:18:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:24:11.979 8 INFO neutron.api.v2.resource [None req-dff9513f-2fb5-46f8-8276-e92d0d1ccb35 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/200] 162.253.55.36 () {44 vars in 1071 bytes} [Thu Apr 2 04:24:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 139 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/201] 162.253.55.36 () {44 vars in 1094 bytes} [Thu Apr 2 04:24:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 23 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/202] 162.253.55.36 () {48 vars in 978 bytes} [Thu Apr 2 04:24:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/203] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:13 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/204] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:24:13 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/205] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:13 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/206] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:24:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:14 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:24:14 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/209] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:14 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/210] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:24:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:15 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:24:15 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:15 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:24:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:16 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:24:16 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:24:16 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 162.253.55.36 () {48 vars in 988 bytes} [Thu Apr 2 04:24:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 162.253.55.36 () {30 vars in 739 bytes} [Thu Apr 2 04:30:16 2026] GET /v2.0/networks?tenant_id=5a7b35f3262d44afb3a9a3e2aff4554a&shared=False => generated 15 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:30:17.115 7 INFO neutron.db.segments_db [None req-cd1dd1fe-8ace-4f9c-b81d-1ab433a1930c 1c6a1a16542e434f9b5fb21cdc7e71f3 5a7b35f3262d44afb3a9a3e2aff4554a - - 2b362c42b3a94487a3df783e0f6fc845 2b362c42b3a94487a3df783e0f6fc845] Added segment a16c1d37-ab61-49b8-9af0-ee757d94137e of type vxlan for network e6571d0a-0101-495f-b3a6-8ba8a7f06602 [pid: 7|app: 0|req: 136/268] 162.253.55.36 () {34 vars in 681 bytes} [Thu Apr 2 04:30:17 2026] POST /v2.0/networks => generated 698 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 162.253.55.36 () {30 vars in 721 bytes} [Thu Apr 2 04:30:17 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: 7|app: 0|req: 137/270] 162.253.55.36 () {30 vars in 632 bytes} [Thu Apr 2 04:30:17 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: 134/271] 162.253.55.36 () {34 vars in 676 bytes} [Thu Apr 2 04:30:17 2026] POST /v2.0/ports => generated 999 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/272] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:30:17 2026] GET /v2.0/networks/e6571d0a-0101-495f-b3a6-8ba8a7f06602 => generated 704 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/273] 162.253.55.36 () {30 vars in 721 bytes} [Thu Apr 2 04:30:19 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/274] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:30:19 2026] GET /v2.0/networks/e6571d0a-0101-495f-b3a6-8ba8a7f06602 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/277] 162.253.55.36 () {44 vars in 972 bytes} [Thu Apr 2 04:30:29 2026] GET /v2.0/quotas/5a7b35f3262d44afb3a9a3e2aff4554a => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/278] 162.253.55.36 () {48 vars in 1024 bytes} [Thu Apr 2 04:30:30 2026] PUT /v2.0/quotas/5a7b35f3262d44afb3a9a3e2aff4554a => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:12.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf1aa2cf-0ce9-41b8-b03d-1606611fb334 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/365] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:41:12 2026] GET /v2.0/networks/public => generated 108 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:41:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:13.679 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0143b778-82bc-47dc-ade8-b681290f09ef 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/367] 162.253.55.36 () {44 vars in 924 bytes} [Thu Apr 2 04:41:13 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:41:13 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:13.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09f0b700-7fd2-4154-b53a-93f26ca8a399 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/369] 162.253.55.36 () {44 vars in 1031 bytes} [Thu Apr 2 04:41:13 2026] GET /v2.0/subnets/public-subnet?network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 162.253.55.36 () {44 vars in 1054 bytes} [Thu Apr 2 04:41:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 667 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:40.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fba0d2af-4a9d-4f60-a5c9-76b13a0edd46 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/375] 162.253.55.36 () {44 vars in 934 bytes} [Thu Apr 2 04:41:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 162.253.55.36 () {44 vars in 956 bytes} [Thu Apr 2 04:41:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:41.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94d2e853-8b75-4e42-a750-ddb187e5e969 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/377] 162.253.55.36 () {44 vars in 934 bytes} [Thu Apr 2 04:41:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/378] 162.253.55.36 () {44 vars in 956 bytes} [Thu Apr 2 04:41:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:41.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96d0a062-7356-43b9-92b1-ecf60ed8f08f 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/379] 162.253.55.36 () {44 vars in 1033 bytes} [Thu Apr 2 04:41:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 162.253.55.36 () {44 vars in 1056 bytes} [Thu Apr 2 04:41:41 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:42.843 7 INFO neutron.api.v2.resource [None req-dde5e0ec-bf0d-4d5a-a55d-fcdcd913792e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/381] 162.253.55.36 () {44 vars in 968 bytes} [Thu Apr 2 04:41:42 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 162.253.55.36 () {44 vars in 990 bytes} [Thu Apr 2 04:41:42 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:43 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:44 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:41:44 2026] GET /v2.0/security-group-rules/dfbd1594-9292-4db7-b191-07aff425cd6e => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:44 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/387] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:45 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => 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: 192/388] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:41:45 2026] GET /v2.0/security-group-rules/0f44da87-6d00-481e-bf47-123a51ef36c8 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:45 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/390] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:45 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:41:45 2026] GET /v2.0/security-group-rules/4e0bfee5-c294-4a60-8e9f-0323329c4f74 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:46 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:46 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => 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: 195/394] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:41:46 2026] GET /v2.0/security-group-rules/be0b221d-81d2-4498-94b2-441abc4e27d1 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:47 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:47 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:41:47 2026] GET /v2.0/security-group-rules/a9a54902-0e2e-41e0-bcb9-75c736db045f => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 162.253.55.36 () {44 vars in 984 bytes} [Thu Apr 2 04:41:48 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 731 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:41:49.079 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7017a6a-3751-4a6b-9d28-55d5779f39f5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/399] 162.253.55.36 () {44 vars in 1073 bytes} [Thu Apr 2 04:41:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 162.253.55.36 () {44 vars in 1096 bytes} [Thu Apr 2 04:41:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 1254 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:49 2026] GET /v2.0/security-groups/f2a8be45-9263-475b-8b45-7291a0b2c738 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:41:56.875 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d17c8a6d-e9d8-41f8-9496-d9fd2b6beeb6 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/404] 162.253.55.36 () {44 vars in 976 bytes} [Thu Apr 2 04:41:56 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) [pid: 8|app: 0|req: 200/405] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:41:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/406] 162.253.55.36 () {44 vars in 917 bytes} [Thu Apr 2 04:41:58 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:41:59.395 8 INFO neutron.api.v2.resource [None req-51522a9c-19f0-49ee-b1f0-a04cc82bbe94 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/407] 162.253.55.36 () {44 vars in 956 bytes} [Thu Apr 2 04:41:59 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/408] 162.253.55.36 () {44 vars in 978 bytes} [Thu Apr 2 04:41:59 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/409] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:42:00 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/410] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:42:00 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/411] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:42:00 2026] GET /v2.0/security-group-rules/8dcba735-fa2c-4be9-af41-67bdaa3243e4 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/412] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:42:01 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/413] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:42:01 2026] GET /v2.0/security-groups/a428f669-2a74-4bc1-a46c-ba9f68ab3e86 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/414] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:42:01 2026] GET /v2.0/security-group-rules/02a943b1-199a-4738-a540-54ab0d4963ef => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/417] 162.253.55.36 () {44 vars in 972 bytes} [Thu Apr 2 04:42:12 2026] GET /v2.0/quotas/5ede6f9eef7546429de10124ba315e9c => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:43:02.292 8 INFO neutron.api.v2.resource [None req-7ec89cf4-a5ec-4c63-8d4d-16834f5a3bed 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/424] 162.253.55.36 () {44 vars in 1071 bytes} [Thu Apr 2 04:43:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/425] 162.253.55.36 () {44 vars in 1094 bytes} [Thu Apr 2 04:43:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/426] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:43:03 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/427] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:43:03 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/428] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:43:03 2026] GET /v2.0/security-group-rules/2a3dfe6e-1667-4a9f-ad4d-f86be1a2a34c => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/429] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:43:04 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/430] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:43:04 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:43:04 2026] GET /v2.0/security-group-rules/ce23ed7e-2f22-4f75-ba44-ac93c5f7e357 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/432] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:43:05 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/433] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:43:05 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/434] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:43:05 2026] GET /v2.0/security-group-rules/60e63f71-4266-4408-a032-ea135fffffbf => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/435] 162.253.55.36 () {44 vars in 1085 bytes} [Thu Apr 2 04:43:06 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088?project_id=5a7b35f3262d44afb3a9a3e2aff4554a => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/436] 162.253.55.36 () {44 vars in 998 bytes} [Thu Apr 2 04:43:06 2026] GET /v2.0/security-groups/c84566cd-99a0-4307-b3e8-e7dc0d05f088 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/437] 162.253.55.36 () {44 vars in 1008 bytes} [Thu Apr 2 04:43:06 2026] GET /v2.0/security-group-rules/41384303-cefa-48a6-910d-9711e69deed6 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/440] 162.253.55.36 () {44 vars in 972 bytes} [Thu Apr 2 04:43:13 2026] GET /v2.0/quotas/5a7b35f3262d44afb3a9a3e2aff4554a => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 162.253.55.36 () {44 vars in 946 bytes} [Thu Apr 2 04:44:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/454] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:44:40 2026] GET /v2.0/networks => generated 2166 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/455] 10.0.0.155 () {32 vars in 655 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/456] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/457] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/458] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/networks => generated 2166 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/460] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/461] 10.0.0.155 () {32 vars in 655 bytes} [Thu Apr 2 04:44:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:44:52.511 7 INFO neutron.db.segments_db [None req-0ac4441d-8579-48c1-812c-287b39601a44 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment bef46eee-d044-45a2-890d-279eee9ffdd5 of type vxlan for network 3cbd27cc-413a-4dca-86e5-6fb47c6a743a [pid: 7|app: 0|req: 233/462] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/networks => generated 730 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:44:52.607 8 INFO neutron.db.segments_db [None req-5d79c7c0-2d49-4114-8fc9-e65f8b757684 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment f064aae5-a280-4bf7-bcd4-dd62ee25e556 of type vxlan for network dd64aaa1-2b88-4d80-97b9-d7a0135def42 [pid: 8|app: 0|req: 230/465] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/networks => generated 726 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:44:52.764 7 INFO neutron.db.segments_db [None req-d568916f-4b39-403f-becb-78094cf94ca8 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 4afb8508-87e6-4941-bc45-4d7151dde7e0 of type vxlan for network 44204dd3-c32e-4b6e-bd6f-1751d30cbe53 [pid: 7|app: 0|req: 236/466] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/networks => generated 725 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/467] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/subnets => generated 696 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/468] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/subnets => generated 692 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:44:53.024 7 INFO neutron.db.segments_db [None req-f4da912d-6883-444a-b004-e4ff552e12fb 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment b633ca9e-32ba-42e3-9c8a-5cd18a4a997e of type vxlan for network 083f7532-608f-435a-b2b9-bdbda0ecef2d [pid: 8|app: 0|req: 232/469] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/subnets => generated 691 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:44:53.092 8 INFO neutron.db.segments_db [None req-46c59235-49c6-4699-bf72-32c12b419dab 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 070d2182-8f60-4847-a33a-4ee8718469d8 of type vxlan for network 4abb7ad3-41de-491d-9eec-c2e32f88b214 2026-04-02 04:44:53.245 7 INFO neutron.db.l3_hamode_db [None req-f4da912d-6883-444a-b004-e4ff552e12fb 2f7b55ca292c4c04a11c9d8c0d1ea243 f5630377618e4536ade2fe0557333582 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:44:53.415 8 INFO neutron.db.l3_hamode_db [None req-46c59235-49c6-4699-bf72-32c12b419dab 2f7b55ca292c4c04a11c9d8c0d1ea243 94f8d634d7be4502b3c001af28fb91ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:44:54.112 7 INFO neutron.db.l3_hamode_db [None req-f4da912d-6883-444a-b004-e4ff552e12fb 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:44:54.416 8 INFO neutron.db.l3_hamode_db [None req-46c59235-49c6-4699-bf72-32c12b419dab 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/470] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:52 2026] POST /v2.0/routers => generated 736 bytes in 2323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/471] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:53 2026] POST /v2.0/routers => generated 732 bytes in 2274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:44:55.349 7 INFO neutron.db.segments_db [None req-b465c06e-7301-4222-a73b-5615aa6ecfb3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 7e3e7f31-358b-4f10-a803-b1305facdac3 of type vxlan for network fcd1e8a3-c49e-4922-a330-6b3ae0e6c975 [pid: 8|app: 0|req: 234/472] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:44:55 2026] GET /v2.0/security-groups?tenant_id=eb12d977dda343a9a7c145fa469ad57b&name=default => generated 2921 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:44:55.590 7 INFO neutron.db.l3_hamode_db [None req-b465c06e-7301-4222-a73b-5615aa6ecfb3 2f7b55ca292c4c04a11c9d8c0d1ea243 7600766e87ec4d52962cbc1cb57b6d84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:44:56.266 7 INFO neutron.db.l3_hamode_db [None req-b465c06e-7301-4222-a73b-5615aa6ecfb3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/473] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:44:55 2026] PUT /v2.0/routers/b851280b-3490-4176-bc1a-5a94226a9524/add_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:55 2026] POST /v2.0/routers => generated 731 bytes in 1815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/475] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:44:56 2026] PUT /v2.0/routers/c1758b6c-b42e-42f3-a76c-cb49350b19f7/add_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:44:57 2026] DELETE /v2.0/security-groups/f9239310-aaf1-42e5-be19-af285b46005d => 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: 241/477] 10.0.0.49 () {38 vars in 970 bytes} [Thu Apr 2 04:44:57 2026] POST /v2.0/security-groups => generated 1684 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/478] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:57 2026] GET /v2.0/security-groups/a3854d1d-05aa-4b1f-ba4e-8acee18b6648 => generated 1684 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/479] 10.0.0.49 () {38 vars in 980 bytes} [Thu Apr 2 04:44:57 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/480] 10.0.0.49 () {38 vars in 970 bytes} [Thu Apr 2 04:44:57 2026] POST /v2.0/security-groups => generated 1684 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/481] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:57 2026] GET /v2.0/security-groups/96e22fdd-3f8b-4afd-9064-aaaf06972fff => generated 1684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/482] 10.0.0.49 () {38 vars in 980 bytes} [Thu Apr 2 04:44:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/483] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:44:57 2026] PUT /v2.0/routers/2561595b-ee11-4165-9a60-0d4f2096e8fb/add_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/484] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-groups/96e22fdd-3f8b-4afd-9064-aaaf06972fff => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/485] 10.0.0.49 () {38 vars in 980 bytes} [Thu Apr 2 04:44:58 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/486] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-groups/96e22fdd-3f8b-4afd-9064-aaaf06972fff => generated 2939 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.49 () {38 vars in 970 bytes} [Thu Apr 2 04:44:58 2026] POST /v2.0/security-groups => generated 1681 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/488] 10.0.0.49 () {34 vars in 1000 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-group-rules/3bfd0946-ffeb-4544-8546-6c70734c69d2 => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/489] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-groups/96e22fdd-3f8b-4afd-9064-aaaf06972fff => generated 2939 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/490] 10.0.0.49 () {38 vars in 970 bytes} [Thu Apr 2 04:44:58 2026] POST /v2.0/security-groups => generated 1681 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/491] 10.0.0.49 () {36 vars in 1022 bytes} [Thu Apr 2 04:44:58 2026] DELETE /v2.0/security-group-rules/3bfd0946-ffeb-4544-8546-6c70734c69d2 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/492] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-groups/96e22fdd-3f8b-4afd-9064-aaaf06972fff => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/493] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Apr 2 04:44:58 2026] DELETE /v2.0/security-groups/96e22fdd-3f8b-4afd-9064-aaaf06972fff => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/494] 10.0.0.49 () {38 vars in 970 bytes} [Thu Apr 2 04:44:58 2026] POST /v2.0/security-groups => generated 1679 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/495] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-groups/a3854d1d-05aa-4b1f-ba4e-8acee18b6648 => generated 2309 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Apr 2 04:44:58 2026] DELETE /v2.0/security-groups/a3854d1d-05aa-4b1f-ba4e-8acee18b6648 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/497] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:44:58 2026] GET /v2.0/security-groups?tenant_id=94f8d634d7be4502b3c001af28fb91ad => generated 7902 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/498] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:44:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:59 2026] GET /v2.0/security-groups/09cc5e5e-f1dc-42f8-ac6f-f0c7a4b1905c => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:44:59.279 7 INFO neutron.db.segments_db [None req-436b122c-853a-4188-bb39-72d4f28230e7 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 5b7b964f-9ffb-448c-acb7-1636a159a2a1 of type vxlan for network 7a11ceb4-cfee-4e3e-bc28-934ee232219a [pid: 7|app: 0|req: 255/500] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:44:59 2026] POST /v2.0/networks => generated 729 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:44:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/502] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:59 2026] GET /v2.0/security-groups/09cc5e5e-f1dc-42f8-ac6f-f0c7a4b1905c => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:44:59.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-69777023-915e-46f1-a2b8-7f5fbc9fa52a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: c14347b2-9701-4dca-b694-b653297d8497 2026-04-02 04:44:59.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69777023-915e-46f1-a2b8-7f5fbc9fa52a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: c14347b2-9701-4dca-b694-b653297d8497 [pid: 7|app: 0|req: 258/503] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:59 2026] POST /v2.0/subnets => generated 695 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/504] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:44:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/505] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:44:59 2026] GET /v2.0/security-groups/1ae581cf-925b-4b18-95a7-f999f2385aab => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:44:59.828 7 INFO neutron.db.segments_db [None req-8f874dc3-6876-4bdf-9267-9bdfc2b57e12 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c of type vxlan for network 290ec486-b49e-4393-b496-1e9ada8f0421 2026-04-02 04:45:00.074 7 INFO neutron.db.l3_hamode_db [None req-8f874dc3-6876-4bdf-9267-9bdfc2b57e12 2f7b55ca292c4c04a11c9d8c0d1ea243 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/506] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:44:58 2026] PUT /v2.0/routers/b851280b-3490-4176-bc1a-5a94226a9524/remove_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/507] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:45:00 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:45:00.781 7 INFO neutron.db.l3_hamode_db [None req-8f874dc3-6876-4bdf-9267-9bdfc2b57e12 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/508] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Apr 2 04:45:00 2026] DELETE /v2.0/security-groups/1ae581cf-925b-4b18-95a7-f999f2385aab => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:01.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-08a033a6-848e-4d60-bdfd-1641bdeb0877 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 3f34cc82-9d70-49c2-a492-b4e6445b3283 2026-04-02 04:45:01.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08a033a6-848e-4d60-bdfd-1641bdeb0877 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 3f34cc82-9d70-49c2-a492-b4e6445b3283 2026-04-02 04:45:01.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-08a033a6-848e-4d60-bdfd-1641bdeb0877 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: f1a33fea-3e32-49a6-8996-686a7abf5556 2026-04-02 04:45:01.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08a033a6-848e-4d60-bdfd-1641bdeb0877 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: f1a33fea-3e32-49a6-8996-686a7abf5556 2026-04-02 04:45:01.271 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-08a033a6-848e-4d60-bdfd-1641bdeb0877 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - 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-04-02 04:45:01.549 8 INFO neutron.db.l3_hamode_db [None req-08a033a6-848e-4d60-bdfd-1641bdeb0877 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 083f7532-608f-435a-b2b9-bdbda0ecef2d was deleted as no HA routers are present in tenant f5630377618e4536ade2fe0557333582. [pid: 8|app: 0|req: 249/509] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:00 2026] DELETE /v2.0/routers/b851280b-3490-4176-bc1a-5a94226a9524 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:01.563 8 INFO neutron.api.v2.resource [req-d0f4299f-a7eb-483b-bde1-9d7ac6c43e73 req-2e14b3c0-e6dc-4d7a-8201-e73fb458b719 0aeadf059489497bb0e53365948506be 94f8d634d7be4502b3c001af28fb91ad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/510] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:01 2026] GET /v2.0/security-groups/1ae581cf-925b-4b18-95a7-f999f2385aab => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/511] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Apr 2 04:45:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1304566848&fields=id&tenant_id=7600766e87ec4d52962cbc1cb57b6d84 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/512] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:01 2026] DELETE /v2.0/subnets/6bfa7e96-7ee8-49ad-8391-729185cd3da1 => 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: 253/513] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:01 2026] GET /v2.0/security-groups/788ce1ff-72a9-490e-acd0-f4810a1bda55 => generated 1681 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/514] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:44:59 2026] POST /v2.0/routers => generated 735 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/515] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:45:01 2026] GET /v2.0/networks?id=44204dd3-c32e-4b6e-bd6f-1751d30cbe53 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/516] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Apr 2 04:45:01 2026] DELETE /v2.0/security-groups/788ce1ff-72a9-490e-acd0-f4810a1bda55 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:01.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-faf9b978-4a9b-4d6a-a6f1-0d24b8270ff3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 0a258347-d1f9-4174-bfeb-2a73e9adadbb 2026-04-02 04:45:01.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf9b978-4a9b-4d6a-a6f1-0d24b8270ff3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 0a258347-d1f9-4174-bfeb-2a73e9adadbb 2026-04-02 04:45:02.117 8 INFO neutron.services.segments.plugin [-] Segment b633ca9e-32ba-42e3-9c8a-5cd18a4a997e resource provider aggregate not found 2026-04-02 04:45:02.147 8 INFO neutron.services.segments.plugin [-] Segment b633ca9e-32ba-42e3-9c8a-5cd18a4a997e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b633ca9e-32ba-42e3-9c8a-5cd18a4a997e found for delete ", "request_id": "req-af7e9fcd-324a-41b4-b009-b435a60be520"}]} 2026-04-02 04:45:02.151 8 INFO neutron.services.segments.plugin [-] Segment b633ca9e-32ba-42e3-9c8a-5cd18a4a997e resource provider aggregate not found 2026-04-02 04:45:02.171 8 INFO neutron.services.segments.plugin [-] Segment b633ca9e-32ba-42e3-9c8a-5cd18a4a997e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b633ca9e-32ba-42e3-9c8a-5cd18a4a997e found for delete ", "request_id": "req-84f3febc-6321-4f20-a5bb-d404f705e4fb"}]} [pid: 7|app: 0|req: 262/517] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:45:01 2026] DELETE /v2.0/networks/3cbd27cc-413a-4dca-86e5-6fb47c6a743a => generated 0 bytes in 517 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/518] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/quotas/7600766e87ec4d52962cbc1cb57b6d84 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:02.302 7 INFO neutron.api.v2.resource [req-8abe3462-0206-48e4-8e3d-1ae253cbc8b4 req-e289f7da-2cf0-4d13-94dd-42143b2a517b 0aeadf059489497bb0e53365948506be 94f8d634d7be4502b3c001af28fb91ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/519] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups/788ce1ff-72a9-490e-acd0-f4810a1bda55 => 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: 265/520] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/ports?tenant_id=7600766e87ec4d52962cbc1cb57b6d84&fields=id => generated 57 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/521] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups/ba4fc45f-bccb-4bb9-b347-c85e98de49de => generated 1679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/522] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups?tenant_id=f5630377618e4536ade2fe0557333582&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/523] 10.0.0.49 () {36 vars in 1012 bytes} [Thu Apr 2 04:45:02 2026] DELETE /v2.0/security-groups/ba4fc45f-bccb-4bb9-b347-c85e98de49de => 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: 269/524] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:02 2026] DELETE /v2.0/security-groups/a9266808-af71-448c-8185-3c814947e13e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:02.723 7 INFO neutron.api.v2.resource [req-f43f04d3-c4e7-4af0-b8c1-0bd15e5a02dc req-ca0cf294-71a8-4a03-93aa-56d1b1748aac 0aeadf059489497bb0e53365948506be 94f8d634d7be4502b3c001af28fb91ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/525] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups/ba4fc45f-bccb-4bb9-b347-c85e98de49de => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/526] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups?tenant_id=94f8d634d7be4502b3c001af28fb91ad => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:45:02.804 7 INFO neutron.services.segments.plugin [-] Segment bef46eee-d044-45a2-890d-279eee9ffdd5 resource provider aggregate not found 2026-04-02 04:45:02.818 7 INFO neutron.services.segments.plugin [-] Segment bef46eee-d044-45a2-890d-279eee9ffdd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef46eee-d044-45a2-890d-279eee9ffdd5 found for delete ", "request_id": "req-c3e1ca50-a2eb-4237-915b-796da40e4883"}]} [pid: 7|app: 0|req: 272/527] 10.0.0.49 () {34 vars in 906 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-02 04:45:02.845 7 INFO neutron.services.segments.plugin [-] Segment bef46eee-d044-45a2-890d-279eee9ffdd5 resource provider aggregate not found [pid: 7|app: 0|req: 273/528] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups/09cc5e5e-f1dc-42f8-ac6f-f0c7a4b1905c => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:45:02.874 7 INFO neutron.services.segments.plugin [-] Segment bef46eee-d044-45a2-890d-279eee9ffdd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef46eee-d044-45a2-890d-279eee9ffdd5 found for delete ", "request_id": "req-f7a7bb93-eb22-4d7c-9f56-212ab79d8151"}]} [pid: 7|app: 0|req: 274/529] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/530] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups/09cc5e5e-f1dc-42f8-ac6f-f0c7a4b1905c => generated 2918 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/531] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:02.997 7 INFO neutron.api.v2.resource [req-2c757acb-f248-4dc6-a165-cbf37b102d50 req-c080e9e0-165d-44a3-8e13-b1f0bc1bed85 0aeadf059489497bb0e53365948506be 94f8d634d7be4502b3c001af28fb91ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/532] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:02 2026] GET /v2.0/security-groups/ba4fc45f-bccb-4bb9-b347-c85e98de49de => generated 146 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/533] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:45:01 2026] PUT /v2.0/routers/94de8115-f8bd-4b10-bd57-7850f058d4b1/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:03.050 7 INFO neutron.api.v2.resource [req-b123e79c-992e-427a-8ba3-1ce948011066 req-6613e2d9-7242-4e68-a85c-c4eb83727b21 0aeadf059489497bb0e53365948506be 94f8d634d7be4502b3c001af28fb91ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 278/534] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:03 2026] GET /v2.0/security-groups/788ce1ff-72a9-490e-acd0-f4810a1bda55 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:45:03.087 8 INFO neutron.api.v2.resource [req-f889e56e-ffa2-4013-a386-2b4454d3d0cd req-7bd080f4-512e-483b-8fba-df6637196022 0aeadf059489497bb0e53365948506be 94f8d634d7be4502b3c001af28fb91ad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/535] 10.0.0.49 () {34 vars in 990 bytes} [Thu Apr 2 04:45:03 2026] GET /v2.0/security-groups/1ae581cf-925b-4b18-95a7-f999f2385aab => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/536] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:03 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/537] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:45:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 04:45:03.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-722166f6-6e58-4be8-90d3-1124c1e44a6b 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: bad72275-cccd-4efd-b24d-e6a910bddfac 2026-04-02 04:45:03.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-722166f6-6e58-4be8-90d3-1124c1e44a6b 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: bad72275-cccd-4efd-b24d-e6a910bddfac [pid: 8|app: 0|req: 260/538] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:45:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/539] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:45:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/540] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:45:03 2026] PUT /v2.0/routers/c1758b6c-b42e-42f3-a76c-cb49350b19f7/remove_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/541] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:45:03 2026] POST /v2.0/floatingips => generated 552 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/542] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:04 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:04.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-76c5a6e2-5688-4922-9b47-45b2f3b47a88 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 6b7beb73-a100-468d-a59c-9c449c91c2e9 2026-04-02 04:45:04.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c5a6e2-5688-4922-9b47-45b2f3b47a88 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 6b7beb73-a100-468d-a59c-9c449c91c2e9 2026-04-02 04:45:04.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-76c5a6e2-5688-4922-9b47-45b2f3b47a88 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: b03c5dbc-81b1-450d-a197-3e0654ed234b 2026-04-02 04:45:04.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c5a6e2-5688-4922-9b47-45b2f3b47a88 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: b03c5dbc-81b1-450d-a197-3e0654ed234b 2026-04-02 04:45:04.797 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-76c5a6e2-5688-4922-9b47-45b2f3b47a88 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - 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-04-02 04:45:04.989 8 INFO neutron.db.segments_db [None req-47001466-e029-4e85-ac54-c2ce102129d9 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 8dafce35-77be-419b-b8a2-82e722122644 of type vxlan for network 0ab298d5-fb81-4168-a648-0516bd37e0da [pid: 8|app: 0|req: 264/543] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:45:04 2026] POST /v2.0/networks => generated 725 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:45:05.145 7 INFO neutron.services.segments.plugin [-] Segment 070d2182-8f60-4847-a33a-4ee8718469d8 resource provider aggregate not found 2026-04-02 04:45:05.151 7 INFO neutron.services.segments.plugin [-] Segment 070d2182-8f60-4847-a33a-4ee8718469d8 resource provider aggregate not found 2026-04-02 04:45:05.166 7 INFO neutron.services.segments.plugin [-] Segment 070d2182-8f60-4847-a33a-4ee8718469d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 070d2182-8f60-4847-a33a-4ee8718469d8 found for delete ", "request_id": "req-597151b4-85f6-4ab1-8319-ce81ec79e04e"}]} 2026-04-02 04:45:05.166 7 INFO neutron.db.l3_hamode_db [None req-76c5a6e2-5688-4922-9b47-45b2f3b47a88 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 4abb7ad3-41de-491d-9eec-c2e32f88b214 was deleted as no HA routers are present in tenant 94f8d634d7be4502b3c001af28fb91ad. 2026-04-02 04:45:05.168 7 INFO neutron.services.segments.plugin [-] Segment 070d2182-8f60-4847-a33a-4ee8718469d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 070d2182-8f60-4847-a33a-4ee8718469d8 found for delete ", "request_id": "req-85fe8300-8573-4d3f-8f6c-83c3402665b6"}]} [pid: 7|app: 0|req: 280/544] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:04 2026] DELETE /v2.0/routers/c1758b6c-b42e-42f3-a76c-cb49350b19f7 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/545] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:45:05 2026] POST /v2.0/subnets => generated 691 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/546] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:05 2026] DELETE /v2.0/subnets/845f48f1-339a-4d1c-9ce2-2195beab4cec => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:45:05.367 8 INFO neutron.db.segments_db [None req-ef6f1bae-cbe8-47d4-8a1c-ab2405a34983 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 615dd21d-97e4-469e-881c-1a61c6b17843 of type vxlan for network c13c4ced-4ceb-49c1-9ae9-71c9a5439fda 2026-04-02 04:45:05.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-c505121d-5d56-4151-9a31-30d9e54a0bfa 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: a60c5742-a716-47e5-84e1-4264c92580a5 2026-04-02 04:45:05.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c505121d-5d56-4151-9a31-30d9e54a0bfa 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: a60c5742-a716-47e5-84e1-4264c92580a5 2026-04-02 04:45:05.644 8 INFO neutron.db.l3_hamode_db [None req-ef6f1bae-cbe8-47d4-8a1c-ab2405a34983 2f7b55ca292c4c04a11c9d8c0d1ea243 7f3021ae5caf443eba244d4cc0950c12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 282/547] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:45:05 2026] DELETE /v2.0/networks/dd64aaa1-2b88-4d80-97b9-d7a0135def42 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/548] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:05 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/549] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:05 2026] GET /v2.0/security-groups?tenant_id=94f8d634d7be4502b3c001af28fb91ad&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/550] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:05 2026] DELETE /v2.0/security-groups/09cc5e5e-f1dc-42f8-ac6f-f0c7a4b1905c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:06.468 8 INFO neutron.db.l3_hamode_db [None req-ef6f1bae-cbe8-47d4-8a1c-ab2405a34983 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 286/551] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:06 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:07.191 7 INFO neutron.services.segments.plugin [-] Segment f064aae5-a280-4bf7-bcd4-dd62ee25e556 resource provider aggregate not found 2026-04-02 04:45:07.195 7 INFO neutron.services.segments.plugin [-] Segment f064aae5-a280-4bf7-bcd4-dd62ee25e556 resource provider aggregate not found 2026-04-02 04:45:07.213 7 INFO neutron.services.segments.plugin [-] Segment f064aae5-a280-4bf7-bcd4-dd62ee25e556 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f064aae5-a280-4bf7-bcd4-dd62ee25e556 found for delete ", "request_id": "req-d7d59d0e-55b9-4c3d-9478-a997d694ed7d"}]} 2026-04-02 04:45:07.224 7 INFO neutron.services.segments.plugin [-] Segment f064aae5-a280-4bf7-bcd4-dd62ee25e556 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f064aae5-a280-4bf7-bcd4-dd62ee25e556 found for delete ", "request_id": "req-a84309e0-8b86-4f2f-bd90-774b7dccacc7"}]} [pid: 8|app: 0|req: 266/552] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:45:05 2026] POST /v2.0/routers => generated 731 bytes in 2174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:45:08.068 8 INFO neutron.db.segments_db [None req-59728a64-139c-48f5-a849-d4aaf417a4e8 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 49b4fbb2-f04c-48ad-948d-c114b067b668 of type vxlan for network 78dadab8-16da-4415-bb03-8e9e2bce9d11 [pid: 8|app: 0|req: 269/555] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:45:07 2026] POST /v2.0/networks => generated 732 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/556] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:08 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 271/557] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:08 2026] GET /v2.0/networks?id=44204dd3-c32e-4b6e-bd6f-1751d30cbe53 => generated 676 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/558] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:45:08 2026] POST /v2.0/subnets => generated 698 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/559] 162.253.55.36 () {34 vars in 910 bytes} [Thu Apr 2 04:45:08 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-02 04:45:08.491 8 INFO neutron.db.segments_db [None req-f7b7070d-1168-4c11-8fa0-ddb156dc997a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 74a26c6c-7a7d-4396-888e-029ba4411b29 of type vxlan for network df77d639-aa79-4e78-878c-3a0617e6d941 [pid: 7|app: 0|req: 287/560] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:45:07 2026] PUT /v2.0/routers/b6c01387-2bab-4ed7-bf7d-bb43b80a5ac7/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:08.719 8 INFO neutron.db.l3_hamode_db [None req-f7b7070d-1168-4c11-8fa0-ddb156dc997a 2f7b55ca292c4c04a11c9d8c0d1ea243 88da02d35e8d498bb4d50af0f33df8e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 288/561] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:45:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7600766e87ec4d52962cbc1cb57b6d84 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/562] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:45:08 2026] POST /v2.0/ports => generated 958 bytes in 456 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: 290/563] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Apr 2 04:45:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1542592576&fields=id&tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/564] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:45:09 2026] GET /v2.0/networks?id=7a11ceb4-cfee-4e3e-bc28-934ee232219a => generated 680 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/565] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:45:09 2026] POST /v2.0/security-groups => generated 1659 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/566] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:45:09 2026] GET /v2.0/quotas/3e7a930cafac4c88a6b6d2a553ee3dfc => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:09.437 8 INFO neutron.db.l3_hamode_db [None req-f7b7070d-1168-4c11-8fa0-ddb156dc997a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 294/567] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:09 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 961 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/568] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:45:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/569] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:45:09 2026] GET /v2.0/ports?tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/570] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:09 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/571] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:45:09 2026] PUT /v2.0/ports/3ac31c78-5368-4b53-a590-5e4eae14ec33 => generated 1239 bytes in 608 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: 274/572] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:45:08 2026] POST /v2.0/routers => generated 738 bytes in 1842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/573] 10.0.0.49 () {34 vars in 906 bytes} [Thu Apr 2 04:45:10 2026] GET /v2.0/extensions => generated 21537 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/574] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:45:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/575] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:45:10 2026] GET /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:10.749 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7d7881a-27a7-4ae4-a8ca-856e379a7f57'] response: {'name': 'network-changed', 'server_uuid': '3714ba1f-0cb0-4df6-9c09-6fedc40ea890', 'tag': '3ac31c78-5368-4b53-a590-5e4eae14ec33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 301/576] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:45:10 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/577] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a?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: 303/578] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/579] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/580] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/ports?tenant_id=7600766e87ec4d52962cbc1cb57b6d84&device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 1242 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/581] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/networks?tenant_id=7600766e87ec4d52962cbc1cb57b6d84&shared=False => generated 772 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/582] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/583] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/584] 10.0.0.49 () {34 vars in 1097 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--813054709&fields=id&tenant_id=7f3021ae5caf443eba244d4cc0950c12 => 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: 310/585] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/networks?id=0ab298d5-fb81-4168-a648-0516bd37e0da => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/586] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/quotas/7f3021ae5caf443eba244d4cc0950c12 => 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: 312/587] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/ports?tenant_id=7f3021ae5caf443eba244d4cc0950c12&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/588] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:45:10 2026] PUT /v2.0/routers/6ef224ca-5d04-4cba-a0bf-59e7305e018b/add_router_interface => generated 309 bytes in 1453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/589] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/590] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:45:11 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?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: 314/591] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 278/592] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/593] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 315/594] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:45:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/595] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 280/596] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:45:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/597] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/ports?tenant_id=7600766e87ec4d52962cbc1cb57b6d84&device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/598] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3ac31c78-5368-4b53-a590-5e4eae14ec33 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/599] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/subnets?id=3a7a674b-f4f8-444e-a997-73e6dced26d6 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/600] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:45:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/601] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:12 2026] GET /v2.0/ports?network_id=44204dd3-c32e-4b6e-bd6f-1751d30cbe53&device_owner=network%3Adhcp => generated 1244 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/602] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53?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: 322/603] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53?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: 323/604] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 282/605] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:45:12 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/606] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/607] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 325/608] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 284/609] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1528879022&fields=id&tenant_id=88da02d35e8d498bb4d50af0f33df8e1 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/610] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 683 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/611] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/quotas/88da02d35e8d498bb4d50af0f33df8e1 => 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: 327/612] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&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: 286/613] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?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: 328/614] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:45:13 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/615] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:14 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 329/616] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:14 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 288/617] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:14 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/618] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:14 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 289/619] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:14 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 331/620] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 290/621] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 291/622] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 332/623] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/624] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 333/625] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/networks?id=7a11ceb4-cfee-4e3e-bc28-934ee232219a => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/626] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:45:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/627] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:16 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/628] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:45:15 2026] POST /v2.0/ports => generated 954 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/629] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:16 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 12 bytes in 23 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: 335/630] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:45:16 2026] PUT /v2.0/ports/868ad84b-3aec-43ca-ae3f-c95ac8957e66 => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/631] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:16 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 79 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: 336/632] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:16 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:16.993 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-212a29f0-befb-453d-a4c7-433fff25488a'] response: {'name': 'network-changed', 'server_uuid': 'e3db8301-b942-4d03-b8da-a2e6316406e3', 'tag': '868ad84b-3aec-43ca-ae3f-c95ac8957e66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 297/633] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/634] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/635] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 338/636] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 299/637] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/ports?tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc&device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/638] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/networks?tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc&shared=False => generated 776 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/639] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:45:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/640] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/641] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/642] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/networks?id=0ab298d5-fb81-4168-a648-0516bd37e0da => generated 676 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/643] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7f3021ae5caf443eba244d4cc0950c12 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/644] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/645] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 344/646] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 303/647] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:45:18 2026] POST /v2.0/ports => generated 954 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: 345/648] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/649] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/ports?tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc&device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/650] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/651] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=868ad84b-3aec-43ca-ae3f-c95ac8957e66 => 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: 349/652] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/subnets?id=5a83ae99-7f85-4b0a-bda2-c03eae91eae1 => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/653] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/ports?network_id=7a11ceb4-cfee-4e3e-bc28-934ee232219a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/654] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a?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: 352/655] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:18 2026] GET /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a?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: 304/656] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:45:18 2026] PUT /v2.0/ports/c2fee441-e9f8-46e7-96ac-ce28e784e022 => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/657] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 57 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: 305/658] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/659] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/660] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:19.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48e4fe27-0a47-4750-9e20-108a31303a9c'] response: {'name': 'network-changed', 'server_uuid': 'bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f', 'tag': 'c2fee441-e9f8-46e7-96ac-ce28e784e022', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/661] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 307/662] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/663] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:19 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 8|app: 0|req: 308/664] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/ports?tenant_id=7f3021ae5caf443eba244d4cc0950c12&device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 357/665] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/networks?tenant_id=7f3021ae5caf443eba244d4cc0950c12&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/666] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:45:20 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: 358/667] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/668] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=88da02d35e8d498bb4d50af0f33df8e1 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/669] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/670] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/671] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/672] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 315/673] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 957 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/674] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:20 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 359/675] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:45:20 2026] POST /v2.0/ports => generated 954 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 360/676] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 361/677] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/678] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:45:20 2026] PUT /v2.0/ports/2a392300-c99e-44c6-9f16-e9dec1818011 => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/679] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?tenant_id=7f3021ae5caf443eba244d4cc0950c12&device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 318/680] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c2fee441-e9f8-46e7-96ac-ce28e784e022 => 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: 363/681] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/subnets?id=5c31f31b-7427-4650-ba4c-e49ceef6ade3 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/682] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?network_id=0ab298d5-fb81-4168-a648-0516bd37e0da&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/683] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/684] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:21.568 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9984ce75-a6ea-4d20-9241-41cf41deae6b'] response: {'name': 'network-changed', 'server_uuid': 'e2abe139-75d7-40c9-abe3-9d13b4b89d9a', 'tag': '2a392300-c99e-44c6-9f16-e9dec1818011', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 365/685] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/686] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/687] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/688] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 367/689] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/690] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/691] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:21 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/692] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/693] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/networks?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&shared=False => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/694] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/695] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/696] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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-04-02 04:45:22.427 8 INFO neutron.db.l3_db [None req-e0c24e0c-12a8-4484-a5db-11192246299c 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] Floating IP 7bd34750-1e37-4a84-a9b8-198adb5d308a associated. External IP: 10.96.250.208, port: 3ac31c78-5368-4b53-a590-5e4eae14ec33. [pid: 8|app: 0|req: 324/699] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:45:21 2026] PUT /v2.0/floatingips/7bd34750-1e37-4a84-a9b8-198adb5d308a => generated 856 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/700] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/701] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/702] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/703] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/704] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:22 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/705] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 379/706] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 1238 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/707] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => 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: 380/708] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/subnets?id=7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/709] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 381/710] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 330/711] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/ports?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/712] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 331/713] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/714] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?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: 332/715] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:23.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a25c7fc3-5a63-468f-89ca-db67a0abfcfa'] response: {'name': 'network-changed', 'server_uuid': '3714ba1f-0cb0-4df6-9c09-6fedc40ea890', 'tag': '3ac31c78-5368-4b53-a590-5e4eae14ec33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 384/716] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:23 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/717] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/718] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/ports?tenant_id=7600766e87ec4d52962cbc1cb57b6d84&device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 334/719] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/networks?id=44204dd3-c32e-4b6e-bd6f-1751d30cbe53 => generated 772 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/720] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/721] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/722] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3ac31c78-5368-4b53-a590-5e4eae14ec33 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/723] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/subnets?id=3a7a674b-f4f8-444e-a997-73e6dced26d6 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/724] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/ports?network_id=44204dd3-c32e-4b6e-bd6f-1751d30cbe53&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/725] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/726] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/727] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 390/728] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/729] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 391/730] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:24 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/731] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/732] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&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: 341/733] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/734] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 394/735] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/736] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/security-groups?id=f888aa34-745f-49bd-9207-36c64e44ce28&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: 342/737] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/738] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 343/739] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:25 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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-04-02 04:45:25.980 7 INFO neutron_taas.services.taas.taas_plugin [req-d484b359-6565-4e8e-a2a9-dff20d86b606 req-3a68aa1b-0153-451a-a1d8-0c9c9fabff93 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] TaaS: Handle Delete Port: 3ac31c78-5368-4b53-a590-5e4eae14ec33 2026-04-02 04:45:25.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d484b359-6565-4e8e-a2a9-dff20d86b606 req-3a68aa1b-0153-451a-a1d8-0c9c9fabff93 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] Tap Mirror: Handle Delete Port: 3ac31c78-5368-4b53-a590-5e4eae14ec33 2026-04-02 04:45:26.235 7 INFO neutron.db.l3_db [req-d484b359-6565-4e8e-a2a9-dff20d86b606 req-3a68aa1b-0153-451a-a1d8-0c9c9fabff93 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] Floating IP 7bd34750-1e37-4a84-a9b8-198adb5d308a disassociated. External IP: 10.96.250.208, port: 3ac31c78-5368-4b53-a590-5e4eae14ec33. [pid: 8|app: 0|req: 344/740] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/741] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&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: 346/742] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/743] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 397/744] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:45:25 2026] DELETE /v2.0/ports/3ac31c78-5368-4b53-a590-5e4eae14ec33 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:45:26.722 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98276084-4057-41f5-af73-f7356d0a758a'] response: {'server_uuid': '3714ba1f-0cb0-4df6-9c09-6fedc40ea890', 'name': 'network-vif-deleted', 'tag': '3ac31c78-5368-4b53-a590-5e4eae14ec33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 348/745] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 398/746] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/747] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:26 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/748] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:27 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/749] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:27 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/750] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:27 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/751] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:27 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 401/752] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:27 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 352/753] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/754] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 353/755] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:28.769 7 INFO neutron.db.l3_db [None req-4a9d6a75-4e0d-4643-94d0-0f744129bb51 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] Floating IP 28a81491-83ea-4ec5-a727-88a4ea41e207 associated. External IP: 10.96.250.219, port: c2fee441-e9f8-46e7-96ac-ce28e784e022. [pid: 8|app: 0|req: 354/756] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/757] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&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: 356/758] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/759] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:28 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/760] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/ports?device_id=3714ba1f-0cb0-4df6-9c09-6fedc40ea890 => 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: 403/761] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:45:28 2026] PUT /v2.0/floatingips/28a81491-83ea-4ec5-a727-88a4ea41e207 => generated 855 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:29.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-be4d8ed9-4db5-4bb9-80a3-e7472ece7d09'] response: {'name': 'network-changed', 'server_uuid': 'bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f', 'tag': 'c2fee441-e9f8-46e7-96ac-ce28e784e022', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 359/762] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/ports?tenant_id=7f3021ae5caf443eba244d4cc0950c12&device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/763] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/networks?id=0ab298d5-fb81-4168-a648-0516bd37e0da => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/764] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c2fee441-e9f8-46e7-96ac-ce28e784e022 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/765] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/subnets?id=5c31f31b-7427-4650-ba4c-e49ceef6ade3 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/766] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/ports?network_id=0ab298d5-fb81-4168-a648-0516bd37e0da&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/767] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/768] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 407/769] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?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: 363/770] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:29 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/771] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:30 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 364/772] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:30 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 365/773] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:30 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/774] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:30 2026] DELETE /v2.0/security-groups/f888aa34-745f-49bd-9207-36c64e44ce28 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:30.348 8 INFO neutron.api.v2.resource [None req-890d819f-93b9-4a5b-88f0-bbe094e455b9 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 367/775] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:45:30 2026] GET /v2.0/security-groups/f888aa34-745f-49bd-9207-36c64e44ce28 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:45:30.364 7 INFO neutron.db.l3_db [None req-dfa31361-1e1c-46e6-8fc7-7ec63dd0249b 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] Floating IP d8319004-d1ea-49c7-a506-f580af29a3c1 associated. External IP: 10.96.250.205, port: 868ad84b-3aec-43ca-ae3f-c95ac8957e66. 2026-04-02 04:45:30.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-a22c7124-bc29-4367-b7cf-17d3cb5db797 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] TaaS: Handle Delete Port: c4222efc-8c94-4c7a-bcde-d02f4a2a4c7a 2026-04-02 04:45:30.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a22c7124-bc29-4367-b7cf-17d3cb5db797 80fe2d1a0f70467eb67efb4c81265c58 7600766e87ec4d52962cbc1cb57b6d84 - - default default] Tap Mirror: Handle Delete Port: c4222efc-8c94-4c7a-bcde-d02f4a2a4c7a [pid: 8|app: 0|req: 368/776] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:45:30 2026] DELETE /v2.0/floatingips/7bd34750-1e37-4a84-a9b8-198adb5d308a => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/777] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:45:30 2026] PUT /v2.0/floatingips/d8319004-d1ea-49c7-a506-f580af29a3c1 => generated 855 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/778] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:30 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/779] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:30 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:31.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa2daa4b-6920-42ac-86da-53efead15ede 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 3734d6dd-84d3-4cc2-9477-abb6cc40b9ad 2026-04-02 04:45:31.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa2daa4b-6920-42ac-86da-53efead15ede 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 3734d6dd-84d3-4cc2-9477-abb6cc40b9ad [pid: 7|app: 0|req: 412/780] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:31 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:31.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b54e069b-64da-47b0-80a1-0b693fb0da13'] response: {'name': 'network-changed', 'server_uuid': 'e3db8301-b942-4d03-b8da-a2e6316406e3', 'tag': '868ad84b-3aec-43ca-ae3f-c95ac8957e66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 413/781] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:31 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/782] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:31 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 415/783] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:31 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 416/784] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:31 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 369/785] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:45:30 2026] PUT /v2.0/routers/2561595b-ee11-4165-9a60-0d4f2096e8fb/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/786] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:31 2026] GET /v2.0/ports?tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc&device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:45:31.849 7 INFO neutron.db.l3_db [None req-2e5a5488-c185-4c3b-a08d-05ad9a3bfce4 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] Floating IP 11fbe529-f0a8-4ab5-8174-39f53936ca22 associated. External IP: 10.96.250.213, port: 2a392300-c99e-44c6-9f16-e9dec1818011. 2026-04-02 04:45:31.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dd2ccaa-0872-43ab-a151-ea8da59d2431 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 8f4a3a7c-3188-4972-a736-042b95a5dcc4 2026-04-02 04:45:31.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dd2ccaa-0872-43ab-a151-ea8da59d2431 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 8f4a3a7c-3188-4972-a736-042b95a5dcc4 2026-04-02 04:45:32.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dd2ccaa-0872-43ab-a151-ea8da59d2431 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: c50b3b1b-4138-4436-929d-26fbca73bc26 2026-04-02 04:45:32.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dd2ccaa-0872-43ab-a151-ea8da59d2431 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: c50b3b1b-4138-4436-929d-26fbca73bc26 [pid: 7|app: 0|req: 417/787] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:45:31 2026] PUT /v2.0/floatingips/11fbe529-f0a8-4ab5-8174-39f53936ca22 => generated 855 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/788] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/networks?id=7a11ceb4-cfee-4e3e-bc28-934ee232219a => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/789] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=868ad84b-3aec-43ca-ae3f-c95ac8957e66 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/790] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 421/791] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/subnets?id=5a83ae99-7f85-4b0a-bda2-c03eae91eae1 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/792] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/793] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 424/794] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/ports?network_id=7a11ceb4-cfee-4e3e-bc28-934ee232219a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/795] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:32.495 8 INFO neutron.services.segments.plugin [-] Segment 7e3e7f31-358b-4f10-a803-b1305facdac3 resource provider aggregate not found 2026-04-02 04:45:32.495 8 INFO neutron.services.segments.plugin [-] Segment 7e3e7f31-358b-4f10-a803-b1305facdac3 resource provider aggregate not found 2026-04-02 04:45:32.508 8 INFO neutron.db.l3_hamode_db [None req-0dd2ccaa-0872-43ab-a151-ea8da59d2431 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network fcd1e8a3-c49e-4922-a330-6b3ae0e6c975 was deleted as no HA routers are present in tenant 7600766e87ec4d52962cbc1cb57b6d84. 2026-04-02 04:45:32.514 8 INFO neutron.services.segments.plugin [-] Segment 7e3e7f31-358b-4f10-a803-b1305facdac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3e7f31-358b-4f10-a803-b1305facdac3 found for delete ", "request_id": "req-683570eb-6a3f-4fb6-8e57-d66600ddbb86"}]} [pid: 8|app: 0|req: 371/796] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:31 2026] DELETE /v2.0/routers/2561595b-ee11-4165-9a60-0d4f2096e8fb => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:32.526 8 INFO neutron.services.segments.plugin [-] Segment 7e3e7f31-358b-4f10-a803-b1305facdac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3e7f31-358b-4f10-a803-b1305facdac3 found for delete ", "request_id": "req-f98e244d-414b-499f-af71-88dd8d6e44b5"}]} [pid: 7|app: 0|req: 426/797] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a?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: 427/798] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:32 2026] GET /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a?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: 372/799] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:32 2026] DELETE /v2.0/subnets/3a7a674b-f4f8-444e-a997-73e6dced26d6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:45:32.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-22cc2679-ee53-4d47-8b9b-6bf5c3307b83 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 1ac011cb-0861-4444-9d64-7a3a2f07c702 2026-04-02 04:45:32.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22cc2679-ee53-4d47-8b9b-6bf5c3307b83 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 1ac011cb-0861-4444-9d64-7a3a2f07c702 2026-04-02 04:45:32.869 7 INFO neutron.services.segments.plugin [-] Segment 4afb8508-87e6-4941-bc45-4d7151dde7e0 resource provider aggregate not found 2026-04-02 04:45:32.877 7 INFO neutron.services.segments.plugin [-] Segment 4afb8508-87e6-4941-bc45-4d7151dde7e0 resource provider aggregate not found 2026-04-02 04:45:32.888 7 INFO neutron.services.segments.plugin [-] Segment 4afb8508-87e6-4941-bc45-4d7151dde7e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4afb8508-87e6-4941-bc45-4d7151dde7e0 found for delete ", "request_id": "req-1e0be5b0-14d9-4441-aecb-1abbff609f3a"}]} [pid: 7|app: 0|req: 428/800] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:45:32 2026] DELETE /v2.0/networks/44204dd3-c32e-4b6e-bd6f-1751d30cbe53 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:45:32.914 7 INFO neutron.services.segments.plugin [-] Segment 4afb8508-87e6-4941-bc45-4d7151dde7e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4afb8508-87e6-4941-bc45-4d7151dde7e0 found for delete ", "request_id": "req-8f5116f4-5cbd-4677-86e5-08ff804941e5"}]} [pid: 8|app: 0|req: 373/801] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/security-groups?tenant_id=7600766e87ec4d52962cbc1cb57b6d84&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/802] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:33 2026] DELETE /v2.0/security-groups/a10fcc3c-690e-4af4-836d-0e28483b0e73 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:33.225 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e3da878-560d-4d52-8716-754c679a4572'] response: {'name': 'network-changed', 'server_uuid': 'e2abe139-75d7-40c9-abe3-9d13b4b89d9a', 'tag': '2a392300-c99e-44c6-9f16-e9dec1818011', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 430/803] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/804] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/805] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/security-groups?id=874e5b9d-1a81-49f6-b42c-0737a81f9502&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:33.751 7 INFO neutron_taas.services.taas.taas_plugin [req-fc6bc261-056a-4947-beae-627532ac8d92 req-3dd51e6e-1506-4cd0-ae19-48b537d7c71a 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] TaaS: Handle Delete Port: 868ad84b-3aec-43ca-ae3f-c95ac8957e66 2026-04-02 04:45:33.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fc6bc261-056a-4947-beae-627532ac8d92 req-3dd51e6e-1506-4cd0-ae19-48b537d7c71a 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] Tap Mirror: Handle Delete Port: 868ad84b-3aec-43ca-ae3f-c95ac8957e66 [pid: 8|app: 0|req: 376/806] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 377/807] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:33.848 7 INFO neutron.db.l3_db [req-fc6bc261-056a-4947-beae-627532ac8d92 req-3dd51e6e-1506-4cd0-ae19-48b537d7c71a 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] Floating IP d8319004-d1ea-49c7-a506-f580af29a3c1 disassociated. External IP: 10.96.250.205, port: 868ad84b-3aec-43ca-ae3f-c95ac8957e66. [pid: 8|app: 0|req: 378/808] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/809] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/subnets?id=7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/810] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/ports?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/811] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/812] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:33 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/813] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:45:33 2026] DELETE /v2.0/ports/868ad84b-3aec-43ca-ae3f-c95ac8957e66 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/814] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:34 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:35.149 7 INFO neutron.db.segments_db [None req-4d439037-4add-4594-b7b0-ee241d29825d 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 50d080a8-f4f9-4785-a84b-ffa57b041d87 of type vxlan for network 6f82171e-7038-486e-a00e-4a6deceab1be [pid: 7|app: 0|req: 432/815] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:45:34 2026] POST /v2.0/networks => generated 727 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:45:35.265 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-998f315e-f1c5-4a80-846e-af5ca1cdab31'] response: {'server_uuid': 'e3db8301-b942-4d03-b8da-a2e6316406e3', 'name': 'network-vif-deleted', 'tag': '868ad84b-3aec-43ca-ae3f-c95ac8957e66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 384/816] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:45:35 2026] POST /v2.0/subnets => generated 693 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:45:35.441 7 INFO neutron.db.segments_db [None req-f244e610-3483-485e-88c9-b1343707bce7 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment ccb308c9-fb10-4717-94c3-77e700458700 of type vxlan for network 5a22248d-c749-4afa-8de7-4b7f118dadda 2026-04-02 04:45:35.666 7 INFO neutron.db.l3_hamode_db [None req-f244e610-3483-485e-88c9-b1343707bce7 2f7b55ca292c4c04a11c9d8c0d1ea243 73b7e988c379422788e51fda34ad481f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 385/817] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:35 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:36.465 7 INFO neutron.db.l3_hamode_db [None req-f244e610-3483-485e-88c9-b1343707bce7 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 386/818] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:36 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 433/819] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:45:35 2026] POST /v2.0/routers => generated 733 bytes in 1988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/822] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:38 2026] GET /v2.0/ports?device_id=e3db8301-b942-4d03-b8da-a2e6316406e3 => 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: 387/823] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:45:37 2026] PUT /v2.0/routers/e32b7c21-c105-4122-8cf0-29549fd28f48/add_router_interface => generated 309 bytes in 1503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/824] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:39 2026] DELETE /v2.0/security-groups/874e5b9d-1a81-49f6-b42c-0737a81f9502 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:45:39.271 8 INFO neutron.api.v2.resource [None req-8c238440-f37b-4722-9e6d-44c1211cf63e 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 388/825] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:45:39 2026] GET /v2.0/security-groups/874e5b9d-1a81-49f6-b42c-0737a81f9502 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:45:39.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f98bd22-f52d-4ea3-97e6-798753d991ea 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] TaaS: Handle Delete Port: 37d6f450-3358-496b-a417-aa76bdff50d4 2026-04-02 04:45:39.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f98bd22-f52d-4ea3-97e6-798753d991ea 767cbe2100f043c2928d82221ac75e29 3e7a930cafac4c88a6b6d2a553ee3dfc - - default default] Tap Mirror: Handle Delete Port: 37d6f450-3358-496b-a417-aa76bdff50d4 [pid: 7|app: 0|req: 438/826] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:45:39 2026] DELETE /v2.0/floatingips/d8319004-d1ea-49c7-a506-f580af29a3c1 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/827] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:45:39 2026] GET /v2.0/networks?id=6f82171e-7038-486e-a00e-4a6deceab1be => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/828] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:45:39 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 1240 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/829] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:45:39 2026] GET /v2.0/quotas/73b7e988c379422788e51fda34ad481f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/830] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:45:39 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/831] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:45:39 2026] GET /v2.0/ports?tenant_id=73b7e988c379422788e51fda34ad481f&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/832] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:45:40 2026] GET /v2.0/networks/6f82171e-7038-486e-a00e-4a6deceab1be?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: 394/833] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:45:40 2026] GET /v2.0/networks/6f82171e-7038-486e-a00e-4a6deceab1be?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: 395/834] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:40 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:40.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb117f2e-813b-47df-a32e-f11226e3921a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 8309187c-4952-42c1-891a-910c009b7d0c 2026-04-02 04:45:40.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb117f2e-813b-47df-a32e-f11226e3921a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 8309187c-4952-42c1-891a-910c009b7d0c [pid: 7|app: 0|req: 440/835] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:45:39 2026] PUT /v2.0/routers/94de8115-f8bd-4b10-bd57-7850f058d4b1/remove_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:45:41.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2ee4668-1d4e-42df-9ee4-8dcbcac66db3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 841d28a4-30b4-4f7c-8955-173d9a1f424a 2026-04-02 04:45:41.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2ee4668-1d4e-42df-9ee4-8dcbcac66db3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 841d28a4-30b4-4f7c-8955-173d9a1f424a 2026-04-02 04:45:41.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2ee4668-1d4e-42df-9ee4-8dcbcac66db3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: c896c24b-dfa9-4e4a-826d-0ede6cba1563 2026-04-02 04:45:41.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2ee4668-1d4e-42df-9ee4-8dcbcac66db3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: c896c24b-dfa9-4e4a-826d-0ede6cba1563 [pid: 7|app: 0|req: 441/836] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:41 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:41.544 8 INFO neutron.services.segments.plugin [-] Segment 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c resource provider aggregate not found 2026-04-02 04:45:41.550 8 INFO neutron.services.segments.plugin [-] Segment 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c resource provider aggregate not found 2026-04-02 04:45:41.566 8 INFO neutron.services.segments.plugin [-] Segment 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c found for delete ", "request_id": "req-92df9335-5c4f-422e-b0d1-6ebb7e3777fb"}]} 2026-04-02 04:45:41.571 8 INFO neutron.services.segments.plugin [-] Segment 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e48767e-b2dd-42e3-bfe4-9b1db2e44f8c found for delete ", "request_id": "req-2c719fe7-a359-48b8-b6c2-c85dd543fe2e"}]} 2026-04-02 04:45:41.582 8 INFO neutron.db.l3_hamode_db [None req-c2ee4668-1d4e-42df-9ee4-8dcbcac66db3 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 290ec486-b49e-4393-b496-1e9ada8f0421 was deleted as no HA routers are present in tenant 3e7a930cafac4c88a6b6d2a553ee3dfc. [pid: 8|app: 0|req: 396/837] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:40 2026] DELETE /v2.0/routers/94de8115-f8bd-4b10-bd57-7850f058d4b1 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/838] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:45:41 2026] DELETE /v2.0/subnets/5a83ae99-7f85-4b0a-bda2-c03eae91eae1 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:45:41.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0ee2f59-f0a4-416f-adf0-5c23d0b9eac8 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 4592d8fe-73d3-4306-a3a5-64a91e906fad 2026-04-02 04:45:41.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ee2f59-f0a4-416f-adf0-5c23d0b9eac8 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 4592d8fe-73d3-4306-a3a5-64a91e906fad [pid: 8|app: 0|req: 397/839] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:45:41 2026] DELETE /v2.0/networks/7a11ceb4-cfee-4e3e-bc28-934ee232219a => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/840] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:42 2026] GET /v2.0/security-groups?tenant_id=3e7a930cafac4c88a6b6d2a553ee3dfc&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/841] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:45:42 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 399/842] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:45:42 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/843] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:42 2026] DELETE /v2.0/security-groups/cf4a783f-6de6-40d6-a95e-4ef3a58f50d1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/844] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:42 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:43.587 8 INFO neutron.services.segments.plugin [-] Segment 5b7b964f-9ffb-448c-acb7-1636a159a2a1 resource provider aggregate not found 2026-04-02 04:45:43.592 8 INFO neutron.services.segments.plugin [-] Segment 5b7b964f-9ffb-448c-acb7-1636a159a2a1 resource provider aggregate not found 2026-04-02 04:45:43.607 8 INFO neutron.services.segments.plugin [-] Segment 5b7b964f-9ffb-448c-acb7-1636a159a2a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7b964f-9ffb-448c-acb7-1636a159a2a1 found for delete ", "request_id": "req-1386e0b4-bd87-428b-abb4-c2365d284f48"}]} 2026-04-02 04:45:43.607 8 INFO neutron.services.segments.plugin [-] Segment 5b7b964f-9ffb-448c-acb7-1636a159a2a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7b964f-9ffb-448c-acb7-1636a159a2a1 found for delete ", "request_id": "req-3e2ad0f5-0281-4ce0-b8a1-9fff8f387d8d"}]} [pid: 7|app: 0|req: 445/845] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:43 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 401/846] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:44 2026] GET /v2.0/networks?id=6f82171e-7038-486e-a00e-4a6deceab1be => 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: 402/847] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:44 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/848] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:45:44 2026] POST /v2.0/ports => generated 954 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/849] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:45:45 2026] PUT /v2.0/ports/e6a4edde-7823-4d26-801a-4eeb1904008c => generated 1235 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:45:45.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49b328e8-4785-49a1-9e0a-fa9c10859a1b'] response: {'name': 'network-changed', 'server_uuid': 'e760e96e-e6ca-48b0-824f-210852cdc7fa', 'tag': 'e6a4edde-7823-4d26-801a-4eeb1904008c', '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: 447/850] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:45 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 404/851] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:45 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/852] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:46 2026] GET /v2.0/ports?tenant_id=73b7e988c379422788e51fda34ad481f&device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 405/853] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:45:46 2026] GET /v2.0/networks?tenant_id=73b7e988c379422788e51fda34ad481f&shared=False => generated 774 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/854] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:45:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/855] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:46 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/856] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/857] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/ports?tenant_id=73b7e988c379422788e51fda34ad481f&device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/858] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e6a4edde-7823-4d26-801a-4eeb1904008c => 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: 408/859] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/subnets?id=98a8e202-77ff-4b93-92a2-69d45d78aa71 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/860] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/ports?network_id=6f82171e-7038-486e-a00e-4a6deceab1be&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/861] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/networks/6f82171e-7038-486e-a00e-4a6deceab1be?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: 453/862] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:47 2026] GET /v2.0/networks/6f82171e-7038-486e-a00e-4a6deceab1be?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: 410/863] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:48 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 454/864] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:48 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/865] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:48 2026] GET /v2.0/security-groups?tenant_id=2c2de772f85b4f409228f19529925f16&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/866] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:48 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/867] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/868] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:48 2026] DELETE /v2.0/security-groups/eb694ac0-412f-48f0-8667-9e6bc22b9e0e => 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: 457/869] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/870] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 458/871] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/security-groups?tenant_id=62f70195e52244ce9cffcd80fcfda476&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/872] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/873] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:49 2026] DELETE /v2.0/security-groups/bae242a9-ffaa-4c4f-9e8d-eca4591e55f6 => 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: 460/874] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&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: 8|app: 0|req: 415/875] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/876] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:49 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/877] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:50 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/878] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:50 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/879] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:50 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/880] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:50 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/881] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/ports?tenant_id=7f3021ae5caf443eba244d4cc0950c12&device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 464/882] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/networks?id=0ab298d5-fb81-4168-a648-0516bd37e0da => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/883] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c2fee441-e9f8-46e7-96ac-ce28e784e022 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/884] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/subnets?id=5c31f31b-7427-4650-ba4c-e49ceef6ade3 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/885] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/ports?network_id=0ab298d5-fb81-4168-a648-0516bd37e0da&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/886] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/887] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da?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: 467/888] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/889] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&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: 468/890] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/891] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:51 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 470/894] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:52 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/895] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:52 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/896] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:53 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/897] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:53 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 472/898] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:53 2026] GET /v2.0/security-groups?tenant_id=51edab59696246bcb80afac383eb897f&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/899] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:53 2026] DELETE /v2.0/security-groups/60d2e654-2249-481d-b60f-0f2a4098618f => 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: 473/900] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:53 2026] GET /v2.0/security-groups?tenant_id=7eaf68fc05e34dc9852f7b98e86b7a9c&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/901] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:45:53 2026] DELETE /v2.0/security-groups/33400acb-6600-4975-825d-d01132cc5abf => 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: 474/902] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:54 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 429/903] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:54 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/904] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:54 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/905] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:54 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/906] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:54 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 431/907] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:54 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/908] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:55 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/909] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:55 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 478/910] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:55 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/911] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:55 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&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: 479/912] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:56 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/913] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:56 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/914] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:56 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/915] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:45:56 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/916] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:56 2026] GET /v2.0/security-groups?id=e9e86cbe-8391-4955-97c5-98ebbb789a9e&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:45:57.129 8 INFO neutron_taas.services.taas.taas_plugin [req-f677b729-f7e2-4290-95d6-2ac6bc209421 req-6bacde41-6a2f-47e6-a737-383f8457209b 909c40521efe4e31844abd1e5d8a629b 73b7e988c379422788e51fda34ad481f - - default default] TaaS: Handle Delete Port: e6a4edde-7823-4d26-801a-4eeb1904008c 2026-04-02 04:45:57.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f677b729-f7e2-4290-95d6-2ac6bc209421 req-6bacde41-6a2f-47e6-a737-383f8457209b 909c40521efe4e31844abd1e5d8a629b 73b7e988c379422788e51fda34ad481f - - default default] Tap Mirror: Handle Delete Port: e6a4edde-7823-4d26-801a-4eeb1904008c [pid: 8|app: 0|req: 436/917] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:45:56 2026] DELETE /v2.0/ports/e6a4edde-7823-4d26-801a-4eeb1904008c => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:45:57.339 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01c2103a-5389-4cb7-a7ee-d96e951afd37'] response: {'server_uuid': 'e760e96e-e6ca-48b0-824f-210852cdc7fa', 'name': 'network-vif-deleted', 'tag': 'e6a4edde-7823-4d26-801a-4eeb1904008c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 482/918] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:57 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/919] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:57 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 483/920] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:58 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 438/921] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:58 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/922] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:45:58 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/923] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:45:59 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 485/924] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:45:59 2026] GET /v2.0/security-groups?tenant_id=e3eeddc4c80c4086af62f7115ab099d3&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/925] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:00 2026] DELETE /v2.0/security-groups/6879076d-44db-445f-8455-af7898b23a94 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/926] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:00 2026] GET /v2.0/ports?device_id=e760e96e-e6ca-48b0-824f-210852cdc7fa => 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: 441/927] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:00 2026] GET /v2.0/security-groups?tenant_id=faeb018e0cff49c680390061a6d349a2&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/928] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:00 2026] DELETE /v2.0/security-groups/0d30fbe1-8d98-4a70-bb48-20ba5a64d8b5 => 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: 442/929] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:00 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/930] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:46:00 2026] GET /v2.0/ports/2a392300-c99e-44c6-9f16-e9dec1818011 => generated 968 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/931] 162.253.55.36 () {34 vars in 999 bytes} [Thu Apr 2 04:46:01 2026] GET /v2.0/subnets?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/932] 162.253.55.36 () {34 vars in 1145 bytes} [Thu Apr 2 04:46:01 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a&device_owner=compute%3Anova&network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:01.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-d445b897-59eb-4172-bd3d-79231e81df79 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 2c2fbfa0-5b95-43e7-ac49-9ec6e526100e 2026-04-02 04:46:01.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d445b897-59eb-4172-bd3d-79231e81df79 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 2c2fbfa0-5b95-43e7-ac49-9ec6e526100e [pid: 7|app: 0|req: 491/933] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:46:01 2026] PUT /v2.0/ports/2a392300-c99e-44c6-9f16-e9dec1818011 => generated 1145 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:02.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d78fbe1-d317-4845-83ec-fc2749fbc126'] response: {'name': 'network-changed', 'server_uuid': 'e2abe139-75d7-40c9-abe3-9d13b4b89d9a', 'tag': '2a392300-c99e-44c6-9f16-e9dec1818011', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 443/934] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:01 2026] PUT /v2.0/routers/e32b7c21-c105-4122-8cf0-29549fd28f48/remove_router_interface => generated 309 bytes in 996 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-04-02 04:46:02.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-34d2b00a-f7cc-4f16-a82d-641e4ec8d1db 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: af37b3b9-dc95-4a1b-9722-bd3a75973422 2026-04-02 04:46:02.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d2b00a-f7cc-4f16-a82d-641e4ec8d1db 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: af37b3b9-dc95-4a1b-9722-bd3a75973422 [pid: 8|app: 0|req: 444/935] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:02 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 1417 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:02.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-34d2b00a-f7cc-4f16-a82d-641e4ec8d1db 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: d934c455-130e-498f-a199-b3206f20b38b 2026-04-02 04:46:02.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d2b00a-f7cc-4f16-a82d-641e4ec8d1db 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: d934c455-130e-498f-a199-b3206f20b38b [pid: 8|app: 0|req: 445/936] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:02 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/937] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/938] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => 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: 448/939] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:02 2026] GET /v2.0/subnets?id=7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/940] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:02 2026] GET /v2.0/ports?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11&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: 450/941] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:03 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?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: 451/942] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:03 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:03.252 7 INFO neutron.services.segments.plugin [-] Segment ccb308c9-fb10-4717-94c3-77e700458700 resource provider aggregate not found 2026-04-02 04:46:03.253 7 INFO neutron.services.segments.plugin [-] Segment ccb308c9-fb10-4717-94c3-77e700458700 resource provider aggregate not found 2026-04-02 04:46:03.269 7 INFO neutron.services.segments.plugin [-] Segment ccb308c9-fb10-4717-94c3-77e700458700 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb308c9-fb10-4717-94c3-77e700458700 found for delete ", "request_id": "req-54a5bb43-3207-453e-b7b1-f54ff8598f3c"}]} 2026-04-02 04:46:03.274 7 INFO neutron.services.segments.plugin [-] Segment ccb308c9-fb10-4717-94c3-77e700458700 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb308c9-fb10-4717-94c3-77e700458700 found for delete ", "request_id": "req-2948e10c-22c1-40c0-af02-6b2364af75c4"}]} 2026-04-02 04:46:03.277 7 INFO neutron.db.l3_hamode_db [None req-34d2b00a-f7cc-4f16-a82d-641e4ec8d1db 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 5a22248d-c749-4afa-8de7-4b7f118dadda was deleted as no HA routers are present in tenant 73b7e988c379422788e51fda34ad481f. [pid: 7|app: 0|req: 492/943] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:02 2026] DELETE /v2.0/routers/e32b7c21-c105-4122-8cf0-29549fd28f48 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/944] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:03 2026] GET /v2.0/security-groups?tenant_id=33e653b055414f9f8918ae31d2bb76ac&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/945] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:03 2026] DELETE /v2.0/subnets/98a8e202-77ff-4b93-92a2-69d45d78aa71 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/946] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:03 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 1148 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:03.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-f05993a5-a59d-4481-937b-1e8f4abee3b6 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: bb91a23b-50d5-4019-ad12-811ce17825ad 2026-04-02 04:46:03.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f05993a5-a59d-4481-937b-1e8f4abee3b6 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: bb91a23b-50d5-4019-ad12-811ce17825ad [pid: 7|app: 0|req: 494/947] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:03 2026] DELETE /v2.0/security-groups/db91460e-094d-4c56-8ade-ce974ae6ed4e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/948] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:03 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:03.778 8 INFO neutron.services.segments.plugin [-] Segment 50d080a8-f4f9-4785-a84b-ffa57b041d87 resource provider aggregate not found 2026-04-02 04:46:03.784 8 INFO neutron.services.segments.plugin [-] Segment 50d080a8-f4f9-4785-a84b-ffa57b041d87 resource provider aggregate not found 2026-04-02 04:46:03.796 8 INFO neutron.services.segments.plugin [-] Segment 50d080a8-f4f9-4785-a84b-ffa57b041d87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d080a8-f4f9-4785-a84b-ffa57b041d87 found for delete ", "request_id": "req-da6321e2-9e0e-4fcd-a743-3f7f2f92274d"}]} 2026-04-02 04:46:03.811 8 INFO neutron.services.segments.plugin [-] Segment 50d080a8-f4f9-4785-a84b-ffa57b041d87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d080a8-f4f9-4785-a84b-ffa57b041d87 found for delete ", "request_id": "req-449b0052-70fa-4d2f-bc3e-3742e8a123d6"}]} [pid: 8|app: 0|req: 454/949] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:03 2026] DELETE /v2.0/networks/6f82171e-7038-486e-a00e-4a6deceab1be => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/950] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/security-groups?tenant_id=73b7e988c379422788e51fda34ad481f&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/951] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:04 2026] DELETE /v2.0/security-groups/e9e86cbe-8391-4955-97c5-98ebbb789a9e => 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: 497/952] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 1417 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/953] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/954] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/955] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/956] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/subnets?id=7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/957] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/ports?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/958] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?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: 459/959] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/960] 162.253.55.36 () {34 vars in 1117 bytes} [Thu Apr 2 04:46:04 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/961] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:46:05 2026] PUT /v2.0/ports/2a392300-c99e-44c6-9f16-e9dec1818011 => generated 968 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:05.619 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91e110b3-c0a9-4aaf-90b8-f73880cb1773'] response: {'name': 'network-changed', 'server_uuid': 'e2abe139-75d7-40c9-abe3-9d13b4b89d9a', 'tag': '2a392300-c99e-44c6-9f16-e9dec1818011', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 502/962] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 461/963] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/964] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/965] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/subnets?id=7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/966] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/ports?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/967] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/968] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:06 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/969] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/970] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 465/971] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/ports?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 507/974] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/networks?id=78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/975] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2a392300-c99e-44c6-9f16-e9dec1818011 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/976] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/subnets?id=7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/977] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/ports?network_id=78dadab8-16da-4415-bb03-8e9e2bce9d11&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: 509/978] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?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: 470/979] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:07 2026] GET /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11?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: 510/980] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:08 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/981] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:08 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&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: 511/982] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:08 2026] GET /v2.0/security-groups?tenant_id=27b0e26962e64a7f8363b179f3e14548&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/983] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:08 2026] GET /v2.0/security-groups?tenant_id=39db3c49d3a94804ae9f832d77461f6d&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/984] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:08 2026] DELETE /v2.0/security-groups/cad74599-f8ab-48c6-933f-fbd89fda07ff => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/985] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:08 2026] DELETE /v2.0/security-groups/9617abdc-1cc5-4d64-9451-0bacbf3b1d06 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/986] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:09 2026] GET /v2.0/security-groups?tenant_id=978a1849f18d48a58db00a51a6d8a119&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/987] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:09 2026] DELETE /v2.0/security-groups/f0125276-c8cf-4af8-824c-b88f60c3209b => 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: 514/988] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:46:09 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/989] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:09 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/990] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:09 2026] GET /v2.0/security-groups?id=e3111dab-f079-443a-94ae-bc0bcc17b2af&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:09.564 7 INFO neutron_taas.services.taas.taas_plugin [req-008846ce-d6bf-4bac-b24e-7dc731fe524e req-2050c46e-7d21-45f7-8256-16db6b01d43c 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] TaaS: Handle Delete Port: 2a392300-c99e-44c6-9f16-e9dec1818011 2026-04-02 04:46:09.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-008846ce-d6bf-4bac-b24e-7dc731fe524e req-2050c46e-7d21-45f7-8256-16db6b01d43c 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] Tap Mirror: Handle Delete Port: 2a392300-c99e-44c6-9f16-e9dec1818011 2026-04-02 04:46:09.649 7 INFO neutron.db.l3_db [req-008846ce-d6bf-4bac-b24e-7dc731fe524e req-2050c46e-7d21-45f7-8256-16db6b01d43c 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] Floating IP 11fbe529-f0a8-4ab5-8174-39f53936ca22 disassociated. External IP: 10.96.250.213, port: 2a392300-c99e-44c6-9f16-e9dec1818011. [pid: 7|app: 0|req: 515/991] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:46:09 2026] DELETE /v2.0/ports/2a392300-c99e-44c6-9f16-e9dec1818011 => generated 0 bytes in 444 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:09.976 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d346b69-c6e3-4b0e-a9b0-c3755b55fcb0'] response: {'server_uuid': 'e2abe139-75d7-40c9-abe3-9d13b4b89d9a', 'name': 'network-vif-deleted', 'tag': '2a392300-c99e-44c6-9f16-e9dec1818011', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 516/992] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:10 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 477/993] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:46:10 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 1240 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/994] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:46:10 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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-04-02 04:46:10.940 7 INFO neutron.db.segments_db [None req-74446772-d884-4e28-bb2d-d33da5f20e11 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Added segment aac22d50-8478-4e33-8ca4-eee32f86c362 of type vxlan for network bca7a7ae-7f0b-4334-9700-46a6d9854931 2026-04-02 04:46:11.031 7 INFO neutron.db.segments_db [None req-74446772-d884-4e28-bb2d-d33da5f20e11 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Added segment 909252f4-1d77-44a1-989c-e0e36f309a01 of type vxlan for network cb9aeb0a-0d3a-43ad-8b04-2bdbc757c045 [pid: 7|app: 0|req: 517/995] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:10 2026] POST /v2.0/networks => generated 1207 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/996] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:46:11 2026] GET /v2.0/networks => generated 1844 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:11.340 7 INFO neutron.services.segments.plugin [-] Segment aac22d50-8478-4e33-8ca4-eee32f86c362 resource provider aggregate not found 2026-04-02 04:46:11.341 7 INFO neutron.services.segments.plugin [-] Segment aac22d50-8478-4e33-8ca4-eee32f86c362 resource provider aggregate not found 2026-04-02 04:46:11.360 7 INFO neutron.services.segments.plugin [-] Segment aac22d50-8478-4e33-8ca4-eee32f86c362 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac22d50-8478-4e33-8ca4-eee32f86c362 found for delete ", "request_id": "req-4b1bb297-2672-4615-b596-5a4952fb0488"}]} 2026-04-02 04:46:11.363 7 INFO neutron.services.segments.plugin [-] Segment aac22d50-8478-4e33-8ca4-eee32f86c362 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac22d50-8478-4e33-8ca4-eee32f86c362 found for delete ", "request_id": "req-1cb913fb-d1a2-4b71-885e-bdcbda107f82"}]} [pid: 7|app: 0|req: 518/997] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:11 2026] DELETE /v2.0/networks/bca7a7ae-7f0b-4334-9700-46a6d9854931 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:11.494 8 INFO neutron.services.segments.plugin [-] Segment 909252f4-1d77-44a1-989c-e0e36f309a01 resource provider aggregate not found 2026-04-02 04:46:11.500 8 INFO neutron.services.segments.plugin [-] Segment 909252f4-1d77-44a1-989c-e0e36f309a01 resource provider aggregate not found 2026-04-02 04:46:11.510 8 INFO neutron.services.segments.plugin [-] Segment 909252f4-1d77-44a1-989c-e0e36f309a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 909252f4-1d77-44a1-989c-e0e36f309a01 found for delete ", "request_id": "req-420f1aa4-4491-442a-bd6d-553e4458b35c"}]} 2026-04-02 04:46:11.525 8 INFO neutron.services.segments.plugin [-] Segment 909252f4-1d77-44a1-989c-e0e36f309a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 909252f4-1d77-44a1-989c-e0e36f309a01 found for delete ", "request_id": "req-3e9d7935-b123-4bbb-aea2-d7d19178de61"}]} [pid: 8|app: 0|req: 480/998] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:11 2026] DELETE /v2.0/networks/cb9aeb0a-0d3a-43ad-8b04-2bdbc757c045 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/999] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:46:11 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:11.686 8 INFO neutron.db.segments_db [None req-522fc3b4-b29e-40f2-ae93-a6a8371e9069 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Added segment ae557890-60b8-4ba9-a7cd-52bd81f63650 of type vxlan for network 18defb03-aed3-4b6d-86a4-22a254bf2b3d [pid: 7|app: 0|req: 520/1000] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:11 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => 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: 481/1001] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:11 2026] POST /v2.0/networks => generated 634 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:11.817 7 INFO neutron.db.segments_db [None req-fdcc8b02-a560-45cb-94df-50cd0041ab52 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Added segment 35f32f1b-168c-4242-afd1-e86f45dec0be of type vxlan for network 1c86d5dc-b4d8-4873-8cbf-1fa382a628b2 [pid: 7|app: 0|req: 521/1002] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:11 2026] POST /v2.0/networks => generated 635 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1003] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:46:11 2026] POST /v2.0/ports => generated 1506 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1004] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:46:12 2026] GET /v2.0/ports => generated 1506 bytes in 115 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-04-02 04:46:12.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-20662cb7-2969-4522-8f11-a21e9364b77f 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] TaaS: Handle Delete Port: 1cc42c4d-7220-4cd7-a9b5-13ef73e7f5fa 2026-04-02 04:46:12.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20662cb7-2969-4522-8f11-a21e9364b77f 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Tap Mirror: Handle Delete Port: 1cc42c4d-7220-4cd7-a9b5-13ef73e7f5fa [pid: 8|app: 0|req: 483/1005] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:12 2026] DELETE /v2.0/ports/1cc42c4d-7220-4cd7-a9b5-13ef73e7f5fa => 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: 484/1006] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:12 2026] GET /v2.0/ports?device_id=e2abe139-75d7-40c9-abe3-9d13b4b89d9a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:12.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-82984f4f-059a-492a-b2cb-05981aa8d4b3 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] TaaS: Handle Delete Port: a8b0fdaf-17fa-44d2-a907-a61fa055bfae 2026-04-02 04:46:12.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82984f4f-059a-492a-b2cb-05981aa8d4b3 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Tap Mirror: Handle Delete Port: a8b0fdaf-17fa-44d2-a907-a61fa055bfae [pid: 7|app: 0|req: 523/1007] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:12 2026] DELETE /v2.0/ports/a8b0fdaf-17fa-44d2-a907-a61fa055bfae => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1008] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:46:12 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:13.012 7 INFO neutron.db.segments_db [None req-82f84e7d-6d1a-49c1-a85c-829ef1d5b92c 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Added segment 94e11472-36b1-49aa-9915-4cd396cc650f of type vxlan for network ed8cc1f7-cab2-45a8-9676-bf3fbba0f91a [pid: 7|app: 0|req: 524/1009] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:12 2026] POST /v2.0/networks => generated 635 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:13.172 8 INFO neutron.db.segments_db [None req-0b812c83-57fd-4039-9581-f982547d6ca8 14956044c0224a0cb1e4baccaf6f6d61 7b8ed9392adc4b4292fb90f543ac6208 - - default default] Added segment a42f4f50-896a-431d-a539-d6976291645f of type vxlan for network c5fb6686-ad55-4626-ae2f-2c88ceb23123 [pid: 8|app: 0|req: 486/1010] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:13 2026] POST /v2.0/networks => generated 635 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1011] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:13 2026] GET /v2.0/security-groups?tenant_id=57bbe32b904e448cad944011a98d9e30&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1012] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:13 2026] DELETE /v2.0/security-groups/502c6eb5-5d99-497e-a8b5-90db81bd5600 => 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: 526/1013] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:13 2026] GET /v2.0/security-groups?tenant_id=2987b9a3814a46b3b48ae7e390f528f1&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1014] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:13 2026] DELETE /v2.0/security-groups/b1f6c889-40aa-4a9a-8656-ad89c17575e7 => 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: 489/1015] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:13 2026] DELETE /v2.0/security-groups/e3111dab-f079-443a-94ae-bc0bcc17b2af => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:13.989 8 INFO neutron.api.v2.resource [None req-f7a66e91-5189-4bce-a708-762fd9675085 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/1016] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:46:13 2026] GET /v2.0/security-groups/e3111dab-f079-443a-94ae-bc0bcc17b2af => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:14.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-20c476c8-2169-4ad1-833b-71085babf95e 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] TaaS: Handle Delete Port: 47c03e88-9328-47e6-8db6-60937668bd91 2026-04-02 04:46:14.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20c476c8-2169-4ad1-833b-71085babf95e 25d4764cd2b247f3a20e52d5e71a8245 88da02d35e8d498bb4d50af0f33df8e1 - - default default] Tap Mirror: Handle Delete Port: 47c03e88-9328-47e6-8db6-60937668bd91 [pid: 7|app: 0|req: 527/1017] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:13 2026] POST /v2.0/subnets => generated 1323 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1018] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:46:14 2026] GET /v2.0/subnets => generated 1959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1019] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:46:13 2026] DELETE /v2.0/floatingips/11fbe529-f0a8-4ab5-8174-39f53936ca22 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1020] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:14 2026] DELETE /v2.0/subnets/21cb762c-eba0-44bf-b6f6-d01ee93b84e3 => 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: 492/1021] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:14 2026] DELETE /v2.0/subnets/c776683c-77fc-4008-97f4-3fc948559ec3 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1022] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:46:14 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:14.552 8 INFO neutron.services.segments.plugin [-] Segment a42f4f50-896a-431d-a539-d6976291645f resource provider aggregate not found 2026-04-02 04:46:14.558 8 INFO neutron.services.segments.plugin [-] Segment a42f4f50-896a-431d-a539-d6976291645f resource provider aggregate not found 2026-04-02 04:46:14.570 8 INFO neutron.services.segments.plugin [-] Segment a42f4f50-896a-431d-a539-d6976291645f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a42f4f50-896a-431d-a539-d6976291645f found for delete ", "request_id": "req-23c32ea6-6808-4f3a-838d-48aa0e2d5270"}]} 2026-04-02 04:46:14.581 8 INFO neutron.services.segments.plugin [-] Segment a42f4f50-896a-431d-a539-d6976291645f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a42f4f50-896a-431d-a539-d6976291645f found for delete ", "request_id": "req-d609153c-0f8b-4132-bed3-fdfec972a7a2"}]} [pid: 8|app: 0|req: 494/1023] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:14 2026] DELETE /v2.0/networks/c5fb6686-ad55-4626-ae2f-2c88ceb23123 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:14.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-9728e610-57c7-4fc0-bcb8-ece8a66eaa85 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: ab9b3c1b-880e-449f-8b3a-90b82f53bbbe 2026-04-02 04:46:14.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9728e610-57c7-4fc0-bcb8-ece8a66eaa85 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: ab9b3c1b-880e-449f-8b3a-90b82f53bbbe [pid: 8|app: 0|req: 495/1024] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:14 2026] DELETE /v2.0/networks/ed8cc1f7-cab2-45a8-9676-bf3fbba0f91a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1025] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:14 2026] DELETE /v2.0/networks/1c86d5dc-b4d8-4873-8cbf-1fa382a628b2 => 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: 497/1026] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:14 2026] DELETE /v2.0/networks/18defb03-aed3-4b6d-86a4-22a254bf2b3d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1027] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:14 2026] PUT /v2.0/routers/6ef224ca-5d04-4cba-a0bf-59e7305e018b/remove_router_interface => generated 309 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:15.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fbd0f8a-df90-40eb-a045-ce26815bf968 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 3300d03c-e3a0-45f4-8e23-8fca7f132bcb 2026-04-02 04:46:15.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fbd0f8a-df90-40eb-a045-ce26815bf968 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 3300d03c-e3a0-45f4-8e23-8fca7f132bcb [pid: 7|app: 0|req: 531/1028] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:15 2026] GET /v2.0/security-groups?tenant_id=7b8ed9392adc4b4292fb90f543ac6208&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:15.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fbd0f8a-df90-40eb-a045-ce26815bf968 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 3baf9cff-cac4-42d0-a118-255f96505047 2026-04-02 04:46:15.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fbd0f8a-df90-40eb-a045-ce26815bf968 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 3baf9cff-cac4-42d0-a118-255f96505047 [pid: 7|app: 0|req: 532/1029] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:15 2026] DELETE /v2.0/security-groups/46bcb780-1d28-4eb9-8bea-f1abaea8b07e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:15.919 8 INFO neutron.db.l3_hamode_db [None req-6fbd0f8a-df90-40eb-a045-ce26815bf968 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network df77d639-aa79-4e78-878c-3a0617e6d941 was deleted as no HA routers are present in tenant 88da02d35e8d498bb4d50af0f33df8e1. [pid: 8|app: 0|req: 498/1030] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:15 2026] DELETE /v2.0/routers/6ef224ca-5d04-4cba-a0bf-59e7305e018b => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1031] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:15 2026] DELETE /v2.0/subnets/7ac13a80-424a-4cbc-98dd-213d338f4f66 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:16.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7076611-9e25-456a-938b-a64d7990d5bb 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 37d1196e-5dc8-4f24-a141-3873b97e86ce 2026-04-02 04:46:16.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7076611-9e25-456a-938b-a64d7990d5bb 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 37d1196e-5dc8-4f24-a141-3873b97e86ce [pid: 8|app: 0|req: 499/1032] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:16 2026] DELETE /v2.0/networks/78dadab8-16da-4415-bb03-8e9e2bce9d11 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1033] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:16 2026] GET /v2.0/security-groups?tenant_id=88da02d35e8d498bb4d50af0f33df8e1&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:16.594 8 INFO neutron.services.segments.plugin [-] Segment 94e11472-36b1-49aa-9915-4cd396cc650f resource provider aggregate not found 2026-04-02 04:46:16.607 8 INFO neutron.services.segments.plugin [-] Segment 94e11472-36b1-49aa-9915-4cd396cc650f resource provider aggregate not found 2026-04-02 04:46:16.613 8 INFO neutron.services.segments.plugin [-] Segment 94e11472-36b1-49aa-9915-4cd396cc650f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94e11472-36b1-49aa-9915-4cd396cc650f found for delete ", "request_id": "req-968cae7d-65a1-43e6-bd65-672252e7a89d"}]} 2026-04-02 04:46:16.624 8 INFO neutron.services.segments.plugin [-] Segment 94e11472-36b1-49aa-9915-4cd396cc650f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94e11472-36b1-49aa-9915-4cd396cc650f found for delete ", "request_id": "req-d806a44d-267c-46a9-91b1-a383e1cd747d"}]} 2026-04-02 04:46:16.630 8 INFO neutron.services.segments.plugin [-] Segment 35f32f1b-168c-4242-afd1-e86f45dec0be resource provider aggregate not found 2026-04-02 04:46:16.649 8 INFO neutron.services.segments.plugin [-] Segment 35f32f1b-168c-4242-afd1-e86f45dec0be resource provider aggregate not found 2026-04-02 04:46:16.656 8 INFO neutron.services.segments.plugin [-] Segment 35f32f1b-168c-4242-afd1-e86f45dec0be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f32f1b-168c-4242-afd1-e86f45dec0be found for delete ", "request_id": "req-16dd6b2d-402a-4c62-bf63-6a442f0be089"}]} [pid: 8|app: 0|req: 500/1034] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:16 2026] DELETE /v2.0/security-groups/3359e202-d596-426a-934b-82ee91a4df84 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:16.669 8 INFO neutron.services.segments.plugin [-] Segment ae557890-60b8-4ba9-a7cd-52bd81f63650 resource provider aggregate not found 2026-04-02 04:46:16.672 8 INFO neutron.services.segments.plugin [-] Segment 35f32f1b-168c-4242-afd1-e86f45dec0be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f32f1b-168c-4242-afd1-e86f45dec0be found for delete ", "request_id": "req-f98c054b-2fd1-4d13-aba0-82e2d11f60f5"}]} 2026-04-02 04:46:16.682 8 INFO neutron.services.segments.plugin [-] Segment ae557890-60b8-4ba9-a7cd-52bd81f63650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae557890-60b8-4ba9-a7cd-52bd81f63650 found for delete ", "request_id": "req-56ca8605-4d44-4ffa-b3e1-8b0278576740"}]} 2026-04-02 04:46:16.686 8 INFO neutron.services.segments.plugin [-] Segment ae557890-60b8-4ba9-a7cd-52bd81f63650 resource provider aggregate not found 2026-04-02 04:46:16.698 8 INFO neutron.services.segments.plugin [-] Segment 74a26c6c-7a7d-4396-888e-029ba4411b29 resource provider aggregate not found 2026-04-02 04:46:16.703 8 INFO neutron.services.segments.plugin [-] Segment ae557890-60b8-4ba9-a7cd-52bd81f63650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae557890-60b8-4ba9-a7cd-52bd81f63650 found for delete ", "request_id": "req-b311e621-4d53-4476-9567-4888fcce49f1"}]} 2026-04-02 04:46:16.714 8 INFO neutron.services.segments.plugin [-] Segment 74a26c6c-7a7d-4396-888e-029ba4411b29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74a26c6c-7a7d-4396-888e-029ba4411b29 found for delete ", "request_id": "req-7e50d359-9649-45b9-bfb9-d8777a266377"}]} 2026-04-02 04:46:16.719 8 INFO neutron.services.segments.plugin [-] Segment 74a26c6c-7a7d-4396-888e-029ba4411b29 resource provider aggregate not found 2026-04-02 04:46:16.732 8 INFO neutron.services.segments.plugin [-] Segment 49b4fbb2-f04c-48ad-948d-c114b067b668 resource provider aggregate not found 2026-04-02 04:46:16.736 8 INFO neutron.services.segments.plugin [-] Segment 74a26c6c-7a7d-4396-888e-029ba4411b29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74a26c6c-7a7d-4396-888e-029ba4411b29 found for delete ", "request_id": "req-e09c75c7-506b-40ed-8090-168db655ebe9"}]} 2026-04-02 04:46:16.747 8 INFO neutron.services.segments.plugin [-] Segment 49b4fbb2-f04c-48ad-948d-c114b067b668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49b4fbb2-f04c-48ad-948d-c114b067b668 found for delete ", "request_id": "req-2a7bf24b-c69b-49a9-b7cf-87d899df91e3"}]} 2026-04-02 04:46:16.761 8 INFO neutron.services.segments.plugin [-] Segment 49b4fbb2-f04c-48ad-948d-c114b067b668 resource provider aggregate not found 2026-04-02 04:46:16.777 8 INFO neutron.services.segments.plugin [-] Segment 49b4fbb2-f04c-48ad-948d-c114b067b668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49b4fbb2-f04c-48ad-948d-c114b067b668 found for delete ", "request_id": "req-769892ae-94d2-4bd6-a4e2-7feb70649030"}]} [pid: 7|app: 0|req: 535/1035] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:18 2026] GET /v2.0/security-groups?tenant_id=ac62449ad7db45a4ac2f12a7734d0268&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1036] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:18 2026] GET /v2.0/security-groups?tenant_id=8c88b050d8a54fff9da4113a1ad12b6d&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1037] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:18 2026] DELETE /v2.0/security-groups/d0e79e7e-0959-4e7c-b11e-eb0e48658bdd => 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: 537/1038] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:18 2026] DELETE /v2.0/security-groups/4b97885e-ebe4-47cd-ab85-5ceba166f351 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:18.527 8 INFO neutron.db.segments_db [None req-37799cae-4771-4a69-a3e4-82fdafbda60e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 95257a5c-c428-404c-ad5a-01c66453613e of type vxlan for network 7e433992-4e32-4077-a2d4-e0cf236b9a9b [pid: 8|app: 0|req: 502/1039] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:46:18 2026] POST /v2.0/networks => generated 719 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1040] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:18 2026] GET /v2.0/security-groups?tenant_id=e174615a44e74167ae269c64f3345076&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1041] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:18 2026] POST /v2.0/subnets => generated 685 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:18.829 7 INFO neutron.db.segments_db [None req-90d16476-42ed-4e11-92d3-cb8ae352950e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment eaeba392-39c9-4bda-a1ad-fe5908b0c98b of type vxlan for network 20b210c4-923b-4d89-a9bc-625d5f04be03 [pid: 8|app: 0|req: 504/1042] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:18 2026] DELETE /v2.0/security-groups/90b9acdc-6b7b-4467-9ac5-6a18dda6e7b8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:19.070 7 INFO neutron.db.l3_hamode_db [None req-90d16476-42ed-4e11-92d3-cb8ae352950e 2f7b55ca292c4c04a11c9d8c0d1ea243 791c27d340a3420c998ebfa9a5cc5d53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:46:19.775 7 INFO neutron.db.l3_hamode_db [None req-90d16476-42ed-4e11-92d3-cb8ae352950e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:46:20.488 8 INFO neutron.db.segments_db [None req-3f61dbd0-ddd0-46ad-a158-47f3cf0eb84f 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 of type vxlan for network fdc2e2b0-5cad-4291-a7b9-3caaa8b39976 [pid: 8|app: 0|req: 505/1043] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:46:20 2026] POST /v2.0/networks => generated 722 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1044] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:18 2026] POST /v2.0/routers => generated 725 bytes in 1825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1045] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:20 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1046] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:20 2026] POST /v2.0/subnets => generated 688 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1047] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:20 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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-04-02 04:46:20.906 7 INFO neutron.db.segments_db [None req-6a93050b-5c26-4e6c-bb65-78e2379d7fba 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment eba03a58-d191-4074-8b89-f4f25bfdb46e of type vxlan for network 0bf5af5d-75d7-4931-b057-0603b44657a2 2026-04-02 04:46:21.117 7 INFO neutron.db.l3_hamode_db [None req-6a93050b-5c26-4e6c-bb65-78e2379d7fba 2f7b55ca292c4c04a11c9d8c0d1ea243 2dbedb5fc5b94789b9b3c6a38acb987f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:46:21.797 7 INFO neutron.db.l3_hamode_db [None req-6a93050b-5c26-4e6c-bb65-78e2379d7fba 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 507/1048] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:46:20 2026] PUT /v2.0/routers/ab2d7fcc-d74b-4d93-9328-c0815f061d6d/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1049] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:21 2026] GET /v2.0/security-groups?tenant_id=751bda133f7443b5a5cf1ed39a91b7dc&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1050] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:22 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 510/1051] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:22 2026] DELETE /v2.0/security-groups/67d7b250-ce5c-4d7a-8568-c7c521050a8a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1052] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:22 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1053] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:20 2026] POST /v2.0/routers => generated 728 bytes in 1658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1056] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:46:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1057] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:46:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1058] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:46:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1059] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:46:22 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1060] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:23 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1061] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:23 2026] GET /v2.0/security-groups?id=2ace1373-1301-4df8-9fb1-a3a549e77630&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: 519/1062] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:46:23 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:23.656 8 INFO neutron_taas.services.taas.taas_plugin [req-173904e0-0588-4ded-8231-070cb9d429ff req-37632da0-ea1a-47fc-8fdd-62e80fba8b1a 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] TaaS: Handle Delete Port: c2fee441-e9f8-46e7-96ac-ce28e784e022 2026-04-02 04:46:23.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-173904e0-0588-4ded-8231-070cb9d429ff req-37632da0-ea1a-47fc-8fdd-62e80fba8b1a 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] Tap Mirror: Handle Delete Port: c2fee441-e9f8-46e7-96ac-ce28e784e022 [pid: 7|app: 0|req: 544/1063] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:46:22 2026] PUT /v2.0/routers/5ef790a1-0f8f-4310-9edc-8eeb7cddb99c/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:23.809 8 INFO neutron.db.l3_db [req-173904e0-0588-4ded-8231-070cb9d429ff req-37632da0-ea1a-47fc-8fdd-62e80fba8b1a 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] Floating IP 28a81491-83ea-4ec5-a727-88a4ea41e207 disassociated. External IP: 10.96.250.219, port: c2fee441-e9f8-46e7-96ac-ce28e784e022. [pid: 7|app: 0|req: 545/1064] 10.0.0.49 () {34 vars in 1097 bytes} [Thu Apr 2 04:46:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--241074637&fields=id&tenant_id=791c27d340a3420c998ebfa9a5cc5d53 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1065] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:46:23 2026] GET /v2.0/networks?id=7e433992-4e32-4077-a2d4-e0cf236b9a9b => generated 670 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1066] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/quotas/791c27d340a3420c998ebfa9a5cc5d53 => 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: 548/1067] 10.0.0.155 () {32 vars in 653 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions => generated 21537 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1068] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:46:23 2026] DELETE /v2.0/ports/c2fee441-e9f8-46e7-96ac-ce28e784e022 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1069] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1070] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/ports?tenant_id=791c27d340a3420c998ebfa9a5cc5d53&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1071] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1072] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1073] 10.0.0.155 () {32 vars in 665 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:24.249 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-044f39e8-3c9b-4bea-a603-d535e3876c17'] response: {'server_uuid': 'bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f', 'name': 'network-vif-deleted', 'tag': 'c2fee441-e9f8-46e7-96ac-ce28e784e022', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 524/1074] 10.0.0.155 () {32 vars in 699 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1075] 10.0.0.155 () {32 vars in 697 bytes} [Thu Apr 2 04:46:24 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: 526/1076] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1077] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1078] 10.0.0.155 () {32 vars in 703 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1079] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1080] 10.0.0.155 () {32 vars in 693 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1081] 10.0.0.155 () {32 vars in 695 bytes} [Thu Apr 2 04:46:24 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: 553/1082] 10.0.0.155 () {32 vars in 685 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1083] 10.0.0.155 () {32 vars in 687 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1084] 10.0.0.155 () {32 vars in 661 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1085] 10.0.0.155 () {32 vars in 699 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1086] 10.0.0.155 () {32 vars in 679 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1087] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b?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: 558/1088] 10.0.0.155 () {32 vars in 683 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1089] 10.0.0.155 () {32 vars in 675 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1090] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1091] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1092] 10.0.0.155 () {32 vars in 687 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1093] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1094] 10.0.0.155 () {32 vars in 687 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1095] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1096] 10.0.0.155 () {32 vars in 699 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1097] 10.0.0.155 () {32 vars in 679 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/l2_adjacency => 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: 563/1098] 10.0.0.155 () {32 vars in 667 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1099] 10.0.0.155 () {32 vars in 677 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1100] 10.0.0.155 () {32 vars in 665 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1101] 10.0.0.155 () {32 vars in 675 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/l3-flavors => 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: 565/1102] 10.0.0.155 () {32 vars in 713 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1103] 10.0.0.155 () {32 vars in 691 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1104] 10.0.0.155 () {32 vars in 683 bytes} [Thu Apr 2 04:46:24 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: 8|app: 0|req: 539/1105] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:24 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: 7|app: 0|req: 567/1106] 10.0.0.155 () {32 vars in 687 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1107] 10.0.0.155 () {32 vars in 705 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1108] 10.0.0.155 () {32 vars in 675 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1109] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 570/1110] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1111] 10.0.0.155 () {32 vars in 675 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1112] 10.0.0.155 () {32 vars in 693 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1113] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:24 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: 8|app: 0|req: 542/1114] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 573/1115] 10.0.0.155 () {32 vars in 709 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1116] 10.0.0.155 () {32 vars in 705 bytes} [Thu Apr 2 04:46:24 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: 574/1117] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1118] 10.0.0.155 () {32 vars in 697 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1119] 10.0.0.155 () {32 vars in 711 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1120] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1121] 10.0.0.155 () {32 vars in 687 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1122] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1123] 10.0.0.155 () {32 vars in 675 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1124] 10.0.0.155 () {32 vars in 671 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1125] 10.0.0.155 () {32 vars in 661 bytes} [Thu Apr 2 04:46:24 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: 548/1126] 10.0.0.155 () {32 vars in 699 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1127] 10.0.0.155 () {32 vars in 699 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1128] 10.0.0.155 () {32 vars in 677 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1129] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1130] 10.0.0.155 () {32 vars in 683 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-gateway-ip => 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: 581/1131] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:24 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: 8|app: 0|req: 551/1132] 10.0.0.155 () {32 vars in 685 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1133] 10.0.0.155 () {32 vars in 707 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1134] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:24 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: 7|app: 0|req: 583/1135] 10.0.0.155 () {32 vars in 697 bytes} [Thu Apr 2 04:46:24 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: 8|app: 0|req: 553/1136] 10.0.0.155 () {32 vars in 695 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1137] 10.0.0.155 () {32 vars in 685 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1138] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:24 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: 7|app: 0|req: 585/1139] 10.0.0.155 () {32 vars in 705 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1140] 10.0.0.155 () {32 vars in 667 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1141] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1142] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:24 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: 7|app: 0|req: 587/1143] 10.0.0.155 () {32 vars in 691 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1144] 10.0.0.155 () {32 vars in 691 bytes} [Thu Apr 2 04:46:24 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: 7|app: 0|req: 588/1145] 10.0.0.155 () {32 vars in 695 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1146] 10.0.0.155 () {32 vars in 685 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1147] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1148] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1149] 10.0.0.155 () {32 vars in 703 bytes} [Thu Apr 2 04:46:24 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: 8|app: 0|req: 560/1150] 10.0.0.155 () {32 vars in 713 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1151] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:24 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: 8|app: 0|req: 561/1152] 10.0.0.155 () {32 vars in 715 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1153] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1154] 10.0.0.155 () {32 vars in 741 bytes} [Thu Apr 2 04:46:24 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1155] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1156] 10.0.0.155 () {32 vars in 683 bytes} [Thu Apr 2 04:46:25 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: 594/1157] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1158] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1159] 10.0.0.155 () {32 vars in 679 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1160] 10.0.0.155 () {32 vars in 669 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1161] 10.0.0.155 () {32 vars in 697 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1162] 10.0.0.155 () {32 vars in 705 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1163] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1164] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/subnet-external-network => 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: 598/1165] 10.0.0.155 () {32 vars in 683 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1166] 10.0.0.155 () {32 vars in 705 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1167] 10.0.0.155 () {32 vars in 695 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1168] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1169] 10.0.0.155 () {32 vars in 697 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1170] 10.0.0.155 () {32 vars in 679 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1171] 10.0.0.155 () {32 vars in 689 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1172] 10.0.0.155 () {32 vars in 701 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1173] 10.0.0.155 () {32 vars in 665 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1174] 10.0.0.155 () {32 vars in 681 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1175] 10.0.0.155 () {32 vars in 677 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1176] 10.0.0.155 () {32 vars in 693 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1177] 10.0.0.155 () {32 vars in 677 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1178] 10.0.0.155 () {32 vars in 667 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1179] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1180] 10.0.0.155 () {32 vars in 675 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1181] 10.0.0.155 () {32 vars in 687 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1182] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 607/1183] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 577/1184] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:25 2026] GET /v2.0/security-groups?tenant_id=a84a1f3bae4942199550d79259ecf55f&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1185] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:26 2026] DELETE /v2.0/security-groups/e8a70825-b0be-47a8-9526-f5742f0f0681 => 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: 578/1186] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/networks?id=fdc2e2b0-5cad-4291-a7b9-3caaa8b39976 => generated 673 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1187] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/quotas/2dbedb5fc5b94789b9b3c6a38acb987f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1188] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/ports?tenant_id=2dbedb5fc5b94789b9b3c6a38acb987f&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1189] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976?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: 580/1190] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1191] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => 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: 581/1192] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1193] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:26 2026] GET /v2.0/ports?device_id=bf7cb0c5-d811-4b22-bfe6-8f8d9ca3672f => 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: 582/1194] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:27 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => 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: 583/1195] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:27 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 584/1196] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:27 2026] DELETE /v2.0/security-groups/2ace1373-1301-4df8-9fb1-a3a549e77630 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:28.020 8 INFO neutron.api.v2.resource [None req-35f9ddb5-777a-47cf-ac1d-c01497442b1c 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 585/1197] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:46:28 2026] GET /v2.0/security-groups/2ace1373-1301-4df8-9fb1-a3a549e77630 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:28.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-625d9a06-5296-4c1c-b95d-9c8d672947c0 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] TaaS: Handle Delete Port: 495f87db-a457-43f6-a020-fb9ba9f35243 2026-04-02 04:46:28.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-625d9a06-5296-4c1c-b95d-9c8d672947c0 17185a0c15264b188559add02b174f2f 7f3021ae5caf443eba244d4cc0950c12 - - default default] Tap Mirror: Handle Delete Port: 495f87db-a457-43f6-a020-fb9ba9f35243 2026-04-02 04:46:28.139 7 INFO neutron.db.segments_db [None req-dff5f489-48e9-43d0-a327-79db66652619 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment 9f287320-5a01-4c7d-809e-5bcfce09c6a3 of type vxlan for network 17f021e6-ac48-4a2e-9f15-17ed857a6c39 [pid: 7|app: 0|req: 613/1198] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:27 2026] POST /v2.0/networks => generated 614 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:28.315 7 INFO neutron.db.segments_db [None req-79c0c0ba-e7d8-4a60-9f19-e43a3c6f547a ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment 339d6ec4-55d4-45d0-b51e-c92020b057e0 of type vxlan for network 0a2cb867-e99f-4822-959c-7d62d7a2860c [pid: 8|app: 0|req: 586/1199] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:46:28 2026] DELETE /v2.0/floatingips/28a81491-83ea-4ec5-a727-88a4ea41e207 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1200] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:28 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1201] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:28 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:28.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa1263df-aac7-4a1f-aa6e-3cc2ae157e22 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: df07bd40-da69-4c9e-bcd2-b51e24dfb1ea 2026-04-02 04:46:28.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa1263df-aac7-4a1f-aa6e-3cc2ae157e22 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: df07bd40-da69-4c9e-bcd2-b51e24dfb1ea [pid: 7|app: 0|req: 616/1202] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:28 2026] POST /v2.0/subnets => generated 655 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1203] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:28 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:28.977 7 INFO neutron.db.segments_db [None req-c5c9309c-58bd-41ee-a892-919c4a18a263 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment 1a25ee0e-0229-4792-b889-8470130d7517 of type vxlan for network c3f3589c-59fe-44ac-bfca-ad04899a1a94 2026-04-02 04:46:29.201 7 INFO neutron.db.l3_hamode_db [None req-c5c9309c-58bd-41ee-a892-919c4a18a263 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 587/1204] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:28 2026] PUT /v2.0/routers/b6c01387-2bab-4ed7-bf7d-bb43b80a5ac7/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1205] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:29 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:29.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-005ede68-0ce8-483b-afef-36e031950d62 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: ebbdd8fe-5cd8-4718-abb6-64bd7ce4311c 2026-04-02 04:46:29.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-005ede68-0ce8-483b-afef-36e031950d62 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: ebbdd8fe-5cd8-4718-abb6-64bd7ce4311c 2026-04-02 04:46:29.741 7 INFO neutron.db.l3_hamode_db [None req-c5c9309c-58bd-41ee-a892-919c4a18a263 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:46:29.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-005ede68-0ce8-483b-afef-36e031950d62 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 427125a2-07c8-4e66-a245-5b804c107869 2026-04-02 04:46:29.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-005ede68-0ce8-483b-afef-36e031950d62 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 427125a2-07c8-4e66-a245-5b804c107869 2026-04-02 04:46:30.178 8 INFO neutron.services.segments.plugin [-] Segment 615dd21d-97e4-469e-881c-1a61c6b17843 resource provider aggregate not found 2026-04-02 04:46:30.188 8 INFO neutron.services.segments.plugin [-] Segment 615dd21d-97e4-469e-881c-1a61c6b17843 resource provider aggregate not found 2026-04-02 04:46:30.194 8 INFO neutron.services.segments.plugin [-] Segment 615dd21d-97e4-469e-881c-1a61c6b17843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615dd21d-97e4-469e-881c-1a61c6b17843 found for delete ", "request_id": "req-87a62914-a223-48b2-b1a3-3d37ad4a453d"}]} 2026-04-02 04:46:30.222 8 INFO neutron.services.segments.plugin [-] Segment 615dd21d-97e4-469e-881c-1a61c6b17843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615dd21d-97e4-469e-881c-1a61c6b17843 found for delete ", "request_id": "req-0bb3ab9b-f9c3-4b44-ba61-fa3e413244b4"}]} 2026-04-02 04:46:30.242 8 INFO neutron.db.l3_hamode_db [None req-005ede68-0ce8-483b-afef-36e031950d62 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network c13c4ced-4ceb-49c1-9ae9-71c9a5439fda was deleted as no HA routers are present in tenant 7f3021ae5caf443eba244d4cc0950c12. [pid: 8|app: 0|req: 589/1206] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:29 2026] DELETE /v2.0/routers/b6c01387-2bab-4ed7-bf7d-bb43b80a5ac7 => generated 0 bytes in 1014 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1207] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:30 2026] GET /v2.0/networks?id=7e433992-4e32-4077-a2d4-e0cf236b9a9b => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1208] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:30 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => 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: 592/1209] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:30 2026] DELETE /v2.0/subnets/5c31f31b-7427-4650-ba4c-e49ceef6ade3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1210] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:46:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=791c27d340a3420c998ebfa9a5cc5d53 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1211] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:30 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 618/1212] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:28 2026] POST /v2.0/routers => generated 510 bytes in 1592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:30.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-27ceb1b1-a233-48fc-85a9-3bdaa0ee2de8 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 09ecb6ff-00a4-4885-b08f-c5a449e4058f 2026-04-02 04:46:30.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27ceb1b1-a233-48fc-85a9-3bdaa0ee2de8 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 09ecb6ff-00a4-4885-b08f-c5a449e4058f [pid: 8|app: 0|req: 595/1213] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:30 2026] DELETE /v2.0/networks/0ab298d5-fb81-4168-a648-0516bd37e0da => 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: 619/1214] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:46:30 2026] POST /v2.0/ports => generated 954 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 620/1215] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:46:30 2026] PUT /v2.0/ports/31198a3a-cf33-4d22-8304-cdd4a59cca59 => generated 1235 bytes in 527 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: 621/1216] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:31 2026] GET /v2.0/security-groups?tenant_id=7f3021ae5caf443eba244d4cc0950c12&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:31.522 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c36eb28-745a-425c-b7a9-96a4822534fd'] response: {'name': 'network-changed', 'server_uuid': '702a4895-a098-40bf-8c01-c5262fa63959', 'tag': '31198a3a-cf33-4d22-8304-cdd4a59cca59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 622/1217] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:31 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => 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: 623/1218] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:31 2026] DELETE /v2.0/security-groups/3ff7f92a-39a4-4a96-9278-ccf505d63ed1 => 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: 624/1219] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:31 2026] GET /v2.0/networks?id=fdc2e2b0-5cad-4291-a7b9-3caaa8b39976 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1220] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:31 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 626/1221] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:46:31 2026] POST /v2.0/ports => generated 958 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: 627/1222] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:32 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:32.212 8 INFO neutron.services.segments.plugin [-] Segment 8dafce35-77be-419b-b8a2-82e722122644 resource provider aggregate not found [pid: 7|app: 0|req: 628/1223] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:32 2026] GET /v2.0/ports?tenant_id=791c27d340a3420c998ebfa9a5cc5d53&device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:32.231 8 INFO neutron.services.segments.plugin [-] Segment 8dafce35-77be-419b-b8a2-82e722122644 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dafce35-77be-419b-b8a2-82e722122644 found for delete ", "request_id": "req-d356e90d-e293-4d3c-b5ac-457fcffcffe1"}]} 2026-04-02 04:46:32.242 8 INFO neutron.services.segments.plugin [-] Segment 8dafce35-77be-419b-b8a2-82e722122644 resource provider aggregate not found 2026-04-02 04:46:32.260 8 INFO neutron.services.segments.plugin [-] Segment 8dafce35-77be-419b-b8a2-82e722122644 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dafce35-77be-419b-b8a2-82e722122644 found for delete ", "request_id": "req-b1356498-22e9-4d5d-a0f3-7ba24d2dce5d"}]} [pid: 8|app: 0|req: 596/1224] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:46:30 2026] PUT /v2.0/routers/1bfba784-b13b-4f3a-bbda-cf93fb99b958/add_router_interface => generated 309 bytes in 1608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1225] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:46:32 2026] GET /v2.0/networks?tenant_id=791c27d340a3420c998ebfa9a5cc5d53&shared=False => generated 766 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1226] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:32 2026] GET /v2.0/ports/6814d69e-64ca-4657-a500-84e3c551ad7b => generated 959 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1227] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:46:32 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: 629/1228] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:46:32 2026] PUT /v2.0/ports/97067cd6-4a37-42cb-a8e3-194ff1beb20c => generated 1239 bytes in 378 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: 630/1229] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:32 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1230] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:32 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 632/1231] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1232] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:33.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edb68f05-a640-4959-9a70-296845aebc04'] response: {'name': 'network-changed', 'server_uuid': '49868e7b-76bd-4290-b7c1-577dd714add0', 'tag': '97067cd6-4a37-42cb-a8e3-194ff1beb20c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 600/1233] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:46:32 2026] PUT /v2.0/routers/1bfba784-b13b-4f3a-bbda-cf93fb99b958/add_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1234] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports/634533a3-9fe0-40ff-8597-4b08bbae0211 => generated 967 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1235] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports?tenant_id=791c27d340a3420c998ebfa9a5cc5d53&device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1236] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports?tenant_id=2dbedb5fc5b94789b9b3c6a38acb987f&device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1237] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=31198a3a-cf33-4d22-8304-cdd4a59cca59 => 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: 637/1238] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=97067cd6-4a37-42cb-a8e3-194ff1beb20c => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1239] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/subnets?id=2f96fbdb-86c4-411d-bc1c-67490c458ae5 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1240] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/subnets?id=cb2e25e1-eae8-4c93-b6df-6d1993145fe4 => generated 691 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1241] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports?network_id=7e433992-4e32-4077-a2d4-e0cf236b9a9b&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1242] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports?network_id=fdc2e2b0-5cad-4291-a7b9-3caaa8b39976&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1243] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1244] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1245] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976?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: 645/1246] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:33.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1a9fcfe-2efc-42c0-bdbf-4dc4aad1ba93 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 634533a3-9fe0-40ff-8597-4b08bbae0211 2026-04-02 04:46:33.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1a9fcfe-2efc-42c0-bdbf-4dc4aad1ba93 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 634533a3-9fe0-40ff-8597-4b08bbae0211 [pid: 7|app: 0|req: 646/1247] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1248] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:33 2026] GET /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976?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: 602/1249] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:33 2026] PUT /v2.0/routers/1bfba784-b13b-4f3a-bbda-cf93fb99b958/remove_router_interface => generated 309 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1250] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:34 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:34.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-21033d21-f347-4bc1-a0f3-7705d152aed0 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 6814d69e-64ca-4657-a500-84e3c551ad7b 2026-04-02 04:46:34.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21033d21-f347-4bc1-a0f3-7705d152aed0 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 6814d69e-64ca-4657-a500-84e3c551ad7b [pid: 8|app: 0|req: 604/1251] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:34 2026] GET /v2.0/security-groups?tenant_id=3d21b8877d00420dbefb5904f045c7ab&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1252] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:34 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&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: 606/1253] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:34 2026] DELETE /v2.0/security-groups/d288041c-b6c0-43c8-a56f-101ca7e1dda1 => 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: 648/1254] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:34 2026] PUT /v2.0/routers/1bfba784-b13b-4f3a-bbda-cf93fb99b958/remove_router_interface => generated 309 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1255] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/ports?tenant_id=2dbedb5fc5b94789b9b3c6a38acb987f&device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1256] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/ports?device_id=1bfba784-b13b-4f3a-bbda-cf93fb99b958 => 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: 607/1257] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1258] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/networks?id=fdc2e2b0-5cad-4291-a7b9-3caaa8b39976 => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1259] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 653/1260] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=97067cd6-4a37-42cb-a8e3-194ff1beb20c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1261] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/subnets?id=cb2e25e1-eae8-4c93-b6df-6d1993145fe4 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:35.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-56ba5d83-3826-4d60-84b9-6af3864f6487 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 4573df2b-be7c-44e2-936d-20d2b71b0511 2026-04-02 04:46:35.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56ba5d83-3826-4d60-84b9-6af3864f6487 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 4573df2b-be7c-44e2-936d-20d2b71b0511 [pid: 7|app: 0|req: 655/1262] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/ports?network_id=fdc2e2b0-5cad-4291-a7b9-3caaa8b39976&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: 656/1263] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976?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: 657/1264] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:35.505 8 INFO neutron.services.segments.plugin [-] Segment 1a25ee0e-0229-4792-b889-8470130d7517 resource provider aggregate not found 2026-04-02 04:46:35.511 8 INFO neutron.services.segments.plugin [-] Segment 1a25ee0e-0229-4792-b889-8470130d7517 resource provider aggregate not found 2026-04-02 04:46:35.525 8 INFO neutron.db.l3_hamode_db [None req-56ba5d83-3826-4d60-84b9-6af3864f6487 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] HA network c3f3589c-59fe-44ac-bfca-ad04899a1a94 was deleted as no HA routers are present in tenant 315443f5971c41ab97be86fe43c22f83. 2026-04-02 04:46:35.526 8 INFO neutron.services.segments.plugin [-] Segment 1a25ee0e-0229-4792-b889-8470130d7517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a25ee0e-0229-4792-b889-8470130d7517 found for delete ", "request_id": "req-6d2679f5-b066-4d9d-a584-62185222138c"}]} [pid: 8|app: 0|req: 608/1265] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:35 2026] DELETE /v2.0/routers/1bfba784-b13b-4f3a-bbda-cf93fb99b958 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:35.536 8 INFO neutron.services.segments.plugin [-] Segment 1a25ee0e-0229-4792-b889-8470130d7517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a25ee0e-0229-4792-b889-8470130d7517 found for delete ", "request_id": "req-8d3c94b4-89a4-48d2-b230-628ccde74b8c"}]} [pid: 7|app: 0|req: 658/1266] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:35 2026] DELETE /v2.0/subnets/ffd48a23-02bd-46c7-89f8-1359507d641a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1267] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:35 2026] DELETE /v2.0/subnets/7f167ac6-e587-4336-999c-8ebb742b8d0b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:35.934 7 INFO neutron.services.segments.plugin [-] Segment 339d6ec4-55d4-45d0-b51e-c92020b057e0 resource provider aggregate not found 2026-04-02 04:46:35.942 7 INFO neutron.services.segments.plugin [-] Segment 339d6ec4-55d4-45d0-b51e-c92020b057e0 resource provider aggregate not found [pid: 8|app: 0|req: 610/1268] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:35.959 7 INFO neutron.services.segments.plugin [-] Segment 339d6ec4-55d4-45d0-b51e-c92020b057e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 339d6ec4-55d4-45d0-b51e-c92020b057e0 found for delete ", "request_id": "req-99f7f9ad-03ca-4715-a179-f059c0b141cc"}]} 2026-04-02 04:46:35.974 7 INFO neutron.services.segments.plugin [-] Segment 339d6ec4-55d4-45d0-b51e-c92020b057e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 339d6ec4-55d4-45d0-b51e-c92020b057e0 found for delete ", "request_id": "req-577d0100-5fca-4fba-bffa-a09100304ffc"}]} [pid: 7|app: 0|req: 659/1269] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:35 2026] DELETE /v2.0/networks/0a2cb867-e99f-4822-959c-7d62d7a2860c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1270] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:35 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:36.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3390c67-57f2-40fe-a8ff-84a364abd540 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 4b6cc673-e9ff-4a14-8859-ee9ae1e371a1 2026-04-02 04:46:36.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3390c67-57f2-40fe-a8ff-84a364abd540 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 4b6cc673-e9ff-4a14-8859-ee9ae1e371a1 [pid: 7|app: 0|req: 660/1271] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:35 2026] DELETE /v2.0/networks/17f021e6-ac48-4a2e-9f15-17ed857a6c39 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1272] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:36 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:36.329 7 INFO neutron.db.segments_db [None req-92fde5d4-fd4c-4dd1-88b5-299df6103717 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment a05a3773-f64b-4615-a468-dcf79c50227e of type vxlan for network 42398a02-ead0-4d95-9f13-a11c82ff41ce [pid: 8|app: 0|req: 613/1273] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:36 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 7|app: 0|req: 661/1274] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:36 2026] POST /v2.0/networks => generated 615 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1275] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:36 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:36.717 7 INFO neutron.db.segments_db [None req-be3fda08-9c37-46bb-a451-e6d54172a4ad ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment a4c0e2c5-76dc-423d-b170-dff0dd3b7575 of type vxlan for network 51e7599e-ceeb-477d-b14d-15232c371ad0 2026-04-02 04:46:37.050 7 INFO neutron.db.l3_hamode_db [None req-be3fda08-9c37-46bb-a451-e6d54172a4ad ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1276] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:37 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1277] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:37 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&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-04-02 04:46:37.171 7 INFO neutron.db.l3_hamode_db [None req-be3fda08-9c37-46bb-a451-e6d54172a4ad ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 617/1278] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:37 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1279] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:37 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 7|app: 0|req: 662/1282] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:36 2026] POST /v2.0/routers => generated 511 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:37.984 7 INFO neutron.services.segments.plugin [-] Segment 9f287320-5a01-4c7d-809e-5bcfce09c6a3 resource provider aggregate not found 2026-04-02 04:46:37.992 7 INFO neutron.services.segments.plugin [-] Segment 9f287320-5a01-4c7d-809e-5bcfce09c6a3 resource provider aggregate not found 2026-04-02 04:46:38.003 7 INFO neutron.services.segments.plugin [-] Segment 9f287320-5a01-4c7d-809e-5bcfce09c6a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f287320-5a01-4c7d-809e-5bcfce09c6a3 found for delete ", "request_id": "req-44912859-e1c9-4cab-ae3e-ef2a9c74c9e5"}]} 2026-04-02 04:46:38.004 7 INFO neutron.services.segments.plugin [-] Segment 9f287320-5a01-4c7d-809e-5bcfce09c6a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f287320-5a01-4c7d-809e-5bcfce09c6a3 found for delete ", "request_id": "req-3a31d308-3e00-4ec7-8356-e910b89aa8f9"}]} [pid: 8|app: 0|req: 621/1283] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:46:37 2026] POST /v2.0/ports => generated 963 bytes in 338 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: 622/1284] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:38 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1285] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:38 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1286] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:38 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1287] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:38 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1288] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:46:38 2026] PUT /v2.0/routers/f51a196a-407d-4779-b46d-f29b903a7f7b/add_router_interface => generated 309 bytes in 1098 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: 664/1289] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/ports/23ba3f1d-ff36-40f3-b524-c9dfe167cdc0 => generated 1037 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1290] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/security-groups?tenant_id=c5a17dd5e2c1432ea6eff167de5f3cb9&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1291] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1292] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:39 2026] DELETE /v2.0/security-groups/2185cb92-8243-427e-983e-0ebdf25bbd67 => 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: 629/1293] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&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-04-02 04:46:39.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c1833d4-7241-4e00-9bab-e1630dca3f11 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 23ba3f1d-ff36-40f3-b524-c9dfe167cdc0 2026-04-02 04:46:39.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c1833d4-7241-4e00-9bab-e1630dca3f11 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 23ba3f1d-ff36-40f3-b524-c9dfe167cdc0 [pid: 8|app: 0|req: 630/1294] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/security-groups?tenant_id=24438faab5fa4d31bdfd149a533ca930&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1295] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1296] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:39 2026] DELETE /v2.0/security-groups/e7cf9962-de37-412f-80fe-1f6cc91e2040 => 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: 633/1297] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:39 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 665/1298] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:39 2026] PUT /v2.0/routers/f51a196a-407d-4779-b46d-f29b903a7f7b/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:40.370 8 INFO neutron.api.v2.resource [None req-175356b7-7b95-47de-a466-9d084d0f7b9a ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 634/1299] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:40 2026] PUT /v2.0/routers/f51a196a-407d-4779-b46d-f29b903a7f7b/remove_router_interface => generated 197 bytes in 156 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: 666/1300] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:40 2026] GET /v2.0/ports?device_id=f51a196a-407d-4779-b46d-f29b903a7f7b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:40.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecc46b30-874e-4ec6-bf8d-e2f8e77a8239 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: d2727796-30df-46f3-95c6-930f8008a2fd 2026-04-02 04:46:40.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecc46b30-874e-4ec6-bf8d-e2f8e77a8239 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: d2727796-30df-46f3-95c6-930f8008a2fd [pid: 7|app: 0|req: 667/1301] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:40 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1302] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:40 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:40.922 8 INFO neutron.services.segments.plugin [-] Segment a4c0e2c5-76dc-423d-b170-dff0dd3b7575 resource provider aggregate not found 2026-04-02 04:46:40.934 8 INFO neutron.services.segments.plugin [-] Segment a4c0e2c5-76dc-423d-b170-dff0dd3b7575 resource provider aggregate not found 2026-04-02 04:46:40.943 8 INFO neutron.services.segments.plugin [-] Segment a4c0e2c5-76dc-423d-b170-dff0dd3b7575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c0e2c5-76dc-423d-b170-dff0dd3b7575 found for delete ", "request_id": "req-a13134fc-1a08-478c-b06f-170edad7bf53"}]} 2026-04-02 04:46:40.954 8 INFO neutron.db.l3_hamode_db [None req-ecc46b30-874e-4ec6-bf8d-e2f8e77a8239 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] HA network 51e7599e-ceeb-477d-b14d-15232c371ad0 was deleted as no HA routers are present in tenant 315443f5971c41ab97be86fe43c22f83. [pid: 8|app: 0|req: 635/1303] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:40 2026] DELETE /v2.0/routers/f51a196a-407d-4779-b46d-f29b903a7f7b => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:40.971 8 INFO neutron.services.segments.plugin [-] Segment a4c0e2c5-76dc-423d-b170-dff0dd3b7575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c0e2c5-76dc-423d-b170-dff0dd3b7575 found for delete ", "request_id": "req-ed1af336-6fbd-4945-a580-dc09ccf3c8ba"}]} [pid: 8|app: 0|req: 636/1304] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:41 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1305] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:40 2026] DELETE /v2.0/subnets/8fe5a87b-3de0-4718-a3f2-b95d6fb49bd3 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1306] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:41 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:41.282 7 INFO neutron.services.segments.plugin [-] Segment a05a3773-f64b-4615-a468-dcf79c50227e resource provider aggregate not found 2026-04-02 04:46:41.288 7 INFO neutron.services.segments.plugin [-] Segment a05a3773-f64b-4615-a468-dcf79c50227e resource provider aggregate not found 2026-04-02 04:46:41.308 7 INFO neutron.services.segments.plugin [-] Segment a05a3773-f64b-4615-a468-dcf79c50227e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05a3773-f64b-4615-a468-dcf79c50227e found for delete ", "request_id": "req-d8551da3-ff2d-4329-b3bb-1eb3675b36d9"}]} 2026-04-02 04:46:41.309 7 INFO neutron.services.segments.plugin [-] Segment a05a3773-f64b-4615-a468-dcf79c50227e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05a3773-f64b-4615-a468-dcf79c50227e found for delete ", "request_id": "req-4e7a0ad4-3e7a-480a-9111-521d2cad74e5"}]} [pid: 7|app: 0|req: 670/1307] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:41 2026] DELETE /v2.0/networks/42398a02-ead0-4d95-9f13-a11c82ff41ce => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:41.370 8 INFO neutron.db.segments_db [None req-4549815f-5e37-4fec-bd5b-97dcbb13ded4 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment 11afe69d-7ca4-4e01-b945-b64f283ea950 of type vxlan for network 40f43d0c-3181-4122-9724-176b1f8ff5dd [pid: 8|app: 0|req: 638/1308] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:41 2026] POST /v2.0/networks => generated 615 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1309] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:41 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:41.729 8 INFO neutron.db.segments_db [None req-4a39a0cf-acfa-48a8-a55a-cca83ff1eb75 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 of type vxlan for network 202a242f-262a-4b0c-8765-1b810657e319 [pid: 7|app: 0|req: 672/1310] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:41 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 673/1311] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:41 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&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-04-02 04:46:42.019 8 INFO neutron.db.l3_hamode_db [None req-4a39a0cf-acfa-48a8-a55a-cca83ff1eb75 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:46:42.133 8 INFO neutron.db.l3_hamode_db [None req-4a39a0cf-acfa-48a8-a55a-cca83ff1eb75 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 674/1312] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:42 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1313] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:42 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 8|app: 0|req: 639/1314] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:41 2026] POST /v2.0/routers => generated 511 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1315] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:43 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1316] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:43 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1317] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:43 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:43.703 8 INFO neutron.db.l3_db [None req-b27b3a70-ee84-4d29-bcc6-b3086ed0d5c4 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] Floating IP 3b726f67-a961-461b-b1d7-36fbb8560ded associated. External IP: 10.96.250.207, port: 31198a3a-cf33-4d22-8304-cdd4a59cca59. [pid: 7|app: 0|req: 676/1318] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:46:42 2026] PUT /v2.0/routers/61ea660a-ce61-421a-ba4c-a34491f10586/add_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1319] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:43 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1320] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:43 2026] GET /v2.0/ports/c4528ec0-9130-4c3c-9285-0982d2961e23 => 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: 679/1321] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:43 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&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: 643/1322] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:46:43 2026] PUT /v2.0/floatingips/3b726f67-a961-461b-b1d7-36fbb8560ded => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:44.084 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3654108-5460-4fd2-a83b-2041edb7a0d6'] response: {'name': 'network-changed', 'server_uuid': '702a4895-a098-40bf-8c01-c5262fa63959', 'tag': '31198a3a-cf33-4d22-8304-cdd4a59cca59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 644/1323] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1324] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:44.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-33da096a-8358-4cc2-8a2c-5db280e5d6ec ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: c4528ec0-9130-4c3c-9285-0982d2961e23 2026-04-02 04:46:44.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33da096a-8358-4cc2-8a2c-5db280e5d6ec ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: c4528ec0-9130-4c3c-9285-0982d2961e23 [pid: 8|app: 0|req: 646/1325] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1326] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1327] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?tenant_id=791c27d340a3420c998ebfa9a5cc5d53&device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1328] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:43 2026] PUT /v2.0/routers/61ea660a-ce61-421a-ba4c-a34491f10586/remove_router_interface => generated 309 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1329] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?device_id=61ea660a-ce61-421a-ba4c-a34491f10586 => 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: 649/1330] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/networks?id=7e433992-4e32-4077-a2d4-e0cf236b9a9b => generated 766 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1331] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=31198a3a-cf33-4d22-8304-cdd4a59cca59 => 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: 651/1332] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/subnets?id=2f96fbdb-86c4-411d-bc1c-67490c458ae5 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1333] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?network_id=7e433992-4e32-4077-a2d4-e0cf236b9a9b&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:44.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-c00eb3ae-1331-45ae-8b68-a20ac9945cd4 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 15a91b2e-2cb1-4f0f-ad24-3d2a7cf5a09a 2026-04-02 04:46:44.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c00eb3ae-1331-45ae-8b68-a20ac9945cd4 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 15a91b2e-2cb1-4f0f-ad24-3d2a7cf5a09a [pid: 8|app: 0|req: 653/1334] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b?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: 654/1335] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1336] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1337] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:44 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:45.101 8 INFO neutron_taas.services.taas.taas_plugin [req-47748998-689b-4db5-af05-864ab173c123 req-2d0b2753-e972-4673-a676-7cc0381c7a27 62ce570a83b248c4a0caf7c302e4773a 2dbedb5fc5b94789b9b3c6a38acb987f - - default default] TaaS: Handle Delete Port: 97067cd6-4a37-42cb-a8e3-194ff1beb20c 2026-04-02 04:46:45.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47748998-689b-4db5-af05-864ab173c123 req-2d0b2753-e972-4673-a676-7cc0381c7a27 62ce570a83b248c4a0caf7c302e4773a 2dbedb5fc5b94789b9b3c6a38acb987f - - default default] Tap Mirror: Handle Delete Port: 97067cd6-4a37-42cb-a8e3-194ff1beb20c 2026-04-02 04:46:45.150 7 INFO neutron.services.segments.plugin [-] Segment c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 resource provider aggregate not found 2026-04-02 04:46:45.154 7 INFO neutron.services.segments.plugin [-] Segment c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 resource provider aggregate not found 2026-04-02 04:46:45.172 7 INFO neutron.services.segments.plugin [-] Segment c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 found for delete ", "request_id": "req-fe698821-a9b5-4231-ad10-1877b55a37f2"}]} 2026-04-02 04:46:45.173 7 INFO neutron.services.segments.plugin [-] Segment c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8e3e5da-32c1-4dd8-b12b-ff9ed250df02 found for delete ", "request_id": "req-46360e7c-3702-47bc-bf6c-ee37b326add6"}]} 2026-04-02 04:46:45.177 7 INFO neutron.db.l3_hamode_db [None req-c00eb3ae-1331-45ae-8b68-a20ac9945cd4 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] HA network 202a242f-262a-4b0c-8765-1b810657e319 was deleted as no HA routers are present in tenant 315443f5971c41ab97be86fe43c22f83. [pid: 7|app: 0|req: 682/1338] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:44 2026] DELETE /v2.0/routers/61ea660a-ce61-421a-ba4c-a34491f10586 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1339] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:45 2026] GET /v2.0/security-groups?id=b1c4c623-c84e-49b2-b315-39e71e6662ef&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1340] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:46:45 2026] DELETE /v2.0/ports/97067cd6-4a37-42cb-a8e3-194ff1beb20c => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1341] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:45 2026] DELETE /v2.0/subnets/9af61776-d9a8-4292-b218-808cf094ec10 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:45.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-088c8e07-8fa8-47b4-b52e-4c2f40479eca ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: cd501629-7196-4e85-ae0d-7fa235dbf4a6 2026-04-02 04:46:45.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-088c8e07-8fa8-47b4-b52e-4c2f40479eca ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: cd501629-7196-4e85-ae0d-7fa235dbf4a6 2026-04-02 04:46:45.567 8 INFO neutron.services.segments.plugin [-] Segment 11afe69d-7ca4-4e01-b945-b64f283ea950 resource provider aggregate not found 2026-04-02 04:46:45.574 8 INFO neutron.services.segments.plugin [-] Segment 11afe69d-7ca4-4e01-b945-b64f283ea950 resource provider aggregate not found 2026-04-02 04:46:45.581 8 INFO neutron.services.segments.plugin [-] Segment 11afe69d-7ca4-4e01-b945-b64f283ea950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11afe69d-7ca4-4e01-b945-b64f283ea950 found for delete ", "request_id": "req-9dba0211-5965-4800-96b3-bdff94a32fc4"}]} 2026-04-02 04:46:45.589 8 INFO neutron.services.segments.plugin [-] Segment 11afe69d-7ca4-4e01-b945-b64f283ea950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11afe69d-7ca4-4e01-b945-b64f283ea950 found for delete ", "request_id": "req-13a1451f-dc59-48b2-95d6-8c02984e4175"}]} [pid: 8|app: 0|req: 658/1342] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:45 2026] DELETE /v2.0/networks/40f43d0c-3181-4122-9724-176b1f8ff5dd => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:45.657 7 INFO neutron.db.segments_db [None req-0bfc3293-67a7-472a-a2ef-0941caeb5b23 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Added segment bac400d9-dcb8-4144-8ee0-e5890bbd9d66 of type vxlan for network a90e3ffc-328f-4772-afaa-a4a25f4ffe56 [pid: 8|app: 0|req: 659/1343] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:45 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1344] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:45 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&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-04-02 04:46:45.893 7 INFO neutron.db.l3_hamode_db [None req-0bfc3293-67a7-472a-a2ef-0941caeb5b23 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:46:46.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fd712de-d404-4e59-ae0d-8d2a0fc2e005'] response: {'server_uuid': '49868e7b-76bd-4290-b7c1-577dd714add0', 'name': 'network-vif-deleted', 'tag': '97067cd6-4a37-42cb-a8e3-194ff1beb20c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 661/1345] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:45 2026] GET /v2.0/security-groups?tenant_id=550aedfd806b46959e24abeb0c7244b9&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: 662/1346] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:46 2026] DELETE /v2.0/security-groups/707c7265-9c5f-4622-85d5-28a29bf785fd => 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: 663/1347] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:46 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => 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: 664/1348] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:46 2026] GET /v2.0/security-groups?tenant_id=be9bdf7d54c5463eb92d00284c7478aa&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:46.696 7 INFO neutron.db.l3_hamode_db [None req-0bfc3293-67a7-472a-a2ef-0941caeb5b23 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 665/1349] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:46 2026] DELETE /v2.0/security-groups/d3830bf3-b7d3-4196-a0f1-dfd616bfcbd8 => 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: 666/1350] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:46 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1351] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:46:46 2026] GET /v2.0/security-groups?id=592f0083-606d-429e-9b78-936e411c3c10&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: 668/1352] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:46:47 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:47.226 8 INFO neutron_taas.services.taas.taas_plugin [req-24fad082-6f71-43a0-83f7-4230fb0e891a req-a184b891-88f1-4bbf-b183-6bb7dfd58656 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] TaaS: Handle Delete Port: 31198a3a-cf33-4d22-8304-cdd4a59cca59 2026-04-02 04:46:47.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24fad082-6f71-43a0-83f7-4230fb0e891a req-a184b891-88f1-4bbf-b183-6bb7dfd58656 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] Tap Mirror: Handle Delete Port: 31198a3a-cf33-4d22-8304-cdd4a59cca59 2026-04-02 04:46:47.317 8 INFO neutron.db.l3_db [req-24fad082-6f71-43a0-83f7-4230fb0e891a req-a184b891-88f1-4bbf-b183-6bb7dfd58656 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] Floating IP 3b726f67-a961-461b-b1d7-36fbb8560ded disassociated. External IP: 10.96.250.207, port: 31198a3a-cf33-4d22-8304-cdd4a59cca59. [pid: 7|app: 0|req: 685/1353] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:45 2026] POST /v2.0/routers => generated 691 bytes in 2024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1354] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:47 2026] GET /v2.0/ports?device_id=49868e7b-76bd-4290-b7c1-577dd714add0 => 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: 669/1355] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:46:47 2026] DELETE /v2.0/ports/31198a3a-cf33-4d22-8304-cdd4a59cca59 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1356] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:46:47 2026] GET /v2.0/routers/6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 697 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1357] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:46:47 2026] GET /v2.0/routers => generated 700 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1358] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:47 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:48.187 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-243b6550-d3a5-467a-9334-c18bb515fbbc'] response: {'server_uuid': '702a4895-a098-40bf-8c01-c5262fa63959', 'name': 'network-vif-deleted', 'tag': '31198a3a-cf33-4d22-8304-cdd4a59cca59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 688/1359] 10.0.0.155 () {34 vars in 741 bytes} [Thu Apr 2 04:46:47 2026] PUT /v2.0/routers/6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 704 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1360] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:46:48 2026] GET /v2.0/routers/6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 704 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1361] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:48 2026] GET /v2.0/ports?device_id=6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:48.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-47d8ab5c-e714-4230-afc4-4c52fa733581 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: d9c13e97-ac24-4019-af32-9b71ac58fde1 2026-04-02 04:46:48.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47d8ab5c-e714-4230-afc4-4c52fa733581 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: d9c13e97-ac24-4019-af32-9b71ac58fde1 2026-04-02 04:46:48.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-47d8ab5c-e714-4230-afc4-4c52fa733581 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] TaaS: Handle Delete Port: 7ad2a8cc-c69b-483d-b3a2-af6583e6992e 2026-04-02 04:46:48.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47d8ab5c-e714-4230-afc4-4c52fa733581 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] Tap Mirror: Handle Delete Port: 7ad2a8cc-c69b-483d-b3a2-af6583e6992e 2026-04-02 04:46:48.794 7 INFO neutron.db.segments_db [None req-93c90e76-5c78-4124-8a56-227e28cb5d25 e6b512236fc147268d5b02472e4c9168 783e7846259f48f49a6eafe2ac5696ba - - default default] Added segment 4988993e-508d-48a2-aaaf-b6558fe8b7ce of type vxlan for network 3f595054-eb42-4ac1-9f03-273d5452d53e [pid: 7|app: 0|req: 690/1362] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:48 2026] POST /v2.0/networks => generated 629 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:48.934 8 INFO neutron.services.segments.plugin [-] Segment bac400d9-dcb8-4144-8ee0-e5890bbd9d66 resource provider aggregate not found 2026-04-02 04:46:48.942 8 INFO neutron.services.segments.plugin [-] Segment bac400d9-dcb8-4144-8ee0-e5890bbd9d66 resource provider aggregate not found 2026-04-02 04:46:48.956 8 INFO neutron.services.segments.plugin [-] Segment bac400d9-dcb8-4144-8ee0-e5890bbd9d66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac400d9-dcb8-4144-8ee0-e5890bbd9d66 found for delete ", "request_id": "req-21b354bd-a0bb-4fbc-ba20-4efae33eebaf"}]} 2026-04-02 04:46:48.959 8 INFO neutron.services.segments.plugin [-] Segment bac400d9-dcb8-4144-8ee0-e5890bbd9d66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac400d9-dcb8-4144-8ee0-e5890bbd9d66 found for delete ", "request_id": "req-deac8104-9ec6-4018-8fb9-e3f7c5e9be16"}]} 2026-04-02 04:46:48.962 8 INFO neutron.db.l3_hamode_db [None req-47d8ab5c-e714-4230-afc4-4c52fa733581 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] HA network a90e3ffc-328f-4772-afaa-a4a25f4ffe56 was deleted as no HA routers are present in tenant 315443f5971c41ab97be86fe43c22f83. [pid: 8|app: 0|req: 673/1363] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:48 2026] DELETE /v2.0/routers/6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1364] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:48 2026] GET /v2.0/ports?device_id=6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:49.022 8 INFO neutron.api.v2.resource [None req-724f6096-e8fa-4e35-8881-97256644784e ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1365] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/routers/6bcfa6aa-7f75-4b66-ba46-cfd04d62a0cd => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1366] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:49 2026] GET /v2.0/ports?device_id=61ea660a-ce61-421a-ba4c-a34491f10586 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:49.070 8 INFO neutron.api.v2.resource [None req-d8222bb7-9b9f-4225-bac2-3d7080a21a60 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1367] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/routers/61ea660a-ce61-421a-ba4c-a34491f10586 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:49.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a454549f-f668-46a5-bd73-84b211ec18e8 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1368] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/subnets/9af61776-d9a8-4292-b218-808cf094ec10 => 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: 693/1369] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:49 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => 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: 677/1370] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:49 2026] GET /v2.0/ports?device_id=f51a196a-407d-4779-b46d-f29b903a7f7b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:49.142 7 INFO neutron.api.v2.resource [None req-2c54cf8e-e2d7-4595-b0da-4fd58fc2a24e ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1371] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/routers/f51a196a-407d-4779-b46d-f29b903a7f7b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:49.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d3efda9-ce50-43d4-8b76-379e36e8518d ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1372] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/subnets/8fe5a87b-3de0-4718-a3f2-b95d6fb49bd3 => 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: 695/1373] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:46:49 2026] GET /v2.0/ports?device_id=1bfba784-b13b-4f3a-bbda-cf93fb99b958 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:49.221 8 INFO neutron.api.v2.resource [None req-4e7d0c03-5253-4e02-aa7e-bfaeecb44320 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 679/1374] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/routers/1bfba784-b13b-4f3a-bbda-cf93fb99b958 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:49.243 7 INFO neutron.pecan_wsgi.hooks.translation [None req-678ebe42-0327-4431-9cb0-f78a18be3f4e ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1375] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/subnets/ffd48a23-02bd-46c7-89f8-1359507d641a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:49.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fb7053a-f793-4884-bda0-695b04a2f153 ea05cb97ef9f4204b122ae19a4ff3533 315443f5971c41ab97be86fe43c22f83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1376] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/subnets/7f167ac6-e587-4336-999c-8ebb742b8d0b => 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: 697/1377] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:49 2026] POST /v2.0/subnets => generated 673 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:49.615 8 INFO neutron.db.segments_db [None req-b351fee8-2949-46a2-8bec-e5928a224086 e6b512236fc147268d5b02472e4c9168 783e7846259f48f49a6eafe2ac5696ba - - default default] Added segment b9789d6b-0af6-416d-888c-0b3ae3909702 of type vxlan for network b2482ab5-d5d2-493d-9684-264db6e9436b [pid: 8|app: 0|req: 681/1378] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:49 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1379] 10.0.0.155 () {34 vars in 743 bytes} [Thu Apr 2 04:46:49 2026] PUT /v2.0/networks/b2482ab5-d5d2-493d-9684-264db6e9436b => generated 592 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1380] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:49 2026] GET /v2.0/security-groups?tenant_id=315443f5971c41ab97be86fe43c22f83&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1381] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:49 2026] DELETE /v2.0/security-groups/f081914a-f288-4c40-8ef8-c26203998083 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1382] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:49 2026] POST /v2.0/subnets => generated 646 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1383] 10.0.0.155 () {34 vars in 741 bytes} [Thu Apr 2 04:46:50 2026] PUT /v2.0/subnets/9cd17fab-98de-46c8-baa0-f0d20f664dbc => generated 656 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:50.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc246025-975d-4b4e-a43c-30dffcf4dd09 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: ecb0a7a0-d9b8-4d30-a692-c073ddd1e123 2026-04-02 04:46:50.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc246025-975d-4b4e-a43c-30dffcf4dd09 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: ecb0a7a0-d9b8-4d30-a692-c073ddd1e123 2026-04-02 04:46:50.286 7 INFO neutron.services.segments.plugin [-] Segment b9789d6b-0af6-416d-888c-0b3ae3909702 resource provider aggregate not found 2026-04-02 04:46:50.301 7 INFO neutron.services.segments.plugin [-] Segment b9789d6b-0af6-416d-888c-0b3ae3909702 resource provider aggregate not found 2026-04-02 04:46:50.301 7 INFO neutron.services.segments.plugin [-] Segment b9789d6b-0af6-416d-888c-0b3ae3909702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9789d6b-0af6-416d-888c-0b3ae3909702 found for delete ", "request_id": "req-0ebadfa5-f2ef-4b40-a853-d908a5c63014"}]} 2026-04-02 04:46:50.318 7 INFO neutron.services.segments.plugin [-] Segment b9789d6b-0af6-416d-888c-0b3ae3909702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9789d6b-0af6-416d-888c-0b3ae3909702 found for delete ", "request_id": "req-f495123f-3ff8-4ef1-a7ad-421e7dd8f867"}]} [pid: 7|app: 0|req: 701/1384] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/networks/b2482ab5-d5d2-493d-9684-264db6e9436b => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1385] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/ports?device_id=702a4895-a098-40bf-8c01-c5262fa63959 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:46:50.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2a6f139-089c-4d93-bed2-4df4b3c80e09 e6b512236fc147268d5b02472e4c9168 783e7846259f48f49a6eafe2ac5696ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1386] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/networks/b2482ab5-d5d2-493d-9684-264db6e9436b => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1387] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1388] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/subnets?network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1389] 10.0.0.155 () {32 vars in 653 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1390] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/networks => generated 1313 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1391] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1392] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/networks/3f595054-eb42-4ac1-9f03-273d5452d53e => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1393] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:46:50 2026] GET /v2.0/subnets/8c451afb-158a-487e-a0c7-b0ae4639a0d0 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:50.621 7 INFO neutron.pecan_wsgi.hooks.translation [None req-339c442f-7aa0-48bd-97a3-7a849db44a56 e6b512236fc147268d5b02472e4c9168 783e7846259f48f49a6eafe2ac5696ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1394] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/subnets/9cd17fab-98de-46c8-baa0-f0d20f664dbc => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:50.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-242ba564-38a6-4019-be58-637e94c32022 e6b512236fc147268d5b02472e4c9168 783e7846259f48f49a6eafe2ac5696ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1395] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/networks/b2482ab5-d5d2-493d-9684-264db6e9436b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1396] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/subnets/8c451afb-158a-487e-a0c7-b0ae4639a0d0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1397] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:49 2026] PUT /v2.0/routers/5ef790a1-0f8f-4310-9edc-8eeb7cddb99c/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1398] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/networks/3f595054-eb42-4ac1-9f03-273d5452d53e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:50.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-a84ddcc2-05c3-4e84-8327-59033c650b11 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: ee05d1e7-45dc-4737-be27-7a47df9d0819 2026-04-02 04:46:50.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84ddcc2-05c3-4e84-8327-59033c650b11 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: ee05d1e7-45dc-4737-be27-7a47df9d0819 2026-04-02 04:46:51.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-a84ddcc2-05c3-4e84-8327-59033c650b11 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 7abae185-142d-4731-b5da-2caa0615c745 2026-04-02 04:46:51.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84ddcc2-05c3-4e84-8327-59033c650b11 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 7abae185-142d-4731-b5da-2caa0615c745 2026-04-02 04:46:51.560 8 INFO neutron.services.segments.plugin [-] Segment eba03a58-d191-4074-8b89-f4f25bfdb46e resource provider aggregate not found [pid: 7|app: 0|req: 715/1399] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:51 2026] GET /v2.0/security-groups?tenant_id=783e7846259f48f49a6eafe2ac5696ba&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:51.568 8 INFO neutron.services.segments.plugin [-] Segment eba03a58-d191-4074-8b89-f4f25bfdb46e resource provider aggregate not found 2026-04-02 04:46:51.575 8 INFO neutron.services.segments.plugin [-] Segment eba03a58-d191-4074-8b89-f4f25bfdb46e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba03a58-d191-4074-8b89-f4f25bfdb46e found for delete ", "request_id": "req-82f5ed6b-93b9-4816-8b79-171854f68c68"}]} 2026-04-02 04:46:51.582 8 INFO neutron.services.segments.plugin [-] Segment eba03a58-d191-4074-8b89-f4f25bfdb46e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba03a58-d191-4074-8b89-f4f25bfdb46e found for delete ", "request_id": "req-af4d6929-4c24-4aa7-8cdd-884b2fa4ae0b"}]} 2026-04-02 04:46:51.591 8 INFO neutron.db.l3_hamode_db [None req-a84ddcc2-05c3-4e84-8327-59033c650b11 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 0bf5af5d-75d7-4931-b057-0603b44657a2 was deleted as no HA routers are present in tenant 2dbedb5fc5b94789b9b3c6a38acb987f. [pid: 8|app: 0|req: 685/1400] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:50 2026] DELETE /v2.0/routers/5ef790a1-0f8f-4310-9edc-8eeb7cddb99c => generated 0 bytes in 806 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1401] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:51 2026] DELETE /v2.0/security-groups/592f0083-606d-429e-9b78-936e411c3c10 => 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: 686/1402] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:51 2026] DELETE /v2.0/security-groups/0f4bd78d-85e8-4973-8fb2-3f41574e4938 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:46:51.719 8 INFO neutron.api.v2.resource [None req-05ae1c9a-2eb3-497b-844b-c69104505422 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1403] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:46:51 2026] GET /v2.0/security-groups/592f0083-606d-429e-9b78-936e411c3c10 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1404] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:51 2026] DELETE /v2.0/subnets/cb2e25e1-eae8-4c93-b6df-6d1993145fe4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:51.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-a33cffce-7e11-459a-be27-2d181c00f4c3 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] TaaS: Handle Delete Port: 7a190dd5-2e3b-4fc4-acb9-201e5a66ac1b 2026-04-02 04:46:51.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a33cffce-7e11-459a-be27-2d181c00f4c3 18a4f52b476d449dad5da81da8f94ad8 791c27d340a3420c998ebfa9a5cc5d53 - - default default] Tap Mirror: Handle Delete Port: 7a190dd5-2e3b-4fc4-acb9-201e5a66ac1b 2026-04-02 04:46:51.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6f96156-0b5a-44b8-bbe6-9f01cd383246 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 03fae369-b40b-4de4-bd12-1329accd6a71 2026-04-02 04:46:51.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6f96156-0b5a-44b8-bbe6-9f01cd383246 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 03fae369-b40b-4de4-bd12-1329accd6a71 [pid: 8|app: 0|req: 688/1405] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:46:51 2026] DELETE /v2.0/floatingips/3b726f67-a961-461b-b1d7-36fbb8560ded => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1406] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:51 2026] DELETE /v2.0/networks/fdc2e2b0-5cad-4291-a7b9-3caaa8b39976 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:52.327 7 INFO neutron.services.segments.plugin [-] Segment 4988993e-508d-48a2-aaaf-b6558fe8b7ce resource provider aggregate not found 2026-04-02 04:46:52.341 7 INFO neutron.services.segments.plugin [-] Segment 4988993e-508d-48a2-aaaf-b6558fe8b7ce resource provider aggregate not found 2026-04-02 04:46:52.347 7 INFO neutron.services.segments.plugin [-] Segment 4988993e-508d-48a2-aaaf-b6558fe8b7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4988993e-508d-48a2-aaaf-b6558fe8b7ce found for delete ", "request_id": "req-50000a55-030a-4489-9631-092a6313d0ca"}]} 2026-04-02 04:46:52.354 7 INFO neutron.services.segments.plugin [-] Segment 4988993e-508d-48a2-aaaf-b6558fe8b7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4988993e-508d-48a2-aaaf-b6558fe8b7ce found for delete ", "request_id": "req-ad581533-dc11-4f68-99db-0a293ae3cbd8"}]} 2026-04-02 04:46:52.363 7 INFO neutron.services.segments.plugin [-] Segment 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 resource provider aggregate not found 2026-04-02 04:46:52.373 7 INFO neutron.services.segments.plugin [-] Segment 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 resource provider aggregate not found 2026-04-02 04:46:52.378 7 INFO neutron.services.segments.plugin [-] Segment 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 found for delete ", "request_id": "req-03b983e0-5034-421b-8d3a-2b989ad3ff2d"}]} [pid: 7|app: 0|req: 719/1407] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:52 2026] GET /v2.0/security-groups?tenant_id=2dbedb5fc5b94789b9b3c6a38acb987f&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:52.387 7 INFO neutron.services.segments.plugin [-] Segment 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13be5fb9-2b1f-44a8-8e7e-40efed59a8d7 found for delete ", "request_id": "req-3d665c27-896d-4a5a-b777-4a1f2a7155ea"}]} 2026-04-02 04:46:52.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-2eac788c-ee9a-4787-83e1-3659a676d76b 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 0ab04726-9685-4167-9069-7aff0d6bf74b 2026-04-02 04:46:52.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eac788c-ee9a-4787-83e1-3659a676d76b 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 0ab04726-9685-4167-9069-7aff0d6bf74b [pid: 7|app: 0|req: 720/1408] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:52 2026] DELETE /v2.0/security-groups/b1c4c623-c84e-49b2-b315-39e71e6662ef => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1411] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:46:52 2026] PUT /v2.0/routers/ab2d7fcc-d74b-4d93-9328-c0815f061d6d/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:53.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-23cf8cbe-c26b-4aba-8f82-a9fb104e825e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: f41dcbb4-aea6-4772-b72d-50fb1ca7edd4 2026-04-02 04:46:53.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23cf8cbe-c26b-4aba-8f82-a9fb104e825e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: f41dcbb4-aea6-4772-b72d-50fb1ca7edd4 2026-04-02 04:46:53.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-23cf8cbe-c26b-4aba-8f82-a9fb104e825e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: e04764c8-0520-4217-8fbe-b6516f09f5eb 2026-04-02 04:46:53.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23cf8cbe-c26b-4aba-8f82-a9fb104e825e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: e04764c8-0520-4217-8fbe-b6516f09f5eb 2026-04-02 04:46:53.847 8 INFO neutron.db.segments_db [None req-ffeaba22-ebe0-4e23-aed3-6a56705adfe1 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Added segment 98bfc6c6-5c42-42c5-ae55-4901a2e94679 of type vxlan for network 52a1085f-f9c2-4e9b-ad27-618fe013c1d4 2026-04-02 04:46:53.886 7 INFO neutron.db.l3_hamode_db [None req-23cf8cbe-c26b-4aba-8f82-a9fb104e825e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 20b210c4-923b-4d89-a9bc-625d5f04be03 was deleted as no HA routers are present in tenant 791c27d340a3420c998ebfa9a5cc5d53. [pid: 7|app: 0|req: 723/1412] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:52 2026] DELETE /v2.0/routers/ab2d7fcc-d74b-4d93-9328-c0815f061d6d => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1413] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:53 2026] POST /v2.0/networks => generated 630 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1414] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:53 2026] DELETE /v2.0/subnets/2f96fbdb-86c4-411d-bc1c-67490c458ae5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:54.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-2646670c-08d8-4fed-bd67-c720d5cb52d1 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 0fb0413c-b8b0-45b9-8657-e69814f87f6e 2026-04-02 04:46:54.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2646670c-08d8-4fed-bd67-c720d5cb52d1 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 0fb0413c-b8b0-45b9-8657-e69814f87f6e [pid: 8|app: 0|req: 691/1415] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:46:53 2026] POST /v2.0/ports => generated 779 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 725/1416] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:54 2026] DELETE /v2.0/networks/7e433992-4e32-4077-a2d4-e0cf236b9a9b => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:54.339 8 INFO neutron.db.segments_db [None req-2b153654-16a1-4661-8276-cec6d1539e00 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Added segment 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 of type vxlan for network c1e3f5c7-719d-4528-a1f7-5f03b12cebce 2026-04-02 04:46:54.396 7 INFO neutron.services.segments.plugin [-] Segment eaeba392-39c9-4bda-a1ad-fe5908b0c98b resource provider aggregate not found 2026-04-02 04:46:54.406 7 INFO neutron.services.segments.plugin [-] Segment eaeba392-39c9-4bda-a1ad-fe5908b0c98b resource provider aggregate not found 2026-04-02 04:46:54.418 7 INFO neutron.services.segments.plugin [-] Segment eaeba392-39c9-4bda-a1ad-fe5908b0c98b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaeba392-39c9-4bda-a1ad-fe5908b0c98b found for delete ", "request_id": "req-b8cf8a08-6474-40cf-b99e-324216e88608"}]} [pid: 8|app: 0|req: 692/1417] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:54 2026] POST /v2.0/networks => generated 616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:54.431 7 INFO neutron.services.segments.plugin [-] Segment eaeba392-39c9-4bda-a1ad-fe5908b0c98b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaeba392-39c9-4bda-a1ad-fe5908b0c98b found for delete ", "request_id": "req-b50fb7c3-b544-4b8c-baaf-f4c4f3372e49"}]} 2026-04-02 04:46:54.434 7 INFO neutron.services.segments.plugin [-] Segment 95257a5c-c428-404c-ad5a-01c66453613e resource provider aggregate not found 2026-04-02 04:46:54.453 7 INFO neutron.services.segments.plugin [-] Segment 95257a5c-c428-404c-ad5a-01c66453613e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95257a5c-c428-404c-ad5a-01c66453613e found for delete ", "request_id": "req-c27608e8-51c4-4238-9aca-1b646fe2718d"}]} 2026-04-02 04:46:54.454 7 INFO neutron.services.segments.plugin [-] Segment 95257a5c-c428-404c-ad5a-01c66453613e resource provider aggregate not found 2026-04-02 04:46:54.483 7 INFO neutron.services.segments.plugin [-] Segment 95257a5c-c428-404c-ad5a-01c66453613e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95257a5c-c428-404c-ad5a-01c66453613e found for delete ", "request_id": "req-ba4337b8-e3db-4304-bd72-b9afbfd5bb56"}]} [pid: 8|app: 0|req: 693/1418] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:54 2026] GET /v2.0/security-groups?tenant_id=791c27d340a3420c998ebfa9a5cc5d53&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: 726/1419] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:54 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1420] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:54 2026] GET /v2.0/security-groups?tenant_id=8760f75605b54f79ae09dbf7e078be8a&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1421] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:54 2026] DELETE /v2.0/security-groups/d3dd7526-322a-4bd2-bd11-565cd792cbb0 => generated 0 bytes in 487 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1422] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:54 2026] DELETE /v2.0/security-groups/f8ec8137-377e-4f5c-922e-f6ad1e50e233 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1423] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:46:54 2026] POST /v2.0/ports => generated 966 bytes in 260 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: 696/1424] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:55 2026] GET /v2.0/security-groups?tenant_id=4c030cb0f4f94254a25f8eb0770eb791&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:55.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-59782bad-f688-4149-ba0e-9e2bfec1aaea 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] TaaS: Handle Delete Port: 11eba91a-75c9-4e3a-90f1-6f09cedc0c44 2026-04-02 04:46:55.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59782bad-f688-4149-ba0e-9e2bfec1aaea 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Tap Mirror: Handle Delete Port: 11eba91a-75c9-4e3a-90f1-6f09cedc0c44 [pid: 8|app: 0|req: 697/1425] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:55 2026] DELETE /v2.0/security-groups/f00f04c7-6b05-48ca-9689-a8df84fefd68 => 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: 729/1426] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:55 2026] DELETE /v2.0/ports/11eba91a-75c9-4e3a-90f1-6f09cedc0c44 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:55.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d33747b-435e-46e5-9d5e-7ef3c4a391a9 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1427] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:55 2026] DELETE /v2.0/ports/11eba91a-75c9-4e3a-90f1-6f09cedc0c44 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:55.527 7 INFO neutron.pecan_wsgi.hooks.translation [None req-338f58b3-1a18-4528-8c33-103722cc21dc 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1428] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:55 2026] GET /v2.0/ports/11eba91a-75c9-4e3a-90f1-6f09cedc0c44 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1429] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:55 2026] DELETE /v2.0/subnets/5afeb545-0ff1-476b-9b77-3e6bae7f6346 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1430] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:55 2026] DELETE /v2.0/networks/c1e3f5c7-719d-4528-a1f7-5f03b12cebce => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:55.864 8 INFO neutron.db.segments_db [None req-95155652-1d61-4ab5-b928-a169a64633ef 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Added segment a944a82c-092b-4a09-871e-978c0414b624 of type vxlan for network 21ecdfb7-7faa-43ad-93ca-fddba3f4298a [pid: 8|app: 0|req: 700/1431] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:46:55 2026] POST /v2.0/networks => generated 617 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1432] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:46:55 2026] POST /v2.0/subnets => generated 646 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:56.479 7 INFO neutron.services.segments.plugin [-] Segment 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 resource provider aggregate not found 2026-04-02 04:46:56.500 7 INFO neutron.services.segments.plugin [-] Segment 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 found for delete ", "request_id": "req-6dbbdc54-d676-492d-8a84-ad8a4b4e009e"}]} 2026-04-02 04:46:56.502 7 INFO neutron.services.segments.plugin [-] Segment 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 resource provider aggregate not found 2026-04-02 04:46:56.515 7 INFO neutron.services.segments.plugin [-] Segment 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ef01305-cc9e-4f3e-9bff-e09e5de9ce51 found for delete ", "request_id": "req-74040f6a-4b33-496c-bfdb-3e8efabf9b15"}]} [pid: 8|app: 0|req: 701/1433] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:46:56 2026] POST /v2.0/ports => generated 919 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:46:56.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbb31407-fa40-446e-873c-ed8a1ce614d8 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] TaaS: Handle Delete Port: bf0e1f8c-384c-4c7e-ba82-39d9b5ba5dab 2026-04-02 04:46:56.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbb31407-fa40-446e-873c-ed8a1ce614d8 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Tap Mirror: Handle Delete Port: bf0e1f8c-384c-4c7e-ba82-39d9b5ba5dab [pid: 7|app: 0|req: 733/1434] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:56 2026] DELETE /v2.0/ports/bf0e1f8c-384c-4c7e-ba82-39d9b5ba5dab => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:56.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9750b85-30dc-4068-b273-b522c00cc925 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 702/1435] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:56 2026] GET /v2.0/ports/bf0e1f8c-384c-4c7e-ba82-39d9b5ba5dab => 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: 734/1436] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:56 2026] DELETE /v2.0/subnets/d02bb8cf-5435-45bf-b1c8-9d8978b650f9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:46:57.144 8 INFO neutron.services.segments.plugin [-] Segment a944a82c-092b-4a09-871e-978c0414b624 resource provider aggregate not found 2026-04-02 04:46:57.150 8 INFO neutron.services.segments.plugin [-] Segment a944a82c-092b-4a09-871e-978c0414b624 resource provider aggregate not found 2026-04-02 04:46:57.168 8 INFO neutron.services.segments.plugin [-] Segment a944a82c-092b-4a09-871e-978c0414b624 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a944a82c-092b-4a09-871e-978c0414b624 found for delete ", "request_id": "req-5a44ac4f-057d-4c90-b37d-58e011d38946"}]} 2026-04-02 04:46:57.170 8 INFO neutron.services.segments.plugin [-] Segment a944a82c-092b-4a09-871e-978c0414b624 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a944a82c-092b-4a09-871e-978c0414b624 found for delete ", "request_id": "req-44b27651-5137-40dc-a911-b89b8aa31b47"}]} [pid: 8|app: 0|req: 703/1437] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:57 2026] DELETE /v2.0/networks/21ecdfb7-7faa-43ad-93ca-fddba3f4298a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1438] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:46:57 2026] POST /v2.0/ports => generated 779 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1439] 10.0.0.155 () {34 vars in 737 bytes} [Thu Apr 2 04:46:57 2026] PUT /v2.0/ports/d4fa67db-5870-44d4-b66c-231b64f012f9 => generated 752 bytes in 190 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-04-02 04:46:57.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfa87f9a-6207-48ec-a1c9-fedab1709122 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] TaaS: Handle Delete Port: d4fa67db-5870-44d4-b66c-231b64f012f9 2026-04-02 04:46:57.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa87f9a-6207-48ec-a1c9-fedab1709122 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Tap Mirror: Handle Delete Port: d4fa67db-5870-44d4-b66c-231b64f012f9 [pid: 7|app: 0|req: 736/1440] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:57 2026] DELETE /v2.0/ports/d4fa67db-5870-44d4-b66c-231b64f012f9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 705/1441] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:46:57 2026] GET /v2.0/ports => generated 782 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:57.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3989d29e-d9e4-420e-b3aa-9653e9595af1 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1442] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:57 2026] GET /v2.0/ports/d4fa67db-5870-44d4-b66c-231b64f012f9 => 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: 706/1443] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:46:57 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1444] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:46:57 2026] GET /v2.0/ports/d1da6eb7-ec6e-4b28-9a7c-027947cd5673 => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:46:57.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c221e57-a64c-49b3-911a-c08c8372d9a0 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 707/1445] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:57 2026] DELETE /v2.0/ports/bf0e1f8c-384c-4c7e-ba82-39d9b5ba5dab => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:58.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c51ad793-a6ff-4921-8c3c-59e4041d4364 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1446] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:57 2026] DELETE /v2.0/subnets/d02bb8cf-5435-45bf-b1c8-9d8978b650f9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:58.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-614c2f74-792c-4127-9ba8-a6e45eec9ca4 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 708/1447] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:46:58 2026] DELETE /v2.0/subnets/5afeb545-0ff1-476b-9b77-3e6bae7f6346 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:46:58.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9b2bf69-6547-475b-b00e-67b00df0d653 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] TaaS: Handle Delete Port: d1da6eb7-ec6e-4b28-9a7c-027947cd5673 2026-04-02 04:46:58.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9b2bf69-6547-475b-b00e-67b00df0d653 02fce16732b8449c881fc054ec8e1a0b 6fd8739f3a824f9fa713e85ae136b10e - - default default] Tap Mirror: Handle Delete Port: d1da6eb7-ec6e-4b28-9a7c-027947cd5673 [pid: 7|app: 0|req: 740/1448] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:46:58 2026] DELETE /v2.0/ports/d1da6eb7-ec6e-4b28-9a7c-027947cd5673 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1449] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:46:58 2026] DELETE /v2.0/networks/52a1085f-f9c2-4e9b-ad27-618fe013c1d4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1450] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:46:59 2026] GET /v2.0/security-groups?tenant_id=6fd8739f3a824f9fa713e85ae136b10e&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:46:59.198 8 INFO neutron.services.segments.plugin [-] Segment 98bfc6c6-5c42-42c5-ae55-4901a2e94679 resource provider aggregate not found 2026-04-02 04:46:59.204 8 INFO neutron.services.segments.plugin [-] Segment 98bfc6c6-5c42-42c5-ae55-4901a2e94679 resource provider aggregate not found 2026-04-02 04:46:59.232 8 INFO neutron.services.segments.plugin [-] Segment 98bfc6c6-5c42-42c5-ae55-4901a2e94679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bfc6c6-5c42-42c5-ae55-4901a2e94679 found for delete ", "request_id": "req-c68d5918-e6ce-463d-b3d0-9b51ff57d413"}]} 2026-04-02 04:46:59.235 8 INFO neutron.services.segments.plugin [-] Segment 98bfc6c6-5c42-42c5-ae55-4901a2e94679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bfc6c6-5c42-42c5-ae55-4901a2e94679 found for delete ", "request_id": "req-e59e5175-b840-497b-b40b-428d396e3bc7"}]} [pid: 8|app: 0|req: 710/1451] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:46:59 2026] DELETE /v2.0/security-groups/55bc684a-a09a-4b4d-8b80-270ffd206ff3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1452] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:00 2026] GET /v2.0/security-groups?tenant_id=53082371947a4e56b9d78a13ab1a63b3&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1453] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:00 2026] GET /v2.0/security-groups?tenant_id=b8f5810ddc0c490c842a95007557d612&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1454] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:00 2026] DELETE /v2.0/security-groups/cad6d1e7-14fe-43be-91d0-35ff4555861c => 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: 712/1455] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:00 2026] DELETE /v2.0/security-groups/a5508321-bdb3-460c-bce3-f59bbd0674d0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1456] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:00 2026] GET /v2.0/security-groups?tenant_id=a03ec3bc02eb45eaab498fb088b49bee&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: 744/1457] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:00 2026] GET /v2.0/security-groups?tenant_id=3c4de1a13891454fac0859fa0b6d798c&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1458] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:01 2026] DELETE /v2.0/security-groups/0c34ad42-3387-42ff-a6b8-2ece19a48d2c => 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: 714/1459] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:01 2026] DELETE /v2.0/security-groups/016d1cd7-92cb-4afb-b9e9-b72d7b389ba8 => 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: 746/1460] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:47:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1461] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:01 2026] GET /v2.0/security-groups => generated 4529 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1462] 10.0.0.155 () {34 vars in 758 bytes} [Thu Apr 2 04:47:01 2026] PUT /v2.0/security-groups/550b4730-446e-42ab-a5f1-53c1381bd2dd => generated 1662 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1463] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:47:01 2026] GET /v2.0/security-groups/550b4730-446e-42ab-a5f1-53c1381bd2dd => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1464] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:01 2026] DELETE /v2.0/security-groups/550b4730-446e-42ab-a5f1-53c1381bd2dd => 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: 717/1465] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:01.958 7 INFO neutron.api.v2.resource [None req-f47d9414-76dd-4760-a448-fda60e333905 c8cafeeb455146d88189e39ba675ed4e 6f272fec54d54681a1802fd6865ab593 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1466] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:01 2026] DELETE /v2.0/security-groups/550b4730-446e-42ab-a5f1-53c1381bd2dd => 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: 718/1467] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:47:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1468] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1469] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules/15b7b5ca-f628-4830-9e52-e368409ea180 => 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: 751/1470] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1471] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:02 2026] DELETE /v2.0/security-group-rules/15b7b5ca-f628-4830-9e52-e368409ea180 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1472] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1473] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:02 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: 753/1474] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules/776f0922-2275-4903-9978-dc7bdbf9302a => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1475] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1476] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:02 2026] DELETE /v2.0/security-group-rules/776f0922-2275-4903-9978-dc7bdbf9302a => 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: 723/1477] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:02.801 7 INFO neutron.db.securitygroups_db [None req-745f04da-4c59-4691-a3e4-23120a839768 c8cafeeb455146d88189e39ba675ed4e 6f272fec54d54681a1802fd6865ab593 - - default default] Project 6f272fec54d54681a1802fd6865ab593 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: 755/1478] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1479] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules/3e52f5c6-7aaa-4f0a-9062-8015e0b860c7 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1480] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:02 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1481] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:02 2026] DELETE /v2.0/security-group-rules/3e52f5c6-7aaa-4f0a-9062-8015e0b860c7 => 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: 757/1482] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1483] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:03 2026] DELETE /v2.0/security-groups/a7d6c3ef-d3dd-4321-a54f-8b2b3f1f0720 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1484] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:03 2026] GET /v2.0/security-groups => 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: 727/1485] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1486] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:03 2026] GET /v2.0/security-groups?tenant_id=f9851f5e8f0644e28aa38e955eec42da&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: 728/1487] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:03 2026] GET /v2.0/security-groups?tenant_id=6f272fec54d54681a1802fd6865ab593&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1488] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:03 2026] DELETE /v2.0/security-groups/ece47450-4d07-41bb-86ca-cbf9cdd0271d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1489] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:03 2026] DELETE /v2.0/security-groups/d9c505b7-a2db-41ad-a585-cfca0e829147 => 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: 761/1490] 10.0.0.232 () {32 vars in 802 bytes} [Thu Apr 2 04:47:04 2026] GET /v2.0/extensions => generated 21537 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1491] 10.0.0.232 () {30 vars in 724 bytes} [Thu Apr 2 04:47:04 2026] GET /v2.0/quotas/52efd476e79c4ce88dcbd8f1ee7ed21c/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:05.732 7 INFO neutron.db.segments_db [None req-cf9edf64-5a16-4b41-875a-af8d5f6d40c4 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Added segment 754cb7bb-9181-4204-9223-269fc6bc0667 of type vxlan for network 6c294679-8abd-4645-8450-2eec9641a3a9 [pid: 8|app: 0|req: 731/1492] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:47:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1493] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:05 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1494] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:05 2026] POST /v2.0/networks => generated 630 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1495] 10.0.0.155 () {34 vars in 758 bytes} [Thu Apr 2 04:47:05 2026] PUT /v2.0/security-groups/c141aa28-3280-4dcd-bbfb-f9c8dca9ac80 => generated 1664 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1496] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:47:05 2026] GET /v2.0/security-groups/c141aa28-3280-4dcd-bbfb-f9c8dca9ac80 => generated 1664 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1497] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:05 2026] DELETE /v2.0/security-groups/c141aa28-3280-4dcd-bbfb-f9c8dca9ac80 => 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: 736/1498] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:06.009 8 INFO neutron.api.v2.resource [None req-72d6be1c-090a-4d97-a62f-e7ce1de01a16 55412daf3e2e4ebc852f48ed93c8ba29 a222619706d84a0da5183d4d869275a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1499] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:06 2026] DELETE /v2.0/security-groups/c141aa28-3280-4dcd-bbfb-f9c8dca9ac80 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1500] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:05 2026] POST /v2.0/subnets => generated 627 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:06.071 7 INFO neutron.db.segments_db [None req-457fd11c-66bb-4c86-913e-fe9c4ed16342 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Added segment de55612e-6cb0-4cf0-bce7-1f2e6847f411 of type vxlan for network 245ffcae-2082-400e-b225-7435c9d78517 [pid: 8|app: 0|req: 738/1501] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:47:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1502] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:06 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) 2026-04-02 04:47:06.302 7 INFO neutron.db.l3_hamode_db [None req-457fd11c-66bb-4c86-913e-fe9c4ed16342 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 740/1503] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:06 2026] GET /v2.0/security-groups?tenant_id=eb63ab4fd6e74d47a2ce0af894c602fa&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: 741/1504] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:06 2026] GET /v2.0/security-group-rules/1bd793aa-87f7-44d6-8386-e04d5076199c => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1505] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:06 2026] DELETE /v2.0/security-groups/d129cdd7-b893-4917-8dd0-f434302fd607 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1506] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1507] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:06 2026] DELETE /v2.0/security-group-rules/1bd793aa-87f7-44d6-8386-e04d5076199c => 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: 745/1508] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1509] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1510] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:06 2026] GET /v2.0/security-group-rules/7b87d3e9-93fd-471e-a5d9-caf6796dd22e => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1511] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1512] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:06 2026] DELETE /v2.0/security-group-rules/7b87d3e9-93fd-471e-a5d9-caf6796dd22e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1513] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1514] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1515] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/security-group-rules/af1208a4-7509-484c-92eb-1cd56a3474e2 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1516] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1517] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:07 2026] DELETE /v2.0/security-group-rules/af1208a4-7509-484c-92eb-1cd56a3474e2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1518] 10.0.0.155 () {32 vars in 673 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:07.439 7 INFO neutron.db.l3_hamode_db [None req-457fd11c-66bb-4c86-913e-fe9c4ed16342 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1519] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:07 2026] DELETE /v2.0/security-groups/9c03577a-ce1c-4610-acdc-fdb188cb0b2e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1520] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1521] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1524] 10.0.0.232 () {32 vars in 802 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1525] 10.0.0.232 () {30 vars in 724 bytes} [Thu Apr 2 04:47:07 2026] GET /v2.0/quotas/52efd476e79c4ce88dcbd8f1ee7ed21c/details => generated 847 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1526] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:08 2026] GET /v2.0/security-groups?tenant_id=a222619706d84a0da5183d4d869275a2&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1527] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:08 2026] DELETE /v2.0/security-groups/2d66073c-791c-408a-96d1-cd53ada31e06 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1528] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:06 2026] POST /v2.0/routers => generated 695 bytes in 2332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1529] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:08 2026] PUT /v2.0/routers/af9bd1a1-cccc-4219-9b73-e8070f4189cb/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1530] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:09 2026] POST /v2.0/ports => generated 958 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1531] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:09 2026] POST /v2.0/ports => generated 959 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 04:47:10.994 7 INFO neutron.db.l3_db [None req-3c94061b-072f-460f-b3e5-243f441dc9e1 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Floating IP fd6addbb-011d-4c3d-96aa-25e09fef0256 associated. External IP: 10.96.250.212, port: c70feeee-978b-4b13-8e43-76bf979dff0d. [pid: 7|app: 0|req: 766/1532] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:47:10 2026] POST /v2.0/floatingips => generated 843 bytes in 1028 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-04-02 04:47:11.401 7 INFO neutron.db.l3_db [None req-84d4d03e-7638-459d-818c-4bcab484d7dd ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Floating IP fd6addbb-011d-4c3d-96aa-25e09fef0256 disassociated. External IP: 10.96.250.212, port: c70feeee-978b-4b13-8e43-76bf979dff0d. [pid: 8|app: 0|req: 767/1533] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:11 2026] GET /v2.0/security-groups?tenant_id=52efd476e79c4ce88dcbd8f1ee7ed21c&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1534] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:11 2026] GET /v2.0/security-groups?tenant_id=e0a99726cd314997b9eccd17dacd1320&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1535] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:47:11 2026] PUT /v2.0/floatingips/fd6addbb-011d-4c3d-96aa-25e09fef0256 => generated 552 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1536] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:11 2026] DELETE /v2.0/security-groups/8f9117f6-6136-46f7-bf21-4545fac74ecd => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1537] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:11 2026] DELETE /v2.0/security-groups/3a552990-28e1-4427-9a73-e2ff632e16db => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:11.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-61df8edc-f97d-4e82-8c32-07ccd9197b43 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: c9548791-2078-4c3d-a993-6ed7bd69186f 2026-04-02 04:47:11.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61df8edc-f97d-4e82-8c32-07ccd9197b43 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: c9548791-2078-4c3d-a993-6ed7bd69186f [pid: 8|app: 0|req: 770/1538] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:47:11 2026] DELETE /v2.0/floatingips/fd6addbb-011d-4c3d-96aa-25e09fef0256 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:12.694 7 INFO neutron.db.l3_db [None req-6e86bbc8-8694-44ee-a561-fb125fbde1b0 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Floating IP 24f8a831-42f2-48fd-a132-59ff01c3f637 associated. External IP: 10.96.250.220, port: 1c4230af-f22e-4de1-9b66-7fe3ba3f3c1d. [pid: 7|app: 0|req: 769/1539] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:47:12 2026] POST /v2.0/floatingips => generated 842 bytes in 971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1540] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:12 2026] GET /v2.0/floatingips/24f8a831-42f2-48fd-a132-59ff01c3f637 => generated 842 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1541] 10.0.0.155 () {32 vars in 655 bytes} [Thu Apr 2 04:47:13 2026] GET /v2.0/floatingips => generated 845 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:13.463 8 INFO neutron.db.l3_db [None req-84be095d-8cb0-421e-8b75-ddc5f52abc6e ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Floating IP 24f8a831-42f2-48fd-a132-59ff01c3f637 associated. External IP: 10.96.250.220, port: 1c4230af-f22e-4de1-9b66-7fe3ba3f3c1d. [pid: 8|app: 0|req: 772/1542] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:47:13 2026] PUT /v2.0/floatingips/24f8a831-42f2-48fd-a132-59ff01c3f637 => generated 843 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:14.218 7 INFO neutron.db.l3_db [None req-c8bfaf03-1fa8-42b2-a6f4-e75a3f5bdee0 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Floating IP 24f8a831-42f2-48fd-a132-59ff01c3f637 disassociated. External IP: 10.96.250.220, port: c70feeee-978b-4b13-8e43-76bf979dff0d. [pid: 7|app: 0|req: 771/1543] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:47:14 2026] PUT /v2.0/floatingips/24f8a831-42f2-48fd-a132-59ff01c3f637 => generated 552 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:14.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-79b5ff20-cbc3-4a96-bb59-d6217ce638f4 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: 02dd332f-e3aa-40c7-ae81-57135a0dd7bc 2026-04-02 04:47:14.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79b5ff20-cbc3-4a96-bb59-d6217ce638f4 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: 02dd332f-e3aa-40c7-ae81-57135a0dd7bc [pid: 7|app: 0|req: 772/1544] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:47:14 2026] DELETE /v2.0/floatingips/24f8a831-42f2-48fd-a132-59ff01c3f637 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:14.836 7 INFO neutron.api.v2.resource [None req-4233ec48-a805-4ddb-a0a6-71533cb161ea ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1545] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:47:14 2026] DELETE /v2.0/floatingips/24f8a831-42f2-48fd-a132-59ff01c3f637 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:47:14.849 8 INFO neutron.db.segments_db [None req-834575f4-5c67-4164-bc01-e966ce63fc42 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Added segment 10835e1e-5136-4bba-8cdb-1d38686b95b1 of type vxlan for network 9d57ce6b-69a5-45d8-9200-b40a847dc051 [pid: 8|app: 0|req: 773/1546] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:47:14 2026] POST /v2.0/networks => generated 613 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:14.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbdb030d-4244-4f91-ad76-bcf2b8818477 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: c70feeee-978b-4b13-8e43-76bf979dff0d 2026-04-02 04:47:14.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbdb030d-4244-4f91-ad76-bcf2b8818477 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: c70feeee-978b-4b13-8e43-76bf979dff0d 2026-04-02 04:47:15.042 8 INFO neutron.db.segments_db [None req-ebd01822-ad3b-4e9b-bb2b-6d5227cc9197 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Added segment 0d5ea675-f033-4281-908a-28f56cf75d46 of type vxlan for network 52ca4379-f51c-47ff-ae53-80a87793b53e [pid: 7|app: 0|req: 774/1547] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:14 2026] DELETE /v2.0/ports/c70feeee-978b-4b13-8e43-76bf979dff0d => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:15.301 8 INFO neutron.db.l3_hamode_db [None req-ebd01822-ad3b-4e9b-bb2b-6d5227cc9197 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 775/1548] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:15 2026] GET /v2.0/security-groups?tenant_id=78e635b0fb9540a5a4e01307f12d23ae&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:15.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-141af751-4fe9-495e-ac74-a515a3976873 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: 1c4230af-f22e-4de1-9b66-7fe3ba3f3c1d 2026-04-02 04:47:15.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-141af751-4fe9-495e-ac74-a515a3976873 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: 1c4230af-f22e-4de1-9b66-7fe3ba3f3c1d [pid: 7|app: 0|req: 776/1549] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:15 2026] DELETE /v2.0/ports/1c4230af-f22e-4de1-9b66-7fe3ba3f3c1d => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1550] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:15 2026] DELETE /v2.0/security-groups/d26dda8f-7fe3-426b-a21a-195aa9d8e24f => 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: 778/1551] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:15 2026] GET /v2.0/ports?device_id=af9bd1a1-cccc-4219-9b73-e8070f4189cb => generated 958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:16.032 8 INFO neutron.db.l3_hamode_db [None req-ebd01822-ad3b-4e9b-bb2b-6d5227cc9197 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:47:16.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-86ced506-1107-4d6d-bac7-b5edfc2cbd96 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: c1e2fe1d-e062-448f-86dc-92662d8133a3 2026-04-02 04:47:16.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86ced506-1107-4d6d-bac7-b5edfc2cbd96 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: c1e2fe1d-e062-448f-86dc-92662d8133a3 [pid: 7|app: 0|req: 779/1552] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:47:15 2026] PUT /v2.0/routers/af9bd1a1-cccc-4219-9b73-e8070f4189cb/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1553] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:16 2026] GET /v2.0/security-groups?tenant_id=1da774a5b9fe454cbe8c38c61c7c551f&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1554] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:14 2026] POST /v2.0/routers => generated 693 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1555] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:16 2026] DELETE /v2.0/security-groups/28074b00-82f3-4425-96ab-fe52559f6d84 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:17.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-85123913-5938-407f-b5f2-39fc21ec9b66 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: eeb5a687-50c3-43f9-9e6c-50fc86f458dd 2026-04-02 04:47:17.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85123913-5938-407f-b5f2-39fc21ec9b66 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: eeb5a687-50c3-43f9-9e6c-50fc86f458dd [pid: 8|app: 0|req: 776/1556] 10.0.0.155 () {32 vars in 776 bytes} [Thu Apr 2 04:47:17 2026] GET /v2.0/subnets?project_id=598bdef4a35743f8b42579e0df833b13&cidr=10.100.0.0%2F28 => generated 14 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1557] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:47:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1558] 10.0.0.155 () {32 vars in 784 bytes} [Thu Apr 2 04:47:17 2026] GET /v2.0/subnets?network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:17.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-85123913-5938-407f-b5f2-39fc21ec9b66 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] TaaS: Handle Delete Port: 4f43ca68-59a9-4946-892a-c98600295f11 2026-04-02 04:47:17.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85123913-5938-407f-b5f2-39fc21ec9b66 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] Tap Mirror: Handle Delete Port: 4f43ca68-59a9-4946-892a-c98600295f11 [pid: 8|app: 0|req: 779/1559] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:17 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-04-02 04:47:17.676 7 INFO neutron.services.segments.plugin [-] Segment de55612e-6cb0-4cf0-bce7-1f2e6847f411 resource provider aggregate not found 2026-04-02 04:47:17.681 7 INFO neutron.services.segments.plugin [-] Segment de55612e-6cb0-4cf0-bce7-1f2e6847f411 resource provider aggregate not found 2026-04-02 04:47:17.697 7 INFO neutron.services.segments.plugin [-] Segment de55612e-6cb0-4cf0-bce7-1f2e6847f411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de55612e-6cb0-4cf0-bce7-1f2e6847f411 found for delete ", "request_id": "req-dd24dbbf-9c8b-4b3a-9073-1af1ea4ea750"}]} 2026-04-02 04:47:17.703 7 INFO neutron.services.segments.plugin [-] Segment de55612e-6cb0-4cf0-bce7-1f2e6847f411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de55612e-6cb0-4cf0-bce7-1f2e6847f411 found for delete ", "request_id": "req-113baa8b-14e0-4386-a159-6ca2143e7fa0"}]} 2026-04-02 04:47:17.716 7 INFO neutron.db.l3_hamode_db [None req-85123913-5938-407f-b5f2-39fc21ec9b66 ca493aaa638143968db083a9173b9e11 999f0eb4b9d44c42adeb628b865e5a5d - - default default] HA network 245ffcae-2082-400e-b225-7435c9d78517 was deleted as no HA routers are present in tenant 999f0eb4b9d44c42adeb628b865e5a5d. [pid: 7|app: 0|req: 781/1560] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:16 2026] DELETE /v2.0/routers/af9bd1a1-cccc-4219-9b73-e8070f4189cb => generated 0 bytes in 789 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:17.981 7 INFO neutron.db.segments_db [None req-6791534e-6557-45f7-acb8-7361f834f88a 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 73442c00-7403-408b-84fe-53d4f886a443 of type vxlan for network 55ad3440-c6b2-4d4b-8d59-f15f95742449 [pid: 7|app: 0|req: 782/1561] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:47:17 2026] POST /v2.0/networks => generated 721 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1562] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:18 2026] DELETE /v2.0/subnets/f4ae4333-49f6-405f-98b3-ba347af47ccf => 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: 784/1563] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:18 2026] POST /v2.0/subnets => generated 687 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1564] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:18 2026] DELETE /v2.0/networks/6c294679-8abd-4645-8450-2eec9641a3a9 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:18.535 7 INFO neutron.db.segments_db [None req-907973e8-241a-4a13-8376-e029a4be7b9c 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 of type vxlan for network 6d5bea7d-f565-47ae-9589-9e4ae3d34874 [pid: 8|app: 0|req: 780/1565] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:17 2026] PUT /v2.0/routers/fa0a8bd3-1b86-441b-9ec5-7ecda7314763/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:18.780 7 INFO neutron.db.l3_hamode_db [None req-907973e8-241a-4a13-8376-e029a4be7b9c 2f7b55ca292c4c04a11c9d8c0d1ea243 b888fc45877b46b2b70aa6808a2469e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 781/1566] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:47:18 2026] GET /v2.0/networks => generated 5054 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1567] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:47:18 2026] GET /v2.0/subnets => generated 3893 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1568] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:47:18 2026] GET /v2.0/routers => generated 1272 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1569] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:18 2026] GET /v2.0/security-groups?tenant_id=999f0eb4b9d44c42adeb628b865e5a5d&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1570] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:47:19 2026] POST /v2.0/security-groups => generated 1673 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1571] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:19 2026] DELETE /v2.0/security-groups/1a4f53f2-b0c7-486d-aa91-c6069dee5f3b => 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: 787/1572] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:19.597 7 INFO neutron.db.l3_hamode_db [None req-907973e8-241a-4a13-8376-e029a4be7b9c 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1573] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:19.730 7 INFO neutron.services.segments.plugin [-] Segment 754cb7bb-9181-4204-9223-269fc6bc0667 resource provider aggregate not found 2026-04-02 04:47:19.736 7 INFO neutron.services.segments.plugin [-] Segment 754cb7bb-9181-4204-9223-269fc6bc0667 resource provider aggregate not found 2026-04-02 04:47:19.751 7 INFO neutron.services.segments.plugin [-] Segment 754cb7bb-9181-4204-9223-269fc6bc0667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 754cb7bb-9181-4204-9223-269fc6bc0667 found for delete ", "request_id": "req-de4ce0a4-5000-4a26-a000-530416582816"}]} 2026-04-02 04:47:19.761 7 INFO neutron.services.segments.plugin [-] Segment 754cb7bb-9181-4204-9223-269fc6bc0667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 754cb7bb-9181-4204-9223-269fc6bc0667 found for delete ", "request_id": "req-e90683ea-376c-48f8-94a4-2dd42d9e4578"}]} [pid: 8|app: 0|req: 789/1574] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1575] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:19.950 8 INFO neutron.db.securitygroups_db [None req-3ceec184-be5a-48d6-b813-96a00f26766e ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Project 598bdef4a35743f8b42579e0df833b13 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: 791/1576] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:20.072 8 INFO neutron.db.securitygroups_db [None req-da23515e-b907-4544-bb1c-c0fd5deece58 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Project 598bdef4a35743f8b42579e0df833b13 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: 792/1577] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1578] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:18 2026] POST /v2.0/routers => generated 727 bytes in 2038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1579] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:47:20 2026] GET /v2.0/networks => generated 1297 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1580] 10.0.0.49 () {34 vars in 1097 bytes} [Thu Apr 2 04:47:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-937838366&fields=id&tenant_id=598bdef4a35743f8b42579e0df833b13 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1581] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:47:20 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1582] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:47:20 2026] GET /v2.0/quotas/598bdef4a35743f8b42579e0df833b13 => 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: 797/1583] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:47:20 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&fields=id => generated 103 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1584] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:47:20 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 799/1585] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:47:21 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1586] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:21 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:21.479 8 INFO neutron.db.segments_db [None req-e342caed-12e8-46ba-bb93-3316d2871fc9 46027c24135e409e932715a978538f62 19f1b55ba1eb4074820ddccf8c3c8607 - - default default] Added segment b0372972-f4c6-43cf-965d-0f56b9c64fea of type vxlan for network 927e84f7-e264-4e0d-a4e5-0598ad639fda [pid: 8|app: 0|req: 801/1587] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:21 2026] POST /v2.0/networks => generated 613 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:21.761 8 INFO neutron.db.segments_db [None req-608e69b8-71df-4066-83fe-d0bd87afc1c3 c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Added segment ec650fe8-9a30-457a-9b8c-67c72cf31504 of type vxlan for network 0b2fbb94-985b-4431-b9b0-de0ecac8c9b9 [pid: 7|app: 0|req: 787/1588] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:20 2026] PUT /v2.0/routers/36ff785b-01d7-41a4-8166-dbc33679d1a2/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:21.814 8 INFO neutron.db.segments_db [None req-608e69b8-71df-4066-83fe-d0bd87afc1c3 c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Added segment fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 of type vxlan for network f7011e17-95b0-4f5d-b57d-151c133ba5a1 2026-04-02 04:47:21.862 7 INFO neutron.db.segments_db [None req-0f43c7e5-e4f2-4f48-b6bb-62767b3ace04 46027c24135e409e932715a978538f62 19f1b55ba1eb4074820ddccf8c3c8607 - - default default] Added segment 62273768-15cf-4db7-9802-890970381a9a of type vxlan for network 81b70252-a9b1-498c-8280-09b60a5f62dc [pid: 8|app: 0|req: 802/1589] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:21 2026] POST /v2.0/networks => generated 1208 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1590] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:21 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1591] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:47:21 2026] GET /v2.0/networks => generated 1845 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:22.033 7 INFO neutron.db.segments_db [None req-92350455-4dbf-4f5a-b299-a7c145076463 46027c24135e409e932715a978538f62 19f1b55ba1eb4074820ddccf8c3c8607 - - default default] Added segment 1a284ff0-d658-49c9-869b-677b89d747e3 of type vxlan for network 73e28d14-e428-4f2d-a22f-60443bbd679b [pid: 7|app: 0|req: 789/1592] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:21 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:22.179 7 INFO neutron.db.segments_db [None req-f56206c1-32fe-4c33-bb1d-69a619ef7733 46027c24135e409e932715a978538f62 19f1b55ba1eb4074820ddccf8c3c8607 - - default default] Added segment 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 of type vxlan for network 6ccde957-38a6-4879-b1f2-29ddc9a35fd6 2026-04-02 04:47:22.191 8 INFO neutron.services.segments.plugin [-] Segment ec650fe8-9a30-457a-9b8c-67c72cf31504 resource provider aggregate not found 2026-04-02 04:47:22.195 8 INFO neutron.services.segments.plugin [-] Segment ec650fe8-9a30-457a-9b8c-67c72cf31504 resource provider aggregate not found 2026-04-02 04:47:22.214 8 INFO neutron.services.segments.plugin [-] Segment ec650fe8-9a30-457a-9b8c-67c72cf31504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec650fe8-9a30-457a-9b8c-67c72cf31504 found for delete ", "request_id": "req-04dbc2e1-9cb9-4222-b4e0-51b6fcff41d8"}]} 2026-04-02 04:47:22.221 8 INFO neutron.services.segments.plugin [-] Segment ec650fe8-9a30-457a-9b8c-67c72cf31504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec650fe8-9a30-457a-9b8c-67c72cf31504 found for delete ", "request_id": "req-e51af7de-111c-4ee8-87eb-894f8809ebac"}]} [pid: 8|app: 0|req: 804/1593] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:22 2026] DELETE /v2.0/networks/0b2fbb94-985b-4431-b9b0-de0ecac8c9b9 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1594] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:22 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:22.328 7 INFO neutron.db.segments_db [None req-22fa51d7-03be-4936-99f4-bd49e3fecf72 46027c24135e409e932715a978538f62 19f1b55ba1eb4074820ddccf8c3c8607 - - default default] Added segment bf979a9e-4d86-4c48-a075-c1f37d7787b2 of type vxlan for network 52893bc0-a6c2-414c-9ad6-0a94fcb3c43c [pid: 8|app: 0|req: 805/1595] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:22 2026] DELETE /v2.0/networks/f7011e17-95b0-4f5d-b57d-151c133ba5a1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1596] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => 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: 791/1597] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:22 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1598] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1599] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:47:22 2026] PUT /v2.0/networks/927e84f7-e264-4e0d-a4e5-0598ad639fda/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:22.505 8 INFO neutron.db.segments_db [None req-ddd1d58f-f4b5-4574-9e5f-66ef81a5e748 c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Added segment 38c854d6-0f03-4e37-bea4-8b517af0bcd2 of type vxlan for network c7c76cf9-9bc1-4cab-a36f-13c29b05cb70 [pid: 7|app: 0|req: 793/1600] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:47:22 2026] PUT /v2.0/networks/81b70252-a9b1-498c-8280-09b60a5f62dc/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1603] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:47:22 2026] PUT /v2.0/networks/73e28d14-e428-4f2d-a22f-60443bbd679b/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1604] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:22 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:22.655 8 INFO neutron.db.segments_db [None req-f3a8f9fd-7443-42d7-9d81-abcd2fa84992 c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Added segment c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 of type vxlan for network 882352f1-8dda-4f86-b3fc-386310f293ee [pid: 7|app: 0|req: 797/1605] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:47:22 2026] PUT /v2.0/networks/6ccde957-38a6-4879-b1f2-29ddc9a35fd6/tags => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1606] 10.0.0.155 () {32 vars in 666 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1607] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:22 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1608] 10.0.0.155 () {32 vars in 680 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1609] 10.0.0.155 () {32 vars in 676 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1610] 10.0.0.155 () {32 vars in 688 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1611] 10.0.0.155 () {32 vars in 674 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1612] 10.0.0.155 () {32 vars in 688 bytes} [Thu Apr 2 04:47:22 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1613] 10.0.0.155 () {32 vars in 684 bytes} [Thu Apr 2 04:47:23 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:23.276 7 INFO neutron.db.segments_db [None req-56597b6c-f5a7-463a-bac6-260c481e21ea 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 of type vxlan for network 18ed6146-dd46-4845-a161-8faaa719fe57 [pid: 7|app: 0|req: 805/1614] 10.0.0.155 () {34 vars in 671 bytes} [Thu Apr 2 04:47:23 2026] POST /v2.0/networks => generated 722 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1615] 10.0.0.155 () {32 vars in 696 bytes} [Thu Apr 2 04:47:23 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1616] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:22 2026] POST /v2.0/ports => generated 1505 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 811/1617] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:23 2026] DELETE /v2.0/networks/927e84f7-e264-4e0d-a4e5-0598ad639fda => 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: 812/1618] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:23 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => 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: 807/1619] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:23 2026] POST /v2.0/subnets => generated 688 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1620] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:47:23 2026] GET /v2.0/ports => generated 1505 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:23.659 8 INFO neutron.db.segments_db [None req-99807f77-3aa0-4717-9143-ef02e70e8e4e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Added segment 4aaf8bb7-b269-4900-a9da-6e0f7881275e of type vxlan for network 4b43a2fd-a57d-4a91-af41-b2477d4ef846 2026-04-02 04:47:23.710 7 INFO neutron.services.segments.plugin [-] Segment 62273768-15cf-4db7-9802-890970381a9a resource provider aggregate not found 2026-04-02 04:47:23.718 7 INFO neutron.services.segments.plugin [-] Segment 62273768-15cf-4db7-9802-890970381a9a resource provider aggregate not found 2026-04-02 04:47:23.732 7 INFO neutron.services.segments.plugin [-] Segment 62273768-15cf-4db7-9802-890970381a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62273768-15cf-4db7-9802-890970381a9a found for delete ", "request_id": "req-9f7e87d9-6f10-4b12-a6de-77dd720ccc4b"}]} 2026-04-02 04:47:23.737 7 INFO neutron.services.segments.plugin [-] Segment 62273768-15cf-4db7-9802-890970381a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62273768-15cf-4db7-9802-890970381a9a found for delete ", "request_id": "req-21b2d3c8-2e17-4c28-9426-16ab3e9dfc8c"}]} [pid: 7|app: 0|req: 808/1621] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:23 2026] DELETE /v2.0/networks/81b70252-a9b1-498c-8280-09b60a5f62dc => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:23.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ed3a1cc-4951-4049-af35-06436834db0e c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] TaaS: Handle Delete Port: de450dca-99a5-40d9-b88e-09ec04a9991a 2026-04-02 04:47:23.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ed3a1cc-4951-4049-af35-06436834db0e c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Tap Mirror: Handle Delete Port: de450dca-99a5-40d9-b88e-09ec04a9991a 2026-04-02 04:47:23.884 8 INFO neutron.db.l3_hamode_db [None req-99807f77-3aa0-4717-9143-ef02e70e8e4e 2f7b55ca292c4c04a11c9d8c0d1ea243 a212391d759a4d829814be957619a75f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 809/1622] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:23 2026] DELETE /v2.0/ports/de450dca-99a5-40d9-b88e-09ec04a9991a => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1623] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:23 2026] DELETE /v2.0/networks/73e28d14-e428-4f2d-a22f-60443bbd679b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:24.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-282e11f7-9a38-45e8-9ccf-448d3801fb0f c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] TaaS: Handle Delete Port: 53aec736-b661-4012-b715-3fdbf6d10f93 2026-04-02 04:47:24.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-282e11f7-9a38-45e8-9ccf-448d3801fb0f c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Tap Mirror: Handle Delete Port: 53aec736-b661-4012-b715-3fdbf6d10f93 2026-04-02 04:47:24.243 8 INFO neutron.services.segments.plugin [-] Segment fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 resource provider aggregate not found 2026-04-02 04:47:24.249 8 INFO neutron.services.segments.plugin [-] Segment fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 resource provider aggregate not found 2026-04-02 04:47:24.269 8 INFO neutron.services.segments.plugin [-] Segment fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 found for delete ", "request_id": "req-d3398213-fdb1-4407-8964-6b7a898c1edc"}]} 2026-04-02 04:47:24.279 8 INFO neutron.services.segments.plugin [-] Segment fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbffe0e6-9f4f-4fe7-bdd0-17e3dd3662f6 found for delete ", "request_id": "req-b42355b1-220e-4250-bb1e-f17d035bc431"}]} [pid: 7|app: 0|req: 811/1624] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:24 2026] DELETE /v2.0/ports/53aec736-b661-4012-b715-3fdbf6d10f93 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:24.292 8 INFO neutron.services.segments.plugin [-] Segment b0372972-f4c6-43cf-965d-0f56b9c64fea resource provider aggregate not found 2026-04-02 04:47:24.298 8 INFO neutron.services.segments.plugin [-] Segment b0372972-f4c6-43cf-965d-0f56b9c64fea resource provider aggregate not found 2026-04-02 04:47:24.315 8 INFO neutron.services.segments.plugin [-] Segment b0372972-f4c6-43cf-965d-0f56b9c64fea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0372972-f4c6-43cf-965d-0f56b9c64fea found for delete ", "request_id": "req-9d693004-c794-43f3-88f9-cb7b3edd8f4d"}]} 2026-04-02 04:47:24.317 8 INFO neutron.services.segments.plugin [-] Segment b0372972-f4c6-43cf-965d-0f56b9c64fea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0372972-f4c6-43cf-965d-0f56b9c64fea found for delete ", "request_id": "req-7a94d6f8-dea2-4547-bfd5-b94fefc42b96"}]} [pid: 7|app: 0|req: 812/1625] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:24 2026] DELETE /v2.0/networks/6ccde957-38a6-4879-b1f2-29ddc9a35fd6 => 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: 813/1626] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:47:24 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1627] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:24 2026] DELETE /v2.0/networks/52893bc0-a6c2-414c-9ad6-0a94fcb3c43c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:24.559 7 INFO neutron.db.segments_db [None req-9f83edb5-4986-48f9-ad62-2d7b9165d28f c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Added segment a7375e89-503b-4d29-9b45-21bb83e8e419 of type vxlan for network 6c65e74f-02bb-4d26-96e6-91c4d6886319 [pid: 7|app: 0|req: 815/1628] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:24 2026] POST /v2.0/networks => generated 630 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:24.698 7 INFO neutron.db.segments_db [None req-d5d17758-2603-4d5e-ad2d-24957cd71a28 c3675128f9b6448a9edf00aa19064770 2fe472b16cbf492ebf81697d5bc1fb0a - - default default] Added segment 3570fdcb-812e-4896-9cdd-8157f065c8a5 of type vxlan for network a1d231c2-2b01-4879-b75f-604c7b67d78f 2026-04-02 04:47:24.703 8 INFO neutron.db.l3_hamode_db [None req-99807f77-3aa0-4717-9143-ef02e70e8e4e 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 816/1629] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:24 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1630] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:24 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => 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: 818/1631] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:24 2026] POST /v2.0/subnets => generated 1272 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1632] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:47:25 2026] GET /v2.0/subnets => generated 1908 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1633] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:23 2026] POST /v2.0/routers => generated 728 bytes in 1809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1634] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:25 2026] DELETE /v2.0/subnets/655424f3-97d5-4d65-9d57-4ca0130dcbdf => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:25.761 7 INFO neutron.services.segments.plugin [-] Segment 1a284ff0-d658-49c9-869b-677b89d747e3 resource provider aggregate not found 2026-04-02 04:47:25.763 7 INFO neutron.services.segments.plugin [-] Segment 1a284ff0-d658-49c9-869b-677b89d747e3 resource provider aggregate not found 2026-04-02 04:47:25.780 7 INFO neutron.services.segments.plugin [-] Segment 1a284ff0-d658-49c9-869b-677b89d747e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a284ff0-d658-49c9-869b-677b89d747e3 found for delete ", "request_id": "req-4cde8e2b-7e69-4123-94bb-480eb1fa2a9a"}]} 2026-04-02 04:47:25.790 7 INFO neutron.services.segments.plugin [-] Segment 1a284ff0-d658-49c9-869b-677b89d747e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a284ff0-d658-49c9-869b-677b89d747e3 found for delete ", "request_id": "req-f7a99b5b-d821-451a-b1bf-f4f7ee1cb5d5"}]} 2026-04-02 04:47:25.810 7 INFO neutron.services.segments.plugin [-] Segment 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 resource provider aggregate not found 2026-04-02 04:47:25.814 7 INFO neutron.services.segments.plugin [-] Segment 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 resource provider aggregate not found 2026-04-02 04:47:25.829 7 INFO neutron.services.segments.plugin [-] Segment 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 found for delete ", "request_id": "req-19747a58-426b-4857-8a9c-fc60abeb910f"}]} 2026-04-02 04:47:25.844 7 INFO neutron.services.segments.plugin [-] Segment bf979a9e-4d86-4c48-a075-c1f37d7787b2 resource provider aggregate not found 2026-04-02 04:47:25.847 7 INFO neutron.services.segments.plugin [-] Segment 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aeecdc6-9cab-4b77-9e5b-6dda9323ce01 found for delete ", "request_id": "req-da98f032-2455-456d-bcd4-3d6a26b8ac6e"}]} 2026-04-02 04:47:25.866 7 INFO neutron.services.segments.plugin [-] Segment bf979a9e-4d86-4c48-a075-c1f37d7787b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf979a9e-4d86-4c48-a075-c1f37d7787b2 found for delete ", "request_id": "req-8cdef2a8-1351-4f91-8bfc-d99df7b26361"}]} 2026-04-02 04:47:25.871 7 INFO neutron.services.segments.plugin [-] Segment bf979a9e-4d86-4c48-a075-c1f37d7787b2 resource provider aggregate not found 2026-04-02 04:47:25.898 7 INFO neutron.services.segments.plugin [-] Segment bf979a9e-4d86-4c48-a075-c1f37d7787b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf979a9e-4d86-4c48-a075-c1f37d7787b2 found for delete ", "request_id": "req-2a2f4976-ec14-4394-adb5-c79229cfefb3"}]} [pid: 7|app: 0|req: 821/1635] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:25 2026] GET /v2.0/security-groups?tenant_id=4b84dbf52a614dd0b5bbc4981e5504b3&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1636] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:47:25 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 660 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1637] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:25 2026] DELETE /v2.0/subnets/135e262e-32a5-4b86-9119-cff27495c923 => 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: 824/1638] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:26 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => 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: 825/1639] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:26 2026] DELETE /v2.0/security-groups/c9a72037-62ba-4970-ae40-afa4d40a3249 => 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: 826/1640] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:47:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=598bdef4a35743f8b42579e0df833b13 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1641] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:47:26 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1642] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:25 2026] PUT /v2.0/routers/742d4dd0-afcb-4eed-a59a-182e96a0ccb0/add_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:26.539 8 INFO neutron.services.segments.plugin [-] Segment 3570fdcb-812e-4896-9cdd-8157f065c8a5 resource provider aggregate not found 2026-04-02 04:47:26.550 8 INFO neutron.services.segments.plugin [-] Segment 3570fdcb-812e-4896-9cdd-8157f065c8a5 resource provider aggregate not found 2026-04-02 04:47:26.566 8 INFO neutron.services.segments.plugin [-] Segment 3570fdcb-812e-4896-9cdd-8157f065c8a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3570fdcb-812e-4896-9cdd-8157f065c8a5 found for delete ", "request_id": "req-6501bfd2-0b47-4809-8d9f-0a3d3985d64f"}]} 2026-04-02 04:47:26.570 8 INFO neutron.services.segments.plugin [-] Segment 3570fdcb-812e-4896-9cdd-8157f065c8a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3570fdcb-812e-4896-9cdd-8157f065c8a5 found for delete ", "request_id": "req-dd7407bd-b7e1-4a31-a18e-95f810513017"}]} [pid: 8|app: 0|req: 816/1643] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:26 2026] DELETE /v2.0/networks/a1d231c2-2b01-4879-b75f-604c7b67d78f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1644] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:47:26 2026] POST /v2.0/ports => generated 958 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 817/1645] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:26 2026] GET /v2.0/security-groups?tenant_id=19f1b55ba1eb4074820ddccf8c3c8607&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1646] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:26 2026] DELETE /v2.0/networks/6c65e74f-02bb-4d26-96e6-91c4d6886319 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1647] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:26 2026] DELETE /v2.0/security-groups/b4341d72-38aa-4317-819e-0f2847e7febf => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1648] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:26 2026] DELETE /v2.0/networks/882352f1-8dda-4f86-b3fc-386310f293ee => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1649] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:47:26 2026] PUT /v2.0/ports/f15d5c16-4821-422b-897c-87417f6749d5 => generated 1239 bytes in 384 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-04-02 04:47:27.029 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba690fcd-fc2b-4b28-a750-0bb975d11dca'] response: {'name': 'network-changed', 'server_uuid': 'ed9c0e9a-a19b-4244-842b-2863c5cfd48a', 'tag': 'f15d5c16-4821-422b-897c-87417f6749d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 832/1650] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:26 2026] DELETE /v2.0/networks/c7c76cf9-9bc1-4cab-a36f-13c29b05cb70 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1651] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:26 2026] GET /v2.0/security-groups?tenant_id=bf85402fdea34f05b66776c95a41a4b2&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1652] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:27 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1653] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:27 2026] DELETE /v2.0/security-groups/8966806b-5f7d-465d-ac61-30d552f9241f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1654] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:27 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1655] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:47:27 2026] POST /v2.0/security-groups => generated 1675 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1656] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1657] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:47:27 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1658] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1659] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:27 2026] GET /v2.0/security-groups?tenant_id=2fe472b16cbf492ebf81697d5bc1fb0a&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: 823/1660] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:47:27 2026] GET /v2.0/networks?tenant_id=598bdef4a35743f8b42579e0df833b13&shared=False => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1661] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1662] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:27 2026] DELETE /v2.0/security-groups/63475d0a-1bcd-44e7-b27b-6592d7657397 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:27.889 7 INFO neutron.services.segments.plugin [-] Segment a7375e89-503b-4d29-9b45-21bb83e8e419 resource provider aggregate not found 2026-04-02 04:47:27.912 7 INFO neutron.services.segments.plugin [-] Segment a7375e89-503b-4d29-9b45-21bb83e8e419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7375e89-503b-4d29-9b45-21bb83e8e419 found for delete ", "request_id": "req-27325383-30d7-4186-804c-b311075c07d3"}]} [pid: 7|app: 0|req: 839/1663] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:47:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:27.927 7 INFO neutron.services.segments.plugin [-] Segment c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 resource provider aggregate not found 2026-04-02 04:47:27.935 7 INFO neutron.services.segments.plugin [-] Segment a7375e89-503b-4d29-9b45-21bb83e8e419 resource provider aggregate not found 2026-04-02 04:47:27.943 7 INFO neutron.services.segments.plugin [-] Segment c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 found for delete ", "request_id": "req-6441e48f-4022-4bbc-b632-b573a95470a6"}]} 2026-04-02 04:47:27.960 7 INFO neutron.services.segments.plugin [-] Segment 38c854d6-0f03-4e37-bea4-8b517af0bcd2 resource provider aggregate not found 2026-04-02 04:47:27.965 7 INFO neutron.services.segments.plugin [-] Segment a7375e89-503b-4d29-9b45-21bb83e8e419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7375e89-503b-4d29-9b45-21bb83e8e419 found for delete ", "request_id": "req-e147b6f0-2728-4799-b203-f880dcea4162"}]} 2026-04-02 04:47:27.985 7 INFO neutron.services.segments.plugin [-] Segment 38c854d6-0f03-4e37-bea4-8b517af0bcd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38c854d6-0f03-4e37-bea4-8b517af0bcd2 found for delete ", "request_id": "req-92c9e181-571e-4480-a853-093f73376ad9"}]} 2026-04-02 04:47:27.994 7 INFO neutron.services.segments.plugin [-] Segment c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 resource provider aggregate not found 2026-04-02 04:47:28.010 7 INFO neutron.services.segments.plugin [-] Segment c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9ff4073-6eff-4a8a-94c2-50d2fcc919d2 found for delete ", "request_id": "req-201ba21e-8947-4a6a-92ec-2dfe63489532"}]} 2026-04-02 04:47:28.027 7 INFO neutron.services.segments.plugin [-] Segment 38c854d6-0f03-4e37-bea4-8b517af0bcd2 resource provider aggregate not found [pid: 8|app: 0|req: 825/1664] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:28.048 7 INFO neutron.services.segments.plugin [-] Segment 38c854d6-0f03-4e37-bea4-8b517af0bcd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38c854d6-0f03-4e37-bea4-8b517af0bcd2 found for delete ", "request_id": "req-02e8f8fe-a411-4868-8ce9-fae47bd2db01"}]} 2026-04-02 04:47:28.082 7 INFO neutron.db.securitygroups_db [None req-d190a6f8-9bf0-428c-ae5e-00099e35b2bf 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] Project b888fc45877b46b2b70aa6808a2469e7 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: 840/1665] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:28.215 8 INFO neutron.db.securitygroups_db [None req-108d7b05-e966-4b35-8f7e-e2a3e9c30c4d 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] Project b888fc45877b46b2b70aa6808a2469e7 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: 826/1666] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1667] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:28 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1668] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:28 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&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: 842/1669] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:47:28 2026] POST /v2.0/security-groups => generated 1658 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1670] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1671] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:47:28 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1672] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:47:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f15d5c16-4821-422b-897c-87417f6749d5 => 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: 845/1673] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/subnets?id=ef9e815b-3548-44d5-83ca-be5abf64d0df => 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: 829/1674] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:47:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1675] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/ports?network_id=9d57ce6b-69a5-45d8-9200-b40a847dc051&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1676] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1677] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1678] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:47:29 2026] POST /v2.0/floatingips => generated 552 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1679] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1680] 10.0.0.49 () {34 vars in 1095 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--84283506&fields=id&tenant_id=b888fc45877b46b2b70aa6808a2469e7 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1681] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1682] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2065102650&fields=id&tenant_id=b888fc45877b46b2b70aa6808a2469e7 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1683] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/networks?id=55ad3440-c6b2-4d4b-8d59-f15f95742449 => 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: 853/1684] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/quotas/b888fc45877b46b2b70aa6808a2469e7 => 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: 854/1685] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/ports?tenant_id=b888fc45877b46b2b70aa6808a2469e7&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1686] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1687] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:47:29 2026] GET /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:29.991 8 INFO neutron.db.segments_db [None req-ca3e7b3e-c746-45fe-a089-9c256d5a4be1 cad22b1964204ee4bbc262d89b3355d8 37e660385a0d4356a45187905d3d5874 - - default default] Added segment b22bd3b7-40cd-40f9-96f4-0f0700ed0065 of type vxlan for network 148e1252-8e4b-4941-80ae-4a8eefdf1275 [pid: 7|app: 0|req: 857/1688] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:30 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 832/1689] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:29 2026] POST /v2.0/networks => generated 625 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1690] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:30 2026] POST /v2.0/subnets => generated 641 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:30.496 8 INFO neutron.db.segments_db [None req-4e9e7c1d-1ce6-471f-a33f-0bb3fdace3e8 cad22b1964204ee4bbc262d89b3355d8 37e660385a0d4356a45187905d3d5874 - - default default] Added segment b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 of type vxlan for network ba673936-c3a9-44cf-a46d-3680aa19eb19 [pid: 8|app: 0|req: 833/1691] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:30 2026] POST /v2.0/networks => generated 624 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1692] 10.0.0.155 () {34 vars in 743 bytes} [Thu Apr 2 04:47:30 2026] PUT /v2.0/networks/ba673936-c3a9-44cf-a46d-3680aa19eb19 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1693] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:30 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1694] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:30 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1695] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:30 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: 7|app: 0|req: 862/1696] 10.0.0.155 () {34 vars in 741 bytes} [Thu Apr 2 04:47:30 2026] PUT /v2.0/subnets/d7b6b236-4a14-4561-a764-0f3503dc1b28 => generated 636 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1697] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:31.342 8 INFO neutron.services.segments.plugin [-] Segment b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 resource provider aggregate not found 2026-04-02 04:47:31.349 8 INFO neutron.services.segments.plugin [-] Segment b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 resource provider aggregate not found 2026-04-02 04:47:31.358 8 INFO neutron.services.segments.plugin [-] Segment b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 found for delete ", "request_id": "req-af8594f7-edaf-49f1-a2b6-714b3e0f8be2"}]} 2026-04-02 04:47:31.363 8 INFO neutron.services.segments.plugin [-] Segment b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0949df7-2186-48c5-9a7a-5e6fb4bd2b00 found for delete ", "request_id": "req-fa113d21-3f5f-4a68-831d-fac18f868757"}]} [pid: 8|app: 0|req: 835/1698] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:31 2026] DELETE /v2.0/networks/ba673936-c3a9-44cf-a46d-3680aa19eb19 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:31.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-595f6a7b-aa47-45ae-bcea-a470a75e1d6f cad22b1964204ee4bbc262d89b3355d8 37e660385a0d4356a45187905d3d5874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1699] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:31 2026] DELETE /v2.0/networks/ba673936-c3a9-44cf-a46d-3680aa19eb19 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1700] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1701] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/subnets?network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1702] 10.0.0.155 () {32 vars in 653 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1703] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/networks => generated 1309 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1704] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1705] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/networks/148e1252-8e4b-4941-80ae-4a8eefdf1275 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1706] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/subnets/98042cf9-7c84-4f28-9b30-d18a1329cf8d => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:31.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-376c8edb-50e7-46f3-ab3c-67709f9885e5 cad22b1964204ee4bbc262d89b3355d8 37e660385a0d4356a45187905d3d5874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 870/1707] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:31 2026] DELETE /v2.0/subnets/d7b6b236-4a14-4561-a764-0f3503dc1b28 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:47:31.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb0e39f6-e109-4372-8a82-3228f8670042 cad22b1964204ee4bbc262d89b3355d8 37e660385a0d4356a45187905d3d5874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1708] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:31 2026] DELETE /v2.0/networks/ba673936-c3a9-44cf-a46d-3680aa19eb19 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1709] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:31 2026] DELETE /v2.0/subnets/98042cf9-7c84-4f28-9b30-d18a1329cf8d => 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: 873/1710] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:31 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:31.961 8 INFO neutron.db.segments_db [None req-99a93771-8a62-4fe0-8efb-6b3ca59aa7f1 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Added segment cb9720bf-f78a-4695-9d33-2837754f4cba of type vxlan for network 68c1357e-d2c1-4591-96f5-1ba91bf0e18a [pid: 8|app: 0|req: 838/1711] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:31 2026] POST /v2.0/networks => generated 613 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:32.073 7 INFO neutron.services.segments.plugin [-] Segment b22bd3b7-40cd-40f9-96f4-0f0700ed0065 resource provider aggregate not found 2026-04-02 04:47:32.080 7 INFO neutron.services.segments.plugin [-] Segment b22bd3b7-40cd-40f9-96f4-0f0700ed0065 resource provider aggregate not found [pid: 8|app: 0|req: 839/1712] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:32 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&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-04-02 04:47:32.100 7 INFO neutron.services.segments.plugin [-] Segment b22bd3b7-40cd-40f9-96f4-0f0700ed0065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b22bd3b7-40cd-40f9-96f4-0f0700ed0065 found for delete ", "request_id": "req-5791a167-f4b9-4a9b-805b-7949a21dc0ad"}]} 2026-04-02 04:47:32.115 7 INFO neutron.services.segments.plugin [-] Segment b22bd3b7-40cd-40f9-96f4-0f0700ed0065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b22bd3b7-40cd-40f9-96f4-0f0700ed0065 found for delete ", "request_id": "req-f0d076fb-95c9-4bfa-bc07-2ba4b3fca52a"}]} [pid: 7|app: 0|req: 874/1713] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:31 2026] DELETE /v2.0/networks/148e1252-8e4b-4941-80ae-4a8eefdf1275 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1714] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:32 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 840/1715] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:47:32 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:32.469 7 INFO neutron.db.segments_db [None req-7d1b8458-39ca-498c-8601-9ffdaaa06c79 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Added segment 5727ea80-b0c8-40a5-93bb-28b889831ff6 of type vxlan for network d100dbe5-c647-406c-a3de-6cbc359a5065 [pid: 7|app: 0|req: 876/1716] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:32 2026] POST /v2.0/networks => generated 613 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: 877/1717] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:32 2026] GET /v2.0/security-groups?tenant_id=37e660385a0d4356a45187905d3d5874&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1718] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:32 2026] DELETE /v2.0/security-groups/f60655b0-e750-49b1-8811-d97d6874d482 => 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: 841/1719] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:47:32 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:32.997 7 INFO neutron.db.segments_db [None req-88d36994-dcd2-42b8-a169-707330a71dbc e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Added segment 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 of type vxlan for network 256a6e25-6591-47b6-8735-754afa54c473 [pid: 7|app: 0|req: 879/1720] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:32 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 880/1721] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:33 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1722] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:33 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1723] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:33 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 842/1724] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:47:33 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:33.491 7 INFO neutron.db.segments_db [None req-2327071e-f79d-43e2-be60-08abef01f4c2 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Added segment 457446ab-d6df-497e-b4e7-ff57490ba28f of type vxlan for network 5561a982-588a-439c-ae6c-c906068453f9 [pid: 7|app: 0|req: 883/1725] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:33 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 843/1726] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:47:33 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:33.925 7 INFO neutron.db.segments_db [None req-ed3865d4-e2f7-48b3-a4b6-69c44f8eede6 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Added segment 7c03199e-2ace-4a8d-802f-878244732276 of type vxlan for network 53dc207a-6f99-4645-be8c-81f1042a1101 [pid: 7|app: 0|req: 884/1727] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:33 2026] POST /v2.0/networks => generated 613 bytes in 179 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: 885/1728] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/networks?id=55ad3440-c6b2-4d4b-8d59-f15f95742449 => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1729] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:47:34 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 886/1730] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1731] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b888fc45877b46b2b70aa6808a2469e7 => generated 272 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1732] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 887/1733] 10.0.0.155 () {34 vars in 747 bytes} [Thu Apr 2 04:47:34 2026] PUT /v2.0/ports/bc1ce562-421c-468b-957e-ee7dab2fefb1/tags => generated 17 bytes in 55 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: 847/1734] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1735] 10.0.0.155 () {34 vars in 747 bytes} [Thu Apr 2 04:47:34 2026] PUT /v2.0/ports/53f52915-b2eb-4f43-829c-827a8599b659/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 849/1736] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1737] 10.0.0.155 () {34 vars in 747 bytes} [Thu Apr 2 04:47:34 2026] PUT /v2.0/ports/12254b6c-74ca-445a-b0ef-7b19477b1510/tags => generated 34 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: 888/1738] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:47:34 2026] POST /v2.0/ports => generated 993 bytes in 417 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: 889/1739] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:47:34 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1740] 10.0.0.155 () {34 vars in 747 bytes} [Thu Apr 2 04:47:34 2026] PUT /v2.0/ports/3e25f109-7006-49f1-b896-f7d3322a7ad9/tags => generated 19 bytes in 55 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-04-02 04:47:35.050 8 INFO neutron.db.segments_db [None req-44cbdf87-3e7c-4826-bdcc-627f1b4f51b9 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Added segment 3667b831-29d9-4a84-a035-579c47960182 of type vxlan for network 907cb2b9-99a4-4b22-88d2-4881eb9c71ac [pid: 8|app: 0|req: 851/1741] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:34 2026] POST /v2.0/networks => generated 626 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1742] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:35 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1743] 10.0.0.155 () {32 vars in 660 bytes} [Thu Apr 2 04:47:35 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1744] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:47:34 2026] PUT /v2.0/ports/4da8faca-fe7e-462c-b7e9-871f69230a7e => generated 1274 bytes in 417 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-04-02 04:47:35.444 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01176761-706f-4392-b85a-c236f946129c'] response: {'name': 'network-changed', 'server_uuid': 'cff35817-4584-46b8-8037-d56231839afd', 'tag': '4da8faca-fe7e-462c-b7e9-871f69230a7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 854/1745] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:35 2026] POST /v2.0/ports => generated 774 bytes in 269 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: 855/1746] 10.0.0.155 () {32 vars in 674 bytes} [Thu Apr 2 04:47:35 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:35.619 8 INFO neutron.db.segments_db [None req-9325686b-b744-4975-874e-f2cf150f72f8 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Added segment 714f65fc-ab42-482c-90ee-5c50a03548ca of type vxlan for network c6cf7e89-8bae-41b0-a3eb-3719d9218744 [pid: 8|app: 0|req: 856/1747] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:35 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1748] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:35 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1749] 10.0.0.155 () {32 vars in 670 bytes} [Thu Apr 2 04:47:35 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:35.976 7 INFO neutron.db.l3_db [None req-bc91c160-faeb-4b4f-8c8f-f0d10a575183 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Floating IP 2ce85a3d-d732-4fa2-9792-0aa958f522ac associated. External IP: 10.96.250.202, port: f15d5c16-4821-422b-897c-87417f6749d5. [pid: 8|app: 0|req: 859/1750] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:35 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1751] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1752] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1753] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/ports?tenant_id=b888fc45877b46b2b70aa6808a2469e7&device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1277 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1754] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:47:35 2026] POST /v2.0/floatingips => generated 856 bytes in 900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1755] 10.0.0.155 () {32 vars in 668 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1756] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/networks?tenant_id=b888fc45877b46b2b70aa6808a2469e7&shared=False => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1757] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 856 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1758] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:36 2026] POST /v2.0/ports => generated 954 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 896/1759] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1760] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:36.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-0beeceb1-afc7-457b-8d09-5da754b3e43e 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] TaaS: Handle Delete Port: a4b47328-a048-49f2-bf1e-7beb0a5e37bb 2026-04-02 04:47:36.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0beeceb1-afc7-457b-8d09-5da754b3e43e 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Tap Mirror: Handle Delete Port: a4b47328-a048-49f2-bf1e-7beb0a5e37bb [pid: 7|app: 0|req: 897/1761] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:36 2026] DELETE /v2.0/ports/a4b47328-a048-49f2-bf1e-7beb0a5e37bb => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:36.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55a67396-c86c-47af-be27-c8a8554c15b5 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1762] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:36 2026] DELETE /v2.0/ports/a4b47328-a048-49f2-bf1e-7beb0a5e37bb => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:47:36.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-884efcef-fb3c-4d74-81d6-de074c667498 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1763] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/ports/a4b47328-a048-49f2-bf1e-7beb0a5e37bb => 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: 865/1764] 10.0.0.155 () {32 vars in 678 bytes} [Thu Apr 2 04:47:36 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1765] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:36 2026] DELETE /v2.0/subnets/355b1f57-356a-4996-b4f2-ade9d76e2f98 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1766] 10.0.0.155 () {32 vars in 690 bytes} [Thu Apr 2 04:47:37 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:37.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a1b5364-270b-49ce-84cd-4c32738840ec e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] TaaS: Handle Delete Port: bc1ce562-421c-468b-957e-ee7dab2fefb1 2026-04-02 04:47:37.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a1b5364-270b-49ce-84cd-4c32738840ec e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Tap Mirror: Handle Delete Port: bc1ce562-421c-468b-957e-ee7dab2fefb1 2026-04-02 04:47:37.235 7 INFO neutron.services.segments.plugin [-] Segment 714f65fc-ab42-482c-90ee-5c50a03548ca resource provider aggregate not found 2026-04-02 04:47:37.236 7 INFO neutron.services.segments.plugin [-] Segment 714f65fc-ab42-482c-90ee-5c50a03548ca resource provider aggregate not found 2026-04-02 04:47:37.253 7 INFO neutron.services.segments.plugin [-] Segment 714f65fc-ab42-482c-90ee-5c50a03548ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 714f65fc-ab42-482c-90ee-5c50a03548ca found for delete ", "request_id": "req-f81372eb-063d-43e2-9dec-af9a5d0d9ef7"}]} 2026-04-02 04:47:37.256 7 INFO neutron.services.segments.plugin [-] Segment 714f65fc-ab42-482c-90ee-5c50a03548ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 714f65fc-ab42-482c-90ee-5c50a03548ca found for delete ", "request_id": "req-578c726a-54b7-4a7c-a9cb-0024693fbd09"}]} [pid: 7|app: 0|req: 901/1767] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:37 2026] DELETE /v2.0/networks/c6cf7e89-8bae-41b0-a3eb-3719d9218744 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1768] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:37 2026] DELETE /v2.0/ports/bc1ce562-421c-468b-957e-ee7dab2fefb1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:37.339 8 INFO neutron.db.segments_db [None req-e1479a5f-f504-4cb0-be4f-4da6f83ed787 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Added segment 151ddbe8-2959-408b-86ce-04b588f38ce2 of type vxlan for network 06bb821e-b94b-47f6-8762-1c384c81c771 [pid: 8|app: 0|req: 868/1769] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:37 2026] POST /v2.0/networks => generated 612 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:37.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-000fd073-ce65-405f-8014-70d5e3ae6862 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] TaaS: Handle Delete Port: 53f52915-b2eb-4f43-829c-827a8599b659 2026-04-02 04:47:37.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-000fd073-ce65-405f-8014-70d5e3ae6862 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Tap Mirror: Handle Delete Port: 53f52915-b2eb-4f43-829c-827a8599b659 [pid: 8|app: 0|req: 869/1770] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:37 2026] DELETE /v2.0/ports/53f52915-b2eb-4f43-829c-827a8599b659 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1771] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:37 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1008 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:37.732 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d34ecebd-db03-4fd6-82bb-99c218209f77'] response: {'name': 'network-changed', 'server_uuid': 'ed9c0e9a-a19b-4244-842b-2863c5cfd48a', 'tag': 'f15d5c16-4821-422b-897c-87417f6749d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 903/1772] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:37 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 856 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1775] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:37 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:37.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-87a431bc-2327-41c2-88d3-fdcfe15d6633 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] TaaS: Handle Delete Port: 12254b6c-74ca-445a-b0ef-7b19477b1510 2026-04-02 04:47:37.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87a431bc-2327-41c2-88d3-fdcfe15d6633 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Tap Mirror: Handle Delete Port: 12254b6c-74ca-445a-b0ef-7b19477b1510 [pid: 8|app: 0|req: 871/1776] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:47:37 2026] GET /v2.0/ports?tenant_id=b888fc45877b46b2b70aa6808a2469e7&device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1777] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:37 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1778] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:37 2026] DELETE /v2.0/ports/12254b6c-74ca-445a-b0ef-7b19477b1510 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1779] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:47:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4da8faca-fe7e-462c-b7e9-871f69230a7e => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:37.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b28208f-f3fe-4789-bb37-cc5a39837639 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] TaaS: Handle Delete Port: 3e25f109-7006-49f1-b896-f7d3322a7ad9 2026-04-02 04:47:37.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b28208f-f3fe-4789-bb37-cc5a39837639 e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Tap Mirror: Handle Delete Port: 3e25f109-7006-49f1-b896-f7d3322a7ad9 [pid: 7|app: 0|req: 908/1780] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:37 2026] DELETE /v2.0/ports/3e25f109-7006-49f1-b896-f7d3322a7ad9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1781] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/subnets?id=bd807efa-3bf8-4fdc-adbf-3725dc97904e => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:38.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-faba90bd-5870-435b-b6a6-4fc7c585ef7c e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] TaaS: Handle Delete Port: 1902bfc8-b703-48ca-8252-691612fb5287 2026-04-02 04:47:38.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faba90bd-5870-435b-b6a6-4fc7c585ef7c e1ee5b9167824707bc07451ce99dffa0 8c98184be65d4d93a75a91721986291e - - default default] Tap Mirror: Handle Delete Port: 1902bfc8-b703-48ca-8252-691612fb5287 [pid: 8|app: 0|req: 873/1782] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:37 2026] POST /v2.0/ports => generated 915 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1783] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/ports?network_id=55ad3440-c6b2-4d4b-8d59-f15f95742449&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1784] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/ports/1902bfc8-b703-48ca-8252-691612fb5287 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1785] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:38.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-197a2285-f4ad-4c9d-a067-c1706ba0347c 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] TaaS: Handle Delete Port: 54d3295f-1bb1-4b24-b2da-29fe83d899f0 2026-04-02 04:47:38.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-197a2285-f4ad-4c9d-a067-c1706ba0347c 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Tap Mirror: Handle Delete Port: 54d3295f-1bb1-4b24-b2da-29fe83d899f0 [pid: 7|app: 0|req: 912/1786] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449?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: 875/1787] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/ports/54d3295f-1bb1-4b24-b2da-29fe83d899f0 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1788] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/networks/68c1357e-d2c1-4591-96f5-1ba91bf0e18a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1789] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1790] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:38.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21c61f14-cc3a-4303-911d-1cadb1184403 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1791] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/ports/54d3295f-1bb1-4b24-b2da-29fe83d899f0 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1792] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f15d5c16-4821-422b-897c-87417f6749d5 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1793] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/networks/d100dbe5-c647-406c-a3de-6cbc359a5065 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1794] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/subnets?id=ef9e815b-3548-44d5-83ca-be5abf64d0df => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1795] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/subnets/890abef3-e7d2-49a8-b247-ee4845cd53d3 => 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: 880/1796] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/ports?network_id=9d57ce6b-69a5-45d8-9200-b40a847dc051&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1797] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/networks/256a6e25-6591-47b6-8735-754afa54c473 => 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: 918/1798] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:38.807 8 INFO neutron.services.segments.plugin [-] Segment 151ddbe8-2959-408b-86ce-04b588f38ce2 resource provider aggregate not found 2026-04-02 04:47:38.812 8 INFO neutron.services.segments.plugin [-] Segment 151ddbe8-2959-408b-86ce-04b588f38ce2 resource provider aggregate not found [pid: 7|app: 0|req: 919/1799] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:38.831 8 INFO neutron.services.segments.plugin [-] Segment 151ddbe8-2959-408b-86ce-04b588f38ce2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 151ddbe8-2959-408b-86ce-04b588f38ce2 found for delete ", "request_id": "req-2e333820-ef78-4413-a57e-873be88b05cd"}]} 2026-04-02 04:47:38.832 8 INFO neutron.services.segments.plugin [-] Segment 151ddbe8-2959-408b-86ce-04b588f38ce2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 151ddbe8-2959-408b-86ce-04b588f38ce2 found for delete ", "request_id": "req-787da393-20ea-43e7-84f5-4066e79a6cb8"}]} [pid: 8|app: 0|req: 881/1800] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/networks/06bb821e-b94b-47f6-8762-1c384c81c771 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1801] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 920/1802] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/networks/5561a982-588a-439c-ae6c-c906068453f9 => 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: 921/1803] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:38 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1804] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:38 2026] DELETE /v2.0/networks/53dc207a-6f99-4645-be8c-81f1042a1101 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1805] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:39 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1806] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:38 2026] POST /v2.0/ports => generated 774 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:39.273 7 INFO neutron.services.segments.plugin [-] Segment cb9720bf-f78a-4695-9d33-2837754f4cba resource provider aggregate not found 2026-04-02 04:47:39.280 7 INFO neutron.services.segments.plugin [-] Segment cb9720bf-f78a-4695-9d33-2837754f4cba resource provider aggregate not found 2026-04-02 04:47:39.291 7 INFO neutron.services.segments.plugin [-] Segment cb9720bf-f78a-4695-9d33-2837754f4cba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb9720bf-f78a-4695-9d33-2837754f4cba found for delete ", "request_id": "req-1bfdea1d-7c8a-4f71-8978-e8adc36e627c"}]} 2026-04-02 04:47:39.301 7 INFO neutron.services.segments.plugin [-] Segment cb9720bf-f78a-4695-9d33-2837754f4cba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb9720bf-f78a-4695-9d33-2837754f4cba found for delete ", "request_id": "req-83110b86-3f6b-4ab0-98b0-7347a8c2ca3f"}]} 2026-04-02 04:47:39.318 7 INFO neutron.services.segments.plugin [-] Segment 5727ea80-b0c8-40a5-93bb-28b889831ff6 resource provider aggregate not found 2026-04-02 04:47:39.322 7 INFO neutron.services.segments.plugin [-] Segment 5727ea80-b0c8-40a5-93bb-28b889831ff6 resource provider aggregate not found 2026-04-02 04:47:39.334 7 INFO neutron.services.segments.plugin [-] Segment 5727ea80-b0c8-40a5-93bb-28b889831ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5727ea80-b0c8-40a5-93bb-28b889831ff6 found for delete ", "request_id": "req-4d9a1d2d-8ee5-47fa-90f8-e06243ea248d"}]} 2026-04-02 04:47:39.343 7 INFO neutron.services.segments.plugin [-] Segment 5727ea80-b0c8-40a5-93bb-28b889831ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5727ea80-b0c8-40a5-93bb-28b889831ff6 found for delete ", "request_id": "req-4908d7c9-c8f0-4d61-88e2-6d3c00ebef7c"}]} 2026-04-02 04:47:39.353 7 INFO neutron.services.segments.plugin [-] Segment 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 resource provider aggregate not found 2026-04-02 04:47:39.361 7 INFO neutron.services.segments.plugin [-] Segment 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 resource provider aggregate not found 2026-04-02 04:47:39.372 7 INFO neutron.services.segments.plugin [-] Segment 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 found for delete ", "request_id": "req-7ef980ca-b818-4216-9f59-9be0378f95ed"}]} 2026-04-02 04:47:39.377 7 INFO neutron.services.segments.plugin [-] Segment 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595305b5-d3e8-4518-a6c8-9be49b8cb7b6 found for delete ", "request_id": "req-24d4dc7e-dc54-40fd-86bc-cfebf4025367"}]} 2026-04-02 04:47:39.393 7 INFO neutron.services.segments.plugin [-] Segment 457446ab-d6df-497e-b4e7-ff57490ba28f resource provider aggregate not found 2026-04-02 04:47:39.398 7 INFO neutron.services.segments.plugin [-] Segment 457446ab-d6df-497e-b4e7-ff57490ba28f resource provider aggregate not found 2026-04-02 04:47:39.414 7 INFO neutron.services.segments.plugin [-] Segment 457446ab-d6df-497e-b4e7-ff57490ba28f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 457446ab-d6df-497e-b4e7-ff57490ba28f found for delete ", "request_id": "req-385a7b82-7f55-4910-bf9d-235d3560a38b"}]} 2026-04-02 04:47:39.415 7 INFO neutron.services.segments.plugin [-] Segment 457446ab-d6df-497e-b4e7-ff57490ba28f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 457446ab-d6df-497e-b4e7-ff57490ba28f found for delete ", "request_id": "req-956d941f-6178-4fa2-b1bc-d0387ebd7c91"}]} 2026-04-02 04:47:39.435 7 INFO neutron.services.segments.plugin [-] Segment 7c03199e-2ace-4a8d-802f-878244732276 resource provider aggregate not found 2026-04-02 04:47:39.445 7 INFO neutron.services.segments.plugin [-] Segment 7c03199e-2ace-4a8d-802f-878244732276 resource provider aggregate not found 2026-04-02 04:47:39.453 7 INFO neutron.services.segments.plugin [-] Segment 7c03199e-2ace-4a8d-802f-878244732276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c03199e-2ace-4a8d-802f-878244732276 found for delete ", "request_id": "req-d8d81e76-11a7-46a2-b59a-986c15a1c3c8"}]} 2026-04-02 04:47:39.461 7 INFO neutron.services.segments.plugin [-] Segment 7c03199e-2ace-4a8d-802f-878244732276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c03199e-2ace-4a8d-802f-878244732276 found for delete ", "request_id": "req-64cc12ab-b36f-4d3f-838d-124bedff87cb"}]} [pid: 7|app: 0|req: 924/1807] 10.0.0.155 () {34 vars in 737 bytes} [Thu Apr 2 04:47:39 2026] PUT /v2.0/ports/b41c6add-ee9f-41f5-84d5-d22a68e4cacb => generated 752 bytes in 276 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-04-02 04:47:39.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-95f434fa-8dc2-4628-ab47-d0c56442523d 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] TaaS: Handle Delete Port: b41c6add-ee9f-41f5-84d5-d22a68e4cacb 2026-04-02 04:47:39.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95f434fa-8dc2-4628-ab47-d0c56442523d 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Tap Mirror: Handle Delete Port: b41c6add-ee9f-41f5-84d5-d22a68e4cacb [pid: 8|app: 0|req: 884/1808] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:39 2026] DELETE /v2.0/ports/b41c6add-ee9f-41f5-84d5-d22a68e4cacb => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 925/1809] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:47:39 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:39.718 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da319d11-d351-4d2e-828c-776ce62fc8ed 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1810] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:39 2026] GET /v2.0/ports/b41c6add-ee9f-41f5-84d5-d22a68e4cacb => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1811] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:47:39 2026] GET /v2.0/ports => generated 777 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1812] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:39 2026] GET /v2.0/ports/3c08b02e-f454-45e9-ba63-bde682da8e32 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:39.832 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6880b659-3b34-4423-b2b7-179f8bc65b9c 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1813] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:39 2026] DELETE /v2.0/ports/54d3295f-1bb1-4b24-b2da-29fe83d899f0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:47:39.855 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f5a7257-73f5-4a3b-8aaf-eb5b5818f599 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1814] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:39 2026] DELETE /v2.0/subnets/890abef3-e7d2-49a8-b247-ee4845cd53d3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:47:39.878 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96cb088f-cd95-4112-bcde-722ddc415c23 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1815] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:39 2026] DELETE /v2.0/subnets/355b1f57-356a-4996-b4f2-ade9d76e2f98 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:47:39.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ebfed92-8d98-43b3-946b-f7e8d02deb7b 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] TaaS: Handle Delete Port: 3c08b02e-f454-45e9-ba63-bde682da8e32 2026-04-02 04:47:39.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ebfed92-8d98-43b3-946b-f7e8d02deb7b 864b1257470e45a1b9b9086fac1f1e77 d3717272667d447b96da8d234d296f5f - - default default] Tap Mirror: Handle Delete Port: 3c08b02e-f454-45e9-ba63-bde682da8e32 [pid: 8|app: 0|req: 888/1816] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:47:39 2026] DELETE /v2.0/ports/3c08b02e-f454-45e9-ba63-bde682da8e32 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1817] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:39 2026] GET /v2.0/security-groups?tenant_id=0fbc0763707b4916a5aac95896f6b843&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1818] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:40 2026] DELETE /v2.0/networks/907cb2b9-99a4-4b22-88d2-4881eb9c71ac => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1819] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:40 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1820] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:40 2026] DELETE /v2.0/security-groups/d781af28-fc28-48f9-b2be-96ec45454940 => 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: 891/1821] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:40 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1822] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:40 2026] GET /v2.0/security-groups?tenant_id=f849bd3108a7412c962b29965978720e&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1823] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:40 2026] DELETE /v2.0/security-groups/72f5b0d5-68d2-438d-b873-83bcf4648b8a => 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: 893/1824] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:40 2026] GET /v2.0/security-groups?tenant_id=8c98184be65d4d93a75a91721986291e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:40.855 8 INFO neutron.services.segments.plugin [-] Segment 3667b831-29d9-4a84-a035-579c47960182 resource provider aggregate not found 2026-04-02 04:47:40.858 8 INFO neutron.services.segments.plugin [-] Segment 3667b831-29d9-4a84-a035-579c47960182 resource provider aggregate not found 2026-04-02 04:47:40.880 8 INFO neutron.services.segments.plugin [-] Segment 3667b831-29d9-4a84-a035-579c47960182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3667b831-29d9-4a84-a035-579c47960182 found for delete ", "request_id": "req-95a0a26f-a532-49e7-8f83-b65803340d21"}]} 2026-04-02 04:47:40.882 8 INFO neutron.services.segments.plugin [-] Segment 3667b831-29d9-4a84-a035-579c47960182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3667b831-29d9-4a84-a035-579c47960182 found for delete ", "request_id": "req-c043e328-c76f-4a52-a855-0c43c98f5cf1"}]} [pid: 8|app: 0|req: 894/1825] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:40 2026] DELETE /v2.0/security-groups/8ee8b4fb-404b-4732-8d57-924ce589e5a0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1826] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:40 2026] GET /v2.0/security-groups?tenant_id=d3717272667d447b96da8d234d296f5f&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1827] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:40 2026] DELETE /v2.0/security-groups/f7b865ad-a99d-4104-8ef6-5e1635d31594 => 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: 933/1828] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:41 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1829] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:41 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1830] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:47:41 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1277 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1831] 162.253.55.36 () {34 vars in 1123 bytes} [Thu Apr 2 04:47:41 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1832] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:42 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1833] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:42 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:43.188 7 INFO neutron.db.segments_db [None req-06a90569-104e-4f2b-ae99-4af00b39fe82 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment b3e14302-46e4-40fc-8d49-625cbb28c08d of type vxlan for network ca53a844-4a48-4c7a-934e-ebdd36314980 [pid: 7|app: 0|req: 936/1834] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:42 2026] POST /v2.0/networks => generated 610 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:43.354 8 INFO neutron.db.segments_db [None req-ff9bbb60-3dc4-47da-ac02-9ac5b4fb8b3c 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment 9a7b70ae-e29d-4a70-925c-96c5023758bb of type vxlan for network 747f556d-282c-4e31-922e-63856af1d512 [pid: 8|app: 0|req: 899/1835] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:43 2026] POST /v2.0/networks => generated 611 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1836] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:43 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1837] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:43 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1838] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:43 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1839] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:43 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:44.057 7 INFO neutron.db.segments_db [None req-89fc6608-d4df-4b19-9533-2ca8d5ce722b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 of type vxlan for network 02596007-0d83-4a46-947f-dfbd485d2691 2026-04-02 04:47:44.314 7 INFO neutron.db.l3_hamode_db [None req-89fc6608-d4df-4b19-9533-2ca8d5ce722b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:47:44.387 8 INFO neutron.db.segments_db [None req-688c165d-8b86-4655-89fb-1b3cb002ec2f 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] Added segment 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 of type vxlan for network 65344778-0205-4a08-959a-77ec32fd3f21 2026-04-02 04:47:44.449 7 INFO neutron.db.l3_hamode_db [None req-89fc6608-d4df-4b19-9533-2ca8d5ce722b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:47:44.619 8 INFO neutron.db.l3_hamode_db [None req-688c165d-8b86-4655-89fb-1b3cb002ec2f 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:47:44.751 8 INFO neutron.db.l3_hamode_db [None req-688c165d-8b86-4655-89fb-1b3cb002ec2f 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 940/1840] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:44 2026] POST /v2.0/routers => generated 507 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1841] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:45 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1842] 10.0.0.155 () {34 vars in 668 bytes} [Thu Apr 2 04:47:44 2026] POST /v2.0/routers => generated 474 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1843] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:45 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1844] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:47:45 2026] PUT /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1845] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:45 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1846] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:45 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:45.937 8 INFO neutron.db.l3_db [None req-f8c8bef6-7704-49da-b507-96c677f68e0a 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] Floating IP 969890c2-a9f7-42ff-b20d-eb3453232957 associated. External IP: 10.96.250.208, port: 4da8faca-fe7e-462c-b7e9-871f69230a7e. [pid: 7|app: 0|req: 942/1847] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:45 2026] PUT /v2.0/routers/4275a59d-3141-42eb-aa88-601abf20dc50/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1848] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:47:45 2026] PUT /v2.0/floatingips/969890c2-a9f7-42ff-b20d-eb3453232957 => generated 855 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:46.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6157146-2006-465a-be04-fce6588ef105'] response: {'name': 'network-changed', 'server_uuid': 'cff35817-4584-46b8-8037-d56231839afd', 'tag': '4da8faca-fe7e-462c-b7e9-871f69230a7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 907/1849] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:46 2026] GET /v2.0/ports/e1e6993d-bc2c-4c78-a2ff-d878e3b58577 => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1850] 10.0.0.155 () {34 vars in 762 bytes} [Thu Apr 2 04:47:46 2026] PUT /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/green => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1851] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:46 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1852] 10.0.0.155 () {34 vars in 758 bytes} [Thu Apr 2 04:47:46 2026] PUT /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/red => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1853] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:46 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1854] 10.0.0.155 () {34 vars in 780 bytes} [Thu Apr 2 04:47:46 2026] PUT /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/black.or.white => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1855] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:47:46 2026] GET /v2.0/ports?tenant_id=b888fc45877b46b2b70aa6808a2469e7&device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1856] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:46 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 52 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1857] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:47:46 2026] GET /v2.0/networks?id=55ad3440-c6b2-4d4b-8d59-f15f95742449 => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1858] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:47:46 2026] PUT /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1859] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4da8faca-fe7e-462c-b7e9-871f69230a7e => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1860] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1861] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/subnets?id=bd807efa-3bf8-4fdc-adbf-3725dc97904e => generated 690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1862] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1863] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/ports?network_id=55ad3440-c6b2-4d4b-8d59-f15f95742449&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1864] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:46 2026] PUT /v2.0/routers/4275a59d-3141-42eb-aa88-601abf20dc50/add_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:47.425 7 INFO neutron.api.v2.resource [None req-e23dcceb-5b76-4bf2-90bd-1e7404affd84 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1865] 10.0.0.155 () {32 vars in 743 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1866] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1867] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/ports/8095a709-6d4f-43b4-93ac-e06235758d84 => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1868] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:47:47 2026] DELETE /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/red => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1869] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1870] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 30 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:47.708 7 INFO neutron.api.v2.resource [None req-a726e75f-9928-45a3-9c72-b46c3cf14d57 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 961/1871] 10.0.0.155 () {32 vars in 746 bytes} [Thu Apr 2 04:47:47 2026] DELETE /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1872] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:47:47 2026] DELETE /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:47.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-a156d9dd-47e3-4547-a9e4-dcd45a05e08c 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 8095a709-6d4f-43b4-93ac-e06235758d84 2026-04-02 04:47:47.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a156d9dd-47e3-4547-a9e4-dcd45a05e08c 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 8095a709-6d4f-43b4-93ac-e06235758d84 [pid: 7|app: 0|req: 963/1873] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d/tags => generated 12 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1874] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:47:47 2026] GET /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1875] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:47:47 2026] PUT /v2.0/routers/4275a59d-3141-42eb-aa88-601abf20dc50/remove_router_interface => generated 309 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1876] 10.0.0.155 () {34 vars in 742 bytes} [Thu Apr 2 04:47:47 2026] PUT /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d => generated 480 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1877] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:48 2026] GET /v2.0/ports?device_id=6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:48.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0e9e6e1-f18f-4345-8c23-5d72d5a8b7c8 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: e1e6993d-bc2c-4c78-a2ff-d878e3b58577 2026-04-02 04:47:48.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0e9e6e1-f18f-4345-8c23-5d72d5a8b7c8 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: e1e6993d-bc2c-4c78-a2ff-d878e3b58577 2026-04-02 04:47:48.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f36d89e-2a34-4881-aa4b-ec92d322fcbb 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] TaaS: Handle Delete Port: 8c568340-7f7b-4799-8a6d-8a0342fb199e 2026-04-02 04:47:48.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f36d89e-2a34-4881-aa4b-ec92d322fcbb 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] Tap Mirror: Handle Delete Port: 8c568340-7f7b-4799-8a6d-8a0342fb199e 2026-04-02 04:47:48.975 7 INFO neutron.services.segments.plugin [-] Segment 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 resource provider aggregate not found 2026-04-02 04:47:48.979 7 INFO neutron.services.segments.plugin [-] Segment 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 resource provider aggregate not found 2026-04-02 04:47:48.996 7 INFO neutron.services.segments.plugin [-] Segment 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 found for delete ", "request_id": "req-806b4d4a-f2e7-4e94-af49-10c03ac24d18"}]} 2026-04-02 04:47:48.997 7 INFO neutron.db.l3_hamode_db [None req-6f36d89e-2a34-4881-aa4b-ec92d322fcbb 396f0f6ed3c44362a43af308abc8f1b4 5c40b6f5c86a45e9a32c96d0f2d94056 - - default default] HA network 65344778-0205-4a08-959a-77ec32fd3f21 was deleted as no HA routers are present in tenant 5c40b6f5c86a45e9a32c96d0f2d94056. 2026-04-02 04:47:49.002 7 INFO neutron.services.segments.plugin [-] Segment 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56ae2dc2-cb6e-4f25-b4d8-20c955ea5b14 found for delete ", "request_id": "req-e7bf356b-ba8f-46ec-9f40-e4ca721ceeb2"}]} [pid: 7|app: 0|req: 967/1878] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:48 2026] DELETE /v2.0/routers/6a4cc364-8fe7-4b17-952e-bfa8da8f7b7d => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1879] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:47:48 2026] PUT /v2.0/routers/4275a59d-3141-42eb-aa88-601abf20dc50/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1880] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:49 2026] GET /v2.0/ports?device_id=4275a59d-3141-42eb-aa88-601abf20dc50 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:49.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-ced6d0bd-5783-471f-a8f1-9ae9a56d0d30 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 17c97836-97d6-4f6f-a243-2badd96ae6c3 2026-04-02 04:47:49.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ced6d0bd-5783-471f-a8f1-9ae9a56d0d30 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 17c97836-97d6-4f6f-a243-2badd96ae6c3 2026-04-02 04:47:49.560 8 INFO neutron.services.segments.plugin [-] Segment 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 resource provider aggregate not found 2026-04-02 04:47:49.565 8 INFO neutron.services.segments.plugin [-] Segment 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 resource provider aggregate not found 2026-04-02 04:47:49.578 8 INFO neutron.services.segments.plugin [-] Segment 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 found for delete ", "request_id": "req-8e043ac7-da35-4050-8e98-cc26eeb5c219"}]} 2026-04-02 04:47:49.584 8 INFO neutron.services.segments.plugin [-] Segment 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cc8ddf1-5ec2-45e0-ac2d-0a27802f2454 found for delete ", "request_id": "req-a84d19cc-6b6c-41a5-becf-ef4cd15dbe54"}]} 2026-04-02 04:47:49.603 8 INFO neutron.db.l3_hamode_db [None req-ced6d0bd-5783-471f-a8f1-9ae9a56d0d30 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] HA network 02596007-0d83-4a46-947f-dfbd485d2691 was deleted as no HA routers are present in tenant ffe00a0884fb471296a966a2b9771461. [pid: 8|app: 0|req: 913/1881] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:49 2026] DELETE /v2.0/routers/4275a59d-3141-42eb-aa88-601abf20dc50 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1882] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:49 2026] DELETE /v2.0/subnets/c73f8a82-7729-4938-b6af-caa9a4c0433e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1883] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:49 2026] GET /v2.0/security-groups?tenant_id=d2aab6c75c014491acd14cb05b66b440&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1884] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:49 2026] DELETE /v2.0/subnets/7607f0eb-3e2f-40d2-b525-1fd0976ff83e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1885] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:49 2026] DELETE /v2.0/security-groups/787e5f1b-09b0-4603-b9fb-3b407def4d87 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1886] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:49 2026] DELETE /v2.0/networks/747f556d-282c-4e31-922e-63856af1d512 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:50.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f5762da-b0ed-4306-bc8f-e4fdf2bf956a 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 32219ca3-3589-44fc-b065-5ae08ee49184 2026-04-02 04:47:50.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f5762da-b0ed-4306-bc8f-e4fdf2bf956a 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 32219ca3-3589-44fc-b065-5ae08ee49184 [pid: 8|app: 0|req: 916/1887] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:50 2026] GET /v2.0/security-groups?tenant_id=5c40b6f5c86a45e9a32c96d0f2d94056&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1888] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:50 2026] DELETE /v2.0/security-groups/86b00dcd-9998-4d94-85f4-c378b8ca671d => 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: 972/1889] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:50 2026] DELETE /v2.0/networks/ca53a844-4a48-4c7a-934e-ebdd36314980 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:50.353 8 INFO neutron.db.segments_db [None req-a61b79dd-7905-4b35-b9fe-8123e8cfe43f 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 of type vxlan for network c7fe13b3-9b8e-4594-817a-e82cc85dca44 [pid: 8|app: 0|req: 918/1890] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:50 2026] POST /v2.0/networks => generated 610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1891] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:50 2026] POST /v2.0/subnets => generated 626 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:50.693 8 INFO neutron.db.segments_db [None req-6acc9095-8773-45e2-9ade-a41cdd18578d 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment d138477e-ba66-487a-9251-b03330ff3495 of type vxlan for network 0f88db36-3d39-4285-9bb0-efbccab4bd74 2026-04-02 04:47:50.910 8 INFO neutron.db.l3_hamode_db [None req-6acc9095-8773-45e2-9ade-a41cdd18578d 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:47:51.019 7 INFO neutron.services.segments.plugin [-] Segment 9a7b70ae-e29d-4a70-925c-96c5023758bb resource provider aggregate not found 2026-04-02 04:47:51.025 7 INFO neutron.services.segments.plugin [-] Segment 9a7b70ae-e29d-4a70-925c-96c5023758bb resource provider aggregate not found 2026-04-02 04:47:51.026 8 INFO neutron.db.l3_hamode_db [None req-6acc9095-8773-45e2-9ade-a41cdd18578d 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:47:51.041 7 INFO neutron.services.segments.plugin [-] Segment 9a7b70ae-e29d-4a70-925c-96c5023758bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7b70ae-e29d-4a70-925c-96c5023758bb found for delete ", "request_id": "req-db41f8d7-451b-4013-a5cb-3a5f50fab5c0"}]} 2026-04-02 04:47:51.045 7 INFO neutron.services.segments.plugin [-] Segment 9a7b70ae-e29d-4a70-925c-96c5023758bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7b70ae-e29d-4a70-925c-96c5023758bb found for delete ", "request_id": "req-b0559fbe-0405-4ea5-abcc-fb17702a3c12"}]} 2026-04-02 04:47:51.056 7 INFO neutron.services.segments.plugin [-] Segment b3e14302-46e4-40fc-8d49-625cbb28c08d resource provider aggregate not found 2026-04-02 04:47:51.060 7 INFO neutron.services.segments.plugin [-] Segment b3e14302-46e4-40fc-8d49-625cbb28c08d resource provider aggregate not found 2026-04-02 04:47:51.076 7 INFO neutron.services.segments.plugin [-] Segment b3e14302-46e4-40fc-8d49-625cbb28c08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3e14302-46e4-40fc-8d49-625cbb28c08d found for delete ", "request_id": "req-fbba27ab-c0f1-4fd2-b3d6-26ea90418657"}]} 2026-04-02 04:47:51.079 7 INFO neutron.services.segments.plugin [-] Segment b3e14302-46e4-40fc-8d49-625cbb28c08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3e14302-46e4-40fc-8d49-625cbb28c08d found for delete ", "request_id": "req-9bdf4bc0-6c42-4f8a-a3ab-8885e73702bd"}]} [pid: 8|app: 0|req: 919/1892] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:50 2026] POST /v2.0/routers => generated 506 bytes in 977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1893] 10.0.0.155 () {34 vars in 665 bytes} [Thu Apr 2 04:47:51 2026] POST /v2.0/ports => generated 952 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1896] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:51 2026] PUT /v2.0/routers/8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2/add_router_interface => generated 309 bytes in 1084 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: 977/1897] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/ports/2f12db9a-c081-4568-af52-1f9611e3bf9f => generated 1026 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 04:47:53.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-9969987b-72f0-427e-ac0b-70791c69e43b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 2f12db9a-c081-4568-af52-1f9611e3bf9f 2026-04-02 04:47:53.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9969987b-72f0-427e-ac0b-70791c69e43b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 2f12db9a-c081-4568-af52-1f9611e3bf9f [pid: 7|app: 0|req: 978/1898] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:47:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1899] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1900] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1901] 10.0.0.155 () {34 vars in 770 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1902] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1903] 10.0.0.155 () {34 vars in 766 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1904] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1905] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/routers/8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2/remove_router_interface => generated 309 bytes in 711 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: 985/1906] 10.0.0.155 () {34 vars in 788 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1907] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:53.900 8 INFO neutron.api.v2.resource [None req-6cbfda4c-6e97-409f-8636-47bfc2238439 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1908] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/routers/8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1909] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:47:53 2026] PUT /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1910] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/ports?device_id=8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2 => 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: 988/1911] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/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: 989/1912] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:54.020 7 INFO neutron.api.v2.resource [None req-4a7f9591-2641-4adc-b685-a1c94c7e5c65 ea73d6a8765e4c76a8ee63aab975fbd8 153fa75ac2294d9fac23594baf70dcf0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/1913] 10.0.0.155 () {32 vars in 751 bytes} [Thu Apr 2 04:47:53 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/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: 991/1914] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:47:54 2026] DELETE /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:54.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-2316836e-a2e6-4ea1-afc1-d9dd695be896 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: ee0704c6-0403-4cc4-ae62-8c1bee30fa77 2026-04-02 04:47:54.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2316836e-a2e6-4ea1-afc1-d9dd695be896 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: ee0704c6-0403-4cc4-ae62-8c1bee30fa77 [pid: 7|app: 0|req: 992/1915] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:54 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:54.135 7 INFO neutron.api.v2.resource [None req-4a7ab9fe-2cee-4c24-acdd-c3946357f395 ea73d6a8765e4c76a8ee63aab975fbd8 153fa75ac2294d9fac23594baf70dcf0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/1916] 10.0.0.155 () {32 vars in 754 bytes} [Thu Apr 2 04:47:54 2026] DELETE /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1917] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:47:54 2026] DELETE /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => 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: 995/1918] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:47:54 2026] GET /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1919] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:47:54 2026] DELETE /v2.0/subnetpools/1618b787-42bb-43bf-a1db-f4159e4b3904 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:54.402 8 INFO neutron.services.segments.plugin [-] Segment d138477e-ba66-487a-9251-b03330ff3495 resource provider aggregate not found 2026-04-02 04:47:54.403 8 INFO neutron.services.segments.plugin [-] Segment d138477e-ba66-487a-9251-b03330ff3495 resource provider aggregate not found 2026-04-02 04:47:54.427 8 INFO neutron.services.segments.plugin [-] Segment d138477e-ba66-487a-9251-b03330ff3495 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d138477e-ba66-487a-9251-b03330ff3495 found for delete ", "request_id": "req-12720618-ce17-4f12-9f09-060f956217ab"}]} 2026-04-02 04:47:54.430 8 INFO neutron.services.segments.plugin [-] Segment d138477e-ba66-487a-9251-b03330ff3495 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d138477e-ba66-487a-9251-b03330ff3495 found for delete ", "request_id": "req-76cfa86d-20a3-4f0e-abb7-4829c0c5627f"}]} 2026-04-02 04:47:54.435 8 INFO neutron.db.l3_hamode_db [None req-2316836e-a2e6-4ea1-afc1-d9dd695be896 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] HA network 0f88db36-3d39-4285-9bb0-efbccab4bd74 was deleted as no HA routers are present in tenant ffe00a0884fb471296a966a2b9771461. [pid: 8|app: 0|req: 924/1920] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:53 2026] DELETE /v2.0/routers/8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1921] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:54 2026] DELETE /v2.0/subnets/41092155-2628-45a1-bffa-8c070bbd0257 => 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: 925/1922] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:54 2026] DELETE /v2.0/networks/c7fe13b3-9b8e-4594-817a-e82cc85dca44 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:54.756 7 INFO neutron.db.segments_db [None req-eba07897-3d63-419f-a62b-46ffdd288961 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment 6570d935-7b97-4c2b-b24b-6db76da257a5 of type vxlan for network 95522275-6a02-474e-a74d-9be6d22f5ea7 [pid: 7|app: 0|req: 998/1923] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:54 2026] POST /v2.0/networks => generated 610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1924] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:54 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1925] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:54 2026] GET /v2.0/security-groups?tenant_id=176b9e0f69cc4a5dbea1c3f3bb8edaed&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:55.093 8 INFO neutron.db.segments_db [None req-50d8d484-889b-48e8-84ef-32cd546e3a8b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment 101a9515-b8e2-4f14-bf15-ef4d49c188f6 of type vxlan for network 27620bcf-3dea-449a-bc68-225b7f177bba [pid: 7|app: 0|req: 1000/1926] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:55 2026] DELETE /v2.0/security-groups/4e524036-367a-4529-ad54-0c47f67d6ffd => 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: 1001/1927] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:55 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:55.333 8 INFO neutron.db.l3_hamode_db [None req-50d8d484-889b-48e8-84ef-32cd546e3a8b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1002/1928] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:47:55 2026] GET /v2.0/security-groups?tenant_id=153fa75ac2294d9fac23594baf70dcf0&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:47:55.440 8 INFO neutron.db.l3_hamode_db [None req-50d8d484-889b-48e8-84ef-32cd546e3a8b 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1003/1929] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:55 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1930] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:55 2026] DELETE /v2.0/security-groups/a53dbaf1-d345-4601-aeb9-78c91910a238 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1931] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:55 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1279 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1932] 10.0.0.155 () {32 vars in 858 bytes} [Thu Apr 2 04:47:55 2026] GET /v2.0/floatingips?floating_network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023&port_id=4da8faca-fe7e-462c-b7e9-871f69230a7e => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1933] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:55 2026] POST /v2.0/routers => generated 506 bytes in 888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:56.452 8 INFO neutron.services.segments.plugin [-] Segment e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 resource provider aggregate not found 2026-04-02 04:47:56.456 8 INFO neutron.services.segments.plugin [-] Segment e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 resource provider aggregate not found 2026-04-02 04:47:56.469 8 INFO neutron.services.segments.plugin [-] Segment e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 found for delete ", "request_id": "req-cbacaf56-cdc2-41f9-98a6-022d4409f740"}]} 2026-04-02 04:47:56.472 8 INFO neutron.services.segments.plugin [-] Segment e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2efae9b-caa6-4ced-b1c7-b8b46ca05bd2 found for delete ", "request_id": "req-05dc58d1-3518-4c8e-8f73-c15181f7728e"}]} [pid: 8|app: 0|req: 928/1934] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:47:56 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 929/1935] 10.0.0.169 () {34 vars in 1120 bytes} [Thu Apr 2 04:47:56 2026] GET /v2.0/security-groups?id=b2970b6e-48e7-4ea5-9553-146716fc1524&id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1936] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:47:55 2026] PUT /v2.0/routers/ee10ed58-a727-4698-a3b7-907fad5bf918/add_router_interface => generated 309 bytes in 1165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1937] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:47:57 2026] GET /v2.0/ports/844598fa-fa66-495d-ba93-f02acd70db42 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:47:57.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-803c2173-c386-412d-855d-05a024bac366 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 844598fa-fa66-495d-ba93-f02acd70db42 2026-04-02 04:47:57.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-803c2173-c386-412d-855d-05a024bac366 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 844598fa-fa66-495d-ba93-f02acd70db42 [pid: 7|app: 0|req: 1008/1938] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:47:57 2026] PUT /v2.0/routers/ee10ed58-a727-4698-a3b7-907fad5bf918/remove_router_interface => generated 309 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1939] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:47:57 2026] GET /v2.0/ports?device_id=ee10ed58-a727-4698-a3b7-907fad5bf918 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:47:58.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8c64f40-daf7-4dd0-be49-4f8b99da8e2e 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 192b3d1d-3ec2-4251-abf1-108a7f771b73 2026-04-02 04:47:58.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c64f40-daf7-4dd0-be49-4f8b99da8e2e 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 192b3d1d-3ec2-4251-abf1-108a7f771b73 2026-04-02 04:47:58.459 7 INFO neutron.services.segments.plugin [-] Segment 101a9515-b8e2-4f14-bf15-ef4d49c188f6 resource provider aggregate not found 2026-04-02 04:47:58.465 7 INFO neutron.services.segments.plugin [-] Segment 101a9515-b8e2-4f14-bf15-ef4d49c188f6 resource provider aggregate not found 2026-04-02 04:47:58.479 7 INFO neutron.services.segments.plugin [-] Segment 101a9515-b8e2-4f14-bf15-ef4d49c188f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101a9515-b8e2-4f14-bf15-ef4d49c188f6 found for delete ", "request_id": "req-60ddab52-a04b-4604-9abc-a7b320a3c817"}]} 2026-04-02 04:47:58.483 7 INFO neutron.services.segments.plugin [-] Segment 101a9515-b8e2-4f14-bf15-ef4d49c188f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101a9515-b8e2-4f14-bf15-ef4d49c188f6 found for delete ", "request_id": "req-4e0de76c-1421-43cc-b922-37edfb5c7bdd"}]} 2026-04-02 04:47:58.496 7 INFO neutron.db.l3_hamode_db [None req-e8c64f40-daf7-4dd0-be49-4f8b99da8e2e 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] HA network 27620bcf-3dea-449a-bc68-225b7f177bba was deleted as no HA routers are present in tenant ffe00a0884fb471296a966a2b9771461. [pid: 7|app: 0|req: 1009/1940] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:57 2026] DELETE /v2.0/routers/ee10ed58-a727-4698-a3b7-907fad5bf918 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1941] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:47:58 2026] DELETE /v2.0/subnets/99478472-508c-4ab7-a169-7ede1667e07c => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:58.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8a42f9b-0865-4636-a81d-abd6f388ee00 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 5703019c-78de-456e-9152-24032bbf3d47 2026-04-02 04:47:58.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8a42f9b-0865-4636-a81d-abd6f388ee00 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 5703019c-78de-456e-9152-24032bbf3d47 2026-04-02 04:47:58.999 8 INFO neutron.services.segments.plugin [-] Segment 6570d935-7b97-4c2b-b24b-6db76da257a5 resource provider aggregate not found 2026-04-02 04:47:59.000 8 INFO neutron.services.segments.plugin [-] Segment 6570d935-7b97-4c2b-b24b-6db76da257a5 resource provider aggregate not found 2026-04-02 04:47:59.018 7 INFO neutron.db.segments_db [None req-5e0e1f50-4ce2-41d3-9ce5-f0d15409b4b0 cae404d3b8c847f4a8d5a81a6bd42ff4 a83b2ffbb15f4240ae87430d08134939 - - default default] Added segment 287a5c47-99b7-4f5f-acb9-39958b586388 of type vxlan for network ca7af85d-31a1-4314-80b8-d072a091e7c7 2026-04-02 04:47:59.019 8 INFO neutron.services.segments.plugin [-] Segment 6570d935-7b97-4c2b-b24b-6db76da257a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6570d935-7b97-4c2b-b24b-6db76da257a5 found for delete ", "request_id": "req-4510e963-6491-45ab-8e36-7afe68615c48"}]} [pid: 8|app: 0|req: 933/1942] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:47:58 2026] DELETE /v2.0/networks/95522275-6a02-474e-a74d-9be6d22f5ea7 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:47:59.029 8 INFO neutron.services.segments.plugin [-] Segment 6570d935-7b97-4c2b-b24b-6db76da257a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6570d935-7b97-4c2b-b24b-6db76da257a5 found for delete ", "request_id": "req-5c16d510-75e5-4a8d-b6ee-b4ca129df076"}]} 2026-04-02 04:47:59.088 8 INFO neutron.db.segments_db [None req-92dc8225-aaa5-4453-8239-b21ed67cb9d8 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Added segment fcc945e4-1d80-49be-8340-add99a0947e6 of type vxlan for network 8b5e18d2-b6ec-4d27-a521-ceb1cdbc92a2 [pid: 7|app: 0|req: 1010/1943] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:47:58 2026] POST /v2.0/networks => generated 612 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:47:59.319 8 INFO neutron.db.l3_hamode_db [None req-92dc8225-aaa5-4453-8239-b21ed67cb9d8 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1011/1944] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:47:59 2026] POST /v2.0/ports => generated 743 bytes in 271 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: 1012/1945] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1946] 10.0.0.155 () {34 vars in 666 bytes} [Thu Apr 2 04:47:59 2026] POST /v2.0/trunks => generated 407 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1947] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1948] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:47:59 2026] PUT /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1949] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1950] 10.0.0.155 () {34 vars in 760 bytes} [Thu Apr 2 04:47:59 2026] PUT /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1951] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1952] 10.0.0.155 () {34 vars in 756 bytes} [Thu Apr 2 04:47:59 2026] PUT /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags/red => generated 4 bytes in 21 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1953] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1954] 10.0.0.155 () {34 vars in 778 bytes} [Thu Apr 2 04:47:59 2026] PUT /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/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: 1022/1955] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1956] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:47:59 2026] PUT /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1957] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1958] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:47:59.992 7 INFO neutron.api.v2.resource [None req-fa5ec4ff-9a8d-4f0c-8147-f00eb320a468 cae404d3b8c847f4a8d5a81a6bd42ff4 a83b2ffbb15f4240ae87430d08134939 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/1959] 10.0.0.155 () {32 vars in 741 bytes} [Thu Apr 2 04:47:59 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1960] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:47:59 2026] DELETE /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1961] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:00 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:00.066 8 INFO neutron.db.l3_hamode_db [None req-92dc8225-aaa5-4453-8239-b21ed67cb9d8 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:48:00.081 7 INFO neutron.api.v2.resource [None req-5567c1ab-e9fd-41b9-a380-816434a409f9 cae404d3b8c847f4a8d5a81a6bd42ff4 a83b2ffbb15f4240ae87430d08134939 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1029/1962] 10.0.0.155 () {32 vars in 744 bytes} [Thu Apr 2 04:48:00 2026] DELETE /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1963] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:00 2026] DELETE /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1964] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:00 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d/tags => 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: 1032/1965] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:48:00 2026] GET /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1966] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:48:00 2026] GET /v2.0/ports/a370291c-0fa9-4d63-8773-67b499b46986 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1967] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:48:00 2026] DELETE /v2.0/trunks/74313b50-de89-4f01-8333-21f839ec2b6d => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:00.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7afca5c-45a0-4b89-8adc-435c87f2f282 cae404d3b8c847f4a8d5a81a6bd42ff4 a83b2ffbb15f4240ae87430d08134939 - - default default] TaaS: Handle Delete Port: a370291c-0fa9-4d63-8773-67b499b46986 2026-04-02 04:48:00.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7afca5c-45a0-4b89-8adc-435c87f2f282 cae404d3b8c847f4a8d5a81a6bd42ff4 a83b2ffbb15f4240ae87430d08134939 - - default default] Tap Mirror: Handle Delete Port: a370291c-0fa9-4d63-8773-67b499b46986 [pid: 7|app: 0|req: 1035/1968] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:00 2026] DELETE /v2.0/ports/a370291c-0fa9-4d63-8773-67b499b46986 => generated 0 bytes in 610 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1969] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:00 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1970] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:47:59 2026] POST /v2.0/routers => generated 688 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1971] 10.0.0.49 () {34 vars in 1119 bytes} [Thu Apr 2 04:48:01 2026] GET /v2.0/security-groups?id=4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c&id=b2970b6e-48e7-4ea5-9553-146716fc1524&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:01.149 7 INFO neutron.services.segments.plugin [-] Segment 287a5c47-99b7-4f5f-acb9-39958b586388 resource provider aggregate not found 2026-04-02 04:48:01.151 7 INFO neutron.services.segments.plugin [-] Segment 287a5c47-99b7-4f5f-acb9-39958b586388 resource provider aggregate not found 2026-04-02 04:48:01.170 7 INFO neutron.services.segments.plugin [-] Segment 287a5c47-99b7-4f5f-acb9-39958b586388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 287a5c47-99b7-4f5f-acb9-39958b586388 found for delete ", "request_id": "req-166c6a17-30cc-4a43-8e3d-dbdc0d472865"}]} 2026-04-02 04:48:01.170 7 INFO neutron.services.segments.plugin [-] Segment 287a5c47-99b7-4f5f-acb9-39958b586388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 287a5c47-99b7-4f5f-acb9-39958b586388 found for delete ", "request_id": "req-4945c9e8-d31e-4f3c-bfa7-c50db9398858"}]} [pid: 7|app: 0|req: 1037/1972] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:01 2026] DELETE /v2.0/networks/ca7af85d-31a1-4314-80b8-d072a091e7c7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1973] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:01 2026] GET /v2.0/routers/1667daa1-8824-4fab-bf1c-0948399500ca => generated 694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1974] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:48:01 2026] GET /v2.0/routers => generated 697 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1975] 10.0.0.155 () {34 vars in 741 bytes} [Thu Apr 2 04:48:01 2026] PUT /v2.0/routers/1667daa1-8824-4fab-bf1c-0948399500ca => generated 701 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1976] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:01 2026] GET /v2.0/routers/1667daa1-8824-4fab-bf1c-0948399500ca => generated 701 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1977] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:01 2026] GET /v2.0/ports?device_id=1667daa1-8824-4fab-bf1c-0948399500ca => 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: 938/1978] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:48:01 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:02.043 8 INFO neutron_taas.services.taas.taas_plugin [req-b9ff88f3-c213-4b99-8de2-aae10745f394 req-9498ffd4-ccb9-4c71-b610-eba098513c20 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] TaaS: Handle Delete Port: 4da8faca-fe7e-462c-b7e9-871f69230a7e 2026-04-02 04:48:02.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b9ff88f3-c213-4b99-8de2-aae10745f394 req-9498ffd4-ccb9-4c71-b610-eba098513c20 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] Tap Mirror: Handle Delete Port: 4da8faca-fe7e-462c-b7e9-871f69230a7e 2026-04-02 04:48:02.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7de1c61-aa21-4ca0-8183-9a137c8f37de 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: 845bfeed-2cd1-4257-bcc9-53417a516ba7 2026-04-02 04:48:02.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7de1c61-aa21-4ca0-8183-9a137c8f37de 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: 845bfeed-2cd1-4257-bcc9-53417a516ba7 2026-04-02 04:48:02.164 8 INFO neutron.db.l3_db [req-b9ff88f3-c213-4b99-8de2-aae10745f394 req-9498ffd4-ccb9-4c71-b610-eba098513c20 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] Floating IP 969890c2-a9f7-42ff-b20d-eb3453232957 disassociated. External IP: 10.96.250.208, port: 4da8faca-fe7e-462c-b7e9-871f69230a7e. 2026-04-02 04:48:02.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7de1c61-aa21-4ca0-8183-9a137c8f37de 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] TaaS: Handle Delete Port: f0e7b95e-dec1-401c-9fe5-02184fd8ff7d 2026-04-02 04:48:02.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7de1c61-aa21-4ca0-8183-9a137c8f37de 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] Tap Mirror: Handle Delete Port: f0e7b95e-dec1-401c-9fe5-02184fd8ff7d [pid: 8|app: 0|req: 939/1979] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:48:01 2026] DELETE /v2.0/ports/4da8faca-fe7e-462c-b7e9-871f69230a7e => generated 0 bytes in 528 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:02.517 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b732d4b7-2470-40c9-8832-70d50c71a08d'] response: {'server_uuid': 'cff35817-4584-46b8-8037-d56231839afd', 'name': 'network-vif-deleted', 'tag': '4da8faca-fe7e-462c-b7e9-871f69230a7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 940/1980] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/security-groups?tenant_id=a83b2ffbb15f4240ae87430d08134939&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1981] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:02.701 7 INFO neutron.db.l3_hamode_db [None req-e7de1c61-aa21-4ca0-8183-9a137c8f37de 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] HA network 8b5e18d2-b6ec-4d27-a521-ceb1cdbc92a2 was deleted as no HA routers are present in tenant ffe00a0884fb471296a966a2b9771461. [pid: 7|app: 0|req: 1041/1982] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:01 2026] DELETE /v2.0/routers/1667daa1-8824-4fab-bf1c-0948399500ca => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1983] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/security-groups/28bae88c-43e7-484e-a5d5-8f86763827c9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1984] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/ports?device_id=1667daa1-8824-4fab-bf1c-0948399500ca => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:02.747 8 INFO neutron.api.v2.resource [None req-884788e4-1b4a-4688-a000-5cd0a4f321f2 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/1985] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/routers/1667daa1-8824-4fab-bf1c-0948399500ca => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1986] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/ports?device_id=ee10ed58-a727-4698-a3b7-907fad5bf918 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:02.783 8 INFO neutron.api.v2.resource [None req-e34b4da2-3e84-4453-b998-584b5bced3b4 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1987] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/routers/ee10ed58-a727-4698-a3b7-907fad5bf918 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:48:02.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5af45cda-46c0-4b03-9975-91fb4624bfe6 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/1988] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/subnets/99478472-508c-4ab7-a169-7ede1667e07c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1989] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/ports?device_id=8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:02.866 8 INFO neutron.api.v2.resource [None req-51dd5065-9f25-49e0-a1a6-3e3a011cc588 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 946/1990] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/routers/8bc286bf-0ee4-436c-9e4a-4fdcefe54fb2 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:48:02.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c8485e8-2bae-4fce-b4c5-740434d19345 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1991] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/subnets/41092155-2628-45a1-bffa-8c070bbd0257 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1992] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/ports?device_id=4275a59d-3141-42eb-aa88-601abf20dc50 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:02.940 8 INFO neutron.api.v2.resource [None req-7a242b53-4512-4663-9ab7-cd7d4a9b84b5 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 949/1993] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/routers/4275a59d-3141-42eb-aa88-601abf20dc50 => 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: 1045/1994] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:02 2026] GET /v2.0/security-groups?tenant_id=58c1cf1ebddf4f49b039b3a106cb1dd7&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:02.953 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23082dbd-7229-4b2c-a108-8faadfd8959d 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1995] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/subnets/c73f8a82-7729-4938-b6af-caa9a4c0433e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:48:02.967 8 INFO neutron.pecan_wsgi.hooks.translation [None req-560bb869-40b4-4f4f-a5f1-e9f5337b4a7c 46b2f6508b1548d6a5d0e0017bcccab4 ffe00a0884fb471296a966a2b9771461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1996] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/subnets/7607f0eb-3e2f-40d2-b525-1fd0976ff83e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1997] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:02 2026] DELETE /v2.0/security-groups/b71d0d84-abd5-4fb7-8524-1daa5f182ed3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:03.185 7 INFO neutron.services.segments.plugin [-] Segment fcc945e4-1d80-49be-8340-add99a0947e6 resource provider aggregate not found 2026-04-02 04:48:03.189 7 INFO neutron.services.segments.plugin [-] Segment fcc945e4-1d80-49be-8340-add99a0947e6 resource provider aggregate not found 2026-04-02 04:48:03.200 7 INFO neutron.services.segments.plugin [-] Segment fcc945e4-1d80-49be-8340-add99a0947e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcc945e4-1d80-49be-8340-add99a0947e6 found for delete ", "request_id": "req-43e0a84e-535c-4d6b-be4c-f14215c0277d"}]} 2026-04-02 04:48:03.200 7 INFO neutron.services.segments.plugin [-] Segment fcc945e4-1d80-49be-8340-add99a0947e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcc945e4-1d80-49be-8340-add99a0947e6 found for delete ", "request_id": "req-782f1784-6c15-4ba3-9e12-9ea690d417ca"}]} [pid: 8|app: 0|req: 952/1998] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:03 2026] GET /v2.0/security-groups?tenant_id=ffe00a0884fb471296a966a2b9771461&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1999] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:03 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 1047/2000] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:03 2026] DELETE /v2.0/security-groups/5a9b3929-c068-4275-8ad0-b18dc2881d96 => 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: 954/2001] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:04 2026] GET /v2.0/ports?device_id=cff35817-4584-46b8-8037-d56231839afd => 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: 1048/2002] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:48:05 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2003] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:48:05 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&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: 1049/2004] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:48:05 2026] POST /v2.0/subnetpools => generated 549 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2005] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:05 2026] GET /v2.0/subnetpools/adc8dee0-048f-4197-bc13-ad843b9ebe2c => generated 549 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2006] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:05 2026] PUT /v2.0/subnetpools/adc8dee0-048f-4197-bc13-ad843b9ebe2c => generated 501 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2007] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:05 2026] DELETE /v2.0/subnetpools/adc8dee0-048f-4197-bc13-ad843b9ebe2c => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:05.781 7 INFO neutron.api.v2.resource [None req-1ba6ef39-00ef-4de4-bad4-0cf25f7cebde 6ce18c3a7fc449fb9b6fbba9eef25ebc 78fcf807b80942e0aac0c7ca8ba64f93 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/2008] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:05 2026] GET /v2.0/subnetpools/adc8dee0-048f-4197-bc13-ad843b9ebe2c => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:48:05.796 8 INFO neutron.api.v2.resource [None req-a7b89986-89ec-44e9-8c8d-ce0f27a068c0 6ce18c3a7fc449fb9b6fbba9eef25ebc 78fcf807b80942e0aac0c7ca8ba64f93 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 958/2009] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:05 2026] DELETE /v2.0/subnetpools/adc8dee0-048f-4197-bc13-ad843b9ebe2c => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2010] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:05 2026] DELETE /v2.0/security-groups/b2970b6e-48e7-4ea5-9553-146716fc1524 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:06.111 8 INFO neutron.api.v2.resource [None req-fdd78a7c-d160-4952-b0b1-990e9f1cad73 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/2011] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:48:06 2026] GET /v2.0/security-groups/b2970b6e-48e7-4ea5-9553-146716fc1524 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:48:06.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff501ea9-a49b-4da0-928f-1bd0062c1e83 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] TaaS: Handle Delete Port: af18fe58-7d70-4019-8b84-c155c4e36aa0 2026-04-02 04:48:06.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff501ea9-a49b-4da0-928f-1bd0062c1e83 31e36fea3e0f4959ad4e1439191862c6 b888fc45877b46b2b70aa6808a2469e7 - - default default] Tap Mirror: Handle Delete Port: af18fe58-7d70-4019-8b84-c155c4e36aa0 [pid: 7|app: 0|req: 1053/2012] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:06 2026] DELETE /v2.0/floatingips/969890c2-a9f7-42ff-b20d-eb3453232957 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2013] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:06 2026] DELETE /v2.0/security-groups/4032e2d8-1e0a-4b5b-98e6-f1537bfdfb0c => 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: 960/2014] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:06 2026] GET /v2.0/security-groups?tenant_id=78fcf807b80942e0aac0c7ca8ba64f93&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:06.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-f880de46-449a-4eeb-bd50-9aa8c78a72a9 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 4103ea52-1a61-44dc-a2ab-c1c1532fadb2 2026-04-02 04:48:06.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f880de46-449a-4eeb-bd50-9aa8c78a72a9 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 4103ea52-1a61-44dc-a2ab-c1c1532fadb2 [pid: 8|app: 0|req: 961/2015] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:06 2026] DELETE /v2.0/security-groups/0adb6bcb-b29a-4a4e-9f0f-f31325203ccc => generated 0 bytes in 556 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2016] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:48:06 2026] PUT /v2.0/routers/36ff785b-01d7-41a4-8166-dbc33679d1a2/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:07.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a257927-9eaf-41c0-bb99-18cec8523054 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: d30b952b-bd7c-4c69-9760-abac99c5aabd 2026-04-02 04:48:07.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a257927-9eaf-41c0-bb99-18cec8523054 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: d30b952b-bd7c-4c69-9760-abac99c5aabd 2026-04-02 04:48:07.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a257927-9eaf-41c0-bb99-18cec8523054 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 3c8a825e-ac18-466b-bfb3-61bdcee29670 2026-04-02 04:48:07.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a257927-9eaf-41c0-bb99-18cec8523054 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 3c8a825e-ac18-466b-bfb3-61bdcee29670 2026-04-02 04:48:08.070 8 INFO neutron.services.segments.plugin [-] Segment 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 resource provider aggregate not found 2026-04-02 04:48:08.081 8 INFO neutron.services.segments.plugin [-] Segment 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 resource provider aggregate not found 2026-04-02 04:48:08.089 8 INFO neutron.services.segments.plugin [-] Segment 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 found for delete ", "request_id": "req-900242ef-9c96-4bac-867b-e6cf9291ba31"}]} 2026-04-02 04:48:08.096 8 INFO neutron.services.segments.plugin [-] Segment 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e2cf827-fd5a-4dc2-a9df-4d0d7cfa6245 found for delete ", "request_id": "req-e569dad5-2a0e-4735-9a44-953f8321893b"}]} 2026-04-02 04:48:08.104 8 INFO neutron.db.l3_hamode_db [None req-3a257927-9eaf-41c0-bb99-18cec8523054 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 6d5bea7d-f565-47ae-9589-9e4ae3d34874 was deleted as no HA routers are present in tenant b888fc45877b46b2b70aa6808a2469e7. [pid: 8|app: 0|req: 962/2019] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:07 2026] DELETE /v2.0/routers/36ff785b-01d7-41a4-8166-dbc33679d1a2 => generated 0 bytes in 695 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2020] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:08 2026] DELETE /v2.0/subnets/bd807efa-3bf8-4fdc-adbf-3725dc97904e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:08.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f5f0cba-7243-4155-a97a-dfe572330719 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 2c4352ce-bcf6-40dd-82f4-b3b42ab180a1 2026-04-02 04:48:08.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f5f0cba-7243-4155-a97a-dfe572330719 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 2c4352ce-bcf6-40dd-82f4-b3b42ab180a1 [pid: 8|app: 0|req: 963/2021] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:08 2026] DELETE /v2.0/networks/55ad3440-c6b2-4d4b-8d59-f15f95742449 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2022] 10.0.0.155 () {32 vars in 623 bytes} [Thu Apr 2 04:48:08 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-02 04:48:08.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-89dff7c7-943e-463a-8518-b31692fbee46 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: fc69120c-2a58-4b5c-a0dc-dbd81b25d019 2026-04-02 04:48:08.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89dff7c7-943e-463a-8518-b31692fbee46 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: fc69120c-2a58-4b5c-a0dc-dbd81b25d019 [pid: 8|app: 0|req: 965/2023] 10.0.0.155 () {32 vars in 633 bytes} [Thu Apr 2 04:48:08 2026] GET /v2.0/ => generated 632 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2024] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:48:08 2026] PUT /v2.0/routers/742d4dd0-afcb-4eed-a59a-182e96a0ccb0/remove_router_interface => generated 309 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2025] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:09 2026] GET /v2.0/security-groups?tenant_id=0468b1906f6e4ca0a6ad8dda30da687f&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:09.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ccdc1ba-f001-4713-a244-8a82e3d0baf5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: e69fdece-c3c9-4401-81f7-fa14936a34a7 2026-04-02 04:48:09.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ccdc1ba-f001-4713-a244-8a82e3d0baf5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: e69fdece-c3c9-4401-81f7-fa14936a34a7 [pid: 8|app: 0|req: 967/2026] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:09 2026] DELETE /v2.0/security-groups/d5364492-7ce0-47a0-8e3b-575716e29a38 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:09.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ccdc1ba-f001-4713-a244-8a82e3d0baf5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 14421842-661c-4f62-9a45-d78728ba291c 2026-04-02 04:48:09.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ccdc1ba-f001-4713-a244-8a82e3d0baf5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 14421842-661c-4f62-9a45-d78728ba291c 2026-04-02 04:48:10.112 8 INFO neutron.services.segments.plugin [-] Segment 73442c00-7403-408b-84fe-53d4f886a443 resource provider aggregate not found 2026-04-02 04:48:10.116 8 INFO neutron.services.segments.plugin [-] Segment 73442c00-7403-408b-84fe-53d4f886a443 resource provider aggregate not found 2026-04-02 04:48:10.134 8 INFO neutron.services.segments.plugin [-] Segment 73442c00-7403-408b-84fe-53d4f886a443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73442c00-7403-408b-84fe-53d4f886a443 found for delete ", "request_id": "req-1b2c201c-3a97-49f1-ad5e-450044161a1b"}]} 2026-04-02 04:48:10.136 8 INFO neutron.services.segments.plugin [-] Segment 73442c00-7403-408b-84fe-53d4f886a443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73442c00-7403-408b-84fe-53d4f886a443 found for delete ", "request_id": "req-798811ba-f561-4182-bf5c-bf42316d679e"}]} 2026-04-02 04:48:10.143 7 INFO neutron.services.segments.plugin [-] Segment 4aaf8bb7-b269-4900-a9da-6e0f7881275e resource provider aggregate not found 2026-04-02 04:48:10.147 7 INFO neutron.services.segments.plugin [-] Segment 4aaf8bb7-b269-4900-a9da-6e0f7881275e resource provider aggregate not found 2026-04-02 04:48:10.161 7 INFO neutron.db.l3_hamode_db [None req-2ccdc1ba-f001-4713-a244-8a82e3d0baf5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] HA network 4b43a2fd-a57d-4a91-af41-b2477d4ef846 was deleted as no HA routers are present in tenant a212391d759a4d829814be957619a75f. 2026-04-02 04:48:10.165 7 INFO neutron.services.segments.plugin [-] Segment 4aaf8bb7-b269-4900-a9da-6e0f7881275e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aaf8bb7-b269-4900-a9da-6e0f7881275e found for delete ", "request_id": "req-d33340b9-99eb-4d47-abe0-8e1054ee1221"}]} 2026-04-02 04:48:10.168 7 INFO neutron.services.segments.plugin [-] Segment 4aaf8bb7-b269-4900-a9da-6e0f7881275e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aaf8bb7-b269-4900-a9da-6e0f7881275e found for delete ", "request_id": "req-66d10eb5-c78b-417a-a588-07695764a5a2"}]} [pid: 7|app: 0|req: 1060/2027] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:09 2026] DELETE /v2.0/routers/742d4dd0-afcb-4eed-a59a-182e96a0ccb0 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2028] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:10 2026] DELETE /v2.0/subnets/1773babc-02b1-4618-83f2-49f927dc6807 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:10.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-110b5c87-ba68-458d-b591-bd3b8f1ea2d5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: ce26a8aa-91c0-454a-8ab7-623362a9ec86 2026-04-02 04:48:10.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-110b5c87-ba68-458d-b591-bd3b8f1ea2d5 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: ce26a8aa-91c0-454a-8ab7-623362a9ec86 [pid: 7|app: 0|req: 1061/2029] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:10 2026] DELETE /v2.0/networks/18ed6146-dd46-4845-a161-8faaa719fe57 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2030] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:10 2026] GET /v2.0/security-groups?tenant_id=b888fc45877b46b2b70aa6808a2469e7&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: 1062/2031] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:10 2026] DELETE /v2.0/security-groups/bcd54323-0640-4f05-ad8c-f6ff1a3ac1a8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2032] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:11 2026] GET /v2.0/security-groups?tenant_id=a212391d759a4d829814be957619a75f&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2033] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:11 2026] DELETE /v2.0/security-groups/22f3a508-9198-4a14-9972-f2ab3962f8a5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:12.187 7 INFO neutron.services.segments.plugin [-] Segment 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 resource provider aggregate not found 2026-04-02 04:48:12.187 7 INFO neutron.services.segments.plugin [-] Segment 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 resource provider aggregate not found 2026-04-02 04:48:12.207 7 INFO neutron.services.segments.plugin [-] Segment 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 found for delete ", "request_id": "req-e52302e8-c903-477a-a77d-3ccdb0d72813"}]} 2026-04-02 04:48:12.209 7 INFO neutron.services.segments.plugin [-] Segment 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31824ff5-e336-4f2f-bfc4-0e52c6aa17c8 found for delete ", "request_id": "req-de67fdf2-baba-4d59-ac3f-13446ce83d13"}]} [pid: 8|app: 0|req: 971/2034] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:12 2026] GET /v2.0/security-groups?tenant_id=35a7149fb36b43dc8a7e9aef1e03268a&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2035] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:13 2026] DELETE /v2.0/security-groups/7519421b-e847-4caa-b291-08c1bdf59ca0 => 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: 972/2036] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:15 2026] POST /v2.0/floatingips => generated 552 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2037] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:15 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: 1066/2038] 10.0.0.155 () {32 vars in 826 bytes} [Thu Apr 2 04:48:16 2026] GET /v2.0/ports?project_id=598bdef4a35743f8b42579e0df833b13&network_id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 3695 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2039] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:16 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2040] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:48:17 2026] GET /v2.0/subnets?network_id=0a7c3cfd-40fc-4695-a39b-e75c4de46023 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2041] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:16 2026] POST /v2.0/floatingips => generated 552 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:17.494 8 INFO neutron.db.l3_db [None req-62fae2e9-be4c-431f-894e-497af36cbcb8 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Floating IP 2ce85a3d-d732-4fa2-9792-0aa958f522ac disassociated. External IP: 10.96.250.202, port: f15d5c16-4821-422b-897c-87417f6749d5. [pid: 8|app: 0|req: 975/2042] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:17 2026] PUT /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 554 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:17.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caf8f023-8d27-4397-99c7-258656036232'] response: {'name': 'network-changed', 'server_uuid': 'ed9c0e9a-a19b-4244-842b-2863c5cfd48a', 'tag': 'f15d5c16-4821-422b-897c-87417f6749d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1068/2043] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:17 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: 7|app: 0|req: 1069/2044] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:17 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:17.966 8 INFO neutron.db.segments_db [None req-8472aaf2-152b-4f1d-aefa-84f5364557c3 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Added segment c78a21e8-f96a-4e6e-a5b9-27e57c70da92 of type vxlan for network 1105f3c7-1737-4715-b3c0-1187864faef8 [pid: 7|app: 0|req: 1070/2045] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:17 2026] PUT /v2.0/floatingips/2f3cc9ae-684d-485a-89ad-b8a17d9d5f09/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2046] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:17 2026] PUT /v2.0/floatingips/3dd140c0-f83b-47f3-8103-2d0f3b5e5589/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2047] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:18 2026] PUT /v2.0/floatingips/a0dc3ecf-5dce-492a-93a0-b7e63bd41223/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2048] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:18 2026] PUT /v2.0/floatingips/391b9a22-ec08-4e98-9b66-11b7755cf754/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:18.174 8 INFO neutron.db.l3_hamode_db [None req-8472aaf2-152b-4f1d-aefa-84f5364557c3 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1074/2049] 10.0.0.155 () {32 vars in 672 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2050] 10.0.0.155 () {32 vars in 686 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:18.283 8 INFO neutron.db.l3_hamode_db [None req-8472aaf2-152b-4f1d-aefa-84f5364557c3 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1076/2051] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2052] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2053] 10.0.0.155 () {32 vars in 680 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2054] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2055] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2056] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 756 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2057] 10.0.0.155 () {32 vars in 690 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2058] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f15d5c16-4821-422b-897c-87417f6749d5 => 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: 1084/2059] 10.0.0.155 () {32 vars in 702 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2060] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/subnets?id=ef9e815b-3548-44d5-83ca-be5abf64d0df => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:18.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-65c20d70-c8db-420b-aac3-4533f14ee9b3 ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] TaaS: Handle Delete Port: be39550c-dc7a-476c-8542-6ebbcdc9040b 2026-04-02 04:48:18.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c20d70-c8db-420b-aac3-4533f14ee9b3 ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] Tap Mirror: Handle Delete Port: be39550c-dc7a-476c-8542-6ebbcdc9040b [pid: 8|app: 0|req: 976/2061] 10.0.0.155 () {34 vars in 668 bytes} [Thu Apr 2 04:48:17 2026] POST /v2.0/routers => generated 474 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2062] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/ports?network_id=9d57ce6b-69a5-45d8-9200-b40a847dc051&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:18.851 8 INFO neutron.db.l3_hamode_db [None req-6823b4d9-903e-40dc-80ee-468dd05bee7b b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1086/2063] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:18 2026] DELETE /v2.0/floatingips/2f3cc9ae-684d-485a-89ad-b8a17d9d5f09 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2064] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:48:18 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:18.940 8 INFO neutron.db.l3_hamode_db [None req-6823b4d9-903e-40dc-80ee-468dd05bee7b b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:48:19.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0635fad-e2cd-4fc8-bc62-95a39bb0ae65 ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] TaaS: Handle Delete Port: 22807d0f-db36-45c6-876f-f8f1b4b4bef2 2026-04-02 04:48:19.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0635fad-e2cd-4fc8-bc62-95a39bb0ae65 ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] Tap Mirror: Handle Delete Port: 22807d0f-db36-45c6-876f-f8f1b4b4bef2 [pid: 7|app: 0|req: 1088/2065] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:18 2026] DELETE /v2.0/floatingips/3dd140c0-f83b-47f3-8103-2d0f3b5e5589 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2066] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:19 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2067] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:48:19 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:19.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-e190afd1-dcf5-4244-a4bb-4b73e9587eaf ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] TaaS: Handle Delete Port: c233c17b-a909-4426-9295-c235e33e276f 2026-04-02 04:48:19.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e190afd1-dcf5-4244-a4bb-4b73e9587eaf ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] Tap Mirror: Handle Delete Port: c233c17b-a909-4426-9295-c235e33e276f [pid: 8|app: 0|req: 978/2068] 10.0.0.155 () {34 vars in 668 bytes} [Thu Apr 2 04:48:18 2026] POST /v2.0/routers => generated 474 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:19.454 8 INFO neutron.db.l3_hamode_db [None req-5e681529-f98f-49d5-ab07-522f35207d70 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1091/2069] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:19 2026] DELETE /v2.0/floatingips/a0dc3ecf-5dce-492a-93a0-b7e63bd41223 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:19.566 8 INFO neutron.db.l3_hamode_db [None req-5e681529-f98f-49d5-ab07-522f35207d70 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:48:19.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cc8a8ed-cb08-4ff3-86dc-444bc00918da ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] TaaS: Handle Delete Port: e3b1ea13-707c-48fb-ba43-5d8f4640a891 2026-04-02 04:48:19.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cc8a8ed-cb08-4ff3-86dc-444bc00918da ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] Tap Mirror: Handle Delete Port: e3b1ea13-707c-48fb-ba43-5d8f4640a891 [pid: 7|app: 0|req: 1092/2070] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:19 2026] DELETE /v2.0/floatingips/391b9a22-ec08-4e98-9b66-11b7755cf754 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:19.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fa3937d-8ca7-4b67-bd50-f2e999f4a588 ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] TaaS: Handle Delete Port: 4827be69-95de-4d59-b4a7-2a15bf9db46d 2026-04-02 04:48:19.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fa3937d-8ca7-4b67-bd50-f2e999f4a588 ba0da2f62bd941e495f0ac263547bb0a 0ab302cf8d664042a96682e8c90c7fdb - - default default] Tap Mirror: Handle Delete Port: 4827be69-95de-4d59-b4a7-2a15bf9db46d [pid: 7|app: 0|req: 1093/2071] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:19 2026] DELETE /v2.0/floatingips/a6d5be70-e940-4fba-b31d-eb08f78fb0cd => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2072] 10.0.0.155 () {34 vars in 668 bytes} [Thu Apr 2 04:48:19 2026] POST /v2.0/routers => generated 474 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:20.163 7 INFO neutron.db.l3_hamode_db [None req-9499a4bd-e70b-43a6-85e0-ff18cb2165de b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:48:20.277 7 INFO neutron.db.l3_hamode_db [None req-9499a4bd-e70b-43a6-85e0-ff18cb2165de b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 980/2073] 10.0.0.155 () {34 vars in 685 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/security-groups => generated 1675 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2074] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2075] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2076] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2077] 10.0.0.155 () {34 vars in 668 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/routers => generated 474 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2078] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:20.842 8 INFO neutron.db.l3_hamode_db [None req-526b392c-b643-4508-be97-a3a67e42ad8a b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 04:48:20.941 8 INFO neutron.db.l3_hamode_db [None req-526b392c-b643-4508-be97-a3a67e42ad8a b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1095/2079] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:20 2026] GET /v2.0/security-groups?tenant_id=dadfd6b6d8d849c1910299d3548db40f&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:21.117 7 INFO neutron.db.securitygroups_db [None req-948379e2-90d7-403c-a59b-54275059749c ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Project 598bdef4a35743f8b42579e0df833b13 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: 1096/2080] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:48:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2081] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:21 2026] DELETE /v2.0/security-groups/7f28ad4d-389b-4ee1-a181-4bfc2e7884d3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:21.320 7 INFO neutron.db.securitygroups_db [None req-919a8c2f-b641-4105-b72c-ac91aeae5f1c ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Project 598bdef4a35743f8b42579e0df833b13 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: 1098/2082] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:48:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2083] 10.0.0.155 () {34 vars in 668 bytes} [Thu Apr 2 04:48:20 2026] POST /v2.0/routers => generated 474 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2084] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:21 2026] GET /v2.0/security-groups?tenant_id=f71c1540b43046cfb3d8a149b30818a3&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2085] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:48:21 2026] PUT /v2.0/routers/2085871d-2d32-4742-9831-ee4a86daceb7/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2086] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:21 2026] DELETE /v2.0/security-groups/17ed1d72-b4e0-46f1-8007-c2c570a1b35c => 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: 987/2087] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:48:21 2026] PUT /v2.0/routers/87bf61a7-593c-4085-aa54-f392ab080ec3/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2088] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:48:21 2026] PUT /v2.0/routers/27e241eb-2b7f-4d58-ba7f-ea23070e2366/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2089] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:48:21 2026] PUT /v2.0/routers/2fc547f6-8e3d-44aa-9e19-50c6912a00ae/tags => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2090] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:21 2026] GET /v2.0/security-groups?tenant_id=0ab302cf8d664042a96682e8c90c7fdb&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2091] 10.0.0.155 () {32 vars in 664 bytes} [Thu Apr 2 04:48:21 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2092] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:48:21 2026] GET /v2.0/networks => generated 1297 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2093] 10.0.0.155 () {32 vars in 678 bytes} [Thu Apr 2 04:48:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2094] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:21 2026] DELETE /v2.0/security-groups/3a92be5e-9040-40ae-a968-26d5288e17b1 => 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: 991/2095] 10.0.0.49 () {34 vars in 1099 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1344960957&fields=id&tenant_id=598bdef4a35743f8b42579e0df833b13 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2096] 10.0.0.155 () {32 vars in 674 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2097] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2098] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/quotas/598bdef4a35743f8b42579e0df833b13 => 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: 1106/2099] 10.0.0.155 () {32 vars in 686 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2100] 10.0.0.155 () {32 vars in 672 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2101] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&fields=id => generated 149 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2102] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 1108/2103] 10.0.0.155 () {32 vars in 686 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2104] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 1109/2105] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2106] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2109] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1111/2110] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:22 2026] GET /v2.0/routers/2085871d-2d32-4742-9831-ee4a86daceb7 => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2111] 10.0.0.155 () {34 vars in 742 bytes} [Thu Apr 2 04:48:22 2026] PUT /v2.0/routers/2085871d-2d32-4742-9831-ee4a86daceb7 => generated 485 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2112] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:23 2026] GET /v2.0/ports?device_id=2085871d-2d32-4742-9831-ee4a86daceb7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:23.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e0dfaa5-e540-446f-b5d8-0741f269dda2 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] TaaS: Handle Delete Port: 4cddcae2-4219-4c43-8131-adf861d5318e 2026-04-02 04:48:23.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e0dfaa5-e540-446f-b5d8-0741f269dda2 b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Tap Mirror: Handle Delete Port: 4cddcae2-4219-4c43-8131-adf861d5318e [pid: 8|app: 0|req: 1001/2113] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:23 2026] DELETE /v2.0/routers/2085871d-2d32-4742-9831-ee4a86daceb7 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2114] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:23 2026] GET /v2.0/routers/87bf61a7-593c-4085-aa54-f392ab080ec3 => generated 493 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2115] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:23 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1002/2116] 10.0.0.155 () {34 vars in 742 bytes} [Thu Apr 2 04:48:23 2026] PUT /v2.0/routers/87bf61a7-593c-4085-aa54-f392ab080ec3 => generated 493 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2117] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:24 2026] GET /v2.0/ports?device_id=87bf61a7-593c-4085-aa54-f392ab080ec3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:24.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d6ca03f-8215-4c33-affa-19ce3811c85e b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] TaaS: Handle Delete Port: 5817c3cf-7d92-4357-a29e-93b4b911e740 2026-04-02 04:48:24.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d6ca03f-8215-4c33-affa-19ce3811c85e b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Tap Mirror: Handle Delete Port: 5817c3cf-7d92-4357-a29e-93b4b911e740 [pid: 8|app: 0|req: 1003/2118] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:24 2026] DELETE /v2.0/routers/87bf61a7-593c-4085-aa54-f392ab080ec3 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2119] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:24 2026] GET /v2.0/routers/27e241eb-2b7f-4d58-ba7f-ea23070e2366 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2120] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:24 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1004/2121] 10.0.0.155 () {34 vars in 742 bytes} [Thu Apr 2 04:48:24 2026] PUT /v2.0/routers/27e241eb-2b7f-4d58-ba7f-ea23070e2366 => generated 502 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2122] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:25 2026] GET /v2.0/ports?device_id=27e241eb-2b7f-4d58-ba7f-ea23070e2366 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:25.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-53efd432-3224-4bbe-8eaf-0e5f1c4ebe4c b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] TaaS: Handle Delete Port: 12ab3e43-02b4-47a3-bc71-4983c4d9e945 2026-04-02 04:48:25.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53efd432-3224-4bbe-8eaf-0e5f1c4ebe4c b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Tap Mirror: Handle Delete Port: 12ab3e43-02b4-47a3-bc71-4983c4d9e945 [pid: 8|app: 0|req: 1005/2123] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:25 2026] DELETE /v2.0/routers/27e241eb-2b7f-4d58-ba7f-ea23070e2366 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2124] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:25 2026] GET /v2.0/routers/2fc547f6-8e3d-44aa-9e19-50c6912a00ae => generated 487 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2125] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:25 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1006/2126] 10.0.0.155 () {34 vars in 742 bytes} [Thu Apr 2 04:48:25 2026] PUT /v2.0/routers/2fc547f6-8e3d-44aa-9e19-50c6912a00ae => generated 487 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2127] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:25 2026] GET /v2.0/ports?device_id=2fc547f6-8e3d-44aa-9e19-50c6912a00ae => 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: 1121/2128] 10.0.0.155 () {34 vars in 678 bytes} [Thu Apr 2 04:48:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2129] 10.0.0.155 () {34 vars in 678 bytes} [Thu Apr 2 04:48:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2130] 10.0.0.155 () {34 vars in 678 bytes} [Thu Apr 2 04:48:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:26.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-58495959-aad4-4fda-b5fe-096e0591b51b b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] TaaS: Handle Delete Port: a6163c91-879a-45cd-ab84-a7165c7b5994 2026-04-02 04:48:26.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58495959-aad4-4fda-b5fe-096e0591b51b b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Tap Mirror: Handle Delete Port: a6163c91-879a-45cd-ab84-a7165c7b5994 [pid: 7|app: 0|req: 1124/2131] 10.0.0.155 () {34 vars in 678 bytes} [Thu Apr 2 04:48:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2132] 10.0.0.155 () {34 vars in 678 bytes} [Thu Apr 2 04:48:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2133] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:26 2026] PUT /v2.0/policies/372ab6ad-b001-45bd-a7f0-8e521218c16f/tags => generated 17 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2134] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:25 2026] DELETE /v2.0/routers/2fc547f6-8e3d-44aa-9e19-50c6912a00ae => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2135] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:26 2026] PUT /v2.0/policies/7340cd73-872e-44ea-ad95-4cad21d351f9/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: 1009/2136] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:48:26 2026] GET /v2.0/routers/5ff8fce5-0d9a-4369-b3c1-872dba966953 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2137] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:26 2026] PUT /v2.0/policies/8096db2f-35e3-4769-bf44-9fcfc7b85b61/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: 1129/2138] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:26 2026] PUT /v2.0/policies/76d04bc0-6d92-4f9f-9b15-016f91b90a31/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2139] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:48:26 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2140] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:26 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1010/2141] 10.0.0.155 () {34 vars in 742 bytes} [Thu Apr 2 04:48:26 2026] PUT /v2.0/routers/5ff8fce5-0d9a-4369-b3c1-872dba966953 => generated 480 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2142] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:48:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=598bdef4a35743f8b42579e0df833b13 => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2143] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:26 2026] GET /v2.0/ports?device_id=5ff8fce5-0d9a-4369-b3c1-872dba966953 => 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: 1132/2144] 10.0.0.155 () {32 vars in 674 bytes} [Thu Apr 2 04:48:26 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:27.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-f406bf6d-a301-4c67-9ffe-c6616aeabbfd b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] TaaS: Handle Delete Port: 935bbb02-6a9d-4770-ba7f-5a0aaf94a8f6 2026-04-02 04:48:27.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f406bf6d-a301-4c67-9ffe-c6616aeabbfd b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] Tap Mirror: Handle Delete Port: 935bbb02-6a9d-4770-ba7f-5a0aaf94a8f6 [pid: 8|app: 0|req: 1013/2145] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:48:26 2026] POST /v2.0/ports => generated 958 bytes in 308 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: 1014/2146] 10.0.0.155 () {32 vars in 688 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:27.525 7 INFO neutron.services.segments.plugin [-] Segment c78a21e8-f96a-4e6e-a5b9-27e57c70da92 resource provider aggregate not found 2026-04-02 04:48:27.532 7 INFO neutron.services.segments.plugin [-] Segment c78a21e8-f96a-4e6e-a5b9-27e57c70da92 resource provider aggregate not found 2026-04-02 04:48:27.546 7 INFO neutron.services.segments.plugin [-] Segment c78a21e8-f96a-4e6e-a5b9-27e57c70da92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78a21e8-f96a-4e6e-a5b9-27e57c70da92 found for delete ", "request_id": "req-54ec8dc6-11f5-4aae-a3ca-f1257bf11267"}]} 2026-04-02 04:48:27.551 7 INFO neutron.services.segments.plugin [-] Segment c78a21e8-f96a-4e6e-a5b9-27e57c70da92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78a21e8-f96a-4e6e-a5b9-27e57c70da92 found for delete ", "request_id": "req-7bca203a-efe5-4332-bb01-bcbbaf5c140e"}]} 2026-04-02 04:48:27.556 7 INFO neutron.db.l3_hamode_db [None req-f406bf6d-a301-4c67-9ffe-c6616aeabbfd b9f2ee4381634f0aa462885309c1ba38 8b4929bab172423db5a4a4c893635e37 - - default default] HA network 1105f3c7-1737-4715-b3c0-1187864faef8 was deleted as no HA routers are present in tenant 8b4929bab172423db5a4a4c893635e37. [pid: 7|app: 0|req: 1133/2147] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:48:27 2026] DELETE /v2.0/routers/5ff8fce5-0d9a-4369-b3c1-872dba966953 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2148] 10.0.0.155 () {32 vars in 684 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2149] 10.0.0.155 () {32 vars in 696 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2150] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2151] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:48:27 2026] PUT /v2.0/ports/2bf11453-f51a-44b0-a2b2-379db4f0dd5e => generated 1239 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2152] 10.0.0.155 () {32 vars in 696 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 04:48:27.807 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df477dc7-c2cc-4c8f-b93b-e29581d23fd2'] response: {'name': 'network-changed', 'server_uuid': '1e70e3c4-6023-467e-ab06-3e0bc7e40b4f', 'tag': '2bf11453-f51a-44b0-a2b2-379db4f0dd5e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1016/2153] 10.0.0.155 () {32 vars in 692 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2154] 10.0.0.155 () {32 vars in 704 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2155] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:48:27 2026] DELETE /v2.0/qos/policies/372ab6ad-b001-45bd-a7f0-8e521218c16f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2156] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:27 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2157] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:48:28 2026] DELETE /v2.0/qos/policies/7340cd73-872e-44ea-ad95-4cad21d351f9 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2158] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:28 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1019/2159] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:48:28 2026] DELETE /v2.0/qos/policies/8096db2f-35e3-4769-bf44-9fcfc7b85b61 => 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: 1141/2160] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:48:28 2026] DELETE /v2.0/qos/policies/76d04bc0-6d92-4f9f-9b15-016f91b90a31 => 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: 1020/2161] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:48:28 2026] DELETE /v2.0/qos/policies/665c2b4d-7bc0-4de0-9437-a83d68ff2f30 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2162] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:48:28 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2163] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:48:28 2026] GET /v2.0/networks?tenant_id=598bdef4a35743f8b42579e0df833b13&shared=False => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2164] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:48:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2165] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:28 2026] GET /v2.0/security-groups?tenant_id=f12c979c8dcf4e6f935626624ddfb050&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2166] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:28 2026] DELETE /v2.0/security-groups/87d4c5ef-a5fd-49a6-b11b-b543f41df1c7 => 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: 1023/2167] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:28 2026] GET /v2.0/security-groups?tenant_id=de315fef09bc4eef83d5c34fbd057da6&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2168] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:29 2026] DELETE /v2.0/security-groups/b0fdc3d5-aab4-4f5c-a829-11ed7d70a1a2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2169] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2170] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2171] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/security-groups?tenant_id=4ee5f0a2884f4295b93043bcd86f623b&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2172] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/security-groups?tenant_id=8b4929bab172423db5a4a4c893635e37&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2173] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:29 2026] DELETE /v2.0/security-groups/dae08531-8541-4ca9-9984-7b91f8dafeae => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2174] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:29 2026] DELETE /v2.0/security-groups/6e3485cf-7e3c-4269-a291-91f6e361398a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2175] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2176] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2bf11453-f51a-44b0-a2b2-379db4f0dd5e => 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: 1027/2177] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/subnets?id=ef9e815b-3548-44d5-83ca-be5abf64d0df => 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: 1151/2178] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/ports?network_id=9d57ce6b-69a5-45d8-9200-b40a847dc051&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: 1152/2179] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 1153/2180] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2181] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:29 2026] GET /v2.0/security-groups?tenant_id=72fc6f5d32a14f6085e6ee104b8fb8ea&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: 1154/2182] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:29 2026] DELETE /v2.0/security-groups/40ada36c-a54a-4e5f-8f18-61612946b7ca => 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: 1029/2183] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:30 2026] GET /v2.0/security-groups?tenant_id=49767d7deb3448e7a0bbe35d6653e6c7&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2184] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:30 2026] DELETE /v2.0/security-groups/4e746044-eded-4b15-aec3-0217dcb9104b => 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: 1030/2185] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:30 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2186] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:30 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1031/2187] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:31 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2188] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:31 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1032/2189] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:32 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2190] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:32 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1159/2191] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:33 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2192] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:33 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1033/2193] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:48:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2194] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:48:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2195] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:48:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2196] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:48:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 04:48:34.595 7 INFO neutron.db.segments_db [None req-6b85d396-7501-4955-a4f1-d900edcc516e 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Added segment 538d74c3-3027-4d85-9347-9f0a4aa6fa32 of type vxlan for network fcd78344-df3f-46cb-9e0f-cbe45d193bd7 [pid: 8|app: 0|req: 1036/2197] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:48:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2198] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:34 2026] POST /v2.0/networks => generated 613 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2199] 10.0.0.155 () {34 vars in 767 bytes} [Thu Apr 2 04:48:34 2026] PUT /v2.0/security-groups/13db0476-c150-4d49-aaa8-8f490d52af43/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2200] 10.0.0.155 () {34 vars in 767 bytes} [Thu Apr 2 04:48:34 2026] PUT /v2.0/security-groups/2bf9a542-cae8-4069-ac36-f15cffbd9ac1/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: 1039/2201] 10.0.0.155 () {34 vars in 767 bytes} [Thu Apr 2 04:48:34 2026] PUT /v2.0/security-groups/7dfb9e02-07d3-4343-b116-6deeaebace7b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2202] 10.0.0.155 () {34 vars in 767 bytes} [Thu Apr 2 04:48:34 2026] PUT /v2.0/security-groups/2794882d-2c03-40e4-a9db-449081167174/tags => 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: 1041/2203] 10.0.0.155 () {32 vars in 680 bytes} [Thu Apr 2 04:48:34 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2204] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:48:34 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2205] 10.0.0.155 () {32 vars in 690 bytes} [Thu Apr 2 04:48:34 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2206] 10.0.0.155 () {32 vars in 702 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2207] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:48:34 2026] POST /v2.0/ports => generated 743 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1045/2208] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2209] 10.0.0.155 () {32 vars in 688 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2210] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1166/2211] 10.0.0.155 () {32 vars in 702 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2212] 10.0.0.155 () {32 vars in 698 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2213] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2214] 10.0.0.155 () {34 vars in 666 bytes} [Thu Apr 2 04:48:35 2026] POST /v2.0/trunks => generated 407 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2215] 10.0.0.155 () {32 vars in 710 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:35.356 7 INFO neutron.db.segments_db [None req-0bd0d0d6-8290-4457-9cf4-f72675b304bb 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Added segment 677818f2-f64b-49e3-98d9-808e4b32ba1d of type vxlan for network 77170bf5-ecd1-47fd-ba4b-fb3df7c67d3a [pid: 7|app: 0|req: 1170/2216] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:35 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2217] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:35 2026] DELETE /v2.0/security-groups/13db0476-c150-4d49-aaa8-8f490d52af43 => 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: 1047/2218] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&fields=id&fields=name => generated 114 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2219] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:48:35 2026] POST /v2.0/ports => generated 743 bytes in 276 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: 1048/2220] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:35 2026] DELETE /v2.0/security-groups/2bf9a542-cae8-4069-ac36-f15cffbd9ac1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2221] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:48:35 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2222] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:35 2026] DELETE /v2.0/security-groups/7dfb9e02-07d3-4343-b116-6deeaebace7b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2223] 10.0.0.155 () {34 vars in 666 bytes} [Thu Apr 2 04:48:35 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2224] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:35 2026] DELETE /v2.0/security-groups/2794882d-2c03-40e4-a9db-449081167174 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:36.077 8 INFO neutron.db.segments_db [None req-61ad5328-42ec-4369-a3db-912104dab447 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Added segment 231bbb9d-3aff-4dc8-85e9-94815ab42587 of type vxlan for network 1ee8b6d5-581c-4c46-bdec-47acd011c72d [pid: 8|app: 0|req: 1051/2225] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:36 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2226] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:36 2026] DELETE /v2.0/security-groups/8bbc3ea6-847d-4c9c-930e-864eb19ab77e => 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: 1053/2227] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:48:36 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 04:48:36.715 7 INFO neutron.db.l3_db [None req-a93b725a-8b3e-43ea-af69-15ba13b4499b ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Floating IP 2ce85a3d-d732-4fa2-9792-0aa958f522ac associated. External IP: 10.96.250.202, port: 2bf11453-f51a-44b0-a2b2-379db4f0dd5e. [pid: 8|app: 0|req: 1054/2228] 10.0.0.155 () {34 vars in 666 bytes} [Thu Apr 2 04:48:36 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:36.790 8 INFO neutron.db.segments_db [None req-980ecefc-b7ce-406a-a05e-7a113f1476ca 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Added segment cb92958f-b259-48ec-be05-85cd7c09f2a9 of type vxlan for network 4f10ab9d-fa2a-4ccf-94f2-518c4bab3a0f [pid: 8|app: 0|req: 1055/2229] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:36 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2230] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:35 2026] PUT /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 856 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:37.063 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f31936a1-ed48-4e91-81ed-af1d7d084504'] response: {'name': 'network-changed', 'server_uuid': '1e70e3c4-6023-467e-ab06-3e0bc7e40b4f', 'tag': '2bf11453-f51a-44b0-a2b2-379db4f0dd5e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1176/2231] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2232] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:48:36 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1057/2233] 10.0.0.155 () {34 vars in 666 bytes} [Thu Apr 2 04:48:37 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2234] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/security-groups?tenant_id=1e70dcfb4862450c95bea52bbaaa4e1a&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:37.376 8 INFO neutron.db.segments_db [None req-dce7b77c-3a83-4dd4-a887-dfd25a5cbdf2 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Added segment 2568d4f0-1be5-4816-821f-ec2a3c65b399 of type vxlan for network 1c93ffda-b41d-4d01-be78-473ac8a9cdaf [pid: 8|app: 0|req: 1058/2235] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:37 2026] POST /v2.0/networks => generated 612 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2236] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:37 2026] DELETE /v2.0/security-groups/a1212888-745d-4581-a53f-db4a8d8ae553 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2239] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/ports?tenant_id=598bdef4a35743f8b42579e0df833b13&device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2240] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/networks?id=9d57ce6b-69a5-45d8-9200-b40a847dc051 => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2241] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:48:37 2026] POST /v2.0/ports => generated 743 bytes in 232 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: 1060/2242] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2bf11453-f51a-44b0-a2b2-379db4f0dd5e => generated 859 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2243] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/security-groups?tenant_id=2ea83d5bce294b58829cd8a58d2f0c62&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2244] 10.0.0.155 () {34 vars in 666 bytes} [Thu Apr 2 04:48:37 2026] POST /v2.0/trunks => generated 407 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2245] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/subnets?id=ef9e815b-3548-44d5-83ca-be5abf64d0df => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2246] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:37 2026] PUT /v2.0/trunks/344cfc70-6c73-4b96-8812-555d119c5b18/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: 1062/2247] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:37 2026] DELETE /v2.0/security-groups/80815031-4865-482c-964f-e210bcc8fc0c => 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: 1186/2248] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/ports?network_id=9d57ce6b-69a5-45d8-9200-b40a847dc051&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2249] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:37 2026] PUT /v2.0/trunks/86e891f0-7b68-42f6-a6d4-b10da85bd58b/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2250] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 1064/2251] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:37 2026] PUT /v2.0/trunks/93522032-dfee-4ad0-9c55-a37fd3cd3a9e/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2252] 10.0.0.155 () {34 vars in 749 bytes} [Thu Apr 2 04:48:37 2026] PUT /v2.0/trunks/3cc84754-f935-4194-bc3f-09c9df61bcd5/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2253] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:48:37 2026] GET /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051?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: 1189/2254] 10.0.0.155 () {32 vars in 662 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2255] 10.0.0.155 () {32 vars in 676 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2256] 10.0.0.155 () {32 vars in 672 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2257] 10.0.0.155 () {32 vars in 684 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2258] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 856 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2259] 10.0.0.155 () {32 vars in 670 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2260] 10.0.0.155 () {32 vars in 684 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2261] 10.0.0.155 () {32 vars in 680 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2262] 10.0.0.155 () {32 vars in 692 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2263] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks/344cfc70-6c73-4b96-8812-555d119c5b18 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2264] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/security-groups?tenant_id=7a5850ffa1d9418896118b381c9ba3ae&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2265] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/ports/4a4026ee-6cab-42ad-a2b5-94c59b2e7986 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2266] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:38 2026] DELETE /v2.0/security-groups/76d83862-7e22-44e2-a43e-b43c5fa1ab29 => 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: 1074/2267] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:48:38 2026] DELETE /v2.0/trunks/344cfc70-6c73-4b96-8812-555d119c5b18 => 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: 1194/2268] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks/86e891f0-7b68-42f6-a6d4-b10da85bd58b => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2269] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/ports/68d1e9db-a17d-49f8-a4e1-9625cbbea012 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2270] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:48:38 2026] DELETE /v2.0/trunks/86e891f0-7b68-42f6-a6d4-b10da85bd58b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2271] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks/93522032-dfee-4ad0-9c55-a37fd3cd3a9e => generated 429 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2272] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/ports/8b0d62da-5e88-42b8-a2ec-3d47331f932f => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2273] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:48:38 2026] DELETE /v2.0/trunks/93522032-dfee-4ad0-9c55-a37fd3cd3a9e => 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: 1197/2274] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks/3cc84754-f935-4194-bc3f-09c9df61bcd5 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2275] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/ports/d3f0b47b-da2d-4028-a64c-385cda708589 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2276] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:48:38 2026] DELETE /v2.0/trunks/3cc84754-f935-4194-bc3f-09c9df61bcd5 => 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: 1079/2277] 10.0.0.155 () {32 vars in 719 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/trunks/179eabef-b24d-4202-9246-a4ce96048448 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2278] 10.0.0.155 () {32 vars in 717 bytes} [Thu Apr 2 04:48:38 2026] GET /v2.0/ports/3ae025d6-b6a8-446f-a50e-efbf4c20853b => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2279] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/trunks/179eabef-b24d-4202-9246-a4ce96048448 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2280] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:48:39 2026] GET /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:39.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c8d2a6e-418a-4398-997c-2776df9f89cc 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] TaaS: Handle Delete Port: 4a4026ee-6cab-42ad-a2b5-94c59b2e7986 2026-04-02 04:48:39.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c8d2a6e-418a-4398-997c-2776df9f89cc 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Tap Mirror: Handle Delete Port: 4a4026ee-6cab-42ad-a2b5-94c59b2e7986 [pid: 7|app: 0|req: 1200/2281] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/ports/4a4026ee-6cab-42ad-a2b5-94c59b2e7986 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:39.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9195edf-74fc-4cda-b677-6e26a3a1a77f 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] TaaS: Handle Delete Port: 68d1e9db-a17d-49f8-a4e1-9625cbbea012 2026-04-02 04:48:39.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9195edf-74fc-4cda-b677-6e26a3a1a77f 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Tap Mirror: Handle Delete Port: 68d1e9db-a17d-49f8-a4e1-9625cbbea012 [pid: 8|app: 0|req: 1082/2282] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/ports/68d1e9db-a17d-49f8-a4e1-9625cbbea012 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:39.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d694dcb-e279-4955-9042-5e2e4b49cf28 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] TaaS: Handle Delete Port: 8b0d62da-5e88-42b8-a2ec-3d47331f932f 2026-04-02 04:48:39.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d694dcb-e279-4955-9042-5e2e4b49cf28 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Tap Mirror: Handle Delete Port: 8b0d62da-5e88-42b8-a2ec-3d47331f932f [pid: 7|app: 0|req: 1201/2283] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/ports/8b0d62da-5e88-42b8-a2ec-3d47331f932f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:39.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-b09c2760-0ac7-47db-b7e6-3b90c1117904 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] TaaS: Handle Delete Port: d3f0b47b-da2d-4028-a64c-385cda708589 2026-04-02 04:48:39.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09c2760-0ac7-47db-b7e6-3b90c1117904 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Tap Mirror: Handle Delete Port: d3f0b47b-da2d-4028-a64c-385cda708589 [pid: 8|app: 0|req: 1083/2284] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/ports/d3f0b47b-da2d-4028-a64c-385cda708589 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:39.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-7983ddcd-59fa-44f4-8565-8fc49e8d1daf 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] TaaS: Handle Delete Port: 3ae025d6-b6a8-446f-a50e-efbf4c20853b 2026-04-02 04:48:39.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7983ddcd-59fa-44f4-8565-8fc49e8d1daf 4ab0eeeaf48e46c08c101cf15a8dd32f 889d716467d4483dbef136370c46d372 - - default default] Tap Mirror: Handle Delete Port: 3ae025d6-b6a8-446f-a50e-efbf4c20853b [pid: 7|app: 0|req: 1202/2285] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/ports/3ae025d6-b6a8-446f-a50e-efbf4c20853b => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:40.106 8 INFO neutron.services.segments.plugin [-] Segment 538d74c3-3027-4d85-9347-9f0a4aa6fa32 resource provider aggregate not found 2026-04-02 04:48:40.113 8 INFO neutron.services.segments.plugin [-] Segment 538d74c3-3027-4d85-9347-9f0a4aa6fa32 resource provider aggregate not found 2026-04-02 04:48:40.131 8 INFO neutron.services.segments.plugin [-] Segment 538d74c3-3027-4d85-9347-9f0a4aa6fa32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 538d74c3-3027-4d85-9347-9f0a4aa6fa32 found for delete ", "request_id": "req-7c250432-3d9d-4040-9a35-b1dc5a974370"}]} 2026-04-02 04:48:40.138 8 INFO neutron.services.segments.plugin [-] Segment 538d74c3-3027-4d85-9347-9f0a4aa6fa32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 538d74c3-3027-4d85-9347-9f0a4aa6fa32 found for delete ", "request_id": "req-a952683f-2e97-481d-91f7-ef3b3b294c7c"}]} [pid: 8|app: 0|req: 1084/2286] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:39 2026] DELETE /v2.0/networks/fcd78344-df3f-46cb-9e0f-cbe45d193bd7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:40.261 7 INFO neutron.services.segments.plugin [-] Segment 677818f2-f64b-49e3-98d9-808e4b32ba1d resource provider aggregate not found 2026-04-02 04:48:40.267 7 INFO neutron.services.segments.plugin [-] Segment 677818f2-f64b-49e3-98d9-808e4b32ba1d resource provider aggregate not found 2026-04-02 04:48:40.286 7 INFO neutron.services.segments.plugin [-] Segment 677818f2-f64b-49e3-98d9-808e4b32ba1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 677818f2-f64b-49e3-98d9-808e4b32ba1d found for delete ", "request_id": "req-ee44124b-ff5d-4e13-90c4-873325d4bda8"}]} 2026-04-02 04:48:40.288 7 INFO neutron.services.segments.plugin [-] Segment 677818f2-f64b-49e3-98d9-808e4b32ba1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 677818f2-f64b-49e3-98d9-808e4b32ba1d found for delete ", "request_id": "req-ba703578-b2ce-4997-9a8a-588649c11a69"}]} [pid: 7|app: 0|req: 1203/2287] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:40 2026] DELETE /v2.0/networks/77170bf5-ecd1-47fd-ba4b-fb3df7c67d3a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2288] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:40 2026] DELETE /v2.0/networks/1ee8b6d5-581c-4c46-bdec-47acd011c72d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2289] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:40 2026] DELETE /v2.0/networks/4f10ab9d-fa2a-4ccf-94f2-518c4bab3a0f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2290] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:40 2026] DELETE /v2.0/networks/1c93ffda-b41d-4d01-be78-473ac8a9cdaf => 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: 1205/2291] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:41 2026] GET /v2.0/security-groups?tenant_id=d1e678bc59f44e539c959440b9327d88&name=default => generated 2927 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2292] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:41 2026] DELETE /v2.0/security-groups/6ff2011b-a502-4d77-9022-61bdf9dd5f43 => 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: 1206/2293] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:41 2026] GET /v2.0/security-groups?tenant_id=889d716467d4483dbef136370c46d372&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: 1088/2294] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:41 2026] DELETE /v2.0/security-groups/6ca4d4b4-63a0-4888-a8fb-f67224683e56 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:42.147 8 INFO neutron.services.segments.plugin [-] Segment 231bbb9d-3aff-4dc8-85e9-94815ab42587 resource provider aggregate not found 2026-04-02 04:48:42.153 8 INFO neutron.services.segments.plugin [-] Segment 231bbb9d-3aff-4dc8-85e9-94815ab42587 resource provider aggregate not found 2026-04-02 04:48:42.165 8 INFO neutron.services.segments.plugin [-] Segment 231bbb9d-3aff-4dc8-85e9-94815ab42587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 231bbb9d-3aff-4dc8-85e9-94815ab42587 found for delete ", "request_id": "req-aeb7d8a4-0ffb-4a21-ad11-7f0ca824a5ae"}]} 2026-04-02 04:48:42.168 8 INFO neutron.services.segments.plugin [-] Segment 231bbb9d-3aff-4dc8-85e9-94815ab42587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 231bbb9d-3aff-4dc8-85e9-94815ab42587 found for delete ", "request_id": "req-6972edfb-4ba1-4ba2-8586-3a34f43fce07"}]} 2026-04-02 04:48:42.182 8 INFO neutron.services.segments.plugin [-] Segment 2568d4f0-1be5-4816-821f-ec2a3c65b399 resource provider aggregate not found 2026-04-02 04:48:42.187 8 INFO neutron.services.segments.plugin [-] Segment 2568d4f0-1be5-4816-821f-ec2a3c65b399 resource provider aggregate not found 2026-04-02 04:48:42.198 8 INFO neutron.services.segments.plugin [-] Segment 2568d4f0-1be5-4816-821f-ec2a3c65b399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2568d4f0-1be5-4816-821f-ec2a3c65b399 found for delete ", "request_id": "req-eaf139f6-03b6-4ee8-b69e-0cbdbddadab5"}]} 2026-04-02 04:48:42.208 8 INFO neutron.services.segments.plugin [-] Segment 2568d4f0-1be5-4816-821f-ec2a3c65b399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2568d4f0-1be5-4816-821f-ec2a3c65b399 found for delete ", "request_id": "req-bd7580aa-17a1-41b4-91a8-cf8ea7d2e4fd"}]} [pid: 7|app: 0|req: 1207/2295] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:42 2026] GET /v2.0/security-groups?tenant_id=f982e7c4f23e4db0adfd509b2ac2974e&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:48:42.302 7 INFO neutron.services.segments.plugin [-] Segment cb92958f-b259-48ec-be05-85cd7c09f2a9 resource provider aggregate not found 2026-04-02 04:48:42.312 7 INFO neutron.services.segments.plugin [-] Segment cb92958f-b259-48ec-be05-85cd7c09f2a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb92958f-b259-48ec-be05-85cd7c09f2a9 found for delete ", "request_id": "req-ec9a93d1-75d4-41dd-96ab-65e24fbe3c82"}]} 2026-04-02 04:48:42.313 7 INFO neutron.services.segments.plugin [-] Segment cb92958f-b259-48ec-be05-85cd7c09f2a9 resource provider aggregate not found 2026-04-02 04:48:42.325 7 INFO neutron.services.segments.plugin [-] Segment cb92958f-b259-48ec-be05-85cd7c09f2a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb92958f-b259-48ec-be05-85cd7c09f2a9 found for delete ", "request_id": "req-53cc65d6-089f-4928-b277-f1c2f8dc3dc7"}]} [pid: 8|app: 0|req: 1089/2296] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:42 2026] DELETE /v2.0/security-groups/207fd43e-25ab-4df7-86c1-b7a92fae5adb => 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: 1208/2297] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:42 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: 8|app: 0|req: 1090/2298] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2299] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2300] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2301] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2302] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:42 2026] PUT /v2.0/subnetpools/13d512e8-828e-458c-bef4-433866d72bb7/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2303] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:42 2026] PUT /v2.0/subnetpools/86914f0c-f119-4a15-9fbd-d744ec7ebd53/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2304] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:43 2026] PUT /v2.0/subnetpools/8163236b-b2b9-43ea-b938-a4a815562906/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2305] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:43 2026] PUT /v2.0/subnetpools/7470017e-f16a-4ea3-8581-27d6e58c7898/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2306] 10.0.0.155 () {32 vars in 672 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2307] 10.0.0.155 () {32 vars in 686 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2308] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2309] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2310] 10.0.0.155 () {32 vars in 680 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2311] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2312] 10.0.0.155 () {32 vars in 690 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2313] 10.0.0.155 () {32 vars in 702 bytes} [Thu Apr 2 04:48:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2314] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:43 2026] DELETE /v2.0/subnetpools/13d512e8-828e-458c-bef4-433866d72bb7 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2315] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:43 2026] DELETE /v2.0/subnetpools/86914f0c-f119-4a15-9fbd-d744ec7ebd53 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2316] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:43 2026] DELETE /v2.0/subnetpools/8163236b-b2b9-43ea-b938-a4a815562906 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2317] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:43 2026] DELETE /v2.0/subnetpools/7470017e-f16a-4ea3-8581-27d6e58c7898 => 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: 1100/2318] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:43 2026] DELETE /v2.0/subnetpools/96935346-2264-47f8-81e7-29427fe8e387 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2319] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:44 2026] GET /v2.0/security-groups?tenant_id=e97e2a8a4ab24952947acd110287f76a&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2320] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:44 2026] DELETE /v2.0/security-groups/761c1b8a-4037-4d3d-ac4a-1cfdaf819f1e => 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: 1220/2321] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:44 2026] GET /v2.0/security-groups?tenant_id=b892540abb474ee28a704a42ecc74e59&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2322] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:44 2026] DELETE /v2.0/security-groups/10ed9d19-160e-48a1-a459-fb014940d2a1 => 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: 1221/2323] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:45 2026] GET /v2.0/security-groups?tenant_id=377e20b5ddcb4b01bb89b207b2216e11&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2324] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:45 2026] DELETE /v2.0/security-groups/bafcae17-d4b0-4308-ae9d-adae069a5ffb => 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: 1104/2325] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:48:45 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1105/2326] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:48:45 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1222/2327] 10.0.0.155 () {34 vars in 676 bytes} [Thu Apr 2 04:48:45 2026] POST /v2.0/floatingips => generated 552 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2328] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:46 2026] PUT /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2329] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/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: 1107/2330] 10.0.0.155 () {34 vars in 770 bytes} [Thu Apr 2 04:48:46 2026] PUT /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2331] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/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: 1108/2332] 10.0.0.155 () {34 vars in 766 bytes} [Thu Apr 2 04:48:46 2026] PUT /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2333] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2334] 10.0.0.155 () {34 vars in 788 bytes} [Thu Apr 2 04:48:46 2026] PUT /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2335] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2336] 10.0.0.155 () {34 vars in 759 bytes} [Thu Apr 2 04:48:46 2026] PUT /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/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: 1227/2337] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2338] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:46.881 7 INFO neutron.api.v2.resource [None req-68761604-2f3d-44fd-8b6c-22d1c5126ee3 fa9cf358cad14ae08394a80957d50f49 5a458641cd5b461a84cd322a49743030 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1228/2339] 10.0.0.155 () {32 vars in 751 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2340] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:48:46 2026] DELETE /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/red => 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: 1229/2341] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:46 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:47.031 8 INFO neutron.api.v2.resource [None req-f69f2a4d-4d45-4c8c-8166-3039c4788d06 fa9cf358cad14ae08394a80957d50f49 5a458641cd5b461a84cd322a49743030 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1113/2342] 10.0.0.155 () {32 vars in 754 bytes} [Thu Apr 2 04:48:46 2026] DELETE /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2343] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:48:47 2026] DELETE /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2344] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:47 2026] GET /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:47.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e727ff3-f356-45a8-89b5-aa3ee51912c2 fa9cf358cad14ae08394a80957d50f49 5a458641cd5b461a84cd322a49743030 - - default default] TaaS: Handle Delete Port: 4e6c72fb-fd1c-42c2-85b6-94f9b2b16b18 2026-04-02 04:48:47.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e727ff3-f356-45a8-89b5-aa3ee51912c2 fa9cf358cad14ae08394a80957d50f49 5a458641cd5b461a84cd322a49743030 - - default default] Tap Mirror: Handle Delete Port: 4e6c72fb-fd1c-42c2-85b6-94f9b2b16b18 [pid: 7|app: 0|req: 1231/2345] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:48:47 2026] DELETE /v2.0/floatingips/183630dc-c24f-45e8-a060-81c60624a156 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2346] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:47 2026] GET /v2.0/security-groups?tenant_id=10bd47bb8fce4624a3c6062dd74237c9&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2347] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:48 2026] DELETE /v2.0/security-groups/cb0c3a6c-e060-4963-a327-f1268ab84a00 => 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: 1116/2348] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:48 2026] GET /v2.0/security-groups?tenant_id=5a458641cd5b461a84cd322a49743030&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2349] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:48 2026] DELETE /v2.0/security-groups/c0b27321-7fb4-4a17-8a22-e1fb287689af => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:48.833 8 INFO neutron.db.segments_db [None req-b179984a-7a4f-4a57-ad04-a0d013ca10f9 2dcf7e7dc67c4675880a94509e341288 50c73c7b570842a1b87b2cd10f3f9e8a - - default default] Added segment 39ded247-02f4-4cf8-b496-cc70f37216d9 of type vxlan for network e69fb902-54da-49ac-9e3b-8d0fdc7ac0ce [pid: 8|app: 0|req: 1117/2350] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:48 2026] POST /v2.0/networks => generated 613 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:49.010 7 INFO neutron.db.segments_db [None req-e86cfeb8-0a32-45a3-886d-d3f24af48070 2dcf7e7dc67c4675880a94509e341288 50c73c7b570842a1b87b2cd10f3f9e8a - - default default] Added segment 9de21b38-7683-4c55-8016-5a27e0102037 of type vxlan for network 7493f7c2-c643-495c-8c42-8fe9ec087d7f [pid: 7|app: 0|req: 1234/2351] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:48 2026] POST /v2.0/networks => generated 613 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2352] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:49 2026] PUT /v2.0/networks/e69fb902-54da-49ac-9e3b-8d0fdc7ac0ce/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2353] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:48:49 2026] GET /v2.0/networks/e69fb902-54da-49ac-9e3b-8d0fdc7ac0ce/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2354] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:49 2026] PUT /v2.0/networks/7493f7c2-c643-495c-8c42-8fe9ec087d7f/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2355] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:48:49 2026] GET /v2.0/networks/7493f7c2-c643-495c-8c42-8fe9ec087d7f/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2356] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:48:49 2026] PUT /v2.0/networks/7493f7c2-c643-495c-8c42-8fe9ec087d7f/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: 1237/2357] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:48:49 2026] GET /v2.0/networks/7493f7c2-c643-495c-8c42-8fe9ec087d7f/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2358] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:48:49 2026] GET /v2.0/networks/e69fb902-54da-49ac-9e3b-8d0fdc7ac0ce/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:48:49.594 7 INFO neutron.services.segments.plugin [-] Segment 39ded247-02f4-4cf8-b496-cc70f37216d9 resource provider aggregate not found 2026-04-02 04:48:49.602 7 INFO neutron.services.segments.plugin [-] Segment 39ded247-02f4-4cf8-b496-cc70f37216d9 resource provider aggregate not found 2026-04-02 04:48:49.614 7 INFO neutron.services.segments.plugin [-] Segment 39ded247-02f4-4cf8-b496-cc70f37216d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ded247-02f4-4cf8-b496-cc70f37216d9 found for delete ", "request_id": "req-9a09c64b-d700-4165-866e-e03828d0fd70"}]} 2026-04-02 04:48:49.617 7 INFO neutron.services.segments.plugin [-] Segment 39ded247-02f4-4cf8-b496-cc70f37216d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ded247-02f4-4cf8-b496-cc70f37216d9 found for delete ", "request_id": "req-3e4a2a85-79eb-4db8-9fda-ddc5472db4b5"}]} [pid: 7|app: 0|req: 1238/2359] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:49 2026] DELETE /v2.0/networks/e69fb902-54da-49ac-9e3b-8d0fdc7ac0ce => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:48:49.752 8 INFO neutron.services.segments.plugin [-] Segment 9de21b38-7683-4c55-8016-5a27e0102037 resource provider aggregate not found 2026-04-02 04:48:49.754 8 INFO neutron.services.segments.plugin [-] Segment 9de21b38-7683-4c55-8016-5a27e0102037 resource provider aggregate not found 2026-04-02 04:48:49.769 8 INFO neutron.services.segments.plugin [-] Segment 9de21b38-7683-4c55-8016-5a27e0102037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de21b38-7683-4c55-8016-5a27e0102037 found for delete ", "request_id": "req-d9c3b5f3-1455-4972-9b16-b42e71eae779"}]} 2026-04-02 04:48:49.770 8 INFO neutron.services.segments.plugin [-] Segment 9de21b38-7683-4c55-8016-5a27e0102037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de21b38-7683-4c55-8016-5a27e0102037 found for delete ", "request_id": "req-9cf1dcb1-2a19-4efb-a6b0-fa6acdb83768"}]} [pid: 8|app: 0|req: 1122/2360] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:49 2026] DELETE /v2.0/networks/7493f7c2-c643-495c-8c42-8fe9ec087d7f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2361] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:50 2026] GET /v2.0/security-groups?tenant_id=50c73c7b570842a1b87b2cd10f3f9e8a&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2362] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:50 2026] DELETE /v2.0/security-groups/c63c4d6f-815b-47be-bb79-98fd1a989197 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2363] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:50 2026] GET /v2.0/security-groups?tenant_id=6d495f467a0342e4bc73d2270678c2bb&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2364] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:50 2026] DELETE /v2.0/security-groups/02477517-1aa6-4431-9a31-b9e7679dca3d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:52.228 7 INFO neutron.db.segments_db [None req-943433c4-efdc-452a-8b54-a7a612ae5182 bb7e7e5ac4544c2ea6d2cbf6e06e7b7b 47f7de43f50b4de2bdf4677436510df6 - - default default] Added segment f4b5401d-8ceb-4099-8ea5-13a663cf0253 of type vxlan for network ad5a2130-ee44-4baa-8937-084b954348f2 [pid: 7|app: 0|req: 1241/2365] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:51 2026] POST /v2.0/networks => generated 613 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2368] 10.0.0.155 () {34 vars in 664 bytes} [Thu Apr 2 04:48:52 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2369] 10.0.0.155 () {34 vars in 747 bytes} [Thu Apr 2 04:48:52 2026] PUT /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1126/2370] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:52 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1245/2371] 10.0.0.155 () {34 vars in 758 bytes} [Thu Apr 2 04:48:52 2026] PUT /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1127/2372] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:52 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 34 bytes in 82 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: 1246/2373] 10.0.0.155 () {34 vars in 754 bytes} [Thu Apr 2 04:48:53 2026] PUT /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/red => generated 4 bytes in 72 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: 1128/2374] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1247/2375] 10.0.0.155 () {34 vars in 776 bytes} [Thu Apr 2 04:48:53 2026] PUT /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/black.or.white => generated 4 bytes in 102 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: 1129/2376] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/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: 7|app: 0|req: 1248/2377] 10.0.0.155 () {34 vars in 747 bytes} [Thu Apr 2 04:48:53 2026] PUT /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1130/2378] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 37 bytes in 55 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: 1249/2379] 10.0.0.155 () {32 vars in 735 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/red => generated 0 bytes in 41 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-04-02 04:48:53.544 8 INFO neutron.api.v2.resource [None req-4b3c182d-c05b-41f7-8ad4-919a0b346c6f bb7e7e5ac4544c2ea6d2cbf6e06e7b7b 47f7de43f50b4de2bdf4677436510df6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1131/2380] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1250/2381] 10.0.0.155 () {32 vars in 738 bytes} [Thu Apr 2 04:48:53 2026] DELETE /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1132/2382] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 30 bytes in 42 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-04-02 04:48:53.712 7 INFO neutron.api.v2.resource [None req-8d0fba2c-d521-4d80-8149-6f810d44ec64 bb7e7e5ac4544c2ea6d2cbf6e06e7b7b 47f7de43f50b4de2bdf4677436510df6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2383] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:48:53 2026] DELETE /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags/green => generated 99 bytes in 57 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: 1133/2384] 10.0.0.155 () {32 vars in 730 bytes} [Thu Apr 2 04:48:53 2026] DELETE /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1252/2385] 10.0.0.155 () {32 vars in 727 bytes} [Thu Apr 2 04:48:53 2026] GET /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd/tags => generated 12 bytes in 46 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-04-02 04:48:53.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e35896c-aeca-44c1-8862-22f966647c29 bb7e7e5ac4544c2ea6d2cbf6e06e7b7b 47f7de43f50b4de2bdf4677436510df6 - - default default] TaaS: Handle Delete Port: bfcf38e7-395a-48a6-ba98-39d9f0f3cebd 2026-04-02 04:48:53.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e35896c-aeca-44c1-8862-22f966647c29 bb7e7e5ac4544c2ea6d2cbf6e06e7b7b 47f7de43f50b4de2bdf4677436510df6 - - default default] Tap Mirror: Handle Delete Port: bfcf38e7-395a-48a6-ba98-39d9f0f3cebd [pid: 8|app: 0|req: 1134/2386] 10.0.0.155 () {32 vars in 720 bytes} [Thu Apr 2 04:48:53 2026] DELETE /v2.0/ports/bfcf38e7-395a-48a6-ba98-39d9f0f3cebd => generated 0 bytes in 160 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-04-02 04:48:54.130 7 INFO neutron.services.segments.plugin [-] Segment f4b5401d-8ceb-4099-8ea5-13a663cf0253 resource provider aggregate not found 2026-04-02 04:48:54.136 7 INFO neutron.services.segments.plugin [-] Segment f4b5401d-8ceb-4099-8ea5-13a663cf0253 resource provider aggregate not found 2026-04-02 04:48:54.154 7 INFO neutron.services.segments.plugin [-] Segment f4b5401d-8ceb-4099-8ea5-13a663cf0253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b5401d-8ceb-4099-8ea5-13a663cf0253 found for delete ", "request_id": "req-8103a18b-15db-4526-9bb4-ea56e4d1b867"}]} 2026-04-02 04:48:54.156 7 INFO neutron.services.segments.plugin [-] Segment f4b5401d-8ceb-4099-8ea5-13a663cf0253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b5401d-8ceb-4099-8ea5-13a663cf0253 found for delete ", "request_id": "req-f720a1e6-a086-434d-a5f7-dd2de88193b0"}]} [pid: 7|app: 0|req: 1253/2387] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:48:53 2026] DELETE /v2.0/networks/ad5a2130-ee44-4baa-8937-084b954348f2 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2388] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:54 2026] GET /v2.0/security-groups?tenant_id=4e36b4dcfb20474daf6460f16a1e2a95&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2389] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:55 2026] DELETE /v2.0/security-groups/d08c217b-8f39-47d5-9012-011e6094725a => 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: 1136/2390] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:48:55 2026] GET /v2.0/security-groups?tenant_id=47f7de43f50b4de2bdf4677436510df6&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2391] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:48:55 2026] DELETE /v2.0/security-groups/e6d48106-3009-4350-8e7c-17ac817ea0b1 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2392] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:56 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2393] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:56 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1138/2394] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:57 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2395] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:57 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:48:58.951 8 INFO neutron.db.segments_db [None req-7e50ca4e-40ff-41c7-af16-c753ce9ea3fd 4e25398092a744e7bb9a972ed970d8a9 f16488524c3f4a0f8f17136ee6439986 - - default default] Added segment 510c3615-d5b2-4ba0-9069-9bbef53e3546 of type vxlan for network 28ba7cdb-7d80-4c3d-8a08-764c3d9eb643 [pid: 7|app: 0|req: 1258/2396] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:48:58 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2397] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:48:58 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1260/2398] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:48:58 2026] GET /v2.0/security-groups?id=d5b0a337-0b69-4d5d-8987-4b9b3a89709b&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: 1139/2399] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:58 2026] POST /v2.0/networks => generated 613 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:48:59.165 7 INFO neutron_taas.services.taas.taas_plugin [req-bd6bd171-4be8-47a7-8f8d-bca0251e91aa req-4bd933da-a6f8-4ab2-9aea-55933c201518 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: 2bf11453-f51a-44b0-a2b2-379db4f0dd5e 2026-04-02 04:48:59.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bd6bd171-4be8-47a7-8f8d-bca0251e91aa req-4bd933da-a6f8-4ab2-9aea-55933c201518 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: 2bf11453-f51a-44b0-a2b2-379db4f0dd5e 2026-04-02 04:48:59.294 7 INFO neutron.db.l3_db [req-bd6bd171-4be8-47a7-8f8d-bca0251e91aa req-4bd933da-a6f8-4ab2-9aea-55933c201518 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Floating IP 2ce85a3d-d732-4fa2-9792-0aa958f522ac disassociated. External IP: 10.96.250.202, port: 2bf11453-f51a-44b0-a2b2-379db4f0dd5e. [pid: 8|app: 0|req: 1140/2400] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:48:59 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2401] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:48:59 2026] PUT /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2402] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/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: 1143/2403] 10.0.0.155 () {34 vars in 762 bytes} [Thu Apr 2 04:48:59 2026] PUT /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2404] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2405] 10.0.0.155 () {34 vars in 758 bytes} [Thu Apr 2 04:48:59 2026] PUT /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2406] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2407] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:48:59 2026] DELETE /v2.0/ports/2bf11453-f51a-44b0-a2b2-379db4f0dd5e => generated 0 bytes in 620 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2408] 10.0.0.155 () {34 vars in 780 bytes} [Thu Apr 2 04:48:59 2026] PUT /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-02 04:48:59.671 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eed7fb79-c08e-4e28-a01b-4bb8fc4f107f'] response: {'server_uuid': '1e70e3c4-6023-467e-ab06-3e0bc7e40b4f', 'name': 'network-vif-deleted', 'tag': '2bf11453-f51a-44b0-a2b2-379db4f0dd5e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1148/2409] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/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: 1149/2410] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:48:59 2026] PUT /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2411] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2412] 10.0.0.155 () {32 vars in 739 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:48:59.860 8 INFO neutron.api.v2.resource [None req-969820f7-1f26-4b0f-b3eb-f86c36752e21 4e25398092a744e7bb9a972ed970d8a9 f16488524c3f4a0f8f17136ee6439986 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2413] 10.0.0.155 () {32 vars in 743 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 04:48:59.918 7 INFO neutron.db.segments_db [None req-74633d67-c657-4eab-9a98-5e470ce279c0 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Added segment 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 of type vxlan for network 7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d [pid: 8|app: 0|req: 1153/2414] 10.0.0.155 () {32 vars in 742 bytes} [Thu Apr 2 04:48:59 2026] DELETE /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/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: 1154/2415] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:48:59 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2416] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:48:59 2026] POST /v2.0/networks => generated 621 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:00.013 8 INFO neutron.api.v2.resource [None req-1b51e321-4fb6-4447-9c4d-b6267b738832 4e25398092a744e7bb9a972ed970d8a9 f16488524c3f4a0f8f17136ee6439986 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2417] 10.0.0.155 () {32 vars in 746 bytes} [Thu Apr 2 04:48:59 2026] DELETE /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2418] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:49:00 2026] DELETE /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => 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: 1157/2419] 10.0.0.155 () {32 vars in 731 bytes} [Thu Apr 2 04:49:00 2026] GET /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2420] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:00 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1263/2421] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:00 2026] POST /v2.0/subnets => generated 658 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2422] 10.0.0.155 () {32 vars in 722 bytes} [Thu Apr 2 04:49:00 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2423] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:00 2026] DELETE /v2.0/subnets/17ba2111-08b3-4249-a774-4340308673ff => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:00.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ec988f6-e77a-40b4-9f67-cd6e15251918 4e25398092a744e7bb9a972ed970d8a9 f16488524c3f4a0f8f17136ee6439986 - - default default] TaaS: Handle Delete Port: 02c2af30-5a97-4d77-bf44-f44896e1746d 2026-04-02 04:49:00.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ec988f6-e77a-40b4-9f67-cd6e15251918 4e25398092a744e7bb9a972ed970d8a9 f16488524c3f4a0f8f17136ee6439986 - - default default] Tap Mirror: Handle Delete Port: 02c2af30-5a97-4d77-bf44-f44896e1746d [pid: 7|app: 0|req: 1265/2424] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:00 2026] POST /v2.0/subnets => generated 731 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:00.591 8 INFO neutron.services.segments.plugin [-] Segment 510c3615-d5b2-4ba0-9069-9bbef53e3546 resource provider aggregate not found 2026-04-02 04:49:00.591 8 INFO neutron.services.segments.plugin [-] Segment 510c3615-d5b2-4ba0-9069-9bbef53e3546 resource provider aggregate not found 2026-04-02 04:49:00.607 8 INFO neutron.services.segments.plugin [-] Segment 510c3615-d5b2-4ba0-9069-9bbef53e3546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 510c3615-d5b2-4ba0-9069-9bbef53e3546 found for delete ", "request_id": "req-f60ecf92-1680-474b-b705-f254363ea9a0"}]} 2026-04-02 04:49:00.609 8 INFO neutron.services.segments.plugin [-] Segment 510c3615-d5b2-4ba0-9069-9bbef53e3546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 510c3615-d5b2-4ba0-9069-9bbef53e3546 found for delete ", "request_id": "req-75718823-8868-41b6-b5ce-fca66cbfb5d8"}]} [pid: 8|app: 0|req: 1160/2425] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:00 2026] DELETE /v2.0/networks/28ba7cdb-7d80-4c3d-8a08-764c3d9eb643 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:00.628 7 INFO neutron.db.segments_db [None req-54190984-7435-4848-b5f2-8fa3fda348ba e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Added segment 3059fa43-00e7-4c6e-be82-b7e0d4da134b of type vxlan for network 25d5da14-14b7-41cc-8b05-e8b90bf2f083 [pid: 7|app: 0|req: 1266/2426] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:00 2026] POST /v2.0/networks => generated 619 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2427] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:00 2026] POST /v2.0/subnets => generated 656 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2428] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:00 2026] POST /v2.0/subnets => generated 726 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:01.230 8 INFO neutron.db.segments_db [None req-54e25117-0769-4707-b310-531e01adee64 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Added segment 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb of type vxlan for network 87cde42c-b5d7-495b-b541-a509975210d6 [pid: 7|app: 0|req: 1268/2429] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:01 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => 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: 1162/2430] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:01 2026] POST /v2.0/networks => generated 618 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2431] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:01 2026] GET /v2.0/security-groups?tenant_id=f0d2f9d69ec54b7c96ef6a7ca0751aa1&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2432] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:01 2026] POST /v2.0/subnets => generated 656 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2433] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:01 2026] DELETE /v2.0/security-groups/e5d3f650-28ca-4f64-928b-6a1bf866b945 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2434] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:01 2026] GET /v2.0/security-groups?tenant_id=f16488524c3f4a0f8f17136ee6439986&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2435] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:01 2026] POST /v2.0/subnets => generated 730 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:01.847 7 INFO neutron.db.segments_db [None req-a4e5f31a-4e4a-4eae-a3bb-2f90f5037fb1 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Added segment 6bbac5e2-e42a-407c-b996-d7e12a12fe54 of type vxlan for network 53a97020-ed6b-423e-b653-88ef934e806e [pid: 8|app: 0|req: 1166/2436] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:01 2026] DELETE /v2.0/security-groups/bb6076b3-b0bb-4bbc-957b-edc77a7438b7 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:02.094 7 INFO neutron.db.l3_hamode_db [None req-a4e5f31a-4e4a-4eae-a3bb-2f90f5037fb1 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1167/2437] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:02 2026] GET /v2.0/ports?device_id=1e70e3c4-6023-467e-ab06-3e0bc7e40b4f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:02.808 7 INFO neutron.db.l3_hamode_db [None req-a4e5f31a-4e4a-4eae-a3bb-2f90f5037fb1 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1168/2438] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:03 2026] DELETE /v2.0/security-groups/d5b0a337-0b69-4d5d-8987-4b9b3a89709b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2439] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:01 2026] POST /v2.0/routers => generated 684 bytes in 1848 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:03.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4c5700d-3738-4f8e-b070-4a6a6763ceff ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: 4737d802-20e8-4598-8e60-14d5c8f636d0 2026-04-02 04:49:03.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4c5700d-3738-4f8e-b070-4a6a6763ceff ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: 4737d802-20e8-4598-8e60-14d5c8f636d0 [pid: 8|app: 0|req: 1169/2440] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:49:03 2026] DELETE /v2.0/floatingips/2ce85a3d-d732-4fa2-9792-0aa958f522ac => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2441] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:03 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2442] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:04 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2443] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:49:03 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2444] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:05 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2445] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:05 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2446] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:49:04 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2447] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:06 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2448] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:06 2026] GET /v2.0/security-groups?id=3323d82c-8ef5-4dc2-88f6-bf7600197dc5&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2449] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:49:06 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:49:06.569 8 INFO neutron_taas.services.taas.taas_plugin [req-cc4ff6fe-809c-4a58-96ef-1e9bc376593c req-cc4978bb-e0a7-4cf4-b054-998dafad8d68 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: f15d5c16-4821-422b-897c-87417f6749d5 2026-04-02 04:49:06.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc4ff6fe-809c-4a58-96ef-1e9bc376593c req-cc4978bb-e0a7-4cf4-b054-998dafad8d68 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: f15d5c16-4821-422b-897c-87417f6749d5 [pid: 8|app: 0|req: 1176/2450] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:49:06 2026] DELETE /v2.0/ports/f15d5c16-4821-422b-897c-87417f6749d5 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:06.722 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44588227-f600-42d4-975c-3b8546574b39'] response: {'server_uuid': 'ed9c0e9a-a19b-4244-842b-2863c5cfd48a', 'name': 'network-vif-deleted', 'tag': 'f15d5c16-4821-422b-897c-87417f6749d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1275/2451] 10.0.0.155 () {34 vars in 783 bytes} [Thu Apr 2 04:49:06 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2452] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:07 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2455] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:49:07 2026] POST /v2.0/security-groups => generated 1629 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2456] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:07 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: 1278/2457] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2458] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2459] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2460] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 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: 7|app: 0|req: 1280/2461] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2462] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 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: 1183/2463] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:08 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => 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: 1281/2464] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2465] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2466] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 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: 1185/2467] 10.0.0.155 () {34 vars in 695 bytes} [Thu Apr 2 04:49:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2468] 10.0.0.49 () {34 vars in 1093 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-924704868&fields=id&tenant_id=fce16b64d40e470f97a73de26d3ef77a => 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: 1186/2469] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2470] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/quotas/fce16b64d40e470f97a73de26d3ef77a => 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: 1187/2471] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&fields=id => generated 241 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2472] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1188/2473] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1286/2474] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/ports?device_id=ed9c0e9a-a19b-4244-842b-2863c5cfd48a => 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: 1189/2475] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:09 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => 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: 1287/2476] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:10 2026] DELETE /v2.0/security-groups/3323d82c-8ef5-4dc2-88f6-bf7600197dc5 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:11.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-c904c8e5-3923-486a-afe9-c1d22bd7d1ba ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: 216b9da3-7cc9-4c64-9027-8dae0ad184fa 2026-04-02 04:49:11.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c904c8e5-3923-486a-afe9-c1d22bd7d1ba ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: 216b9da3-7cc9-4c64-9027-8dae0ad184fa [pid: 8|app: 0|req: 1190/2477] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:49:10 2026] PUT /v2.0/routers/fa0a8bd3-1b86-441b-9ec5-7ecda7314763/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2478] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:11 2026] DELETE /v2.0/subnets/ef9e815b-3548-44d5-83ca-be5abf64d0df => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:12.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f5ae392-d108-4600-85fe-1a23d1eded94 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: b0a73e32-ab39-43f7-bbe6-98e84f5d54a4 2026-04-02 04:49:12.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f5ae392-d108-4600-85fe-1a23d1eded94 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: b0a73e32-ab39-43f7-bbe6-98e84f5d54a4 2026-04-02 04:49:12.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f5ae392-d108-4600-85fe-1a23d1eded94 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: 3f82f497-e022-4535-8956-ecc3c58ba5b6 2026-04-02 04:49:12.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f5ae392-d108-4600-85fe-1a23d1eded94 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: 3f82f497-e022-4535-8956-ecc3c58ba5b6 2026-04-02 04:49:12.651 8 INFO neutron.services.segments.plugin [-] Segment 0d5ea675-f033-4281-908a-28f56cf75d46 resource provider aggregate not found 2026-04-02 04:49:12.651 8 INFO neutron.services.segments.plugin [-] Segment 0d5ea675-f033-4281-908a-28f56cf75d46 resource provider aggregate not found 2026-04-02 04:49:12.667 8 INFO neutron.services.segments.plugin [-] Segment 0d5ea675-f033-4281-908a-28f56cf75d46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d5ea675-f033-4281-908a-28f56cf75d46 found for delete ", "request_id": "req-a838f2ca-0249-4fb0-b789-3cbd1b5a759d"}]} 2026-04-02 04:49:12.671 8 INFO neutron.services.segments.plugin [-] Segment 0d5ea675-f033-4281-908a-28f56cf75d46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d5ea675-f033-4281-908a-28f56cf75d46 found for delete ", "request_id": "req-86c734cb-c901-46fb-b1c9-dc0b497f2b19"}]} 2026-04-02 04:49:12.684 8 INFO neutron.db.l3_hamode_db [None req-3f5ae392-d108-4600-85fe-1a23d1eded94 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] HA network 52ca4379-f51c-47ff-ae53-80a87793b53e was deleted as no HA routers are present in tenant 598bdef4a35743f8b42579e0df833b13. [pid: 8|app: 0|req: 1191/2479] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:11 2026] DELETE /v2.0/routers/fa0a8bd3-1b86-441b-9ec5-7ecda7314763 => generated 0 bytes in 810 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:12.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-3edffcb7-1b2e-4095-940d-66e24fc86508 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] TaaS: Handle Delete Port: eaa07272-e737-43b7-b268-1e3157bfcd04 2026-04-02 04:49:12.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3edffcb7-1b2e-4095-940d-66e24fc86508 ed7569a886294d159074660c7b2579bb 598bdef4a35743f8b42579e0df833b13 - - default default] Tap Mirror: Handle Delete Port: eaa07272-e737-43b7-b268-1e3157bfcd04 2026-04-02 04:49:12.965 7 INFO neutron.services.segments.plugin [-] Segment 10835e1e-5136-4bba-8cdb-1d38686b95b1 resource provider aggregate not found 2026-04-02 04:49:12.966 7 INFO neutron.services.segments.plugin [-] Segment 10835e1e-5136-4bba-8cdb-1d38686b95b1 resource provider aggregate not found 2026-04-02 04:49:12.987 7 INFO neutron.services.segments.plugin [-] Segment 10835e1e-5136-4bba-8cdb-1d38686b95b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10835e1e-5136-4bba-8cdb-1d38686b95b1 found for delete ", "request_id": "req-2594a161-1a6a-454f-9f7d-18031d12d513"}]} 2026-04-02 04:49:12.990 7 INFO neutron.services.segments.plugin [-] Segment 10835e1e-5136-4bba-8cdb-1d38686b95b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10835e1e-5136-4bba-8cdb-1d38686b95b1 found for delete ", "request_id": "req-12aa7eeb-237c-407b-8ac6-738876ff3e2b"}]} [pid: 7|app: 0|req: 1289/2480] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:12 2026] DELETE /v2.0/networks/9d57ce6b-69a5-45d8-9200-b40a847dc051 => 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: 1192/2481] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:13 2026] GET /v2.0/security-groups?tenant_id=598bdef4a35743f8b42579e0df833b13&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2482] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:49:14 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2483] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:49:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fce16b64d40e470f97a73de26d3ef77a => generated 178 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2484] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:13 2026] DELETE /v2.0/security-groups/bf15e530-1e0d-4e3d-8479-ce4da46bb1b8 => 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: 1291/2485] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:14 2026] GET /v2.0/security-groups?tenant_id=2980f1eede554e3ba5c785af98efc1eb&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2486] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:14 2026] DELETE /v2.0/security-groups/39cf90dd-f27d-47ad-b2ed-fad115445f8a => 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: 1195/2487] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:49:14 2026] POST /v2.0/ports => generated 1183 bytes in 383 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: 1196/2488] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:14 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1198 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2489] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:14 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2490] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:49:14 2026] PUT /v2.0/ports/02e80623-623f-4162-8516-7cb13ad3f1d7 => generated 1464 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:49:15.057 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b9b9618-2a56-4fb0-abac-2bfaba7a0f6a'] response: {'name': 'network-changed', 'server_uuid': '9bf2263e-95e6-41fc-9464-0d264fc5cb82', 'tag': '02e80623-623f-4162-8516-7cb13ad3f1d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1198/2491] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:49:15 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1467 bytes in 32 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: 1294/2492] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:49:15 2026] GET /v2.0/networks?tenant_id=fce16b64d40e470f97a73de26d3ef77a&shared=False => generated 2376 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2493] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:49:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2494] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:49:16 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1467 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2495] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:49:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=02e80623-623f-4162-8516-7cb13ad3f1d7 => 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: 1296/2496] 162.253.55.36 () {34 vars in 1103 bytes} [Thu Apr 2 04:49:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A351&port_id=02e80623-623f-4162-8516-7cb13ad3f1d7 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2497] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:49:16 2026] GET /v2.0/subnets?id=e760b00d-b182-4fc2-85f9-dac0c5956743&id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2498] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:16 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2499] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:16 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2500] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:49:17 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1203/2501] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:49:17 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:18.683 7 INFO neutron.db.segments_db [None req-b174bd19-8bbb-4324-af69-ac2a005ef9fc 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] Added segment ff237c88-9a0a-49f4-971b-2470a160ffb9 of type vxlan for network 687e9aeb-7deb-4a3b-9d01-71969a9301b6 [pid: 7|app: 0|req: 1299/2502] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:18 2026] POST /v2.0/networks => generated 708 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2503] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:18 2026] POST /v2.0/subnets => generated 644 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:18.929 7 WARNING neutron.api.v2.base [None req-075506b8-bca4-4ebd-8448-2c16f56b45a9 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - 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-04-02 04:49:18.929 7 INFO neutron.api.v2.resource [None req-075506b8-bca4-4ebd-8448-2c16f56b45a9 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1300/2504] 10.0.0.155 () {34 vars in 681 bytes} [Thu Apr 2 04:49:18 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-02 04:49:19.075 8 INFO neutron.services.segments.plugin [-] Segment ff237c88-9a0a-49f4-971b-2470a160ffb9 resource provider aggregate not found 2026-04-02 04:49:19.076 8 INFO neutron.services.segments.plugin [-] Segment ff237c88-9a0a-49f4-971b-2470a160ffb9 resource provider aggregate not found [pid: 8|app: 0|req: 1205/2505] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:18 2026] DELETE /v2.0/networks/687e9aeb-7deb-4a3b-9d01-71969a9301b6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:19.101 8 INFO neutron.services.segments.plugin [-] Segment ff237c88-9a0a-49f4-971b-2470a160ffb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff237c88-9a0a-49f4-971b-2470a160ffb9 found for delete ", "request_id": "req-697d72be-4722-4771-b6d6-df4703b00cb0"}]} 2026-04-02 04:49:19.101 8 INFO neutron.services.segments.plugin [-] Segment ff237c88-9a0a-49f4-971b-2470a160ffb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff237c88-9a0a-49f4-971b-2470a160ffb9 found for delete ", "request_id": "req-d866e235-8059-4ad5-8139-9b9ef7a3c575"}]} 2026-04-02 04:49:19.160 7 INFO neutron.db.segments_db [None req-30e73a68-d047-459a-b06b-a6034e6280a0 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] Added segment bd3e7074-ffe1-4783-9349-c5925b6f4ae9 of type vxlan for network 5a158794-092c-43d1-855f-ddec6273f2cc [pid: 7|app: 0|req: 1301/2506] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:19 2026] POST /v2.0/networks => generated 708 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2507] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:19 2026] POST /v2.0/subnets => generated 647 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:19.438 7 WARNING neutron.api.v2.base [None req-8bd90a0f-16d4-4552-9c1f-4aa9f1d7b85f 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - 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-04-02 04:49:19.438 7 INFO neutron.api.v2.resource [None req-8bd90a0f-16d4-4552-9c1f-4aa9f1d7b85f 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1302/2508] 10.0.0.155 () {34 vars in 681 bytes} [Thu Apr 2 04:49:19 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2509] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:19 2026] DELETE /v2.0/networks/5a158794-092c-43d1-855f-ddec6273f2cc => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:19.687 7 INFO neutron.db.segments_db [None req-b784ad6c-d84f-4118-9c42-7934b4e9104f 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] Added segment de31271f-4235-4077-9576-0c31e4d67bf1 of type vxlan for network 33d5f15b-e728-4a66-80e6-9215b7f57a23 [pid: 7|app: 0|req: 1303/2510] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:19 2026] POST /v2.0/networks => generated 708 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2511] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:19 2026] POST /v2.0/subnets => generated 647 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2512] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:20 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2513] 10.0.0.155 () {34 vars in 681 bytes} [Thu Apr 2 04:49:19 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2514] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:20 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2515] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:49:20 2026] GET /v2.0/networks/33d5f15b-e728-4a66-80e6-9215b7f57a23 => generated 655 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:49:21.028 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93828aec-dd0f-41d3-9059-15496dd5f2d0 1a2d6aebaecd480296f5793cf338299e e61da7805f914b1ea7ca57b1d6b4ba1f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2516] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:49:20 2026] GET /v2.0/networks/33d5f15b-e728-4a66-80e6-9215b7f57a23 => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:49:21.122 8 INFO neutron.services.segments.plugin [-] Segment bd3e7074-ffe1-4783-9349-c5925b6f4ae9 resource provider aggregate not found 2026-04-02 04:49:21.125 8 INFO neutron.services.segments.plugin [-] Segment bd3e7074-ffe1-4783-9349-c5925b6f4ae9 resource provider aggregate not found 2026-04-02 04:49:21.141 8 INFO neutron.services.segments.plugin [-] Segment bd3e7074-ffe1-4783-9349-c5925b6f4ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3e7074-ffe1-4783-9349-c5925b6f4ae9 found for delete ", "request_id": "req-bad68333-e142-44db-bf0d-872b3d424794"}]} 2026-04-02 04:49:21.142 8 INFO neutron.services.segments.plugin [-] Segment bd3e7074-ffe1-4783-9349-c5925b6f4ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3e7074-ffe1-4783-9349-c5925b6f4ae9 found for delete ", "request_id": "req-0aa250b6-1596-433f-bad9-6f728bf4333d"}]} 2026-04-02 04:49:21.204 7 INFO neutron.services.segments.plugin [-] Segment de31271f-4235-4077-9576-0c31e4d67bf1 resource provider aggregate not found 2026-04-02 04:49:21.209 7 INFO neutron.services.segments.plugin [-] Segment de31271f-4235-4077-9576-0c31e4d67bf1 resource provider aggregate not found [pid: 7|app: 0|req: 1306/2517] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:21 2026] DELETE /v2.0/networks/33d5f15b-e728-4a66-80e6-9215b7f57a23 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:21.228 7 INFO neutron.services.segments.plugin [-] Segment de31271f-4235-4077-9576-0c31e4d67bf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de31271f-4235-4077-9576-0c31e4d67bf1 found for delete ", "request_id": "req-eade930a-5fee-4890-ada8-23f49ddb6871"}]} 2026-04-02 04:49:21.230 7 INFO neutron.services.segments.plugin [-] Segment de31271f-4235-4077-9576-0c31e4d67bf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de31271f-4235-4077-9576-0c31e4d67bf1 found for delete ", "request_id": "req-79c889fc-0d46-4688-84dc-d9e958bb89f1"}]} 2026-04-02 04:49:21.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5c7e24d-d1a4-40d2-b89c-e655f9d25b5f 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1212/2518] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:21 2026] DELETE /v2.0/subnets/fcc965c3-79ed-43cf-8166-285416473c83 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:49:21.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79526a8f-660c-4454-9aa6-cb17421851e7 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1307/2519] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:21 2026] DELETE /v2.0/subnets/d1ffcff2-61b3-4a2f-aaee-c11f55c3b958 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:49:21.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f29037c3-85fc-4385-a3ff-359de7f35256 0f7f1073a23142c5ba4874bca0c88315 736b9082c7394ab6b77454cc9b181657 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1213/2520] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:21 2026] DELETE /v2.0/subnets/c08020ea-1d05-44cf-97bb-caf9a8ea43f3 => 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: 1308/2521] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:22 2026] GET /v2.0/security-groups?tenant_id=e61da7805f914b1ea7ca57b1d6b4ba1f&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2522] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:22 2026] DELETE /v2.0/security-groups/ad968abe-9284-44df-8087-ce76ba1e9e69 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2525] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:22 2026] GET /v2.0/security-groups?tenant_id=222276c43e7e4c30996422430f7e9269&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2526] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:22 2026] DELETE /v2.0/security-groups/3b41742e-ced2-40fd-bf9d-1917f2cc8137 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2527] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:23 2026] GET /v2.0/security-groups?tenant_id=736b9082c7394ab6b77454cc9b181657&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: 1311/2528] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:23 2026] DELETE /v2.0/security-groups/7b135602-cc8e-4296-9c15-7f896a455e8e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2529] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:25 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1200 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2530] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:25 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2531] 10.0.0.155 () {32 vars in 818 bytes} [Thu Apr 2 04:49:25 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&mac_address=fa%3A16%3A3e%3A78%3Ab3%3A83 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:49:26.300 7 INFO neutron.db.l3_db [None req-c42ba364-4404-456e-9c8d-decf53b209a8 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Floating IP 4df7f2ee-46d0-4024-b83a-70c816fe5b3d associated. External IP: 10.96.250.207, port: 02e80623-623f-4162-8516-7cb13ad3f1d7. [pid: 7|app: 0|req: 1313/2532] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:49:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:26.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81028dd1-6af8-47db-a55e-da1ca7e380ee'] response: {'name': 'network-changed', 'server_uuid': '9bf2263e-95e6-41fc-9464-0d264fc5cb82', 'tag': '02e80623-623f-4162-8516-7cb13ad3f1d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1220/2533] 10.0.0.49 () {34 vars in 1093 bytes} [Thu Apr 2 04:49:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-924704868&fields=id&tenant_id=fce16b64d40e470f97a73de26d3ef77a => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2534] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:49:26 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2535] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:49:26 2026] GET /v2.0/quotas/fce16b64d40e470f97a73de26d3ef77a => 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: 1315/2536] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:49:26 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&fields=id => generated 333 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2537] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:49:26 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1316/2538] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2539] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2540] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => 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: 1224/2541] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2542] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=02e80623-623f-4162-8516-7cb13ad3f1d7 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2543] 162.253.55.36 () {34 vars in 1103 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A351&port_id=02e80623-623f-4162-8516-7cb13ad3f1d7 => 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: 1227/2544] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/subnets?id=e760b00d-b182-4fc2-85f9-dac0c5956743&id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2545] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2546] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2547] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1231/2548] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:49:27 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:27.540 7 INFO neutron.db.segments_db [None req-46c8e5a2-7090-417a-8cb6-ecd59930c6ca ad3bbfef668f4afa96d432051e76ada8 b67ce97f05914763a86eec7178f7fc94 - - default default] Added segment c005249f-5e60-4abc-a571-bf6892cd93a6 of type vxlan for network 40000353-80d6-479b-a927-7f82159bef4c [pid: 7|app: 0|req: 1318/2549] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:27 2026] POST /v2.0/networks => generated 613 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2550] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:27 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:27.906 7 INFO neutron.db.segments_db [None req-bc43bcaf-7ac4-4739-b257-d538bb4c3008 ad3bbfef668f4afa96d432051e76ada8 b67ce97f05914763a86eec7178f7fc94 - - default default] Added segment 1e777385-aafb-498e-b6a6-c238ea250ccc of type vxlan for network b6ad47f6-0504-409a-acdf-749d27fe4d24 [pid: 7|app: 0|req: 1319/2551] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:27 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2552] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:28 2026] POST /v2.0/subnets => generated 629 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:28.273 7 INFO neutron.db.segments_db [None req-63d21e4d-c2ef-41f0-b7ab-76ab0b5a644e ad3bbfef668f4afa96d432051e76ada8 b67ce97f05914763a86eec7178f7fc94 - - default default] Added segment 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 of type vxlan for network 20c6ff4f-510e-473b-a50e-a7a70f447d8c [pid: 7|app: 0|req: 1320/2553] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:28 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2554] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:28 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:28.671 7 INFO neutron.db.segments_db [None req-f3763e21-5e46-46e2-98a8-266528cac94a ad3bbfef668f4afa96d432051e76ada8 b67ce97f05914763a86eec7178f7fc94 - - default default] Added segment 2db1f733-1762-4b69-b1f4-7795eba7f08d of type vxlan for network 69dda565-6f65-4f97-933c-2790c42a04d1 [pid: 7|app: 0|req: 1321/2555] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:28 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2556] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:28 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-04-02 04:49:29.041 7 INFO neutron.db.segments_db [None req-8883f3b6-b13b-4251-80bf-a1216424db29 ad3bbfef668f4afa96d432051e76ada8 b67ce97f05914763a86eec7178f7fc94 - - default default] Added segment 73302642-b4c8-4248-9876-09ef052e0819 of type vxlan for network aea16780-8bdc-4119-95c8-73ec8843a50d [pid: 7|app: 0|req: 1322/2557] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:28 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2558] 10.0.0.155 () {34 vars in 669 bytes} [Thu Apr 2 04:49:29 2026] POST /v2.0/subnets => generated 629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2559] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:49:29 2026] PUT /v2.0/subnets/6d59718b-af9b-4103-9e0e-b8e3ec836b88/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2560] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:49:29 2026] PUT /v2.0/subnets/4845be6f-48dc-4a56-ad2c-42ad61683fed/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: 1324/2561] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:49:29 2026] PUT /v2.0/subnets/efc781bf-8d11-44c3-ad0c-fe4ef184587f/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2562] 10.0.0.155 () {34 vars in 751 bytes} [Thu Apr 2 04:49:29 2026] PUT /v2.0/subnets/960cb1ed-a7d2-424b-95b6-82a2be69526f/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2563] 10.0.0.155 () {32 vars in 664 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2564] 10.0.0.155 () {32 vars in 678 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2565] 10.0.0.155 () {32 vars in 674 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2566] 10.0.0.155 () {32 vars in 686 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2567] 10.0.0.155 () {32 vars in 672 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2568] 10.0.0.155 () {32 vars in 686 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2569] 10.0.0.155 () {32 vars in 682 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2570] 10.0.0.155 () {32 vars in 694 bytes} [Thu Apr 2 04:49:29 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2571] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/subnets/6d59718b-af9b-4103-9e0e-b8e3ec836b88 => 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: 1243/2572] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/subnets/4845be6f-48dc-4a56-ad2c-42ad61683fed => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2573] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/subnets/efc781bf-8d11-44c3-ad0c-fe4ef184587f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2574] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/subnets/960cb1ed-a7d2-424b-95b6-82a2be69526f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2575] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/subnets/22c94831-196e-4967-9356-8b8b315794bd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:30.798 8 INFO neutron.services.segments.plugin [-] Segment c005249f-5e60-4abc-a571-bf6892cd93a6 resource provider aggregate not found 2026-04-02 04:49:30.806 8 INFO neutron.services.segments.plugin [-] Segment c005249f-5e60-4abc-a571-bf6892cd93a6 resource provider aggregate not found 2026-04-02 04:49:30.819 8 INFO neutron.services.segments.plugin [-] Segment c005249f-5e60-4abc-a571-bf6892cd93a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c005249f-5e60-4abc-a571-bf6892cd93a6 found for delete ", "request_id": "req-8da81e29-07cc-4b0d-9fe0-758dc02b55bb"}]} [pid: 8|app: 0|req: 1245/2576] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/networks/40000353-80d6-479b-a927-7f82159bef4c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:49:30.837 8 INFO neutron.services.segments.plugin [-] Segment c005249f-5e60-4abc-a571-bf6892cd93a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c005249f-5e60-4abc-a571-bf6892cd93a6 found for delete ", "request_id": "req-360a1cf8-87d6-4c27-8707-e261599edf9b"}]} [pid: 8|app: 0|req: 1246/2577] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:49:30 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:49:30.984 7 INFO neutron.services.segments.plugin [-] Segment 1e777385-aafb-498e-b6a6-c238ea250ccc resource provider aggregate not found 2026-04-02 04:49:30.991 7 INFO neutron.services.segments.plugin [-] Segment 1e777385-aafb-498e-b6a6-c238ea250ccc resource provider aggregate not found 2026-04-02 04:49:31.002 7 INFO neutron.services.segments.plugin [-] Segment 1e777385-aafb-498e-b6a6-c238ea250ccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e777385-aafb-498e-b6a6-c238ea250ccc found for delete ", "request_id": "req-c3a2f4cb-3858-4bfd-b3e8-497dd608825c"}]} 2026-04-02 04:49:31.014 7 INFO neutron.services.segments.plugin [-] Segment 1e777385-aafb-498e-b6a6-c238ea250ccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e777385-aafb-498e-b6a6-c238ea250ccc found for delete ", "request_id": "req-67f98fa3-eeef-4737-a8f3-0591988a09b1"}]} [pid: 8|app: 0|req: 1247/2578] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:49:30 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2579] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:30 2026] DELETE /v2.0/networks/b6ad47f6-0504-409a-acdf-749d27fe4d24 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2580] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:31 2026] DELETE /v2.0/networks/20c6ff4f-510e-473b-a50e-a7a70f447d8c => 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: 1333/2581] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:31 2026] DELETE /v2.0/networks/69dda565-6f65-4f97-933c-2790c42a04d1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2582] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:31 2026] DELETE /v2.0/networks/aea16780-8bdc-4119-95c8-73ec8843a50d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2583] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:49:31 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => 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: 1250/2584] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:49:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fce16b64d40e470f97a73de26d3ef77a => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2585] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:49:31 2026] POST /v2.0/ports => generated 1183 bytes in 470 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: 1336/2586] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:32 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1198 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2587] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:49:31 2026] PUT /v2.0/ports/a0307eca-e589-47dc-bfbc-aef6406febc1 => generated 1464 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 04:49:32.464 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea4329c9-5b00-4281-aff9-1dc36146531d'] response: {'name': 'network-changed', 'server_uuid': 'dcab2fc7-1c7e-4830-8079-9d9aac68acec', 'tag': 'a0307eca-e589-47dc-bfbc-aef6406febc1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1252/2588] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:32 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2589] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:32 2026] GET /v2.0/security-groups?tenant_id=93729873f7da47f5b46c1c43c2cec24d&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2590] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:32 2026] DELETE /v2.0/security-groups/379a1e6b-4922-41af-a80e-544b39718f9b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:32.835 8 INFO neutron.services.segments.plugin [-] Segment 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 resource provider aggregate not found 2026-04-02 04:49:32.853 8 INFO neutron.services.segments.plugin [-] Segment 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 resource provider aggregate not found 2026-04-02 04:49:32.857 8 INFO neutron.services.segments.plugin [-] Segment 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 found for delete ", "request_id": "req-b0f6bd4a-af38-4d4d-b29e-946b5dc29d69"}]} 2026-04-02 04:49:32.871 8 INFO neutron.services.segments.plugin [-] Segment 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 529488ed-c82e-4f3c-b77b-f9bd42fca8d5 found for delete ", "request_id": "req-9691ae0e-9af1-4102-80d1-41c1507793ef"}]} 2026-04-02 04:49:32.876 8 INFO neutron.services.segments.plugin [-] Segment 73302642-b4c8-4248-9876-09ef052e0819 resource provider aggregate not found 2026-04-02 04:49:32.886 8 INFO neutron.services.segments.plugin [-] Segment 73302642-b4c8-4248-9876-09ef052e0819 resource provider aggregate not found 2026-04-02 04:49:32.890 8 INFO neutron.services.segments.plugin [-] Segment 73302642-b4c8-4248-9876-09ef052e0819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73302642-b4c8-4248-9876-09ef052e0819 found for delete ", "request_id": "req-dd6053a4-8235-45d5-ae94-8185ffa96850"}]} 2026-04-02 04:49:32.898 8 INFO neutron.services.segments.plugin [-] Segment 73302642-b4c8-4248-9876-09ef052e0819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73302642-b4c8-4248-9876-09ef052e0819 found for delete ", "request_id": "req-6d03eab9-2bfc-477a-ae7f-6a4b1794fddc"}]} [pid: 7|app: 0|req: 1338/2591] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:32 2026] GET /v2.0/security-groups?tenant_id=5ee23502925b482b85e3f77744527efa&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2592] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:49:32 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2593] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:32 2026] DELETE /v2.0/security-groups/9e01e07e-74c9-49ee-b057-b51e524a7fb9 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:33.025 7 INFO neutron.services.segments.plugin [-] Segment 2db1f733-1762-4b69-b1f4-7795eba7f08d resource provider aggregate not found 2026-04-02 04:49:33.034 7 INFO neutron.services.segments.plugin [-] Segment 2db1f733-1762-4b69-b1f4-7795eba7f08d resource provider aggregate not found 2026-04-02 04:49:33.045 7 INFO neutron.services.segments.plugin [-] Segment 2db1f733-1762-4b69-b1f4-7795eba7f08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2db1f733-1762-4b69-b1f4-7795eba7f08d found for delete ", "request_id": "req-fe1ab787-94a7-4732-8b4f-9a74ddeb716f"}]} 2026-04-02 04:49:33.055 7 INFO neutron.services.segments.plugin [-] Segment 2db1f733-1762-4b69-b1f4-7795eba7f08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2db1f733-1762-4b69-b1f4-7795eba7f08d found for delete ", "request_id": "req-1f838235-8a4a-49c3-9c2e-c2e27cbb80f6"}]} [pid: 7|app: 0|req: 1340/2594] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:49:33 2026] GET /v2.0/networks?tenant_id=fce16b64d40e470f97a73de26d3ef77a&shared=False => generated 2376 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2595] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:49:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2596] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:33 2026] GET /v2.0/security-groups?tenant_id=b67ce97f05914763a86eec7178f7fc94&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2597] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:33 2026] DELETE /v2.0/security-groups/1172f38f-649d-4037-8322-e2dcfe0b5499 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2598] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2599] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=a0307eca-e589-47dc-bfbc-aef6406febc1 => 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: 1343/2600] 162.253.55.36 () {34 vars in 1103 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab9&port_id=a0307eca-e589-47dc-bfbc-aef6406febc1 => 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: 1258/2601] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/subnets?id=54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0&id=efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2602] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2603] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2604] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1260/2605] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:49:34 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:36.678 7 INFO neutron.db.segments_db [None req-433c84da-636e-4578-bf2c-4e0d744e52e3 528c1816c10d4cabb6b2aa7eb9657ad1 05ee991dd123461fb7a86fb763ad7284 - - default default] Added segment 9fa1c82f-a936-4875-9210-5cf7305dcace of type vxlan for network 9f782fe3-196c-4fa1-a886-fe49a819433c [pid: 7|app: 0|req: 1346/2606] 10.0.0.155 () {34 vars in 670 bytes} [Thu Apr 2 04:49:36 2026] POST /v2.0/networks => generated 613 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2607] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:49:36 2026] PUT /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/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: 1347/2608] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:36 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2609] 10.0.0.155 () {34 vars in 764 bytes} [Thu Apr 2 04:49:36 2026] PUT /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2610] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:36 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2611] 10.0.0.155 () {34 vars in 760 bytes} [Thu Apr 2 04:49:37 2026] PUT /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2612] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2613] 10.0.0.155 () {34 vars in 782 bytes} [Thu Apr 2 04:49:37 2026] PUT /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2614] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/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: 1265/2615] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:49:37 2026] PUT /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2616] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2617] 10.0.0.155 () {32 vars in 741 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:37.447 7 INFO neutron.api.v2.resource [None req-ca866854-3402-4302-b8db-aed933d7ce14 528c1816c10d4cabb6b2aa7eb9657ad1 05ee991dd123461fb7a86fb763ad7284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2618] 10.0.0.155 () {32 vars in 745 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2619] 10.0.0.155 () {32 vars in 744 bytes} [Thu Apr 2 04:49:37 2026] DELETE /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2622] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:37.581 7 INFO neutron.api.v2.resource [None req-8a9611a8-a253-4c20-92b2-123a6591340b 528c1816c10d4cabb6b2aa7eb9657ad1 05ee991dd123461fb7a86fb763ad7284 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1354/2623] 10.0.0.155 () {32 vars in 748 bytes} [Thu Apr 2 04:49:37 2026] DELETE /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2624] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2625] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:49:37 2026] DELETE /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2626] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2627] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:37 2026] GET /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:37.810 8 INFO neutron.services.segments.plugin [-] Segment 9fa1c82f-a936-4875-9210-5cf7305dcace resource provider aggregate not found 2026-04-02 04:49:37.813 8 INFO neutron.services.segments.plugin [-] Segment 9fa1c82f-a936-4875-9210-5cf7305dcace resource provider aggregate not found 2026-04-02 04:49:37.830 8 INFO neutron.services.segments.plugin [-] Segment 9fa1c82f-a936-4875-9210-5cf7305dcace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa1c82f-a936-4875-9210-5cf7305dcace found for delete ", "request_id": "req-503d1564-833c-47da-83a6-e96735712191"}]} 2026-04-02 04:49:37.831 8 INFO neutron.services.segments.plugin [-] Segment 9fa1c82f-a936-4875-9210-5cf7305dcace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa1c82f-a936-4875-9210-5cf7305dcace found for delete ", "request_id": "req-a63c1284-d04d-429f-9965-73ccdc220fbd"}]} [pid: 8|app: 0|req: 1272/2628] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:49:37 2026] DELETE /v2.0/networks/9f782fe3-196c-4fa1-a886-fe49a819433c => 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: 1357/2629] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:38 2026] GET /v2.0/security-groups?tenant_id=05ee991dd123461fb7a86fb763ad7284&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: 1273/2630] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:38 2026] DELETE /v2.0/security-groups/5aadd51a-45df-42f4-84f0-f65b6a39e8a9 => 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: 1358/2631] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:38 2026] GET /v2.0/security-groups?tenant_id=4a3fef4882994981b5babebe168cb5bc&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2632] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:38 2026] DELETE /v2.0/security-groups/7b9028a1-adf5-4133-9437-41ef5a599fad => 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: 1359/2633] 10.0.0.155 () {34 vars in 678 bytes} [Thu Apr 2 04:49:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2634] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:49:42 2026] PUT /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/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: 1360/2635] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2636] 10.0.0.155 () {34 vars in 764 bytes} [Thu Apr 2 04:49:42 2026] PUT /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2637] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2638] 10.0.0.155 () {34 vars in 760 bytes} [Thu Apr 2 04:49:42 2026] PUT /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/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: 1362/2639] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2640] 10.0.0.155 () {34 vars in 782 bytes} [Thu Apr 2 04:49:42 2026] PUT /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2641] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2642] 10.0.0.155 () {34 vars in 753 bytes} [Thu Apr 2 04:49:42 2026] PUT /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2643] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/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: 1364/2644] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2645] 10.0.0.155 () {32 vars in 741 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2646] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:49:42.828 7 INFO neutron.api.v2.resource [None req-43e8e594-14c4-4cc1-ab38-637d4d148ca1 06667467bffc4859bd7cdd81e198d0f5 54592967b518415eb6cf66df54e7d30e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1365/2647] 10.0.0.155 () {32 vars in 745 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2648] 10.0.0.155 () {32 vars in 744 bytes} [Thu Apr 2 04:49:42 2026] DELETE /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2649] 10.0.0.155 () {32 vars in 818 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&mac_address=fa%3A16%3A3e%3A06%3A45%3A24 => generated 1200 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2650] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:42.940 8 INFO neutron.api.v2.resource [None req-23348e54-d1eb-49ef-ad06-ab4b45a5c100 06667467bffc4859bd7cdd81e198d0f5 54592967b518415eb6cf66df54e7d30e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1285/2651] 10.0.0.155 () {32 vars in 748 bytes} [Thu Apr 2 04:49:42 2026] DELETE /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2652] 10.0.0.155 () {32 vars in 736 bytes} [Thu Apr 2 04:49:42 2026] DELETE /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2653] 10.0.0.155 () {32 vars in 733 bytes} [Thu Apr 2 04:49:42 2026] GET /v2.0/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2654] 10.0.0.155 () {32 vars in 734 bytes} [Thu Apr 2 04:49:43 2026] DELETE /v2.0/qos/policies/11b3dde9-82fe-462b-8d0c-c58612e17e01 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:43.670 7 INFO neutron.db.l3_db [None req-d07bcc17-c191-4496-90c4-bf3f83055b50 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Floating IP 85d1df8d-25ef-457f-8baa-96038afeb910 associated. External IP: 10.96.250.203, port: a0307eca-e589-47dc-bfbc-aef6406febc1. [pid: 8|app: 0|req: 1289/2655] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:43 2026] GET /v2.0/security-groups?tenant_id=54592967b518415eb6cf66df54e7d30e&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2656] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:49:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 04:49:44.026 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3dd376e-fc84-4228-a5bb-d08a5ff924da'] response: {'name': 'network-changed', 'server_uuid': 'dcab2fc7-1c7e-4830-8079-9d9aac68acec', 'tag': 'a0307eca-e589-47dc-bfbc-aef6406febc1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1290/2657] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:43 2026] DELETE /v2.0/security-groups/aad5dd75-76bb-4e28-8bd2-f19675f33f76 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2658] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/security-groups?tenant_id=fdfb03c91cbd4191beeb36699ee5556a&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2659] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:44 2026] DELETE /v2.0/security-groups/31e70e97-4e2a-4fa9-bd8d-f9a219c5915e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2660] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2661] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => 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: 1370/2662] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=a0307eca-e589-47dc-bfbc-aef6406febc1 => 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: 1293/2663] 162.253.55.36 () {34 vars in 1103 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab9&port_id=a0307eca-e589-47dc-bfbc-aef6406febc1 => 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: 1371/2664] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/subnets?id=54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0&id=efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2665] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2666] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&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: 1295/2667] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2668] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:49:44 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1296/2669] 10.0.0.155 () {34 vars in 684 bytes} [Thu Apr 2 04:49:47 2026] POST /v2.0/security-groups => generated 1603 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2670] 10.0.0.155 () {34 vars in 767 bytes} [Thu Apr 2 04:49:47 2026] PUT /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2671] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:47 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2672] 10.0.0.155 () {34 vars in 778 bytes} [Thu Apr 2 04:49:47 2026] PUT /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2673] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:47 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2674] 10.0.0.155 () {34 vars in 774 bytes} [Thu Apr 2 04:49:47 2026] PUT /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2675] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:47 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2676] 10.0.0.155 () {34 vars in 796 bytes} [Thu Apr 2 04:49:48 2026] PUT /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2677] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2678] 10.0.0.155 () {34 vars in 767 bytes} [Thu Apr 2 04:49:48 2026] PUT /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2679] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2680] 10.0.0.155 () {32 vars in 755 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:49:48.247 8 INFO neutron.api.v2.resource [None req-5d113397-7709-4568-8cdc-215bc37fd867 130a50775c05483ca0941ac734da0f96 943dfe6adb4548d2bc795879b517babe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1302/2681] 10.0.0.155 () {32 vars in 759 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/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: 1380/2682] 10.0.0.155 () {32 vars in 758 bytes} [Thu Apr 2 04:49:48 2026] DELETE /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2683] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:49:48.380 7 INFO neutron.api.v2.resource [None req-a1cef27b-a885-4590-8912-562341645a7f 130a50775c05483ca0941ac734da0f96 943dfe6adb4548d2bc795879b517babe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1381/2684] 10.0.0.155 () {32 vars in 762 bytes} [Thu Apr 2 04:49:48 2026] DELETE /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2685] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2686] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:49:48 2026] DELETE /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2687] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2688] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:49:48 2026] GET /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8/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: 1306/2689] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:48 2026] DELETE /v2.0/security-groups/e1ad72d1-acbe-4efe-a800-8ad709b2b9d8 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2690] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:49 2026] GET /v2.0/security-groups?tenant_id=943dfe6adb4548d2bc795879b517babe&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2691] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:49 2026] DELETE /v2.0/security-groups/54b561b5-fc49-4997-9439-2958e956c4ef => 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: 1385/2692] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:49 2026] GET /v2.0/security-groups?tenant_id=ba76770f69624522b11a749c7869a209&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2693] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:49 2026] DELETE /v2.0/security-groups/88af16f2-2725-4208-8840-14cf85802cce => 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: 1310/2696] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:53 2026] GET /v2.0/security-groups?tenant_id=9844d79cb4454fcbb01642a99b615d0d&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2697] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:53 2026] DELETE /v2.0/security-groups/f5437c66-9a9b-46fd-a34b-c0b913ee1477 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2698] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:49:53 2026] GET /v2.0/security-groups?tenant_id=6921c4bb89a6417d9b4ccac3d2c3555c&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2699] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:49:53 2026] DELETE /v2.0/security-groups/de69cab4-b6c4-4ea7-b92e-9da97d9a4d79 => 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: 1312/2700] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:49:59 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2701] 10.0.0.90 () {30 vars in 689 bytes} [Thu Apr 2 04:50:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2702] 10.0.0.90 () {30 vars in 691 bytes} [Thu Apr 2 04:50:00 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: 1390/2703] 10.0.0.90 () {30 vars in 667 bytes} [Thu Apr 2 04:50:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2704] 10.0.0.90 () {30 vars in 703 bytes} [Thu Apr 2 04:50:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2705] 10.0.0.90 () {28 vars in 438 bytes} [Thu Apr 2 04:50:01 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: 1315/2706] 10.0.0.90 () {30 vars in 727 bytes} [Thu Apr 2 04:50:01 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2707] 10.0.0.90 () {30 vars in 689 bytes} [Thu Apr 2 04:50:01 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: 1316/2708] 10.0.0.90 () {30 vars in 691 bytes} [Thu Apr 2 04:50:01 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: 1393/2709] 10.0.0.90 () {30 vars in 667 bytes} [Thu Apr 2 04:50:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2710] 10.0.0.90 () {30 vars in 703 bytes} [Thu Apr 2 04:50:01 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: 1394/2711] 10.0.0.90 () {30 vars in 727 bytes} [Thu Apr 2 04:50:01 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2712] 10.0.0.90 () {30 vars in 689 bytes} [Thu Apr 2 04:50: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: 7|app: 0|req: 1395/2713] 10.0.0.90 () {30 vars in 691 bytes} [Thu Apr 2 04:50:01 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: 1319/2714] 10.0.0.90 () {30 vars in 667 bytes} [Thu Apr 2 04:50:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2715] 10.0.0.90 () {30 vars in 703 bytes} [Thu Apr 2 04:50: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: 1320/2716] 10.0.0.90 () {30 vars in 729 bytes} [Thu Apr 2 04:50:01 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2717] 10.0.0.90 () {30 vars in 681 bytes} [Thu Apr 2 04:50:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2718] 10.0.0.90 () {34 vars in 703 bytes} [Thu Apr 2 04:50:01 2026] POST /v2.0/ports => generated 1128 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2719] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:50:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1322/2720] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:50:04 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: 1399/2721] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:50:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2722] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:50:04 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: 1400/2723] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:50:04 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2724] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:50:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2725] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:50:04 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: 1325/2726] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:50:04 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: 1402/2727] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:50:04 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-04-02 04:50:04.958 8 INFO neutron.api.v2.resource [None req-fbc12e0d-7714-47f5-933f-f157a89c2215 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1326/2728] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:50:04 2026] GET /v2.0/security-groups/lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2729] 162.253.55.36 () {30 vars in 784 bytes} [Thu Apr 2 04:50:04 2026] GET /v2.0/security-groups?name=lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2730] 162.253.55.36 () {34 vars in 735 bytes} [Thu Apr 2 04:50:04 2026] POST /v2.0/security-groups => generated 1638 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2731] 162.253.55.36 () {30 vars in 814 bytes} [Thu Apr 2 04:50:05 2026] GET /v2.0/security-group-rules?security_group_id=c735b623-2ccd-42b4-81e8-fa59bf382fa4 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2732] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:50:05 2026] PUT /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2733] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:50:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1329/2734] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:50:05 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: 1406/2735] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:50:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2736] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:50:05 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: 1407/2737] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:50:05 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2740] 10.0.0.49 () {34 vars in 1015 bytes} [Thu Apr 2 04:50:12 2026] GET /v2.0/security-groups?id=a428f669-2a74-4bc1-a46c-ba9f68ab3e86&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2741] 10.0.0.49 () {34 vars in 981 bytes} [Thu Apr 2 04:50:12 2026] GET /v2.0/networks?id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 734 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2742] 10.0.0.49 () {34 vars in 964 bytes} [Thu Apr 2 04:50:12 2026] GET /v2.0/quotas/5ede6f9eef7546429de10124ba315e9c => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2743] 10.0.0.49 () {34 vars in 1001 bytes} [Thu Apr 2 04:50:12 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2744] 10.0.0.49 () {34 vars in 1007 bytes} [Thu Apr 2 04:50:13 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2745] 10.0.0.49 () {34 vars in 1107 bytes} [Thu Apr 2 04:50:13 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1335/2746] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:13 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2747] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:13 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => 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: 1336/2748] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:16 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => 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: 1413/2749] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:16 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => 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: 1337/2750] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:50:17 2026] GET /v2.0/networks?id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72 => generated 734 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2751] 162.253.55.36 () {34 vars in 1049 bytes} [Thu Apr 2 04:50:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5ede6f9eef7546429de10124ba315e9c => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2752] 162.253.55.36 () {38 vars in 954 bytes} [Thu Apr 2 04:50:17 2026] POST /v2.0/ports => generated 1082 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2753] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:50:18 2026] PUT /v2.0/ports/cd435c37-b075-4692-b4b9-725338f14b81 => generated 1243 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:50:18.607 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7eece4ec-3c75-4833-8dc2-a7b73fd07755'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'cd435c37-b075-4692-b4b9-725338f14b81', '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: 1339/2754] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:50:19 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1246 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, ' [pid: 7|app: 0|req: 1416/2755] 162.253.55.36 () {34 vars in 1017 bytes} [Thu Apr 2 04:50:19 2026] GET /v2.0/networks?tenant_id=5ede6f9eef7546429de10124ba315e9c&shared=False => generated 734 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2756] 162.253.55.36 () {34 vars in 929 bytes} [Thu Apr 2 04:50:19 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: 1417/2757] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:19 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2758] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:50:19 2026] GET /v2.0/security-groups?id=a428f669-2a74-4bc1-a46c-ba9f68ab3e86&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2759] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:19 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2760] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:50:20 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2761] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:50:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => 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: 1343/2762] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:50:20 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2763] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:50:20 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&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: 1344/2764] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:50:20 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2765] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:50:20 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2766] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:22 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2767] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:50:22 2026] GET /v2.0/security-groups?id=a428f669-2a74-4bc1-a46c-ba9f68ab3e86&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2770] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:22 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2771] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:50:24 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2772] 162.253.55.36 () {34 vars in 1043 bytes} [Thu Apr 2 04:50:24 2026] GET /v2.0/security-groups?id=a428f669-2a74-4bc1-a46c-ba9f68ab3e86&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2773] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:25 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2774] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:50:25 2026] GET /v2.0/security-groups?id=a428f669-2a74-4bc1-a46c-ba9f68ab3e86&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2775] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:25 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2776] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:28 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2777] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:50:28 2026] GET /v2.0/security-groups?id=a428f669-2a74-4bc1-a46c-ba9f68ab3e86&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2778] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:50:28 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2783] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2784] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2785] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:03 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: 1355/2786] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:03 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: 1432/2787] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:03 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2788] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:51:03 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2789] 162.253.55.36 () {34 vars in 716 bytes} [Thu Apr 2 04:51:03 2026] POST /v2.0/ports => generated 1059 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2790] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:51:04 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2791] 10.0.0.49 () {34 vars in 906 bytes} [Thu Apr 2 04:51:04 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2792] 162.253.55.36 () {34 vars in 1261 bytes} [Thu Apr 2 04:51:05 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2793] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:05 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2794] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:05 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1436/2795] 162.253.55.36 () {34 vars in 974 bytes} [Thu Apr 2 04:51:06 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2796] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:06 2026] GET /v2.0/networks?id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 803 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2797] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:51:06 2026] PUT /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1249 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:51:06.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c28f0d8-4cc4-42de-9e69-471c7e3b3817'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'f0621889-5dd4-4491-ba59-bb0986d3e96d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1361/2798] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2799] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/networks?id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2800] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1439/2801] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2802] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&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: 1440/2803] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1364/2804] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:07 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1442/2807] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2808] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => 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: 1443/2809] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2810] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&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: 1444/2811] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1368/2812] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2813] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1369/2814] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2815] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2816] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2817] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:08 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1371/2818] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:51:12 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1251 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2819] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:51:12 2026] PUT /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1275 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:51:13.309 8 INFO neutron.api.v2.resource [None req-1d9221a4-8d96-4b11-b950-40b4cc381600 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1372/2820] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/security-groups/lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:51:13.315 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83d83bff-811e-4314-9111-032060b0082d'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'f0621889-5dd4-4491-ba59-bb0986d3e96d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1449/2821] 162.253.55.36 () {30 vars in 784 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/security-groups?name=lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2822] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:51:13 2026] PUT /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1313 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:51:13.692 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7d0af0e-ad03-4c08-92d7-4a2b1a939fee'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'f0621889-5dd4-4491-ba59-bb0986d3e96d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/2823] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1374/2824] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2825] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2826] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:13 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: 1453/2827] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2828] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2829] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2830] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/networks?id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2831] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1455/2832] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2833] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2834] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2835] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:13 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&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: 1457/2836] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:51:14 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2837] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:14 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2838] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:51:14 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2839] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:14 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2840] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:14 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1460/2841] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2842] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/networks?id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => 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: 1461/2843] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1383/2844] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2845] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2846] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1463/2847] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:15 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:51:23.046 8 INFO neutron.db.l3_db [None req-24641a4d-edac-40b8-96db-a2a8b8303042 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Floating IP 1198ea09-d5f7-4bf0-b3c2-b76754c74667 associated. External IP: 10.96.250.201, port: 5d173e80-79a9-44ab-adbf-f217178db5eb. [pid: 8|app: 0|req: 1385/2850] 10.0.0.155 () {34 vars in 677 bytes} [Thu Apr 2 04:51:22 2026] POST /v2.0/floatingips => generated 898 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2851] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2852] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:27 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: 1467/2853] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2854] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:51:28.005 7 INFO neutron.api.v2.resource [None req-183d8644-1b14-4564-b239-4e45a37faba1 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/2855] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:51:27 2026] GET /v2.0/security-groups/lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2856] 162.253.55.36 () {30 vars in 784 bytes} [Thu Apr 2 04:51:28 2026] GET /v2.0/security-groups?name=lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2857] 162.253.55.36 () {30 vars in 814 bytes} [Thu Apr 2 04:51:28 2026] GET /v2.0/security-group-rules?security_group_id=c735b623-2ccd-42b4-81e8-fa59bf382fa4 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2858] 162.253.55.36 () {34 vars in 746 bytes} [Thu Apr 2 04:51:28 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: 1470/2859] 162.253.55.36 () {34 vars in 746 bytes} [Thu Apr 2 04:51:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2860] 10.0.0.90 () {30 vars in 689 bytes} [Thu Apr 2 04:51:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2861] 10.0.0.90 () {30 vars in 691 bytes} [Thu Apr 2 04:51:35 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: 1391/2862] 10.0.0.90 () {30 vars in 667 bytes} [Thu Apr 2 04:51:35 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: 1472/2863] 10.0.0.90 () {30 vars in 703 bytes} [Thu Apr 2 04:51:35 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: 1392/2864] 10.0.0.90 () {28 vars in 438 bytes} [Thu Apr 2 04:51:35 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: 1473/2865] 10.0.0.90 () {30 vars in 727 bytes} [Thu Apr 2 04:51:35 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2866] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:36 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: 1474/2867] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:36 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: 1394/2868] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:36 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: 1475/2869] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2870] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:36 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2871] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:51:36 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2872] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:36 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: 1477/2873] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:36 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: 1397/2874] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:36 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: 1478/2875] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:36 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: 1398/2876] 162.253.55.36 () {34 vars in 716 bytes} [Thu Apr 2 04:51:36 2026] POST /v2.0/ports => generated 1320 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2877] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:51:37 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1320 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1399/2878] 10.0.0.49 () {34 vars in 906 bytes} [Thu Apr 2 04:51:37 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2881] 162.253.55.36 () {34 vars in 1261 bytes} [Thu Apr 2 04:51:38 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2882] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:38 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2883] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:38 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1402/2884] 162.253.55.36 () {34 vars in 974 bytes} [Thu Apr 2 04:51:38 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1320 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2885] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:38 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2886] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:51:39 2026] PUT /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1510 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:51:39.609 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dabbc320-f6c8-4434-8c01-b27bc1f0eba7'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': '5e800fac-f130-44d1-a1d4-33ca33cb6466', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1484/2887] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4091 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: 1404/2888] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2889] 162.253.55.36 () {34 vars in 1055 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1405/2890] 162.253.55.36 () {34 vars in 1101 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A49&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1486/2891] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/subnets?id=e760b00d-b182-4fc2-85f9-dac0c5956743&id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2892] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2893] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2894] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1488/2895] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:40 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1408/2896] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4091 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2897] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => 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: 1409/2898] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2899] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2900] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1491/2901] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1411/2902] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1492/2903] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2904] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2905] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1413/2906] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:41 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1494/2907] 162.253.55.36 () {34 vars in 1055 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1414/2908] 162.253.55.36 () {34 vars in 1101 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A49&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1495/2909] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/subnets?id=e760b00d-b182-4fc2-85f9-dac0c5956743&id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 1411 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2910] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2911] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2912] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1497/2913] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:42 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1417/2914] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1512 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2915] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2916] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2917] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/subnets/e760b00d-b182-4fc2-85f9-dac0c5956743 => generated 744 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2918] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2919] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:46 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: 1420/2920] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:46 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: 1501/2921] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2922] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2923] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2924] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1349 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2925] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2926] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2927] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2928] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:46 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2929] 10.0.0.90 () {30 vars in 689 bytes} [Thu Apr 2 04:51:51 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: 1425/2930] 10.0.0.90 () {30 vars in 691 bytes} [Thu Apr 2 04:51:51 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: 1506/2931] 10.0.0.90 () {30 vars in 667 bytes} [Thu Apr 2 04:51:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2932] 10.0.0.90 () {30 vars in 703 bytes} [Thu Apr 2 04:51:51 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: 1507/2933] 10.0.0.90 () {28 vars in 438 bytes} [Thu Apr 2 04:51:51 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: 1427/2934] 10.0.0.90 () {30 vars in 727 bytes} [Thu Apr 2 04:51:51 2026] GET /v2.0/subnets/efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2935] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:52 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: 1428/2936] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:52 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: 1509/2937] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2938] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:52 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: 1510/2939] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:52 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2940] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:51:52 2026] GET /v2.0/subnets/efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2941] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:51:52 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4093 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2944] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:51:52 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: 1432/2945] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:51:52 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: 1514/2946] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:51:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2947] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:51:52 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: 1515/2948] 162.253.55.36 () {34 vars in 716 bytes} [Thu Apr 2 04:51:52 2026] POST /v2.0/ports => generated 1332 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2949] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:51:53 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1516/2950] 162.253.55.36 () {34 vars in 1261 bytes} [Thu Apr 2 04:51:54 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2951] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:54 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1517/2952] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:54 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1436/2953] 162.253.55.36 () {34 vars in 974 bytes} [Thu Apr 2 04:51:54 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2954] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:54 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => 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: 1437/2955] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:51:54 2026] PUT /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1522 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:51:55.400 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e824032-b2bd-47c3-8cb5-85bb4657c4d5'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'e095b409-0b93-43eb-8feb-4c2c0b626d71', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1519/2956] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:55 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 5607 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1438/2957] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:51:55 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2958] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.119&port_id=e095b409-0b93-43eb-8feb-4c2c0b626d71 => 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: 1439/2959] 162.253.55.36 () {34 vars in 1105 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a0&port_id=e095b409-0b93-43eb-8feb-4c2c0b626d71 => 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: 1521/2960] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/subnets?id=54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0&id=efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2961] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&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: 1522/2962] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2963] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1523/2964] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:56 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2965] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 5607 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2966] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => 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: 1443/2967] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2968] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&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: 1444/2969] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1526/2970] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1445/2971] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1527/2972] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2973] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2974] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1447/2975] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1529/2976] 162.253.55.36 () {34 vars in 1055 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1448/2977] 162.253.55.36 () {34 vars in 1101 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A49&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2978] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/subnets?id=e760b00d-b182-4fc2-85f9-dac0c5956743&id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2979] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2980] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&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: 1450/2981] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:57 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1532/2982] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1451/2983] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.119&port_id=e095b409-0b93-43eb-8feb-4c2c0b626d71 => 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: 1533/2984] 162.253.55.36 () {34 vars in 1105 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a0&port_id=e095b409-0b93-43eb-8feb-4c2c0b626d71 => 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: 1452/2985] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/subnets?id=54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0&id=efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2986] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2987] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2988] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1454/2989] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:51:58 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1536/2990] 10.0.0.49 () {34 vars in 970 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2991] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2992] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/subnets/efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2993] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/subnets/54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0 => generated 748 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2994] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1512 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2995] 162.253.55.36 () {34 vars in 789 bytes} [Thu Apr 2 04:52:02 2026] PUT /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1251 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:52:02.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7e48c4b-bab7-450d-a939-0b378c63a620'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': '5e800fac-f130-44d1-a1d4-33ca33cb6466', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1539/2996] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 798 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: 1458/2997] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2998] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:02 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: 1459/2999] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3000] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3001] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:02 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: 1542/3002] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3003] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:02 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3004] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1349 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3005] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3006] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3007] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3008] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3009] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 5384 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3010] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3011] 162.253.55.36 () {34 vars in 1055 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1547/3012] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/subnets?id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3013] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3014] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1467/3015] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:03 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1469/3018] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3019] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:16 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: 1470/3020] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:16 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: 1551/3021] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3022] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3023] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 5384 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3024] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52: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: 7|app: 0|req: 1553/3025] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:16 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: 1473/3026] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:16 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: 1554/3027] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3028] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3029] 162.253.55.36 () {34 vars in 789 bytes} [Thu Apr 2 04:52:16 2026] PUT /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1311 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:52:16.793 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5054197-9cae-4edb-8d23-aca8aa662f28'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'e095b409-0b93-43eb-8feb-4c2c0b626d71', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1475/3030] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6 => generated 797 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1556/3031] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/subnets/54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3032] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:16 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1347 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3033] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:52:16 2026] PUT /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1080 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3034] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1558/3035] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4976 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3036] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3037] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3038] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1560/3039] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1480/3040] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:17 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4976 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:52:18.839 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb9bc4c1-ed3b-4a28-98e6-0f98a77ca27c'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': 'e095b409-0b93-43eb-8feb-4c2c0b626d71', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1561/3041] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:18 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3042] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:19 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4976 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3043] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:52:19 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3044] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:19 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3045] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:19 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?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: 1483/3046] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:19 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3047] 162.253.55.36 () {34 vars in 974 bytes} [Thu Apr 2 04:52:20 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3048] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:52:20 2026] GET /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3049] 162.253.55.36 () {34 vars in 1015 bytes} [Thu Apr 2 04:52:20 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3050] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:52:20 2026] PUT /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 917 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3051] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:20 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 04:52:21.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e0bfae1-6f5e-44ed-a36c-65020de59891 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: e095b409-0b93-43eb-8feb-4c2c0b626d71 2026-04-02 04:52:21.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e0bfae1-6f5e-44ed-a36c-65020de59891 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: e095b409-0b93-43eb-8feb-4c2c0b626d71 [pid: 8|app: 0|req: 1486/3052] 162.253.55.36 () {32 vars in 758 bytes} [Thu Apr 2 04:52:21 2026] DELETE /v2.0/ports/e095b409-0b93-43eb-8feb-4c2c0b626d71 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3053] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:21 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: 1487/3054] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:21 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: 1568/3055] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:21 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: 1488/3056] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:21 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: 1569/3057] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3058] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3059] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3060] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3061] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => 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: 1491/3062] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3063] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3064] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:21 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3868 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3065] 162.253.55.36 () {34 vars in 1225 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks?id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&id=87cde42c-b5d7-495b-b541-a509975210d6 => generated 3096 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3066] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3067] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3068] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3069] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1495/3070] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1576/3071] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3072] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3073] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&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: 1497/3074] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3075] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1498/3076] 162.253.55.36 () {34 vars in 1055 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=5e800fac-f130-44d1-a1d4-33ca33cb6466 => 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: 1579/3077] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/subnets?id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3080] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&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: 1500/3081] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1582/3082] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:22 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1501/3083] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3084] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:26 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: 1502/3085] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3086] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:26 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: 1503/3087] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:26 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3868 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3088] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3089] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:27 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: 1586/3090] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:27 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: 1505/3091] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3092] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:27 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1287 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3093] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:52:27 2026] PUT /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1080 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:52:27.442 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2728c2a-5ad3-438b-96e9-4fa2db81cd72'] response: {'name': 'network-changed', 'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'tag': '5e800fac-f130-44d1-a1d4-33ca33cb6466', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3094] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:27 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 798 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1507/3095] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:27 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3697 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3096] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:27 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3097] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:27 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3098] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:52:28 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3099] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:28 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1591/3100] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:28 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1510/3101] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:28 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3102] 162.253.55.36 () {34 vars in 974 bytes} [Thu Apr 2 04:52:29 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3103] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:52:29 2026] GET /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3104] 162.253.55.36 () {34 vars in 1015 bytes} [Thu Apr 2 04:52:29 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3105] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:29 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 3697 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3106] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:52:29 2026] PUT /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 917 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3107] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:30 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 42 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-04-02 04:52:30.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-3338c983-3286-4c96-b597-1165e6ce7d74 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 5e800fac-f130-44d1-a1d4-33ca33cb6466 2026-04-02 04:52:30.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3338c983-3286-4c96-b597-1165e6ce7d74 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 5e800fac-f130-44d1-a1d4-33ca33cb6466 [pid: 8|app: 0|req: 1514/3108] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3109] 162.253.55.36 () {32 vars in 758 bytes} [Thu Apr 2 04:52:30 2026] DELETE /v2.0/ports/5e800fac-f130-44d1-a1d4-33ca33cb6466 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3110] 162.253.55.36 () {34 vars in 1145 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/networks?id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 2310 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3111] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => 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: 1597/3112] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:31 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: 1516/3113] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => 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: 1598/3114] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3115] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3116] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:31 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: 1517/3117] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3118] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3119] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3120] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3121] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1349 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3122] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3123] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.151&port_id=f0621889-5dd4-4491-ba59-bb0986d3e96d => 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: 1604/3124] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3125] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/subnets?id=d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3126] 162.253.55.36 () {30 vars in 742 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => 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: 1522/3127] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/ports?network_id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3128] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:31 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3129] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:32 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3130] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:32 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3131] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:32 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?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: 1526/3134] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3135] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:42 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: 1527/3136] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:42 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: 1610/3137] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:52:42.687 8 INFO neutron.api.v2.resource [None req-11d7878e-5257-4e18-8d2f-7a0bbebe3f55 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3138] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:52:42 2026] GET /v2.0/security-groups/lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3139] 162.253.55.36 () {30 vars in 784 bytes} [Thu Apr 2 04:52:42 2026] GET /v2.0/security-groups?name=lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3140] 162.253.55.36 () {30 vars in 814 bytes} [Thu Apr 2 04:52:42 2026] GET /v2.0/security-group-rules?security_group_id=c735b623-2ccd-42b4-81e8-fa59bf382fa4 => generated 2334 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3141] 162.253.55.36 () {32 vars in 788 bytes} [Thu Apr 2 04:52:43 2026] DELETE /v2.0/security-group-rules/93584e48-11b0-4e7f-b251-beef732aad79 => 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: 1530/3142] 162.253.55.36 () {32 vars in 788 bytes} [Thu Apr 2 04:52:43 2026] DELETE /v2.0/security-group-rules/e3738de6-3503-489e-8cba-06c36d478230 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:52:46.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb3fd443-82c2-47ed-b50b-db087bcaa04d e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 21b66ad8-85be-47e1-9125-a44bd3e79029 2026-04-02 04:52:46.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb3fd443-82c2-47ed-b50b-db087bcaa04d e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 21b66ad8-85be-47e1-9125-a44bd3e79029 2026-04-02 04:52:46.938 7 INFO neutron.db.l3_db [None req-fb3fd443-82c2-47ed-b50b-db087bcaa04d e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Floating IP 1198ea09-d5f7-4bf0-b3c2-b76754c74667 disassociated (deleted). External IP: 10.96.250.201, port: 5d173e80-79a9-44ab-adbf-f217178db5eb. [pid: 7|app: 0|req: 1613/3143] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:52:46 2026] DELETE /v2.0/floatingips/1198ea09-d5f7-4bf0-b3c2-b76754c74667 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:52:47.247 8 INFO neutron.api.v2.resource [None req-557aefbe-06d2-484d-813c-0cc67c740cef e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3144] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:52:47 2026] GET /v2.0/floatingips/1198ea09-d5f7-4bf0-b3c2-b76754c74667 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3145] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3146] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3147] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:48 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: 1533/3148] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:48 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-04-02 04:52:48.134 7 INFO neutron.api.v2.resource [None req-cb45b6df-c239-4c5b-b666-1061a560114c 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3149] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/security-groups/lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3150] 162.253.55.36 () {30 vars in 784 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/security-groups?name=lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3151] 162.253.55.36 () {30 vars in 814 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/security-group-rules?security_group_id=c735b623-2ccd-42b4-81e8-fa59bf382fa4 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3152] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3153] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3154] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:48 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: 1619/3155] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:48 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: 1537/3156] 162.253.55.36 () {30 vars in 740 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3157] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3158] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3159] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:48 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3160] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:49 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3161] 162.253.55.36 () {34 vars in 974 bytes} [Thu Apr 2 04:52:50 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1349 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3162] 162.253.55.36 () {34 vars in 1059 bytes} [Thu Apr 2 04:52:50 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3163] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:50 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 2589 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3164] 162.253.55.36 () {34 vars in 1015 bytes} [Thu Apr 2 04:52:50 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3165] 162.253.55.36 () {38 vars in 1027 bytes} [Thu Apr 2 04:52:50 2026] PUT /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1150 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3166] 162.253.55.36 () {30 vars in 768 bytes} [Thu Apr 2 04:52:51 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 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: 1625/3167] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:52:51 2026] PUT /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1090 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3168] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 1090 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, ' 2026-04-02 04:52:52.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8197c08-9e6d-4480-8bd6-6aaa1403e708 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: f0621889-5dd4-4491-ba59-bb0986d3e96d 2026-04-02 04:52:52.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8197c08-9e6d-4480-8bd6-6aaa1403e708 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: f0621889-5dd4-4491-ba59-bb0986d3e96d [pid: 7|app: 0|req: 1626/3169] 162.253.55.36 () {32 vars in 758 bytes} [Thu Apr 2 04:52:52 2026] DELETE /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3170] 162.253.55.36 () {30 vars in 702 bytes} [Thu Apr 2 04:52:52 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: 1627/3171] 162.253.55.36 () {30 vars in 704 bytes} [Thu Apr 2 04:52:52 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: 1545/3172] 162.253.55.36 () {30 vars in 680 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3173] 162.253.55.36 () {30 vars in 716 bytes} [Thu Apr 2 04:52:52 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-04-02 04:52:52.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f3486bf-6f88-433b-8c22-34a8f504e7ee 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3174] 162.253.55.36 () {32 vars in 758 bytes} [Thu Apr 2 04:52:52 2026] DELETE /v2.0/ports/f0621889-5dd4-4491-ba59-bb0986d3e96d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3177] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3178] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/ports?tenant_id=5ede6f9eef7546429de10124ba315e9c&device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:52:52.588 7 INFO neutron.api.v2.resource [None req-7f6c3e69-af1a-4538-b8f3-fb94f6f59f37 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3179] 162.253.55.36 () {30 vars in 762 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/security-groups/lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3180] 162.253.55.36 () {34 vars in 1065 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/networks?id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&id=7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 1523 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3181] 162.253.55.36 () {30 vars in 784 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/security-groups?name=lb-7fcd4337-088a-43f9-8064-eeba5f91fb1e => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3182] 162.253.55.36 () {34 vars in 1061 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.150&port_id=cd435c37-b075-4692-b4b9-725338f14b81 => 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: 1632/3183] 162.253.55.36 () {30 vars in 736 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3184] 162.253.55.36 () {34 vars in 983 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/subnets?id=6333d028-2812-476e-a1d8-77d925413730 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3185] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/ports?network_id=708be9e6-1f5b-441e-b78e-aa6ffbaa1f72&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3186] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?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: 1555/3187] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:52 2026] GET /v2.0/networks/708be9e6-1f5b-441e-b78e-aa6ffbaa1f72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3188] 162.253.55.36 () {34 vars in 788 bytes} [Thu Apr 2 04:52:52 2026] PUT /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 1090 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3189] 162.253.55.36 () {32 vars in 778 bytes} [Thu Apr 2 04:52:52 2026] DELETE /v2.0/security-groups/c735b623-2ccd-42b4-81e8-fa59bf382fa4 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:52:53.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e2dc6e3-48c8-490b-a9d2-cb437e314b55 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: 5d173e80-79a9-44ab-adbf-f217178db5eb 2026-04-02 04:52:53.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e2dc6e3-48c8-490b-a9d2-cb437e314b55 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: 5d173e80-79a9-44ab-adbf-f217178db5eb [pid: 7|app: 0|req: 1634/3190] 162.253.55.36 () {32 vars in 758 bytes} [Thu Apr 2 04:52:53 2026] DELETE /v2.0/ports/5d173e80-79a9-44ab-adbf-f217178db5eb => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3191] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:52:56 2026] GET /v2.0/ports?device_id=268b874f-bf51-4748-b478-f6a5e17aa967 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:52:56.283 7 INFO neutron_taas.services.taas.taas_plugin [req-823067f1-e72d-4474-893b-6def8342b808 req-e5a87e00-e15a-45a4-9031-3417b09c9557 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] TaaS: Handle Delete Port: cd435c37-b075-4692-b4b9-725338f14b81 2026-04-02 04:52:56.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-823067f1-e72d-4474-893b-6def8342b808 req-e5a87e00-e15a-45a4-9031-3417b09c9557 2f7b55ca292c4c04a11c9d8c0d1ea243 5ede6f9eef7546429de10124ba315e9c - - default default] Tap Mirror: Handle Delete Port: cd435c37-b075-4692-b4b9-725338f14b81 [pid: 7|app: 0|req: 1635/3192] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:52:56 2026] DELETE /v2.0/ports/cd435c37-b075-4692-b4b9-725338f14b81 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:52:56.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3849661b-1a70-4700-97d8-767e5d655ba5'] response: {'server_uuid': '268b874f-bf51-4748-b478-f6a5e17aa967', 'name': 'network-vif-deleted', 'tag': 'cd435c37-b075-4692-b4b9-725338f14b81', 'status': 'completed', 'code': 200} 2026-04-02 04:52:57.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-01580697-436b-430b-a0df-e0d358aadefe e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 4be2721d-398c-4b1d-be01-b2ffa1c9d202 2026-04-02 04:52:57.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01580697-436b-430b-a0df-e0d358aadefe e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 4be2721d-398c-4b1d-be01-b2ffa1c9d202 2026-04-02 04:52:57.746 8 INFO neutron.db.l3_db [None req-01580697-436b-430b-a0df-e0d358aadefe e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Floating IP 85d1df8d-25ef-457f-8baa-96038afeb910 disassociated (deleted). External IP: 10.96.250.203, port: a0307eca-e589-47dc-bfbc-aef6406febc1. [pid: 8|app: 0|req: 1558/3193] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:52:57 2026] DELETE /v2.0/floatingips/85d1df8d-25ef-457f-8baa-96038afeb910 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:52:58.099 7 INFO neutron.api.v2.resource [None req-9f405d18-8e78-4917-8158-5355c45d8d1c e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3194] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/floatingips/85d1df8d-25ef-457f-8baa-96038afeb910 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:52:58.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84d29959-0716-452e-9ef7-994dc16ddedf'] response: {'name': 'network-changed', 'server_uuid': 'dcab2fc7-1c7e-4830-8079-9d9aac68acec', 'tag': 'a0307eca-e589-47dc-bfbc-aef6406febc1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/3195] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3196] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3197] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3198] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/networks?id=87cde42c-b5d7-495b-b541-a509975210d6 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3199] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=a0307eca-e589-47dc-bfbc-aef6406febc1 => 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: 1639/3200] 162.253.55.36 () {34 vars in 1103 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab9&port_id=a0307eca-e589-47dc-bfbc-aef6406febc1 => 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: 1562/3201] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/subnets?id=54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0&id=efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3202] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3203] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/ports?network_id=87cde42c-b5d7-495b-b541-a509975210d6&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: 1641/3204] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3205] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:52:58 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3206] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:53:00 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:53:00.868 8 INFO neutron_taas.services.taas.taas_plugin [req-74e0b896-b844-48d8-b126-e2c73f0827bf req-aa89b25a-1555-480c-b7ab-78bd0716fabf e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: a0307eca-e589-47dc-bfbc-aef6406febc1 2026-04-02 04:53:00.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-74e0b896-b844-48d8-b126-e2c73f0827bf req-aa89b25a-1555-480c-b7ab-78bd0716fabf e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: a0307eca-e589-47dc-bfbc-aef6406febc1 [pid: 8|app: 0|req: 1565/3207] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:53:00 2026] DELETE /v2.0/ports/a0307eca-e589-47dc-bfbc-aef6406febc1 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:01.087 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8998ec2b-05e8-4507-ad1f-429dd48ecac5'] response: {'server_uuid': 'dcab2fc7-1c7e-4830-8079-9d9aac68acec', 'name': 'network-vif-deleted', 'tag': 'a0307eca-e589-47dc-bfbc-aef6406febc1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1643/3208] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:53:03 2026] GET /v2.0/ports?device_id=dcab2fc7-1c7e-4830-8079-9d9aac68acec => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 04:53:08.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-36b31ca0-d545-4362-bcf5-033bafcb9c69 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 3c16bc12-a85f-4372-aca3-d4780f57c454 2026-04-02 04:53:08.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36b31ca0-d545-4362-bcf5-033bafcb9c69 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 3c16bc12-a85f-4372-aca3-d4780f57c454 2026-04-02 04:53:08.801 8 INFO neutron.db.l3_db [None req-36b31ca0-d545-4362-bcf5-033bafcb9c69 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Floating IP 4df7f2ee-46d0-4024-b83a-70c816fe5b3d disassociated (deleted). External IP: 10.96.250.207, port: 02e80623-623f-4162-8516-7cb13ad3f1d7. [pid: 8|app: 0|req: 1567/3211] 10.0.0.155 () {32 vars in 732 bytes} [Thu Apr 2 04:53:08 2026] DELETE /v2.0/floatingips/4df7f2ee-46d0-4024-b83a-70c816fe5b3d => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:09.086 7 INFO neutron.api.v2.resource [None req-f6072850-94b0-4e33-aa1f-9dd8d6dbff32 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3212] 10.0.0.155 () {32 vars in 729 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/floatingips/4df7f2ee-46d0-4024-b83a-70c816fe5b3d => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:09.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aea75f72-1b2b-46fb-bc71-2574ca40143b'] response: {'name': 'network-changed', 'server_uuid': '9bf2263e-95e6-41fc-9464-0d264fc5cb82', 'tag': '02e80623-623f-4162-8516-7cb13ad3f1d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1568/3213] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3214] 10.0.0.49 () {34 vars in 1039 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/security-groups?id=7792049b-8948-469c-bacf-5d67797a9e5d&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3215] 162.253.55.36 () {34 vars in 1079 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/ports?tenant_id=fce16b64d40e470f97a73de26d3ef77a&device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3216] 162.253.55.36 () {34 vars in 985 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/networks?id=25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3217] 162.253.55.36 () {34 vars in 1057 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.163&port_id=02e80623-623f-4162-8516-7cb13ad3f1d7 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3218] 162.253.55.36 () {34 vars in 1103 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A351&port_id=02e80623-623f-4162-8516-7cb13ad3f1d7 => 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: 1571/3219] 162.253.55.36 () {34 vars in 1063 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/subnets?id=e760b00d-b182-4fc2-85f9-dac0c5956743&id=f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 1411 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3220] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&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: 1572/3221] 162.253.55.36 () {34 vars in 1051 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/ports?network_id=25d5da14-14b7-41cc-8b05-e8b90bf2f083&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3222] 162.253.55.36 () {34 vars in 1011 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1573/3223] 162.253.55.36 () {34 vars in 1111 bytes} [Thu Apr 2 04:53:09 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083?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: 1651/3224] 162.253.55.36 () {34 vars in 993 bytes} [Thu Apr 2 04:53:11 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => generated 1198 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 04:53:11.867 8 INFO neutron_taas.services.taas.taas_plugin [req-718e1962-b966-4dda-a125-bb4409ad226a req-42dff87e-cd22-486f-8ad2-6cd4577bdbfb e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 02e80623-623f-4162-8516-7cb13ad3f1d7 2026-04-02 04:53:11.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-718e1962-b966-4dda-a125-bb4409ad226a req-42dff87e-cd22-486f-8ad2-6cd4577bdbfb e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 02e80623-623f-4162-8516-7cb13ad3f1d7 [pid: 8|app: 0|req: 1574/3225] 162.253.55.36 () {36 vars in 996 bytes} [Thu Apr 2 04:53:11 2026] DELETE /v2.0/ports/02e80623-623f-4162-8516-7cb13ad3f1d7 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:12.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0569f939-2aa6-4bfb-abd5-4a3bf8a9c27a'] response: {'server_uuid': '9bf2263e-95e6-41fc-9464-0d264fc5cb82', 'name': 'network-vif-deleted', 'tag': '02e80623-623f-4162-8516-7cb13ad3f1d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1652/3226] 10.0.0.49 () {34 vars in 989 bytes} [Thu Apr 2 04:53:14 2026] GET /v2.0/ports?device_id=9bf2263e-95e6-41fc-9464-0d264fc5cb82 => 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: 1575/3227] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:19 2026] DELETE /v2.0/security-group-rules/5b666ee6-bb1b-4814-85d6-78357b682ace => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:19.588 7 INFO neutron.api.v2.resource [None req-aff4d223-78a0-46e3-9b4e-bf8e571b825f e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3228] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:19 2026] GET /v2.0/security-group-rules/5b666ee6-bb1b-4814-85d6-78357b682ace => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3229] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:19 2026] DELETE /v2.0/security-group-rules/71b49423-5231-4d67-b966-9f6d3c96d5fa => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:19.674 7 INFO neutron.api.v2.resource [None req-1f69cdec-de2d-4426-abe3-307bf4db2129 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3230] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:19 2026] GET /v2.0/security-group-rules/71b49423-5231-4d67-b966-9f6d3c96d5fa => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3231] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:19 2026] DELETE /v2.0/security-group-rules/6816066f-6bed-4e88-ae69-749543b60e08 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:19.765 7 INFO neutron.api.v2.resource [None req-307f18e0-b6cb-4416-940f-c1305dd3e9d0 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3232] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:19 2026] GET /v2.0/security-group-rules/6816066f-6bed-4e88-ae69-749543b60e08 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3233] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:19 2026] DELETE /v2.0/security-group-rules/109d1f37-6878-4c5a-8f66-8335e54fcaa0 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:19.857 7 INFO neutron.api.v2.resource [None req-7a171b25-48ac-4841-9af5-b8e507f25851 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3234] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:19 2026] GET /v2.0/security-group-rules/109d1f37-6878-4c5a-8f66-8335e54fcaa0 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3235] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:19 2026] DELETE /v2.0/security-group-rules/d1f15b3f-652c-405e-9f74-ebe1225d3b3f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:19.940 7 INFO neutron.api.v2.resource [None req-2e3d5217-b410-414c-b11c-b5d8f2d96be2 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3236] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:19 2026] GET /v2.0/security-group-rules/d1f15b3f-652c-405e-9f74-ebe1225d3b3f => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3237] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:19 2026] DELETE /v2.0/security-group-rules/4f767d81-b8d6-44ff-81d3-19f86d05a86d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.020 7 INFO neutron.api.v2.resource [None req-be3c8bea-cb21-4575-8fea-15518503a315 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3238] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-group-rules/4f767d81-b8d6-44ff-81d3-19f86d05a86d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3239] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:20 2026] DELETE /v2.0/security-group-rules/847ac6a9-8f1a-4ffc-97e8-a1c60f9dc25c => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.095 7 INFO neutron.api.v2.resource [None req-c121db74-91e0-4b57-b3ea-b9061782edc0 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3240] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-group-rules/847ac6a9-8f1a-4ffc-97e8-a1c60f9dc25c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3241] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:20 2026] DELETE /v2.0/security-group-rules/e54d8d9d-8d7f-450b-a928-a04b6b83973a => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.176 7 INFO neutron.api.v2.resource [None req-d67cf261-d7f2-4f30-913a-910d3a40a9f3 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3242] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-group-rules/e54d8d9d-8d7f-450b-a928-a04b6b83973a => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3243] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:20 2026] DELETE /v2.0/security-group-rules/10fa37b9-038c-435d-b9d1-0c9bd7882e0d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.270 7 INFO neutron.api.v2.resource [None req-25df551d-5ffb-4a45-a23b-9a88450deeeb e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3244] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-group-rules/10fa37b9-038c-435d-b9d1-0c9bd7882e0d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3245] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:20 2026] DELETE /v2.0/security-group-rules/63c34c15-fec8-4294-9a86-a881752658fb => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.347 7 INFO neutron.api.v2.resource [None req-73deccbf-dbcf-44a3-87f8-f6a45eacfd75 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3246] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-group-rules/63c34c15-fec8-4294-9a86-a881752658fb => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3247] 10.0.0.155 () {32 vars in 750 bytes} [Thu Apr 2 04:53:20 2026] DELETE /v2.0/security-group-rules/cb173063-f75e-4516-bf6a-cb6c90a5fadc => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.443 7 INFO neutron.api.v2.resource [None req-89631bd7-2259-4330-ab39-a970342e56b3 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3248] 10.0.0.155 () {32 vars in 747 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-group-rules/cb173063-f75e-4516-bf6a-cb6c90a5fadc => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3249] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:20 2026] DELETE /v2.0/security-groups/7792049b-8948-469c-bacf-5d67797a9e5d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:20.552 7 INFO neutron.api.v2.resource [None req-c18a98c6-0fd8-462a-b61e-2aa27c419347 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3250] 10.0.0.155 () {32 vars in 737 bytes} [Thu Apr 2 04:53:20 2026] GET /v2.0/security-groups/7792049b-8948-469c-bacf-5d67797a9e5d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:20.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bdc4b53-db9e-4545-b5ad-39841f6404e6 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 0b404e02-2ed0-4dac-9933-e4465dd01db6 2026-04-02 04:53:20.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bdc4b53-db9e-4545-b5ad-39841f6404e6 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 0b404e02-2ed0-4dac-9933-e4465dd01db6 [pid: 8|app: 0|req: 1587/3251] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:53:20 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:53:21.722 7 INFO neutron.api.v2.resource [None req-afbb2d23-c50a-4359-b129-c3017f28a928 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3252] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:53:21 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:22.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ecdddd7-7ab6-43a5-ab9d-64436eefdfef e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 9cc18fc1-b1ee-4c66-b28f-cf1b4da33499 2026-04-02 04:53:22.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ecdddd7-7ab6-43a5-ab9d-64436eefdfef e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 9cc18fc1-b1ee-4c66-b28f-cf1b4da33499 [pid: 8|app: 0|req: 1588/3255] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:53:21 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:53:22.789 7 INFO neutron.api.v2.resource [None req-8d5aa58b-9e6a-40e3-a03c-4ca3e104ec11 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3256] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:53:22 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:23.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-733d613a-84f8-4d36-b992-20e8a5c20adb e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 681eae4d-c7fd-42c9-a7f6-fb07cc006371 2026-04-02 04:53:23.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-733d613a-84f8-4d36-b992-20e8a5c20adb e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 681eae4d-c7fd-42c9-a7f6-fb07cc006371 [pid: 8|app: 0|req: 1589/3257] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:53:22 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 04:53:23.897 7 INFO neutron.api.v2.resource [None req-4341afa8-7338-468a-b3cf-1d88d30943da e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3258] 10.0.0.155 () {34 vars in 789 bytes} [Thu Apr 2 04:53:23 2026] PUT /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:24.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-f824fd42-5ad9-4616-90f0-c08f33f2a36c e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 45992b6d-57c0-4e69-a5e0-525b47b6617e 2026-04-02 04:53:24.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f824fd42-5ad9-4616-90f0-c08f33f2a36c e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 45992b6d-57c0-4e69-a5e0-525b47b6617e 2026-04-02 04:53:24.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-f824fd42-5ad9-4616-90f0-c08f33f2a36c e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: 70688ad8-82bc-46d1-8df4-f5bb00398a81 2026-04-02 04:53:24.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f824fd42-5ad9-4616-90f0-c08f33f2a36c e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: 70688ad8-82bc-46d1-8df4-f5bb00398a81 2026-04-02 04:53:24.791 8 INFO neutron.db.l3_hamode_db [None req-f824fd42-5ad9-4616-90f0-c08f33f2a36c e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] HA network 53a97020-ed6b-423e-b653-88ef934e806e was deleted as no HA routers are present in tenant fce16b64d40e470f97a73de26d3ef77a. [pid: 8|app: 0|req: 1590/3259] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:23 2026] DELETE /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 04:53:24.810 8 INFO neutron.services.segments.plugin [-] Segment 6bbac5e2-e42a-407c-b996-d7e12a12fe54 resource provider aggregate not found 2026-04-02 04:53:24.814 8 INFO neutron.services.segments.plugin [-] Segment 6bbac5e2-e42a-407c-b996-d7e12a12fe54 resource provider aggregate not found 2026-04-02 04:53:24.822 7 INFO neutron.api.v2.resource [None req-3d84be97-0d78-466a-bba3-4be8396abc5f e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3260] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:24 2026] GET /v2.0/routers/8a0d1bed-542a-4709-a24d-1f07c59084da => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:24.835 8 INFO neutron.services.segments.plugin [-] Segment 6bbac5e2-e42a-407c-b996-d7e12a12fe54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bbac5e2-e42a-407c-b996-d7e12a12fe54 found for delete ", "request_id": "req-c1fc2821-3a72-45d6-97b6-2bed5cf82b28"}]} 2026-04-02 04:53:24.841 8 INFO neutron.services.segments.plugin [-] Segment 6bbac5e2-e42a-407c-b996-d7e12a12fe54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bbac5e2-e42a-407c-b996-d7e12a12fe54 found for delete ", "request_id": "req-71109c8e-4243-47ed-a69a-1586ee45fcc6"}]} [pid: 8|app: 0|req: 1591/3261] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:24 2026] DELETE /v2.0/subnets/54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:25.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adb50dc9-6b06-435e-8d3c-fe4500caf743 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3262] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:24 2026] GET /v2.0/subnets/54d2a32c-aeb2-4247-8b8f-d5bb9e2b12b0 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3263] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:25 2026] DELETE /v2.0/subnets/efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:25.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89fa7aa0-7a71-4365-9274-62606901af53 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3264] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:25 2026] GET /v2.0/subnets/efcc6ab2-e2f7-465b-b4c4-8e9d8f4aa17d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:25.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-bce99060-dafd-42c1-865b-9dd79d3c3137 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: c7d55841-ddad-4033-a482-e738ab5565a1 2026-04-02 04:53:25.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce99060-dafd-42c1-865b-9dd79d3c3137 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: c7d55841-ddad-4033-a482-e738ab5565a1 [pid: 8|app: 0|req: 1593/3265] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:53:25 2026] DELETE /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:25.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8cc6b638-279e-4d04-ab1e-b065680530c1 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3266] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:53:25 2026] GET /v2.0/networks/87cde42c-b5d7-495b-b541-a509975210d6 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3267] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:25 2026] DELETE /v2.0/subnets/e760b00d-b182-4fc2-85f9-dac0c5956743 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:25.628 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16055451-1d1b-4ba8-87af-df12b452dc23 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3268] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:25 2026] GET /v2.0/subnets/e760b00d-b182-4fc2-85f9-dac0c5956743 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3269] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:25 2026] DELETE /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:25.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4edd1150-714f-43ee-8618-76c35878b5f4 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3270] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:25 2026] GET /v2.0/subnets/f18fae20-e655-4d58-9883-1f2ed321d9b9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:25.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ff800bf-7b74-4036-bbb0-c2a57634f7db e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: c46a2873-63e2-4686-8ab0-aa69b354501f 2026-04-02 04:53:25.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ff800bf-7b74-4036-bbb0-c2a57634f7db e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: c46a2873-63e2-4686-8ab0-aa69b354501f [pid: 8|app: 0|req: 1596/3271] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:53:25 2026] DELETE /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:26.122 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a43ac82-c44c-4a1d-b466-7132fede3736 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3272] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:53:26 2026] GET /v2.0/networks/25d5da14-14b7-41cc-8b05-e8b90bf2f083 => 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: 1597/3273] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:26 2026] DELETE /v2.0/subnets/03d2010b-7c32-4cfa-88be-7f283b4837fd => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:26.336 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ca863fc-2bfd-41c6-a2e2-431d1cc54ce5 e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3274] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:26 2026] GET /v2.0/subnets/03d2010b-7c32-4cfa-88be-7f283b4837fd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3275] 10.0.0.155 () {32 vars in 724 bytes} [Thu Apr 2 04:53:26 2026] DELETE /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:26.548 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36791946-c181-40ce-b789-9585fc0e84df e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3276] 10.0.0.155 () {32 vars in 721 bytes} [Thu Apr 2 04:53:26 2026] GET /v2.0/subnets/d8fe2c1b-dbb5-4c3a-9abb-8282ec6c0bce => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:26.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-81340385-1c1d-4cf8-b29c-f1f7653793ef e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] TaaS: Handle Delete Port: ce8718d6-e55f-42b7-a606-99378ff727a4 2026-04-02 04:53:26.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81340385-1c1d-4cf8-b29c-f1f7653793ef e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] Tap Mirror: Handle Delete Port: ce8718d6-e55f-42b7-a606-99378ff727a4 [pid: 8|app: 0|req: 1599/3277] 10.0.0.155 () {32 vars in 726 bytes} [Thu Apr 2 04:53:26 2026] DELETE /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 04:53:26.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-288aa14c-bc7f-4eb8-aae3-6f983b3b8f2b e7c37cc9fe39411f98bb73c39457ccf6 fce16b64d40e470f97a73de26d3ef77a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3278] 10.0.0.155 () {32 vars in 723 bytes} [Thu Apr 2 04:53:26 2026] GET /v2.0/networks/7e3cfa69-4a6b-43d1-91ab-4b10a6ecd42d => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 04:53:26.848 8 INFO neutron.services.segments.plugin [-] Segment 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb resource provider aggregate not found 2026-04-02 04:53:26.869 8 INFO neutron.services.segments.plugin [-] Segment 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb found for delete ", "request_id": "req-189707b8-b897-4cf3-8e3d-957c1dcdb3a1"}]} 2026-04-02 04:53:26.874 8 INFO neutron.services.segments.plugin [-] Segment 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb resource provider aggregate not found 2026-04-02 04:53:26.889 8 INFO neutron.services.segments.plugin [-] Segment 3059fa43-00e7-4c6e-be82-b7e0d4da134b resource provider aggregate not found 2026-04-02 04:53:26.893 8 INFO neutron.services.segments.plugin [-] Segment 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d51066b-9ce4-42f5-86a8-c4eb9b864ffb found for delete ", "request_id": "req-2e5127c5-ffa2-4d2a-9b8d-5ba07c92d158"}]} 2026-04-02 04:53:26.908 8 INFO neutron.services.segments.plugin [-] Segment 3059fa43-00e7-4c6e-be82-b7e0d4da134b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3059fa43-00e7-4c6e-be82-b7e0d4da134b found for delete ", "request_id": "req-ee6c1b60-2de2-4cd0-8a30-93a121ec6cc9"}]} 2026-04-02 04:53:26.918 8 INFO neutron.services.segments.plugin [-] Segment 3059fa43-00e7-4c6e-be82-b7e0d4da134b resource provider aggregate not found 2026-04-02 04:53:26.923 8 INFO neutron.services.segments.plugin [-] Segment 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 resource provider aggregate not found 2026-04-02 04:53:26.934 8 INFO neutron.services.segments.plugin [-] Segment 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 found for delete ", "request_id": "req-daa06657-98a6-4723-9003-fdb427190518"}]} 2026-04-02 04:53:26.936 8 INFO neutron.services.segments.plugin [-] Segment 3059fa43-00e7-4c6e-be82-b7e0d4da134b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3059fa43-00e7-4c6e-be82-b7e0d4da134b found for delete ", "request_id": "req-8ea0e246-db57-4c66-9a2d-94254fcab1ee"}]} 2026-04-02 04:53:26.956 8 INFO neutron.services.segments.plugin [-] Segment 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 resource provider aggregate not found 2026-04-02 04:53:26.973 8 INFO neutron.services.segments.plugin [-] Segment 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f6975ed-dc60-4f20-91c9-0ec2ef18f246 found for delete ", "request_id": "req-2f0be299-8d4b-459c-89dd-6bc2c4262e09"}]} [pid: 8|app: 0|req: 1600/3279] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:28 2026] GET /v2.0/security-groups?tenant_id=fce16b64d40e470f97a73de26d3ef77a&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3280] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:28 2026] DELETE /v2.0/security-groups/35650017-069a-478d-b07e-dad0669c27ee => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3281] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:28 2026] GET /v2.0/security-groups?tenant_id=8c6be32720814aad92dccc0c7f77cfca&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: 1681/3282] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:29 2026] DELETE /v2.0/security-groups/ea607040-6f01-4dd1-abc0-0881f51ee1af => 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: 1602/3283] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:29 2026] GET /v2.0/security-groups?tenant_id=19d7df6aa54f4f39aee439fb8174c678&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: 1682/3284] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:29 2026] DELETE /v2.0/security-groups/19b8feca-d1c1-4fd6-b1d1-e49cce12c0c5 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3285] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:29 2026] GET /v2.0/security-groups?tenant_id=b5c42721ebb14747a6f2033283f48e56&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3286] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:29 2026] DELETE /v2.0/security-groups/9e2140da-6aa0-4287-8afd-6ce6ac1dab9b => 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: 1604/3287] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:30 2026] GET /v2.0/security-groups?tenant_id=60d4fd6da31b47e39449aba0ab337e81&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3288] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:30 2026] DELETE /v2.0/security-groups/65d97de5-bfb4-421b-9037-33e0f4b82b96 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3289] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:30 2026] GET /v2.0/security-groups?tenant_id=72535f950cf241cd86b05e303e592e14&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3290] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:30 2026] DELETE /v2.0/security-groups/cf8accaa-85c3-425a-aaaf-e777bb325638 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3291] 10.0.0.155 () {32 vars in 774 bytes} [Thu Apr 2 04:53:30 2026] GET /v2.0/security-groups?tenant_id=3f4a9606fd0344dc8a11e78f52960a11&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3292] 10.0.0.155 () {32 vars in 740 bytes} [Thu Apr 2 04:53:30 2026] DELETE /v2.0/security-groups/5751fcae-0626-4e70-9006-7e5016ca4c57 => 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: 1607/3293] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:53:33 2026] GET /v2.0/networks => generated 2166 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3294] 10.0.0.155 () {32 vars in 655 bytes} [Thu Apr 2 04:53:34 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3295] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:53:34 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3296] 10.0.0.155 () {32 vars in 643 bytes} [Thu Apr 2 04:53:34 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3297] 10.0.0.155 () {32 vars in 647 bytes} [Thu Apr 2 04:53:34 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3298] 10.0.0.155 () {32 vars in 649 bytes} [Thu Apr 2 04:53:34 2026] GET /v2.0/networks => generated 2166 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3299] 10.0.0.155 () {32 vars in 663 bytes} [Thu Apr 2 04:53:35 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3300] 10.0.0.155 () {32 vars in 655 bytes} [Thu Apr 2 04:53:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)