+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jul 1 01:41:33 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-65b497cb54-c8mps machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f44085c0668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-01 01:41:38.484 7 INFO neutron.common.config [-] Logging enabled! 2026-07-01 01:41:38.485 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev17 2026-07-01 01:41:38.664 8 INFO neutron.common.config [-] Logging enabled! 2026-07-01 01:41:38.665 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev17 2026-07-01 01:41:38.859 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 01:41:39.040 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 01:41:40.342 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 01:41:40.344 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 01:41:40.348 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 01:41:40.349 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 01:41:40.349 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 01:41:40.349 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 01:41:40.349 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:41:40.357 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:41:40.357 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:41:40.357 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 01:41:40.378 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 01:41:40.379 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 01:41:40.379 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 01:41:40.404 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 01:41:40.405 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 01:41:40.405 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 01:41:40.405 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 01:41:40.599 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 01:41:40.602 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 01:41:40.606 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 01:41:40.607 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 01:41:40.607 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 01:41:40.607 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 01:41:40.607 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:41:40.615 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:41:40.615 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:41:40.615 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 01:41:40.638 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 01:41:40.639 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 01:41:40.639 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 01:41:40.664 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 01:41:40.665 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 01:41:40.665 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 01:41:40.665 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 01:41:40.682 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 01:41:40.949 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 01:41:40.950 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 01:41:40.950 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 01:41:40.963 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 01:41:40.963 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 01:41:40.963 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 01:41:40.963 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 01:41:40.964 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing extension driver 'qos' 2026-07-01 01:41:40.964 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 01:41:40.964 7 INFO neutron.plugins.ml2.managers [None req-c2546975-96ac-4507-a7cb-dad2e401f168 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 01:41:40.964 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 01:41:40.980 7 INFO neutron.quota [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded quota_driver: . 2026-07-01 01:41:40.980 7 INFO neutron.plugins.ml2.plugin [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 01:41:40.980 7 INFO neutron.plugins.ml2.managers [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 01:41:40.980 7 INFO neutron.plugins.ml2.managers [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 01:41:40.981 7 INFO neutron.plugins.ml2.managers [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 01:41:40.981 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: qos 2026-07-01 01:41:40.994 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: router 2026-07-01 01:41:41.034 7 INFO neutron.services.service_base [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 01:41:41.034 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: segments 2026-07-01 01:41:41.125 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: trunk 2026-07-01 01:41:41.140 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: vpnaas 2026-07-01 01:41:41.177 7 WARNING stevedore.named [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 01:41:41.244 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 01:41:41.244 7 INFO neutron.common.utils [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 01:41:41.244 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: taas 2026-07-01 01:41:41.268 7 WARNING stevedore.named [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:41:41.269 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 01:41:41.270 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 01:41:41.270 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 01:41:41.286 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 01:41:41.286 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 01:41:41.286 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 01:41:41.286 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 01:41:41.287 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing extension driver 'qos' 2026-07-01 01:41:41.287 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 01:41:41.287 8 INFO neutron.plugins.ml2.managers [None req-ca7c2c6e-f725-4f62-a370-1b3beb8cecf2 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 01:41:41.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 01:41:41.291 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: tapmirror 2026-07-01 01:41:41.301 8 INFO neutron.quota [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded quota_driver: . 2026-07-01 01:41:41.301 8 INFO neutron.plugins.ml2.plugin [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 01:41:41.301 8 INFO neutron.plugins.ml2.managers [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 01:41:41.301 8 INFO neutron.plugins.ml2.managers [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 01:41:41.301 8 INFO neutron.plugins.ml2.managers [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 01:41:41.302 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: qos 2026-07-01 01:41:41.304 7 WARNING stevedore.named [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:41:41.314 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: router 2026-07-01 01:41:41.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 01:41:41.321 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: auto_allocate 2026-07-01 01:41:41.330 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: tag 2026-07-01 01:41:41.339 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: timestamp 2026-07-01 01:41:41.342 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 01:41:41.346 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: flavors 2026-07-01 01:41:41.349 7 INFO neutron.manager [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loading Plugin: revisions 2026-07-01 01:41:41.353 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Initializing extension manager. 2026-07-01 01:41:41.353 8 INFO neutron.services.service_base [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 01:41:41.354 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: segments 2026-07-01 01:41:41.354 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: address-group 2026-07-01 01:41:41.355 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: address-scope 2026-07-01 01:41:41.355 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 01:41:41.356 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: agent 2026-07-01 01:41:41.357 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 01:41:41.358 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 01:41:41.359 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 01:41:41.360 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: availability_zone 2026-07-01 01:41:41.361 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 01:41:41.361 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 01:41:41.362 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: default-subnetpools 2026-07-01 01:41:41.364 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 01:41:41.364 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: dns-integration 2026-07-01 01:41:41.365 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 01:41:41.365 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 01:41:41.367 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: dvr 2026-07-01 01:41:41.367 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 01:41:41.368 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 01:41:41.368 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 01:41:41.369 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 01:41:41.369 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: external-net 2026-07-01 01:41:41.370 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 01:41:41.371 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: extraroute 2026-07-01 01:41:41.372 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 01:41:41.373 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 01:41:41.373 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 01:41:41.374 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 01:41:41.375 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 01:41:41.375 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: fip-port-details 2026-07-01 01:41:41.376 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: flavors 2026-07-01 01:41:41.377 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 01:41:41.378 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: floatingip-pools 2026-07-01 01:41:41.378 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: ip_allocation 2026-07-01 01:41:41.379 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 01:41:41.379 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: l2_adjacency 2026-07-01 01:41:41.380 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: router 2026-07-01 01:41:41.384 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 01:41:41.386 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 01:41:41.387 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 01:41:41.388 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 01:41:41.388 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: l3-ha 2026-07-01 01:41:41.389 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 01:41:41.390 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 01:41:41.390 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: l3-flavors 2026-07-01 01:41:41.392 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 01:41:41.393 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 01:41:41.396 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 01:41:41.397 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 01:41:41.398 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 01:41:41.399 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 01:41:41.400 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 01:41:41.400 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: multi-provider 2026-07-01 01:41:41.401 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: net-mtu 2026-07-01 01:41:41.401 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 01:41:41.402 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: network_availability_zone 2026-07-01 01:41:41.403 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: network_ha 2026-07-01 01:41:41.403 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: network-ip-availability 2026-07-01 01:41:41.404 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 01:41:41.405 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: pagination 2026-07-01 01:41:41.405 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-device-profile 2026-07-01 01:41:41.406 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 01:41:41.406 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 01:41:41.407 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 01:41:41.407 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-mac-override 2026-07-01 01:41:41.408 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 01:41:41.408 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 01:41:41.409 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 01:41:41.409 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-resource-request 2026-07-01 01:41:41.409 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 01:41:41.410 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 01:41:41.410 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: binding 2026-07-01 01:41:41.411 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: binding-extended 2026-07-01 01:41:41.412 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-security 2026-07-01 01:41:41.412 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: project-id 2026-07-01 01:41:41.413 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: provider 2026-07-01 01:41:41.413 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 01:41:41.417 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos 2026-07-01 01:41:41.418 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 01:41:41.419 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 01:41:41.419 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-default 2026-07-01 01:41:41.420 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-fip 2026-07-01 01:41:41.420 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 01:41:41.421 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 01:41:41.421 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 01:41:41.422 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 01:41:41.422 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 01:41:41.423 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-pps 2026-07-01 01:41:41.424 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 01:41:41.424 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 01:41:41.425 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 01:41:41.425 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: quota-check-limit 2026-07-01 01:41:41.426 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 01:41:41.428 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: quotas 2026-07-01 01:41:41.429 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: quota_details 2026-07-01 01:41:41.431 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: rbac-policies 2026-07-01 01:41:41.431 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: rbac-address-group 2026-07-01 01:41:41.432 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 01:41:41.432 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 01:41:41.433 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 01:41:41.433 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: revision-if-match 2026-07-01 01:41:41.434 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 01:41:41.434 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: router_availability_zone 2026-07-01 01:41:41.435 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 01:41:41.437 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 01:41:41.440 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 01:41:41.442 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 01:41:41.443 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 01:41:41.443 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 01:41:41.444 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 01:41:41.449 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: trunk 2026-07-01 01:41:41.451 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: security-group 2026-07-01 01:41:41.452 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: segment 2026-07-01 01:41:41.453 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 01:41:41.454 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: service-type 2026-07-01 01:41:41.454 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: sorting 2026-07-01 01:41:41.455 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 01:41:41.456 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: standard-attr-description 2026-07-01 01:41:41.456 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: stateful-security-group 2026-07-01 01:41:41.457 7 WARNING neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 01:41:41.457 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 01:41:41.457 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: subnet-external-network 2026-07-01 01:41:41.458 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: subnet_onboard 2026-07-01 01:41:41.459 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 01:41:41.459 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: subnet-service-types 2026-07-01 01:41:41.460 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: subnet_allocation 2026-07-01 01:41:41.460 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 01:41:41.461 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: tag-creation 2026-07-01 01:41:41.461 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 01:41:41.464 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: vpnaas 2026-07-01 01:41:41.466 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 01:41:41.467 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 01:41:41.467 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: trunk 2026-07-01 01:41:41.468 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: trunk-details 2026-07-01 01:41:41.468 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 01:41:41.469 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 01:41:41.469 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 01:41:41.470 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 01:41:41.472 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 01:41:41.473 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 01:41:41.473 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: vpn-flavors 2026-07-01 01:41:41.475 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: vpnaas 2026-07-01 01:41:41.476 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: taas 2026-07-01 01:41:41.477 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: tap-mirror 2026-07-01 01:41:41.477 7 INFO neutron.api.extensions [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 01:41:41.480 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 01:41:41.480 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 01:41:41.480 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.481 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 01:41:41.484 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 01:41:41.484 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 01:41:41.489 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 01:41:41.489 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 01:41:41.490 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 01:41:41.491 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.491 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.491 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.491 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.492 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 01:41:41.492 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.493 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.493 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 01:41:41.493 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 01:41:41.494 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 01:41:41.494 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.494 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ipsecpolicy is already registered 2026-07-01 01:41:41.495 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.495 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ikepolicy is already registered 2026-07-01 01:41:41.499 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 01:41:41.499 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] router is already registered 2026-07-01 01:41:41.500 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 01:41:41.500 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] floatingip is already registered 2026-07-01 01:41:41.502 8 WARNING stevedore.named [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 01:41:41.504 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 01:41:41.504 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] rbac_policy is already registered 2026-07-01 01:41:41.504 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 01:41:41.504 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] security_group is already registered 2026-07-01 01:41:41.505 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 01:41:41.505 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] security_group_rule is already registered 2026-07-01 01:41:41.506 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.506 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.506 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.506 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.507 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 01:41:41.507 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] trunk is already registered 2026-07-01 01:41:41.507 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.507 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ikepolicy is already registered 2026-07-01 01:41:41.508 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.508 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ipsecpolicy is already registered 2026-07-01 01:41:41.508 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 01:41:41.508 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] endpoint_group is already registered 2026-07-01 01:41:41.509 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 01:41:41.509 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] vpnservice is already registered 2026-07-01 01:41:41.509 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 01:41:41.509 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ipsec_site_connection is already registered 2026-07-01 01:41:41.510 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.510 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ipsecpolicy is already registered 2026-07-01 01:41:41.510 7 INFO neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.510 7 WARNING neutron.quota.resource_registry [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] ikepolicy is already registered 2026-07-01 01:41:41.547 7 WARNING keystonemiddleware._common.config [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 01:41:41.554 7 WARNING oslo_config.cfg [None req-c5b0f7d7-25b7-4976-bced-ea7e70c1702c - - - - - -] 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 0x7f44085c0668 pid: 7 (default app) 2026-07-01 01:41:41.572 8 INFO neutron_vpnaas.services.vpn.plugin [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 01:41:41.573 8 INFO neutron.common.utils [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 01:41:41.573 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: taas 2026-07-01 01:41:41.597 8 WARNING stevedore.named [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:41:41.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 01:41:41.622 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: tapmirror 2026-07-01 01:41:41.634 8 WARNING stevedore.named [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:41:41.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 01:41:41.652 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: auto_allocate 2026-07-01 01:41:41.663 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: tag 2026-07-01 01:41:41.673 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: timestamp 2026-07-01 01:41:41.678 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 01:41:41.682 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: flavors 2026-07-01 01:41:41.686 8 INFO neutron.manager [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loading Plugin: revisions 2026-07-01 01:41:41.689 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Initializing extension manager. 2026-07-01 01:41:41.690 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: address-group 2026-07-01 01:41:41.691 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: address-scope 2026-07-01 01:41:41.692 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 01:41:41.693 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: agent 2026-07-01 01:41:41.693 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 01:41:41.694 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 01:41:41.695 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 01:41:41.696 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: availability_zone 2026-07-01 01:41:41.696 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 01:41:41.697 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 01:41:41.697 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: default-subnetpools 2026-07-01 01:41:41.699 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 01:41:41.700 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: dns-integration 2026-07-01 01:41:41.700 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 01:41:41.700 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 01:41:41.701 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: dvr 2026-07-01 01:41:41.702 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 01:41:41.703 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 01:41:41.703 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 01:41:41.704 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 01:41:41.704 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: external-net 2026-07-01 01:41:41.705 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 01:41:41.705 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: extraroute 2026-07-01 01:41:41.706 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 01:41:41.707 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 01:41:41.708 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 01:41:41.708 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 01:41:41.709 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 01:41:41.709 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: fip-port-details 2026-07-01 01:41:41.710 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: flavors 2026-07-01 01:41:41.712 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 01:41:41.712 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: floatingip-pools 2026-07-01 01:41:41.713 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: ip_allocation 2026-07-01 01:41:41.713 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 01:41:41.714 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: l2_adjacency 2026-07-01 01:41:41.715 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: router 2026-07-01 01:41:41.717 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 01:41:41.717 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 01:41:41.718 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 01:41:41.718 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 01:41:41.719 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: l3-ha 2026-07-01 01:41:41.719 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 01:41:41.720 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 01:41:41.720 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: l3-flavors 2026-07-01 01:41:41.721 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 01:41:41.722 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 01:41:41.724 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 01:41:41.725 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 01:41:41.726 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 01:41:41.727 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 01:41:41.728 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 01:41:41.728 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: multi-provider 2026-07-01 01:41:41.729 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: net-mtu 2026-07-01 01:41:41.729 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 01:41:41.730 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: network_availability_zone 2026-07-01 01:41:41.730 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: network_ha 2026-07-01 01:41:41.731 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: network-ip-availability 2026-07-01 01:41:41.732 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 01:41:41.733 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: pagination 2026-07-01 01:41:41.733 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-device-profile 2026-07-01 01:41:41.734 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 01:41:41.734 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 01:41:41.735 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 01:41:41.736 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-mac-override 2026-07-01 01:41:41.736 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 01:41:41.737 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 01:41:41.737 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 01:41:41.738 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-resource-request 2026-07-01 01:41:41.738 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 01:41:41.739 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 01:41:41.739 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: binding 2026-07-01 01:41:41.740 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: binding-extended 2026-07-01 01:41:41.741 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-security 2026-07-01 01:41:41.741 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: project-id 2026-07-01 01:41:41.741 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: provider 2026-07-01 01:41:41.742 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 01:41:41.747 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos 2026-07-01 01:41:41.748 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 01:41:41.748 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 01:41:41.748 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-default 2026-07-01 01:41:41.749 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-fip 2026-07-01 01:41:41.749 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 01:41:41.750 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 01:41:41.750 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 01:41:41.751 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 01:41:41.752 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 01:41:41.752 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-pps 2026-07-01 01:41:41.753 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 01:41:41.753 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 01:41:41.754 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 01:41:41.754 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: quota-check-limit 2026-07-01 01:41:41.755 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 01:41:41.757 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: quotas 2026-07-01 01:41:41.758 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: quota_details 2026-07-01 01:41:41.760 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: rbac-policies 2026-07-01 01:41:41.760 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: rbac-address-group 2026-07-01 01:41:41.761 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 01:41:41.761 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 01:41:41.762 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 01:41:41.762 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: revision-if-match 2026-07-01 01:41:41.763 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 01:41:41.763 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: router_availability_zone 2026-07-01 01:41:41.764 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 01:41:41.766 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 01:41:41.766 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 01:41:41.767 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 01:41:41.767 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 01:41:41.768 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 01:41:41.768 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 01:41:41.773 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: security-group 2026-07-01 01:41:41.775 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: segment 2026-07-01 01:41:41.775 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 01:41:41.776 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: service-type 2026-07-01 01:41:41.776 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: sorting 2026-07-01 01:41:41.777 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 01:41:41.777 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: standard-attr-description 2026-07-01 01:41:41.778 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: stateful-security-group 2026-07-01 01:41:41.778 8 WARNING neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 01:41:41.779 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 01:41:41.779 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: subnet-external-network 2026-07-01 01:41:41.780 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: subnet_onboard 2026-07-01 01:41:41.780 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 01:41:41.781 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: subnet-service-types 2026-07-01 01:41:41.782 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: subnet_allocation 2026-07-01 01:41:41.782 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 01:41:41.783 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: tag-creation 2026-07-01 01:41:41.783 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 01:41:41.787 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 01:41:41.788 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 01:41:41.788 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: trunk 2026-07-01 01:41:41.789 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: trunk-details 2026-07-01 01:41:41.789 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 01:41:41.790 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 01:41:41.791 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 01:41:41.791 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 01:41:41.793 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 01:41:41.794 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 01:41:41.794 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: vpn-flavors 2026-07-01 01:41:41.796 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: vpnaas 2026-07-01 01:41:41.797 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: taas 2026-07-01 01:41:41.798 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: tap-mirror 2026-07-01 01:41:41.799 8 INFO neutron.api.extensions [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 01:41:41.801 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 01:41:41.801 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 01:41:41.802 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.802 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 01:41:41.805 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 01:41:41.806 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 01:41:41.811 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 01:41:41.811 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 01:41:41.812 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 01:41:41.813 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.813 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.813 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.814 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.814 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 01:41:41.814 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.815 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.815 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 01:41:41.816 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 01:41:41.816 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 01:41:41.816 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.817 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ipsecpolicy is already registered 2026-07-01 01:41:41.817 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.817 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ikepolicy is already registered 2026-07-01 01:41:41.822 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 01:41:41.822 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] router is already registered 2026-07-01 01:41:41.822 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 01:41:41.823 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] floatingip is already registered 2026-07-01 01:41:41.826 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 01:41:41.826 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] rbac_policy is already registered 2026-07-01 01:41:41.827 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 01:41:41.827 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] security_group is already registered 2026-07-01 01:41:41.827 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 01:41:41.828 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] security_group_rule is already registered 2026-07-01 01:41:41.828 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.829 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.829 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 01:41:41.829 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] subnetpool is already registered 2026-07-01 01:41:41.829 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 01:41:41.830 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] trunk is already registered 2026-07-01 01:41:41.830 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.830 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ikepolicy is already registered 2026-07-01 01:41:41.831 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.831 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ipsecpolicy is already registered 2026-07-01 01:41:41.831 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 01:41:41.831 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] endpoint_group is already registered 2026-07-01 01:41:41.832 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 01:41:41.832 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] vpnservice is already registered 2026-07-01 01:41:41.832 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 01:41:41.832 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ipsec_site_connection is already registered 2026-07-01 01:41:41.832 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 01:41:41.833 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ipsecpolicy is already registered 2026-07-01 01:41:41.833 8 INFO neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 01:41:41.833 8 WARNING neutron.quota.resource_registry [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] ikepolicy is already registered 2026-07-01 01:41:41.871 8 WARNING keystonemiddleware._common.config [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 01:41:41.878 8 WARNING oslo_config.cfg [None req-e86b639e-84f6-45c0-837c-f93bff02931d - - - - - -] 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 0x7f44085c0668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 01:41:46.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b258ba5-4461-4b46-81c0-535e7200eb5a 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:41:45 2026] GET /v2.0/networks/public => generated 108 bytes in 856 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:41:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:41:47.357 7 WARNING neutron.services.revisions.revision_plugin [None req-9bb031fa-677e-4078-a191-98865c506341 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:41:47.379 7 INFO neutron.db.segments_db [None req-9bb031fa-677e-4078-a191-98865c506341 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 3d6d6599-ed0f-474a-a7d4-f3d14b7c248c of type flat for network dd566c0f-9346-4de0-8856-0761799a331b 2026-07-01 01:41:47.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bb031fa-677e-4078-a191-98865c506341 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:41:46 2026] POST /v2.0/networks => generated 124 bytes in 518 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 01:41:53.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e906d58-e363-4e46-954e-b71bf89e7c32 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:41:53 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:41:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:41:53.364 7 WARNING neutron.services.revisions.revision_plugin [None req-f474f033-29a7-46eb-b336-2ca366ca44c2 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:41:53.376 7 INFO neutron.db.segments_db [None req-f474f033-29a7-46eb-b336-2ca366ca44c2 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 7d349dc1-27d9-45b8-b38b-8bb9c12770f7 of type flat for network 737e890e-e77d-4efe-a939-589294783c09 2026-07-01 01:41:53.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f474f033-29a7-46eb-b336-2ca366ca44c2 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:41:53 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 01:41:59.582 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcc3f02d-a2c9-487c-b36b-7f36fb5e8829 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:41:59 2026] GET /v2.0/networks/public => generated 108 bytes in 397 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:41:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:41:59.883 8 WARNING neutron.services.revisions.revision_plugin [None req-7a20d4be-bb7f-46c3-8363-131ed4d9390b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:41:59.909 8 INFO neutron.db.segments_db [None req-7a20d4be-bb7f-46c3-8363-131ed4d9390b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment aab11139-692c-4d59-94ce-09efff39f9aa of type flat for network 9a766354-68c3-4b0e-97fe-fea8c48e5de5 2026-07-01 01:41:59.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a20d4be-bb7f-46c3-8363-131ed4d9390b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:41:59 2026] POST /v2.0/networks => generated 124 bytes in 358 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 01:42:05.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e7b9608-fc1d-4a8f-8e03-1eb1472b5c26 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:42:05 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:42:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:42:05.927 8 WARNING neutron.services.revisions.revision_plugin [None req-83a1126d-9bf5-45ac-a6b6-3e348f74f92e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:42:05.947 8 INFO neutron.db.segments_db [None req-83a1126d-9bf5-45ac-a6b6-3e348f74f92e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 1e76b7f7-8286-4f52-b5df-4720f3b3dd6c of type flat for network 121b8715-08ab-45c1-8512-1526b587359b 2026-07-01 01:42:05.973 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83a1126d-9bf5-45ac-a6b6-3e348f74f92e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:42:05 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 01:42:11.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36ba64d1-5c46-4ca7-b967-03ea3499d8e7 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:42:11 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:42:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:42:11.934 7 WARNING neutron.services.revisions.revision_plugin [None req-52df531c-381a-4c87-9b67-c47bd9faba1f 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:42:11.948 7 INFO neutron.db.segments_db [None req-52df531c-381a-4c87-9b67-c47bd9faba1f 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment ee9890d8-1299-48be-9662-39fb50827fae of type flat for network c6887d66-3501-4bdc-9355-cc775453691a 2026-07-01 01:42:11.966 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52df531c-381a-4c87-9b67-c47bd9faba1f 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:42:11 2026] POST /v2.0/networks => generated 124 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 01:42:17.899 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9dc48672-9ec1-45bf-950b-2187b8716580 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:42:17 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: 12/21] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:42:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:42:17.973 8 WARNING neutron.services.revisions.revision_plugin [None req-41cd7c9c-654e-482b-b6c7-9093913d87fd 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:42:17.986 8 INFO neutron.db.segments_db [None req-41cd7c9c-654e-482b-b6c7-9093913d87fd 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment da23d95d-d8bf-4564-a117-93b249e4e1a0 of type flat for network c409aeca-06b7-4a2f-b065-efb389a361b6 2026-07-01 01:42:18.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41cd7c9c-654e-482b-b6c7-9093913d87fd 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:42:17 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 01:42:23.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e087e738-605b-437a-aa2a-b38feb10b57f 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:42:23 2026] GET /v2.0/networks/public => generated 108 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:42:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:42:24.027 8 WARNING neutron.services.revisions.revision_plugin [None req-4e44ad2c-5f7e-43a0-ad05-c1f683796719 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Could not find related network for resource to bump revision. 2026-07-01 01:42:24.052 8 INFO neutron.db.segments_db [None req-4e44ad2c-5f7e-43a0-ad05-c1f683796719 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 5ff7b629-63c7-4ec0-bbd3-a119238e9ffc of type flat for network 4f3623de-f4e3-40d9-a718-796808f83826 [pid: 8|app: 0|req: 12/26] 199.19.213.103 () {48 vars in 968 bytes} [Wed Jul 1 01:42:23 2026] POST /v2.0/networks => generated 706 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 01:42:25.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31d9ba9d-1a1a-467a-b681-0e680fbd1754 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 01:42:25 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 01:42:25 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 01:42:25.581 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d19efd0c-9f00-4fdc-b13d-e935c7461fe1 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.19.213.103 () {44 vars in 1035 bytes} [Wed Jul 1 01:42:25 2026] GET /v2.0/subnets/public-subnet?network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.19.213.103 () {44 vars in 1058 bytes} [Wed Jul 1 01:42:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.19.213.103 () {48 vars in 966 bytes} [Wed Jul 1 01:42:25 2026] POST /v2.0/subnets => generated 664 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 01:47:15.805 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b478b5a3-1c75-4d69-bf44-856b421faec7 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.19.213.103 () {44 vars in 938 bytes} [Wed Jul 1 01:47:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.19.213.103 () {44 vars in 960 bytes} [Wed Jul 1 01:47:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:47:15.904 7 INFO neutron.db.segments_db [None req-c216dea3-0f83-48ee-a0e4-f739a5e5125a 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment ed870269-d25b-450f-99c8-fc1484e77bd3 of type vxlan for network 442136ed-8e99-4f6c-87ff-f284f26ec801 [pid: 7|app: 0|req: 38/72] 199.19.213.103 () {48 vars in 967 bytes} [Wed Jul 1 01:47:15 2026] POST /v2.0/networks => generated 706 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 01:47:16.995 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2857ebe9-1040-4706-8692-fcff5c72b0bd 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.19.213.103 () {44 vars in 938 bytes} [Wed Jul 1 01:47:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.19.213.103 () {44 vars in 960 bytes} [Wed Jul 1 01:47:17 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-07-01 01:47:17.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79665a9a-76d0-4450-a972-e2e4f5837893 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.19.213.103 () {44 vars in 1037 bytes} [Wed Jul 1 01:47:17 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.19.213.103 () {44 vars in 1060 bytes} [Wed Jul 1 01:47:17 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => 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: 37/77] 199.19.213.103 () {48 vars in 966 bytes} [Wed Jul 1 01:47:17 2026] POST /v2.0/subnets => generated 651 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 01:47:18.619 7 INFO neutron.api.v2.resource [None req-73f5f899-5d77-4949-b701-6472ddee0f8e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/80] 199.19.213.103 () {44 vars in 972 bytes} [Wed Jul 1 01:47:18 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.103 () {44 vars in 994 bytes} [Wed Jul 1 01:47:18 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.19.213.103 () {48 vars in 981 bytes} [Wed Jul 1 01:47:18 2026] POST /v2.0/security-groups => generated 1616 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:19 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 1616 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:19 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:20 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:21 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 2230 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:21 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:21 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:22 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 2846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:22 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:22 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:23 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 3462 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:23 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:23 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:24 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:24 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:24 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.19.213.103 () {44 vars in 988 bytes} [Wed Jul 1 01:47:25 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 731 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 01:47:25.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9acd7172-9971-4c1b-97b8-0c51d1cb9769 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.19.213.103 () {44 vars in 1077 bytes} [Wed Jul 1 01:47:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.19.213.103 () {44 vars in 1100 bytes} [Wed Jul 1 01:47:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:26 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.19.213.103 () {48 vars in 962 bytes} [Wed Jul 1 01:47:26 2026] POST /v2.0/ports => generated 1096 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 01:47:34.313 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e002300-88d0-4a63-9613-4d9dc6f26fee 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 199.19.213.103 () {44 vars in 980 bytes} [Wed Jul 1 01:47:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/111] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.19.213.103 () {48 vars in 1032 bytes} [Wed Jul 1 01:47:34 2026] PUT /v2.0/ports/df10e428-de92-4632-a49f-284f37ef1cce => generated 1245 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.19.213.103 () {44 vars in 921 bytes} [Wed Jul 1 01:47:36 2026] GET /v2.0/ports => generated 3726 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 01:47:37.798 7 INFO neutron.api.v2.resource [None req-4189949c-cd80-4544-8e45-67180f15606c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/114] 199.19.213.103 () {44 vars in 960 bytes} [Wed Jul 1 01:47:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.19.213.103 () {44 vars in 982 bytes} [Wed Jul 1 01:47:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.19.213.103 () {48 vars in 981 bytes} [Wed Jul 1 01:47:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:38 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:38 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:38 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:38 2026] POST /v2.0/security-group-rules => generated 621 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:39 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:40 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:47:40 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:47:40 2026] POST /v2.0/security-group-rules => generated 625 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/135] 199.19.213.103 () {44 vars in 976 bytes} [Wed Jul 1 01:48:54 2026] GET /v2.0/quotas/072771cb5d9449ae9f927130e93778d8 => 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: 66/136] 199.19.213.103 () {48 vars in 1028 bytes} [Wed Jul 1 01:48:54 2026] PUT /v2.0/quotas/072771cb5d9449ae9f927130e93778d8 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 01:51:15.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9112035-96c2-4f75-baf1-917b07275c52 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/155] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 01:51:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 173 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: 80/156] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 01:51:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 01:51:17.450 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc04ad22-3527-4b5c-a15d-1d98617f78dc 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/157] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 01:51:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/158] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 01:51:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 01:57:06.787 7 INFO neutron.api.v2.resource [None req-4feb33f2-8b81-4dc1-987c-5733156f2bc4 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 106/207] 199.19.213.103 () {44 vars in 1075 bytes} [Wed Jul 1 01:57:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 139 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 199.19.213.103 () {44 vars in 1098 bytes} [Wed Jul 1 01:57:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 23 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/209] 199.19.213.103 () {48 vars in 982 bytes} [Wed Jul 1 01:57:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/210] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:08 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 1624 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:57:08 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:08 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:57:08 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: 8|app: 0|req: 105/214] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:09 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:57:09 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:09 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => 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: 111/217] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:57:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:10 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:57:10 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:10 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => 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: 113/221] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:57:10 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) [pid: 8|app: 0|req: 109/222] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:11 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/223] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 01:57:11 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/224] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 01:57:11 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/225] 199.19.213.103 () {48 vars in 992 bytes} [Wed Jul 1 01:57:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/244] 199.19.213.103 () {30 vars in 740 bytes} [Wed Jul 1 01:59:25 2026] GET /v2.0/networks?tenant_id=85a7410fd3784b93bff7eff25e1fd530&shared=False => generated 15 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 01:59:25.334 8 INFO neutron.db.segments_db [None req-50b04ea2-a13d-4369-9400-2bf4e129c960 810d6f28a7ba429491a894c4a9e3c7cf 85a7410fd3784b93bff7eff25e1fd530 - - 41b92869c5ac4d9680e02402d566b2a8 41b92869c5ac4d9680e02402d566b2a8] Added segment adba6e8d-77c3-4397-aca1-03df844eda08 of type vxlan for network 160f8177-ab15-4835-a0dd-f375121d3d74 [pid: 8|app: 0|req: 120/245] 199.19.213.103 () {34 vars in 682 bytes} [Wed Jul 1 01:59:25 2026] POST /v2.0/networks => generated 718 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 199.19.213.103 () {30 vars in 722 bytes} [Wed Jul 1 01:59:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/247] 199.19.213.103 () {30 vars in 633 bytes} [Wed Jul 1 01:59:25 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/248] 199.19.213.103 () {34 vars in 677 bytes} [Wed Jul 1 01:59:25 2026] POST /v2.0/ports => generated 999 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/249] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 01:59:25 2026] GET /v2.0/networks/160f8177-ab15-4835-a0dd-f375121d3d74 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/250] 199.19.213.103 () {30 vars in 722 bytes} [Wed Jul 1 01:59:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 01:59:28 2026] GET /v2.0/networks/160f8177-ab15-4835-a0dd-f375121d3d74 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 199.19.213.103 () {44 vars in 976 bytes} [Wed Jul 1 01:59:45 2026] GET /v2.0/quotas/85a7410fd3784b93bff7eff25e1fd530 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/255] 199.19.213.103 () {48 vars in 1028 bytes} [Wed Jul 1 01:59:46 2026] PUT /v2.0/quotas/85a7410fd3784b93bff7eff25e1fd530 => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:11:49.005 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0afa153a-801a-4018-afcb-422ab601e5b9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/354] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 02:11:48 2026] GET /v2.0/networks/public => generated 108 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/355] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 02:11:49 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:11:50.271 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d5df3ab-4b89-40c2-b742-1866856e348f 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/356] 199.19.213.103 () {44 vars in 928 bytes} [Wed Jul 1 02:11:50 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/357] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 02:11:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:11:50.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58daa8bb-127b-4e02-b210-a721497f6131 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/358] 199.19.213.103 () {44 vars in 1035 bytes} [Wed Jul 1 02:11:50 2026] GET /v2.0/subnets/public-subnet?network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/359] 199.19.213.103 () {44 vars in 1058 bytes} [Wed Jul 1 02:11:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:12:18.778 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d9c488e-ba36-48f1-b361-34f0389a5b4e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/364] 199.19.213.103 () {44 vars in 938 bytes} [Wed Jul 1 02:12:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/365] 199.19.213.103 () {44 vars in 960 bytes} [Wed Jul 1 02:12:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:12:19.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ce5b783-ba0d-4ce9-9200-ed09425a757d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/366] 199.19.213.103 () {44 vars in 938 bytes} [Wed Jul 1 02:12:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/367] 199.19.213.103 () {44 vars in 960 bytes} [Wed Jul 1 02:12:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:12:19.889 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2fe6537b-ad40-438b-b7f2-ab684079288b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/368] 199.19.213.103 () {44 vars in 1037 bytes} [Wed Jul 1 02:12:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/369] 199.19.213.103 () {44 vars in 1060 bytes} [Wed Jul 1 02:12:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:12:21.070 7 INFO neutron.api.v2.resource [None req-8513c58c-7b8c-432b-b93e-266c65cf6b67 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/370] 199.19.213.103 () {44 vars in 972 bytes} [Wed Jul 1 02:12:21 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/371] 199.19.213.103 () {44 vars in 994 bytes} [Wed Jul 1 02:12:21 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/372] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:22 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/373] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:22 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/374] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:22 2026] GET /v2.0/security-group-rules/2c1469ef-af24-431e-ac20-8948650e80d0 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/375] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:23 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/376] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:23 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/377] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:23 2026] GET /v2.0/security-group-rules/9d0a39ff-cfad-4470-a6f3-ba5150674a10 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/378] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:24 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:24 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/380] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:24 2026] GET /v2.0/security-group-rules/46e5d16c-8e24-4bd6-80eb-0a15c746fcae => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:25 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/382] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:25 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:25 2026] GET /v2.0/security-group-rules/73a98791-cbdb-4c3d-af6b-a51e70490ebf => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:26 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/385] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:26 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/386] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:26 2026] GET /v2.0/security-group-rules/ae4508ed-168a-4020-9b24-4540dc705cf9 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/387] 199.19.213.103 () {44 vars in 988 bytes} [Wed Jul 1 02:12:27 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 731 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:12:27.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e973a6f-cc5c-45e2-879f-edb0c9072e50 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/388] 199.19.213.103 () {44 vars in 1077 bytes} [Wed Jul 1 02:12:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => 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: 192/389] 199.19.213.103 () {44 vars in 1100 bytes} [Wed Jul 1 02:12:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/390] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:27 2026] GET /v2.0/security-groups/c22ecea3-682a-4c7c-95f0-e622ffaac99d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:12:36.368 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3a331a5-978c-4fba-b177-63d3cbcfffe0 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/393] 199.19.213.103 () {44 vars in 980 bytes} [Wed Jul 1 02:12:36 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: 7|app: 0|req: 200/394] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/395] 199.19.213.103 () {44 vars in 921 bytes} [Wed Jul 1 02:12:38 2026] GET /v2.0/ports => generated 4721 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:12:39.239 7 INFO neutron.api.v2.resource [None req-4eacec6f-9014-49d8-b690-ab514009731d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/396] 199.19.213.103 () {44 vars in 960 bytes} [Wed Jul 1 02:12:39 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/397] 199.19.213.103 () {44 vars in 982 bytes} [Wed Jul 1 02:12:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/398] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:40 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2882 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/399] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:40 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:40 2026] GET /v2.0/security-group-rules/47627531-a395-4adb-a71c-85bf6c3c7407 => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/401] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:41 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/402] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:12:41 2026] GET /v2.0/security-groups/1813bbfc-021b-4ab8-a616-48fc5353cc5a => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/403] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:12:41 2026] GET /v2.0/security-group-rules/ec425d5c-8b71-4a42-884c-43ab6da803c3 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/406] 199.19.213.103 () {44 vars in 976 bytes} [Wed Jul 1 02:12:53 2026] GET /v2.0/quotas/072771cb5d9449ae9f927130e93778d8 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:13:50.265 7 INFO neutron.api.v2.resource [None req-0d1ff005-1326-46b4-8cd6-c8711b31a3a9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 211/415] 199.19.213.103 () {44 vars in 1075 bytes} [Wed Jul 1 02:13:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/416] 199.19.213.103 () {44 vars in 1098 bytes} [Wed Jul 1 02:13:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/417] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 02:13:51 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => 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: 206/418] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:13:51 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/419] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:13:51 2026] GET /v2.0/security-group-rules/52cdd8cb-763b-47da-abd9-77bb1ba400bf => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/420] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 02:13:52 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/421] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:13:52 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/422] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:13:52 2026] GET /v2.0/security-group-rules/431a25ad-982d-4739-a658-e1543c989e83 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/423] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 02:13:53 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/424] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:13:53 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => 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: 216/425] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:13:53 2026] GET /v2.0/security-group-rules/951a7ab7-3d5d-4bd2-ba65-08a7f22b1093 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/426] 199.19.213.103 () {44 vars in 1089 bytes} [Wed Jul 1 02:13:54 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19?project_id=85a7410fd3784b93bff7eff25e1fd530 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/427] 199.19.213.103 () {44 vars in 1002 bytes} [Wed Jul 1 02:13:54 2026] GET /v2.0/security-groups/e6c77989-e88a-4802-86cd-a6eaa2a56c19 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/428] 199.19.213.103 () {44 vars in 1012 bytes} [Wed Jul 1 02:13:54 2026] GET /v2.0/security-group-rules/e29026a3-1b58-4a8c-bb1a-d8dd4bb6a8c9 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/429] 199.19.213.103 () {44 vars in 976 bytes} [Wed Jul 1 02:14:01 2026] GET /v2.0/quotas/85a7410fd3784b93bff7eff25e1fd530 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/438] 199.19.213.103 () {44 vars in 950 bytes} [Wed Jul 1 02:14:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/443] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:15:31 2026] GET /v2.0/networks => generated 2167 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/446] 10.0.0.64 () {32 vars in 654 bytes} [Wed Jul 1 02:15:33 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: 227/447] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:15:33 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:15:33 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/449] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:15:33 2026] GET /v2.0/subnets => generated 1308 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/450] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:15:33 2026] GET /v2.0/networks => generated 2167 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/451] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:15:33 2026] GET /v2.0/security-groups => generated 17397 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.64 () {32 vars in 654 bytes} [Wed Jul 1 02:15:33 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:44.422 7 INFO neutron.db.segments_db [None req-9457251c-1423-4304-bef8-00baacb9631b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 1d355fac-21c7-428b-acf9-42cd1fa0d091 of type vxlan for network bd4c40a4-a899-4573-b239-9ae46af78b4f 2026-07-01 02:15:44.476 8 INFO neutron.db.segments_db [None req-9c2f797f-d4ec-42c3-8921-10dccca39562 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 31093c65-f60b-4a5b-b2a2-86c41b7754dc of type vxlan for network 0a3f2683-4d2c-4714-86f6-b4b51fb2c832 [pid: 7|app: 0|req: 230/453] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/networks => generated 747 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/454] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/networks => generated 744 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:15:44.640 7 INFO neutron.db.segments_db [None req-b85dc3a9-deef-416b-9dca-802af82a99cc 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 44274f93-502d-4967-97af-f995f89bdb86 of type vxlan for network 822180c9-14c6-4eba-86a8-c225a737c680 [pid: 7|app: 0|req: 231/455] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/networks => generated 744 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/456] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/subnets => generated 694 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/457] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/subnets => generated 691 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/458] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:44 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-07-01 02:15:44.936 7 INFO neutron.db.segments_db [None req-40d41883-8f38-42b4-ad96-51926de342a5 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment cbef6b81-a45d-409d-937c-4b93ba2c3827 of type vxlan for network e1546a4b-a6af-4171-ac39-ef3d4c73c90f 2026-07-01 02:15:44.985 8 INFO neutron.db.segments_db [None req-40b91b10-b8d6-4ecd-b447-8562ca33c88b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 939da78b-d583-4a3d-990e-b55961a85940 of type vxlan for network 51f2285d-e53a-4fe2-a8ef-15e158b4a58c 2026-07-01 02:15:45.207 7 INFO neutron.db.l3_hamode_db [None req-40d41883-8f38-42b4-ad96-51926de342a5 9dd3b55cb1aa4b128490574a7c39a983 38db69d887e04f3bae60ab9e6c9d962f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:15:45.245 8 INFO neutron.db.l3_hamode_db [None req-40b91b10-b8d6-4ecd-b447-8562ca33c88b 9dd3b55cb1aa4b128490574a7c39a983 88c8075ccdac4f05bf85d76fffba6fde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:15:46.079 8 INFO neutron.db.l3_hamode_db [None req-40b91b10-b8d6-4ecd-b447-8562ca33c88b 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:15:46.332 7 INFO neutron.db.l3_hamode_db [None req-40d41883-8f38-42b4-ad96-51926de342a5 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/459] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/routers => generated 734 bytes in 2394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/460] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:44 2026] POST /v2.0/routers => generated 731 bytes in 2385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:15:47.335 7 INFO neutron.db.segments_db [None req-e1daebbd-11bd-4653-aa7b-8533433600ad 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment cbe137ea-9381-43c0-8ad6-52da80719661 of type vxlan for network aecfeb57-f383-4f82-be12-09f6c360d13c 2026-07-01 02:15:47.575 7 INFO neutron.db.l3_hamode_db [None req-e1daebbd-11bd-4653-aa7b-8533433600ad 9dd3b55cb1aa4b128490574a7c39a983 a6922c8ecbec46279fb14263078e55fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/461] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:15:47 2026] GET /v2.0/security-groups?tenant_id=f560bf87b2ca490ea6e7a464f1b93823&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:15:48.350 7 INFO neutron.db.l3_hamode_db [None req-e1daebbd-11bd-4653-aa7b-8533433600ad 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/462] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:15:47 2026] PUT /v2.0/routers/3cca9d69-9057-4a69-94f4-e44492f83478/add_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:47 2026] POST /v2.0/routers => generated 731 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/464] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:15:49 2026] DELETE /v2.0/security-groups/008e94a2-bdb8-4155-8eba-4bd6ed670abd => 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: 230/467] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:15:48 2026] PUT /v2.0/routers/49536ef8-5ff8-4275-b5e7-594b10f77395/add_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/468] 10.0.0.126 () {38 vars in 971 bytes} [Wed Jul 1 02:15:49 2026] POST /v2.0/security-groups => generated 1685 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/469] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:15:49 2026] PUT /v2.0/routers/5caac668-7919-462b-96da-fa56c16c67cb/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/471] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:50 2026] GET /v2.0/security-groups/deffe40b-0363-4e52-989f-b06534145c55 => generated 1685 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.126 () {38 vars in 981 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 91 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.126 () {38 vars in 971 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/security-groups => generated 1682 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/476] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:50 2026] GET /v2.0/security-groups/4f246ed3-66be-458c-a1a6-d22fc1033678 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/477] 10.0.0.126 () {38 vars in 981 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/478] 10.0.0.126 () {38 vars in 971 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/479] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:15:50 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/4f246ed3-66be-458c-a1a6-d22fc1033678 => generated 2307 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/481] 10.0.0.126 () {38 vars in 971 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 02:15:51.385 7 INFO neutron.db.segments_db [None req-1ba1eead-763b-452a-afaa-c4c56aac5970 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 0144def5-ed39-422b-b7e0-e0c3ad4daae8 of type vxlan for network 44100bc0-ae28-42b4-be47-cf54f97ab13e [pid: 8|app: 0|req: 242/482] 10.0.0.126 () {38 vars in 981 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/networks => generated 744 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/4f246ed3-66be-458c-a1a6-d22fc1033678 => generated 2937 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.126 () {38 vars in 971 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.126 () {34 vars in 1001 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-group-rules/edf0d88b-bfa3-449b-8280-92e1514485cd => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/4f246ed3-66be-458c-a1a6-d22fc1033678 => generated 2937 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups?tenant_id=a6922c8ecbec46279fb14263078e55fe => generated 7905 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/489] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/490] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/14fad3aa-35f6-43f6-948e-b34b675b937d => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/491] 10.0.0.126 () {36 vars in 1023 bytes} [Wed Jul 1 02:15:51 2026] DELETE /v2.0/security-group-rules/edf0d88b-bfa3-449b-8280-92e1514485cd => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/492] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/14fad3aa-35f6-43f6-948e-b34b675b937d => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:15:51.793 7 INFO neutron.db.segments_db [None req-149571b6-cbce-4a93-90d5-f6f8a3b8eb66 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 89e60563-be78-4995-832b-f6ab80712736 of type vxlan for network 87174a48-3d47-4da7-b6c4-6e23a37d2dda [pid: 8|app: 0|req: 249/493] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/4f246ed3-66be-458c-a1a6-d22fc1033678 => generated 2307 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 10.0.0.126 () {36 vars in 1013 bytes} [Wed Jul 1 02:15:51 2026] DELETE /v2.0/security-groups/4f246ed3-66be-458c-a1a6-d22fc1033678 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/495] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1305487825&fields=id&tenant_id=88c8075ccdac4f05bf85d76fffba6fde => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/496] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/security-groups/527f5b5c-8c0d-4c2b-80d7-af8df972e9c9 => generated 1681 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/497] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:15:51 2026] GET /v2.0/networks?id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:15:52.029 7 INFO neutron.db.l3_hamode_db [None req-149571b6-cbce-4a93-90d5-f6f8a3b8eb66 9dd3b55cb1aa4b128490574a7c39a983 acc56063d8624a5da2922bdcacee6b4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 254/498] 10.0.0.126 () {36 vars in 1013 bytes} [Wed Jul 1 02:15:52 2026] DELETE /v2.0/security-groups/527f5b5c-8c0d-4c2b-80d7-af8df972e9c9 => 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: 255/499] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:15:52 2026] GET /v2.0/quotas/88c8075ccdac4f05bf85d76fffba6fde => 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: 256/500] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:52 2026] GET /v2.0/security-groups/deffe40b-0363-4e52-989f-b06534145c55 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/501] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:15:52 2026] GET /v2.0/ports?tenant_id=88c8075ccdac4f05bf85d76fffba6fde&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/502] 10.0.0.126 () {36 vars in 1013 bytes} [Wed Jul 1 02:15:52 2026] DELETE /v2.0/security-groups/deffe40b-0363-4e52-989f-b06534145c55 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:15:52.999 7 INFO neutron.db.l3_hamode_db [None req-149571b6-cbce-4a93-90d5-f6f8a3b8eb66 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:15:53.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-9393adca-f750-4257-8599-ab576d955036 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 6fbf6607-71a8-4430-93db-8ec4243f1115 2026-07-01 02:15:53.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9393adca-f750-4257-8599-ab576d955036 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 6fbf6607-71a8-4430-93db-8ec4243f1115 [pid: 7|app: 0|req: 245/503] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:51 2026] POST /v2.0/routers => generated 731 bytes in 2144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:15:53.888 7 INFO neutron.api.v2.resource [req-374b9a83-2969-46d4-a226-b55998cb36fc req-f057f697-5a4c-44fc-b1f5-3e150cb3913e bd86a79e91074cde8e34c01c757dc24d a6922c8ecbec46279fb14263078e55fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/504] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:53 2026] GET /v2.0/security-groups/527f5b5c-8c0d-4c2b-80d7-af8df972e9c9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/505] 10.0.0.126 () {34 vars in 907 bytes} [Wed Jul 1 02:15:53 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/506] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:15:52 2026] PUT /v2.0/routers/3cca9d69-9057-4a69-94f4-e44492f83478/remove_router_interface => generated 309 bytes in 1678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/507] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:54 2026] GET /v2.0/security-groups/25c91b36-cf17-487d-a5a9-8e15fbc90a4c => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/508] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:15:54 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:54.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aa107fa-d17a-4a19-bb4e-9d783e577bc8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: a363d9e6-2042-4a5a-896e-617713ca184e 2026-07-01 02:15:54.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aa107fa-d17a-4a19-bb4e-9d783e577bc8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: a363d9e6-2042-4a5a-896e-617713ca184e 2026-07-01 02:15:54.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aa107fa-d17a-4a19-bb4e-9d783e577bc8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 801f7b65-4a54-48da-a698-89b45f41a4d0 2026-07-01 02:15:54.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aa107fa-d17a-4a19-bb4e-9d783e577bc8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 801f7b65-4a54-48da-a698-89b45f41a4d0 2026-07-01 02:15:54.623 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7aa107fa-d17a-4a19-bb4e-9d783e577bc8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 248/509] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:15:53 2026] PUT /v2.0/routers/31f644e3-71a3-4e30-a6c1-1d349d052a3a/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/510] 10.0.0.126 () {36 vars in 1013 bytes} [Wed Jul 1 02:15:54 2026] DELETE /v2.0/security-groups/25c91b36-cf17-487d-a5a9-8e15fbc90a4c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:15:55.093 8 INFO neutron.db.l3_hamode_db [None req-7aa107fa-d17a-4a19-bb4e-9d783e577bc8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network e1546a4b-a6af-4171-ac39-ef3d4c73c90f was deleted as no HA routers are present in tenant 38db69d887e04f3bae60ab9e6c9d962f. [pid: 8|app: 0|req: 262/511] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:15:54 2026] DELETE /v2.0/routers/3cca9d69-9057-4a69-94f4-e44492f83478 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/512] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:55.162 7 INFO neutron.api.v2.resource [req-dc63a40a-ab86-4565-a21b-ae4dcdfeb669 req-282b82d3-f255-4574-af41-464573818035 bd86a79e91074cde8e34c01c757dc24d a6922c8ecbec46279fb14263078e55fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/513] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/25c91b36-cf17-487d-a5a9-8e15fbc90a4c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/514] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/7093013b-e6e5-43d8-a759-33cdf3f925a4 => generated 1682 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/515] 10.0.0.126 () {36 vars in 1013 bytes} [Wed Jul 1 02:15:55 2026] DELETE /v2.0/security-groups/7093013b-e6e5-43d8-a759-33cdf3f925a4 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/516] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:15:55 2026] DELETE /v2.0/subnets/d34e21ac-5577-4eed-aab3-69c695fca9c2 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/517] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:55.417 8 INFO neutron.api.v2.resource [req-697e0195-bf69-44ef-8140-893560a42f9b req-e7ff19db-ecaf-4f72-9d24-1742eccdb74d bd86a79e91074cde8e34c01c757dc24d a6922c8ecbec46279fb14263078e55fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/518] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/7093013b-e6e5-43d8-a759-33cdf3f925a4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/519] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups?tenant_id=a6922c8ecbec46279fb14263078e55fe => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:15:55.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b2a1e75-904a-4774-8727-e3ac57c3f35e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: ae797c88-0c77-49e6-b470-0436905931a7 2026-07-01 02:15:55.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b2a1e75-904a-4774-8727-e3ac57c3f35e 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: ae797c88-0c77-49e6-b470-0436905931a7 2026-07-01 02:15:55.506 8 INFO neutron.services.segments.plugin [-] Segment cbef6b81-a45d-409d-937c-4b93ba2c3827 resource provider aggregate not found [pid: 8|app: 0|req: 267/520] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/14fad3aa-35f6-43f6-948e-b34b675b937d => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:15:55.554 8 INFO neutron.services.segments.plugin [-] Segment cbef6b81-a45d-409d-937c-4b93ba2c3827 resource provider aggregate not found 2026-07-01 02:15:55.560 8 INFO neutron.services.segments.plugin [-] Segment cbef6b81-a45d-409d-937c-4b93ba2c3827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbef6b81-a45d-409d-937c-4b93ba2c3827 found for delete ", "request_id": "req-b84fbfc1-1088-4bc4-876e-a05b18b21c4c"}]} 2026-07-01 02:15:55.573 8 INFO neutron.services.segments.plugin [-] Segment cbef6b81-a45d-409d-937c-4b93ba2c3827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbef6b81-a45d-409d-937c-4b93ba2c3827 found for delete ", "request_id": "req-ab5dbc15-4b2b-4345-abe9-f363a8281969"}]} [pid: 8|app: 0|req: 268/521] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/14fad3aa-35f6-43f6-948e-b34b675b937d => generated 2918 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/522] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:15:55 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 02:15:55.729 8 INFO neutron.api.v2.resource [req-442e98ac-f313-4099-b460-6f3207a00cfc req-ea3c9289-ccbc-481a-b50b-406472d7e504 bd86a79e91074cde8e34c01c757dc24d a6922c8ecbec46279fb14263078e55fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/523] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/7093013b-e6e5-43d8-a759-33cdf3f925a4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/524] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:15:55 2026] DELETE /v2.0/networks/bd4c40a4-a899-4573-b239-9ae46af78b4f => generated 0 bytes in 427 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:15:55.783 7 INFO neutron.api.v2.resource [req-c567e735-22d8-4ace-abff-6ede8da52a2f req-14cf333e-b632-4a30-bc93-e056dc644055 bd86a79e91074cde8e34c01c757dc24d a6922c8ecbec46279fb14263078e55fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/525] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/25c91b36-cf17-487d-a5a9-8e15fbc90a4c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:15:55.819 7 INFO neutron.api.v2.resource [req-a1d52029-6ac1-4907-91ef-ad8c6e9c0638 req-16fdfc69-148b-4d65-96e9-70a799fe6b73 bd86a79e91074cde8e34c01c757dc24d a6922c8ecbec46279fb14263078e55fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/526] 10.0.0.126 () {34 vars in 991 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups/527f5b5c-8c0d-4c2b-80d7-af8df972e9c9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/527] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:15:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/528] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:15:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/529] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:15:55 2026] GET /v2.0/security-groups?tenant_id=38db69d887e04f3bae60ab9e6c9d962f&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:15:56.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd28d95-54fc-4661-a618-e47a4a29a983 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 24080b96-b236-482a-87a2-c11960189385 2026-07-01 02:15:56.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd28d95-54fc-4661-a618-e47a4a29a983 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 24080b96-b236-482a-87a2-c11960189385 2026-07-01 02:15:56.275 7 INFO neutron.services.segments.plugin [-] Segment 1d355fac-21c7-428b-acf9-42cd1fa0d091 resource provider aggregate not found 2026-07-01 02:15:56.279 7 INFO neutron.services.segments.plugin [-] Segment 1d355fac-21c7-428b-acf9-42cd1fa0d091 resource provider aggregate not found 2026-07-01 02:15:56.293 7 INFO neutron.services.segments.plugin [-] Segment 1d355fac-21c7-428b-acf9-42cd1fa0d091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d355fac-21c7-428b-acf9-42cd1fa0d091 found for delete ", "request_id": "req-6fd55df3-5321-492e-bc96-bc233bf2c112"}]} 2026-07-01 02:15:56.295 7 INFO neutron.services.segments.plugin [-] Segment 1d355fac-21c7-428b-acf9-42cd1fa0d091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d355fac-21c7-428b-acf9-42cd1fa0d091 found for delete ", "request_id": "req-abea058e-005d-4743-8c1f-92cd1cce411a"}]} [pid: 8|app: 0|req: 274/530] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:15:55 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/531] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:15:55 2026] PUT /v2.0/routers/5caac668-7919-462b-96da-fa56c16c67cb/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/532] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:15:56 2026] DELETE /v2.0/security-groups/4a37a1b9-91e2-42e7-8467-1445853fc417 => 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: 258/533] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:56 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:56.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-1757282c-551e-47d5-81ba-a6171fdbafab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: f90a3e10-187b-4e2d-880b-29e95d837b50 2026-07-01 02:15:56.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1757282c-551e-47d5-81ba-a6171fdbafab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: f90a3e10-187b-4e2d-880b-29e95d837b50 [pid: 7|app: 0|req: 259/534] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1338670874&fields=id&tenant_id=acc56063d8624a5da2922bdcacee6b4b => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/535] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/networks?id=44100bc0-ae28-42b4-be47-cf54f97ab13e => generated 676 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:15:57.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-1757282c-551e-47d5-81ba-a6171fdbafab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: aff526be-5144-4d28-bcf8-cbddef259b94 2026-07-01 02:15:57.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1757282c-551e-47d5-81ba-a6171fdbafab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: aff526be-5144-4d28-bcf8-cbddef259b94 [pid: 7|app: 0|req: 261/536] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/quotas/acc56063d8624a5da2922bdcacee6b4b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/537] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/ports?tenant_id=acc56063d8624a5da2922bdcacee6b4b&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/538] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?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: 264/539] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:57.501 8 INFO neutron.db.l3_hamode_db [None req-1757282c-551e-47d5-81ba-a6171fdbafab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network aecfeb57-f383-4f82-be12-09f6c360d13c was deleted as no HA routers are present in tenant a6922c8ecbec46279fb14263078e55fe. [pid: 8|app: 0|req: 276/540] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:15:56 2026] DELETE /v2.0/routers/5caac668-7919-462b-96da-fa56c16c67cb => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/541] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:57.591 8 INFO neutron.services.segments.plugin [-] Segment cbe137ea-9381-43c0-8ad6-52da80719661 resource provider aggregate not found 2026-07-01 02:15:57.597 8 INFO neutron.services.segments.plugin [-] Segment cbe137ea-9381-43c0-8ad6-52da80719661 resource provider aggregate not found 2026-07-01 02:15:57.606 8 INFO neutron.services.segments.plugin [-] Segment cbe137ea-9381-43c0-8ad6-52da80719661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbe137ea-9381-43c0-8ad6-52da80719661 found for delete ", "request_id": "req-8e847493-f2e0-4959-bd99-582bef4a69df"}]} 2026-07-01 02:15:57.613 8 INFO neutron.services.segments.plugin [-] Segment cbe137ea-9381-43c0-8ad6-52da80719661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbe137ea-9381-43c0-8ad6-52da80719661 found for delete ", "request_id": "req-7f13b8b5-ded5-474d-bdf8-4a6c96cfd34c"}]} [pid: 8|app: 0|req: 277/542] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:15:57 2026] DELETE /v2.0/subnets/e7da49f8-0e91-4114-aec7-2caf967c6d20 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:15:57.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-57024f02-5bd7-4c9c-ba29-471b54cd3c0c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 6e49c9d2-29af-41e7-86a4-11d616c47057 2026-07-01 02:15:57.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57024f02-5bd7-4c9c-ba29-471b54cd3c0c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 6e49c9d2-29af-41e7-86a4-11d616c47057 [pid: 8|app: 0|req: 278/543] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:57 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 266/544] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:15:57 2026] DELETE /v2.0/networks/822180c9-14c6-4eba-86a8-c225a737c680 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/545] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:15:58 2026] GET /v2.0/security-groups?tenant_id=a6922c8ecbec46279fb14263078e55fe&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/546] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:15:58 2026] DELETE /v2.0/security-groups/14fad3aa-35f6-43f6-948e-b34b675b937d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:15:58.312 7 INFO neutron.services.segments.plugin [-] Segment 44274f93-502d-4967-97af-f995f89bdb86 resource provider aggregate not found 2026-07-01 02:15:58.315 7 INFO neutron.services.segments.plugin [-] Segment 44274f93-502d-4967-97af-f995f89bdb86 resource provider aggregate not found 2026-07-01 02:15:58.327 7 INFO neutron.services.segments.plugin [-] Segment 44274f93-502d-4967-97af-f995f89bdb86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44274f93-502d-4967-97af-f995f89bdb86 found for delete ", "request_id": "req-d8c80ce3-4654-4903-ac60-d64b61a8c484"}]} 2026-07-01 02:15:58.329 7 INFO neutron.services.segments.plugin [-] Segment 44274f93-502d-4967-97af-f995f89bdb86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44274f93-502d-4967-97af-f995f89bdb86 found for delete ", "request_id": "req-691e5881-8385-4e28-9fa8-b1de050169dd"}]} [pid: 8|app: 0|req: 280/547] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:58 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/548] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:58 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:15:59.043 7 INFO neutron.db.segments_db [None req-ff1f0908-95e0-43ee-99f7-ba00a25fa5c3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 1665f5fa-7651-432c-955b-59cd547ffbd7 of type vxlan for network 203f95f5-d9aa-4b64-a36e-a4765c0f461a [pid: 7|app: 0|req: 268/549] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:15:58 2026] POST /v2.0/networks => generated 751 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/550] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:59 2026] POST /v2.0/subnets => generated 698 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:15:59.441 7 INFO neutron.db.segments_db [None req-7c0774ae-d5a5-4cc4-af40-369c059aad76 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment fefd0e8b-107c-4ca4-a7af-e9af181a6f37 of type vxlan for network 5ab53cd1-645c-441f-a6c0-9c51d31ef2f9 2026-07-01 02:15:59.691 7 INFO neutron.db.l3_hamode_db [None req-7c0774ae-d5a5-4cc4-af40-369c059aad76 9dd3b55cb1aa4b128490574a7c39a983 692ae5b7c0484cacb70ecc94edf9e11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 283/551] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:15:59 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 284/552] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:00 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:00.354 8 INFO neutron.db.segments_db [None req-93cab77f-a54c-460e-bf55-ee60ad63e834 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 of type vxlan for network 00e59099-5579-4d77-9f4d-c25e134d8f53 [pid: 8|app: 0|req: 285/553] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:16:00 2026] POST /v2.0/networks => generated 747 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:16:00.453 7 INFO neutron.db.l3_hamode_db [None req-7c0774ae-d5a5-4cc4-af40-369c059aad76 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 286/554] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:00 2026] GET /v2.0/networks?id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832 => generated 676 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/555] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:16:00 2026] POST /v2.0/subnets => generated 694 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/556] 199.19.213.103 () {34 vars in 911 bytes} [Wed Jul 1 02:16:00 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: 289/557] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:16:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=88c8075ccdac4f05bf85d76fffba6fde => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:00.817 8 INFO neutron.db.segments_db [None req-d9c20717-202f-417d-ac6f-67de98d1c9a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment f6b021dd-42b5-4428-92d2-c3da38ebd1fb of type vxlan for network 51c021ea-013c-448a-83f8-38db8f458ce2 2026-07-01 02:16:01.056 8 INFO neutron.db.l3_hamode_db [None req-d9c20717-202f-417d-ac6f-67de98d1c9a3 9dd3b55cb1aa4b128490574a7c39a983 d716be2d89d547bd91a22fb598791449 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 269/558] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:15:59 2026] POST /v2.0/routers => generated 738 bytes in 2091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/559] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:01 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:01.838 8 INFO neutron.db.l3_hamode_db [None req-d9c20717-202f-417d-ac6f-67de98d1c9a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/560] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:16:01 2026] POST /v2.0/ports => generated 954 bytes in 929 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: 272/561] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:02 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/562] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:16:00 2026] POST /v2.0/routers => generated 734 bytes in 2021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/563] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:02 2026] GET /v2.0/networks?id=44100bc0-ae28-42b4-be47-cf54f97ab13e => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/564] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:02 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/565] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:02 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 294/566] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:02 2026] PUT /v2.0/ports/d7b695aa-2ddb-4e77-abd5-5631782424ef => generated 1235 bytes in 503 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: 273/567] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:16:02 2026] PUT /v2.0/routers/04d631ae-bf61-40c2-abd3-d15979030f56/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/568] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:16:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=acc56063d8624a5da2922bdcacee6b4b => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:03.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ce6b339-aaf5-4304-8a84-b020e065f940'] response: {'name': 'network-changed', 'server_uuid': 'df115af1-41cd-4946-b2b9-c3d4117817bb', 'tag': 'd7b695aa-2ddb-4e77-abd5-5631782424ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 277/571] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:16:03 2026] POST /v2.0/ports => generated 954 bytes in 419 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: 278/572] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/573] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/574] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:16:03 2026] PUT /v2.0/routers/ad4a8be0-e582-4eca-95b5-1d1aeaf99317/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/575] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/576] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/577] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/ports?tenant_id=88c8075ccdac4f05bf85d76fffba6fde&device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/578] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7b695aa-2ddb-4e77-abd5-5631782424ef => 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: 280/579] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:04 2026] PUT /v2.0/ports/47bbe78d-465a-4553-8c6d-8352518f8349 => generated 1235 bytes in 467 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: 281/580] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/subnets?id=a649e2b6-4911-4721-8510-f10583c6421e => generated 694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/581] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:16:04 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/582] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/ports?network_id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/583] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/584] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:04 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?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: 285/585] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:16:05 2026] POST /v2.0/security-groups => generated 1661 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/586] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:16:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:16:05.249 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d065db4-3e4d-4045-be68-f1432f7e7443'] response: {'name': 'network-changed', 'server_uuid': '652c43af-5e09-4b98-b069-5eb3caeaa5d6', 'tag': '47bbe78d-465a-4553-8c6d-8352518f8349', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 287/587] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:16:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/588] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:16:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/589] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:16:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/590] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:16:05 2026] POST /v2.0/floatingips => generated 552 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/591] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/592] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/593] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&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: 292/594] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/ports?tenant_id=acc56063d8624a5da2922bdcacee6b4b&device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/595] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/596] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/networks?tenant_id=acc56063d8624a5da2922bdcacee6b4b&shared=False => generated 772 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/597] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:16:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/598] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:16:05 2026] POST /v2.0/floatingips => generated 552 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/599] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/ports?tenant_id=88c8075ccdac4f05bf85d76fffba6fde&device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/600] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/networks?id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832 => generated 772 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/601] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7b695aa-2ddb-4e77-abd5-5631782424ef => generated 19 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/602] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/subnets?id=a649e2b6-4911-4721-8510-f10583c6421e => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/603] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/ports?network_id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/604] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?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: 299/605] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/606] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1268843299&fields=id&tenant_id=692ae5b7c0484cacb70ecc94edf9e11d => 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: 300/607] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => 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: 308/608] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/quotas/692ae5b7c0484cacb70ecc94edf9e11d => generated 292 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/609] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&fields=id => generated 57 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/610] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/611] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&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: 302/612] 10.0.0.126 () {34 vars in 907 bytes} [Wed Jul 1 02:16:06 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: 311/613] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:06 2026] GET /v2.0/ports?tenant_id=acc56063d8624a5da2922bdcacee6b4b&device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/614] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=47bbe78d-465a-4553-8c6d-8352518f8349 => 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: 303/615] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=segments => generated 14 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/616] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 969 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/617] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/subnets?id=7e268812-c66a-472a-94fc-97180b563b60 => generated 694 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/618] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/619] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 8|app: 0|req: 315/620] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/ports?network_id=44100bc0-ae28-42b4-be47-cf54f97ab13e&device_owner=network%3Adhcp => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/621] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/622] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/623] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:07 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 317/624] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:08 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 308/625] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:08 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/626] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:08 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 309/627] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:08 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 319/628] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:08 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/629] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:09 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/630] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:09 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&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: 311/631] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:09 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/632] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:09 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 312/633] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:09 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/634] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 313/635] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/636] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1381318452&fields=id&tenant_id=d716be2d89d547bd91a22fb598791449 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/637] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/networks?id=00e59099-5579-4d77-9f4d-c25e134d8f53 => generated 679 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/638] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 315/639] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/quotas/d716be2d89d547bd91a22fb598791449 => 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: 325/640] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 316/641] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/ports?tenant_id=d716be2d89d547bd91a22fb598791449&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/642] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/643] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/644] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:16:10 2026] GET /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53?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: 318/645] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:11 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/646] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:11 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/647] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:11 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/648] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:11 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/649] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:11 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 320/650] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:11 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 331/651] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:12 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/652] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:16:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=692ae5b7c0484cacb70ecc94edf9e11d => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/653] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:12 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 332/654] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:16:12 2026] POST /v2.0/ports => generated 954 bytes in 527 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: 333/655] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:12 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 334/656] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:12 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&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: 335/657] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:12 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 323/658] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:12 2026] PUT /v2.0/ports/c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 1235 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 324/659] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/660] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/661] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 327/662] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:13.368 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75dce06b-ac8f-4861-b62e-9cdcba6747bc'] response: {'name': 'network-changed', 'server_uuid': 'deeac695-3220-4707-9fd6-b80fb71adc0d', 'tag': 'c570e13f-4f02-47ac-8848-c5ea871f5178', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/663] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:13.569 8 INFO neutron.db.l3_db [None req-fe89ec1b-b72d-4d75-8d48-b1bc0db8d6a1 ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] Floating IP 0a4fc475-8410-454d-984a-d2c704cb1ddb associated. External IP: 10.96.250.214, port: d7b695aa-2ddb-4e77-abd5-5631782424ef. [pid: 7|app: 0|req: 329/664] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/665] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:13 2026] PUT /v2.0/floatingips/0a4fc475-8410-454d-984a-d2c704cb1ddb => generated 855 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/666] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/networks?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&shared=False => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:13.954 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff393c34-b271-47eb-840b-e69d46228e58'] response: {'name': 'network-changed', 'server_uuid': 'df115af1-41cd-4946-b2b9-c3d4117817bb', 'tag': 'd7b695aa-2ddb-4e77-abd5-5631782424ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/667] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/668] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:13 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 338/669] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&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: 332/670] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/ports?tenant_id=88c8075ccdac4f05bf85d76fffba6fde&device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 339/671] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/networks?id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832 => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/672] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7b695aa-2ddb-4e77-abd5-5631782424ef => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/673] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/subnets?id=a649e2b6-4911-4721-8510-f10583c6421e => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/674] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/ports?network_id=0a3f2683-4d2c-4714-86f6-b4b51fb2c832&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/675] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/676] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/677] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/678] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/679] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/680] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/681] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/682] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/683] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:14 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&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: 339/684] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/685] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => 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: 340/686] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/subnets?id=3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/687] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a&device_owner=network%3Adhcp => 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: 341/688] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 348/689] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/690] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 349/691] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/692] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/693] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 344/694] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/networks?id=00e59099-5579-4d77-9f4d-c25e134d8f53 => generated 679 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/695] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 345/696] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d716be2d89d547bd91a22fb598791449 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/697] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/698] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/699] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:15 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/700] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:16:15 2026] POST /v2.0/ports => generated 954 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:16:16.424 7 INFO neutron.db.l3_db [None req-20d0d915-3852-4830-ab21-0bb3829d62d7 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] Floating IP 1ed09a95-c5b5-459c-84bc-046685d0838e associated. External IP: 10.96.250.208, port: 47bbe78d-465a-4553-8c6d-8352518f8349. [pid: 8|app: 0|req: 354/701] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:16 2026] PUT /v2.0/ports/2fb353eb-fd6e-4a86-a133-6e2b142d1b67 => generated 1235 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:16:16.575 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c1e998d-82de-4732-8ced-a175e2f1382e'] response: {'name': 'network-changed', 'server_uuid': '98041c0f-a7ea-4940-8436-0251bf8a9cab', 'tag': '2fb353eb-fd6e-4a86-a133-6e2b142d1b67', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 348/702] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:15 2026] PUT /v2.0/floatingips/1ed09a95-c5b5-459c-84bc-046685d0838e => generated 855 bytes in 836 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: 355/703] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:16.778 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ae27345-02d6-4026-b7fd-4b3c8ee8d2a8'] response: {'name': 'network-changed', 'server_uuid': '652c43af-5e09-4b98-b069-5eb3caeaa5d6', 'tag': '47bbe78d-465a-4553-8c6d-8352518f8349', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 349/704] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 8|app: 0|req: 356/705] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/706] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 350/707] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/708] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/709] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:16 2026] GET /v2.0/security-groups?id=df79ab63-86b2-4ac4-b61e-40df2164a23b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:17.068 7 INFO neutron_taas.services.taas.taas_plugin [req-941f78c1-01b7-4b3f-99fe-ac0b44a2c2ad req-1869cd6b-6c17-490c-81ea-37f65b6141b6 ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] TaaS: Handle Delete Port: d7b695aa-2ddb-4e77-abd5-5631782424ef 2026-07-01 02:16:17.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-941f78c1-01b7-4b3f-99fe-ac0b44a2c2ad req-1869cd6b-6c17-490c-81ea-37f65b6141b6 ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] Tap Mirror: Handle Delete Port: d7b695aa-2ddb-4e77-abd5-5631782424ef [pid: 8|app: 0|req: 360/710] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/ports?tenant_id=d716be2d89d547bd91a22fb598791449&device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/711] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/networks?tenant_id=d716be2d89d547bd91a22fb598791449&shared=False => generated 775 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:17.302 7 INFO neutron.db.l3_db [req-941f78c1-01b7-4b3f-99fe-ac0b44a2c2ad req-1869cd6b-6c17-490c-81ea-37f65b6141b6 ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] Floating IP 0a4fc475-8410-454d-984a-d2c704cb1ddb disassociated. External IP: 10.96.250.214, port: d7b695aa-2ddb-4e77-abd5-5631782424ef. [pid: 8|app: 0|req: 362/712] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/713] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/ports?tenant_id=acc56063d8624a5da2922bdcacee6b4b&device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 364/714] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/networks?id=44100bc0-ae28-42b4-be47-cf54f97ab13e => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/715] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=47bbe78d-465a-4553-8c6d-8352518f8349 => 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: 366/716] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/subnets?id=7e268812-c66a-472a-94fc-97180b563b60 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/717] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/ports?network_id=44100bc0-ae28-42b4-be47-cf54f97ab13e&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: 368/718] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/719] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?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: 351/720] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:16:16 2026] DELETE /v2.0/ports/d7b695aa-2ddb-4e77-abd5-5631782424ef => generated 0 bytes in 728 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/721] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/722] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/723] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:17 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/724] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 353/725] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 374/728] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/ports?tenant_id=d716be2d89d547bd91a22fb598791449&device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/729] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2fb353eb-fd6e-4a86-a133-6e2b142d1b67 => 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: 375/730] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/subnets?id=13e47dc2-a472-4d7d-9a3c-a5581c4e3521 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/731] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/ports?network_id=00e59099-5579-4d77-9f4d-c25e134d8f53&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: 376/732] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53?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: 357/733] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:18 2026] GET /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53?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-07-01 02:16:18.833 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0b99f55-5784-43db-9e49-81b3823d8e48'] response: {'server_uuid': 'df115af1-41cd-4946-b2b9-c3d4117817bb', 'name': 'network-vif-deleted', 'tag': 'd7b695aa-2ddb-4e77-abd5-5631782424ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 377/734] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:19 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/735] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:19 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/736] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:19 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 359/737] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:19 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 379/738] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:19 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/739] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:20 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 360/740] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:20 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 381/741] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:20 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 361/742] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:20 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 382/743] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:20 2026] GET /v2.0/ports?device_id=df115af1-41cd-4946-b2b9-c3d4117817bb => 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: 362/744] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:20 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:20.899 8 INFO neutron.db.l3_db [None req-40042d98-e3ff-492b-b22d-32f10145a171 be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] Floating IP 3c6d3c24-bc26-4675-8986-9279af7de57c associated. External IP: 10.96.250.212, port: c570e13f-4f02-47ac-8848-c5ea871f5178. [pid: 8|app: 0|req: 383/745] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:20 2026] PUT /v2.0/floatingips/3c6d3c24-bc26-4675-8986-9279af7de57c => generated 855 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:21.287 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52a4a16d-6070-43b9-a3a2-b9275ded43f2'] response: {'name': 'network-changed', 'server_uuid': 'deeac695-3220-4707-9fd6-b80fb71adc0d', 'tag': 'c570e13f-4f02-47ac-8848-c5ea871f5178', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/746] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 384/747] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/748] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/749] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 365/750] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:21 2026] DELETE /v2.0/security-groups/df79ab63-86b2-4ac4-b61e-40df2164a23b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:21.688 8 INFO neutron.api.v2.resource [None req-246b26b5-13c0-48b1-9465-20d65935faa8 ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 386/751] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/security-groups/df79ab63-86b2-4ac4-b61e-40df2164a23b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:16:21.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-6aa0c152-60b9-4e1e-b827-d5e0ba7e0d8e ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] TaaS: Handle Delete Port: 454a96d6-ea77-4d1a-8180-b8c4adf4daf4 2026-07-01 02:16:21.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aa0c152-60b9-4e1e-b827-d5e0ba7e0d8e ec3c432fe677470092d3dd35090af086 88c8075ccdac4f05bf85d76fffba6fde - - default default] Tap Mirror: Handle Delete Port: 454a96d6-ea77-4d1a-8180-b8c4adf4daf4 [pid: 8|app: 0|req: 387/752] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/753] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => 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: 389/754] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/755] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:21 2026] GET /v2.0/subnets?id=3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => generated 701 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/756] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:22 2026] GET /v2.0/ports?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a&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: 392/757] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:22 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/758] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:22 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/759] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:16:21 2026] DELETE /v2.0/floatingips/0a4fc475-8410-454d-984a-d2c704cb1ddb => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/760] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:22 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 368/761] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:22 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:22.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-731ab254-5ee8-46a6-8dd0-ccc2ef259a6d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: ed0775b0-6fcd-4b61-995f-d678491307c4 2026-07-01 02:16:22.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-731ab254-5ee8-46a6-8dd0-ccc2ef259a6d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: ed0775b0-6fcd-4b61-995f-d678491307c4 [pid: 8|app: 0|req: 394/762] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:16:22 2026] PUT /v2.0/routers/49536ef8-5ff8-4275-b5e7-594b10f77395/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:23.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fa4d20d-c407-4066-a578-acb802d5c925 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 33c95d93-d7ed-41f9-9551-894874c9ecac 2026-07-01 02:16:23.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fa4d20d-c407-4066-a578-acb802d5c925 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 33c95d93-d7ed-41f9-9551-894874c9ecac 2026-07-01 02:16:23.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fa4d20d-c407-4066-a578-acb802d5c925 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 081891cb-5bbd-49d2-a766-59c0f7a24255 2026-07-01 02:16:23.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fa4d20d-c407-4066-a578-acb802d5c925 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 081891cb-5bbd-49d2-a766-59c0f7a24255 2026-07-01 02:16:23.746 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6fa4d20d-c407-4066-a578-acb802d5c925 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 395/763] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:23 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/764] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:23 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:24.103 7 INFO neutron.services.segments.plugin [-] Segment 939da78b-d583-4a3d-990e-b55961a85940 resource provider aggregate not found 2026-07-01 02:16:24.106 7 INFO neutron.services.segments.plugin [-] Segment 939da78b-d583-4a3d-990e-b55961a85940 resource provider aggregate not found 2026-07-01 02:16:24.128 7 INFO neutron.services.segments.plugin [-] Segment 939da78b-d583-4a3d-990e-b55961a85940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939da78b-d583-4a3d-990e-b55961a85940 found for delete ", "request_id": "req-683ecc5f-76e5-4277-a69c-60ab8db14c60"}]} 2026-07-01 02:16:24.128 7 INFO neutron.services.segments.plugin [-] Segment 939da78b-d583-4a3d-990e-b55961a85940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939da78b-d583-4a3d-990e-b55961a85940 found for delete ", "request_id": "req-e075ff55-6868-4f33-a58e-e56e458a0fe7"}]} 2026-07-01 02:16:24.131 7 INFO neutron.db.l3_hamode_db [None req-6fa4d20d-c407-4066-a578-acb802d5c925 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network 51f2285d-e53a-4fe2-a8ef-15e158b4a58c was deleted as no HA routers are present in tenant 88c8075ccdac4f05bf85d76fffba6fde. [pid: 7|app: 0|req: 369/765] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:23 2026] DELETE /v2.0/routers/49536ef8-5ff8-4275-b5e7-594b10f77395 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/766] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:24 2026] DELETE /v2.0/subnets/a649e2b6-4911-4721-8510-f10583c6421e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:16:24.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ec0685b-38e0-4e8f-b617-6cedcd76f9fa 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 2dae4c02-eb8b-4210-b95b-e8b0870240b2 2026-07-01 02:16:24.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ec0685b-38e0-4e8f-b617-6cedcd76f9fa 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 2dae4c02-eb8b-4210-b95b-e8b0870240b2 [pid: 7|app: 0|req: 370/767] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:16:24 2026] DELETE /v2.0/networks/0a3f2683-4d2c-4714-86f6-b4b51fb2c832 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/768] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:24 2026] GET /v2.0/security-groups?tenant_id=88c8075ccdac4f05bf85d76fffba6fde&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/769] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:24 2026] DELETE /v2.0/security-groups/adde4420-aa87-4320-856b-3440a0030fc0 => 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: 399/770] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:24 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/771] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:25 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:26.150 7 INFO neutron.services.segments.plugin [-] Segment 31093c65-f60b-4a5b-b2a2-86c41b7754dc resource provider aggregate not found 2026-07-01 02:16:26.152 7 INFO neutron.services.segments.plugin [-] Segment 31093c65-f60b-4a5b-b2a2-86c41b7754dc resource provider aggregate not found 2026-07-01 02:16:26.175 7 INFO neutron.services.segments.plugin [-] Segment 31093c65-f60b-4a5b-b2a2-86c41b7754dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31093c65-f60b-4a5b-b2a2-86c41b7754dc found for delete ", "request_id": "req-f22341bd-5a3e-4532-9f1d-09e4656d4531"}]} 2026-07-01 02:16:26.175 7 INFO neutron.services.segments.plugin [-] Segment 31093c65-f60b-4a5b-b2a2-86c41b7754dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31093c65-f60b-4a5b-b2a2-86c41b7754dc found for delete ", "request_id": "req-c97d7c96-98fe-4dbb-87c4-b188d3c04d82"}]} [pid: 8|app: 0|req: 400/772] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:26 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/773] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:26 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/774] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:16:27 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 1240 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/775] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:16:27 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/776] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:27 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/777] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:27 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/778] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:27 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:27.973 7 INFO neutron.db.l3_db [None req-5d34e5cb-6eef-4fdb-ac1e-e5c3dd3c01fd d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] Floating IP 3470b2b6-cded-4d72-889e-b48eac3bc4de associated. External IP: 10.96.250.204, port: 2fb353eb-fd6e-4a86-a133-6e2b142d1b67. [pid: 7|app: 0|req: 376/779] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:27 2026] PUT /v2.0/floatingips/3470b2b6-cded-4d72-889e-b48eac3bc4de => generated 855 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:28.380 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88cd7edb-b2fa-4598-9c3f-330d4ad40799'] response: {'name': 'network-changed', 'server_uuid': '98041c0f-a7ea-4940-8436-0251bf8a9cab', 'tag': '2fb353eb-fd6e-4a86-a133-6e2b142d1b67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 404/780] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/781] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 405/782] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/ports?tenant_id=d716be2d89d547bd91a22fb598791449&device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/783] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/networks?id=00e59099-5579-4d77-9f4d-c25e134d8f53 => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/784] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/785] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2fb353eb-fd6e-4a86-a133-6e2b142d1b67 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/786] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:28 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/787] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:29 2026] GET /v2.0/subnets?id=13e47dc2-a472-4d7d-9a3c-a5581c4e3521 => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/788] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:29 2026] GET /v2.0/ports?network_id=00e59099-5579-4d77-9f4d-c25e134d8f53&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/789] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:29 2026] GET /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/790] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:29 2026] GET /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/791] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:29 2026] GET /v2.0/security-groups?tenant_id=753e46bb44694769916e7cec8f3e1a2a&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/792] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:29 2026] DELETE /v2.0/security-groups/d1ed8688-0087-4780-9b31-cea72152ce08 => 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: 411/793] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:16:29 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1240 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/794] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:16:30 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 412/795] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:30 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 413/796] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:30 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&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: 384/797] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:30 2026] GET /v2.0/security-groups?tenant_id=a81503dd20b14d808449a544bb059f22&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/798] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:30 2026] DELETE /v2.0/security-groups/28a31dd7-6dee-4d2e-b653-fb183faa6cda => 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: 385/799] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:31 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 415/800] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:16:31 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/801] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:31 2026] GET /v2.0/security-groups?id=f2bdee8e-29ea-49db-9df4-d7c8a3d80417&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:31.535 8 INFO neutron_taas.services.taas.taas_plugin [req-90562abd-f20c-4b09-a9ca-4342e6930523 req-dd3801f8-41c1-4b78-8b0a-51dc9a2b6ae2 d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] TaaS: Handle Delete Port: 2fb353eb-fd6e-4a86-a133-6e2b142d1b67 2026-07-01 02:16:31.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-90562abd-f20c-4b09-a9ca-4342e6930523 req-dd3801f8-41c1-4b78-8b0a-51dc9a2b6ae2 d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] Tap Mirror: Handle Delete Port: 2fb353eb-fd6e-4a86-a133-6e2b142d1b67 2026-07-01 02:16:31.753 8 INFO neutron.db.l3_db [req-90562abd-f20c-4b09-a9ca-4342e6930523 req-dd3801f8-41c1-4b78-8b0a-51dc9a2b6ae2 d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] Floating IP 3470b2b6-cded-4d72-889e-b48eac3bc4de disassociated. External IP: 10.96.250.204, port: 2fb353eb-fd6e-4a86-a133-6e2b142d1b67. [pid: 8|app: 0|req: 416/802] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:16:31 2026] DELETE /v2.0/ports/2fb353eb-fd6e-4a86-a133-6e2b142d1b67 => generated 0 bytes in 1054 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:16:32.495 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4a33eca-ae12-4a5d-948b-3da14d74dcd1'] response: {'server_uuid': '98041c0f-a7ea-4940-8436-0251bf8a9cab', 'name': 'network-vif-deleted', 'tag': '2fb353eb-fd6e-4a86-a133-6e2b142d1b67', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 387/803] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:32 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 389/806] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:33 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/807] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:34 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 390/808] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:35 2026] GET /v2.0/ports?device_id=98041c0f-a7ea-4940-8436-0251bf8a9cab => 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: 419/809] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:36 2026] GET /v2.0/security-groups?tenant_id=a97ceb0be58b4217b1f9f31b7644d4b5&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/810] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:36 2026] DELETE /v2.0/security-groups/7fd2abcc-b422-4ca2-a150-a893b5b8a7ec => 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: 420/811] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:36 2026] GET /v2.0/security-groups?tenant_id=2177145c4d4e4d42b1239d526ea9df63&name=default => generated 2925 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/812] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:36 2026] DELETE /v2.0/security-groups/33f5d5ab-e495-4b88-95c3-239d90bc9377 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/813] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:36 2026] DELETE /v2.0/security-groups/f2bdee8e-29ea-49db-9df4-d7c8a3d80417 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:37.015 7 INFO neutron.api.v2.resource [None req-8ebded56-78a5-496f-9d7a-0891452c07df d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/814] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:16:37 2026] GET /v2.0/security-groups/f2bdee8e-29ea-49db-9df4-d7c8a3d80417 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:16:37.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-93dbc5f7-c02b-4010-abfb-f8f0cc87f0b8 d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] TaaS: Handle Delete Port: af219474-6748-4b0f-b027-30f249ae0a30 2026-07-01 02:16:37.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93dbc5f7-c02b-4010-abfb-f8f0cc87f0b8 d0f0dabadb464988bd55378174cc35f7 d716be2d89d547bd91a22fb598791449 - - default default] Tap Mirror: Handle Delete Port: af219474-6748-4b0f-b027-30f249ae0a30 [pid: 8|app: 0|req: 422/815] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:16:37 2026] DELETE /v2.0/floatingips/3470b2b6-cded-4d72-889e-b48eac3bc4de => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:37.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d298bb0-f31e-4e7b-83d0-cd902dd78948 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 1c897d1e-d7c8-45b0-943c-ddf0a2df2ec9 2026-07-01 02:16:37.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d298bb0-f31e-4e7b-83d0-cd902dd78948 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 1c897d1e-d7c8-45b0-943c-ddf0a2df2ec9 [pid: 7|app: 0|req: 394/816] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:16:37 2026] PUT /v2.0/routers/ad4a8be0-e582-4eca-95b5-1d1aeaf99317/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:38.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e0cc4a5-d94b-4877-a11c-d388bb9520a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 627a922c-af57-496c-928b-932012adc63b 2026-07-01 02:16:38.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e0cc4a5-d94b-4877-a11c-d388bb9520a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 627a922c-af57-496c-928b-932012adc63b 2026-07-01 02:16:38.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e0cc4a5-d94b-4877-a11c-d388bb9520a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 0a1c7c36-bd4b-4412-9e98-d22cd367875c 2026-07-01 02:16:38.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e0cc4a5-d94b-4877-a11c-d388bb9520a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 0a1c7c36-bd4b-4412-9e98-d22cd367875c 2026-07-01 02:16:38.948 8 INFO neutron.services.segments.plugin [-] Segment f6b021dd-42b5-4428-92d2-c3da38ebd1fb resource provider aggregate not found 2026-07-01 02:16:38.956 8 INFO neutron.services.segments.plugin [-] Segment f6b021dd-42b5-4428-92d2-c3da38ebd1fb resource provider aggregate not found 2026-07-01 02:16:38.966 8 INFO neutron.services.segments.plugin [-] Segment f6b021dd-42b5-4428-92d2-c3da38ebd1fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6b021dd-42b5-4428-92d2-c3da38ebd1fb found for delete ", "request_id": "req-2232d9a5-f461-4c85-96b3-54b09f617cb2"}]} 2026-07-01 02:16:38.970 8 INFO neutron.db.l3_hamode_db [None req-7e0cc4a5-d94b-4877-a11c-d388bb9520a3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network 51c021ea-013c-448a-83f8-38db8f458ce2 was deleted as no HA routers are present in tenant d716be2d89d547bd91a22fb598791449. [pid: 8|app: 0|req: 423/817] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:38 2026] DELETE /v2.0/routers/ad4a8be0-e582-4eca-95b5-1d1aeaf99317 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:38.979 8 INFO neutron.services.segments.plugin [-] Segment f6b021dd-42b5-4428-92d2-c3da38ebd1fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6b021dd-42b5-4428-92d2-c3da38ebd1fb found for delete ", "request_id": "req-3cd0b83d-7e66-4eba-a63f-eb9c4c48d726"}]} [pid: 7|app: 0|req: 395/818] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:38 2026] DELETE /v2.0/subnets/13e47dc2-a472-4d7d-9a3c-a5581c4e3521 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:16:39.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-f40311e9-a7b0-49a1-82a4-90c461fec0f9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: ee1d9805-345f-458c-836f-b7e8957f2449 2026-07-01 02:16:39.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f40311e9-a7b0-49a1-82a4-90c461fec0f9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: ee1d9805-345f-458c-836f-b7e8957f2449 [pid: 8|app: 0|req: 424/819] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:39 2026] GET /v2.0/security-groups?tenant_id=6ab948a5c65845dfb74d8fca8e6f62fe&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:16:39.506 7 INFO neutron.services.segments.plugin [-] Segment 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 resource provider aggregate not found 2026-07-01 02:16:39.511 7 INFO neutron.services.segments.plugin [-] Segment 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 resource provider aggregate not found 2026-07-01 02:16:39.525 7 INFO neutron.services.segments.plugin [-] Segment 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 found for delete ", "request_id": "req-9c71be04-33f3-44e9-9f36-d76e89a8620b"}]} 2026-07-01 02:16:39.528 7 INFO neutron.services.segments.plugin [-] Segment 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cee3fd-c6d7-4f17-ba10-5ed6095211a1 found for delete ", "request_id": "req-3ebb9f37-f72b-4c54-ae87-7c11487f1532"}]} [pid: 7|app: 0|req: 396/820] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:16:39 2026] DELETE /v2.0/networks/00e59099-5579-4d77-9f4d-c25e134d8f53 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/821] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:39 2026] DELETE /v2.0/security-groups/bff152e0-ec54-4ad8-b08a-8f2f8a1660a9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/822] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:39 2026] GET /v2.0/security-groups?tenant_id=d716be2d89d547bd91a22fb598791449&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/823] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:39 2026] DELETE /v2.0/security-groups/6d9e194f-06f7-4c05-90c3-5830fe5155e3 => 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: 427/824] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/825] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/ports/c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 968 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/826] 10.0.0.64 () {32 vars in 652 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions => generated 21537 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/827] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/828] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/829] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:16:41 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: 432/830] 10.0.0.64 () {32 vars in 664 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/831] 10.0.0.64 () {32 vars in 698 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/832] 10.0.0.64 () {32 vars in 696 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/833] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/834] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/835] 10.0.0.64 () {32 vars in 702 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/836] 10.0.0.64 () {32 vars in 692 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/837] 10.0.0.64 () {32 vars in 694 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/838] 10.0.0.64 () {32 vars in 684 bytes} [Wed Jul 1 02:16:41 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: 441/839] 10.0.0.64 () {32 vars in 686 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/840] 10.0.0.64 () {32 vars in 660 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/841] 10.0.0.64 () {32 vars in 698 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/842] 10.0.0.64 () {32 vars in 678 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/843] 10.0.0.64 () {32 vars in 682 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/844] 10.0.0.64 () {32 vars in 674 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/845] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:41 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: 448/846] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/847] 10.0.0.64 () {32 vars in 686 bytes} [Wed Jul 1 02:16:41 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: 450/848] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:41.677 7 INFO neutron.db.segments_db [None req-34515c0e-1949-49d6-80a2-427869b59fec 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 9ecb1c05-03f3-4ad6-a959-c8470905efb6 of type vxlan for network 152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a [pid: 8|app: 0|req: 451/849] 10.0.0.64 () {32 vars in 686 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/850] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/851] 10.0.0.64 () {32 vars in 698 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/852] 10.0.0.64 () {32 vars in 678 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/853] 10.0.0.64 () {32 vars in 666 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/854] 10.0.0.64 () {32 vars in 676 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/855] 10.0.0.64 () {32 vars in 664 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/856] 10.0.0.64 () {32 vars in 674 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/l3-flavors => 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: 459/857] 10.0.0.64 () {32 vars in 712 bytes} [Wed Jul 1 02:16:41 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: 460/858] 10.0.0.64 () {32 vars in 690 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/859] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:16:41 2026] POST /v2.0/networks => generated 737 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/860] 10.0.0.64 () {32 vars in 682 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/861] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/862] 10.0.0.64 () {32 vars in 686 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/863] 10.0.0.64 () {32 vars in 704 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/network_availability_zone => 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: 465/864] 10.0.0.64 () {32 vars in 674 bytes} [Wed Jul 1 02:16:41 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: 466/865] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:41 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: 467/866] 10.0.0.64 () {32 vars in 674 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/867] 10.0.0.64 () {32 vars in 692 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/868] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/869] 10.0.0.64 () {32 vars in 708 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/870] 10.0.0.64 () {32 vars in 704 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/871] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/872] 10.0.0.64 () {32 vars in 696 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/873] 10.0.0.64 () {32 vars in 710 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/874] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/875] 10.0.0.64 () {32 vars in 686 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/876] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/877] 10.0.0.64 () {32 vars in 674 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/878] 10.0.0.64 () {32 vars in 670 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/879] 10.0.0.64 () {32 vars in 660 bytes} [Wed Jul 1 02:16:41 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: 481/880] 10.0.0.64 () {32 vars in 698 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/881] 10.0.0.64 () {32 vars in 698 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/882] 10.0.0.64 () {32 vars in 676 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/883] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/884] 10.0.0.64 () {32 vars in 682 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/885] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/886] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] POST /v2.0/subnets => generated 684 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/887] 10.0.0.64 () {32 vars in 684 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/888] 10.0.0.64 () {32 vars in 706 bytes} [Wed Jul 1 02:16:41 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: 489/889] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/890] 10.0.0.64 () {32 vars in 696 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/891] 10.0.0.64 () {32 vars in 694 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/892] 10.0.0.64 () {32 vars in 684 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:42.028 7 INFO neutron.db.segments_db [None req-505da116-8956-4f26-b260-aa34f14a87b6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 79434109-d062-4db5-828b-42a481f0ffa7 of type vxlan for network 6c035f7f-9201-4158-9c59-d258ca7e1bab [pid: 8|app: 0|req: 493/893] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/894] 10.0.0.64 () {32 vars in 704 bytes} [Wed Jul 1 02:16:42 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: 495/895] 10.0.0.64 () {32 vars in 666 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/896] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:42 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: 497/897] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/898] 199.19.213.103 () {34 vars in 1000 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/subnets?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/899] 10.0.0.64 () {32 vars in 690 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/900] 199.19.213.103 () {34 vars in 1146 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d&device_owner=compute%3Anova&network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/901] 10.0.0.64 () {32 vars in 690 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:42.342 7 INFO neutron.db.l3_hamode_db [None req-505da116-8956-4f26-b260-aa34f14a87b6 9dd3b55cb1aa4b128490574a7c39a983 dd9cd3ca301b4107ac64031659b94d0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 502/902] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:42 2026] PUT /v2.0/ports/c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 1149 bytes in 520 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: 503/903] 10.0.0.64 () {32 vars in 694 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/904] 10.0.0.64 () {32 vars in 684 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/905] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/906] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/907] 10.0.0.64 () {32 vars in 702 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:42.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-537b7701-25d4-4122-bcd6-3929826efef5'] response: {'name': 'network-changed', 'server_uuid': 'deeac695-3220-4707-9fd6-b80fb71adc0d', 'tag': 'c570e13f-4f02-47ac-8848-c5ea871f5178', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 508/908] 10.0.0.64 () {32 vars in 712 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/909] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/910] 10.0.0.64 () {32 vars in 714 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/911] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:16:42 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: 512/912] 10.0.0.64 () {32 vars in 740 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/913] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/914] 10.0.0.64 () {32 vars in 682 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/915] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/916] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/917] 10.0.0.64 () {32 vars in 678 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/918] 10.0.0.64 () {32 vars in 668 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/919] 10.0.0.64 () {32 vars in 696 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/920] 10.0.0.64 () {32 vars in 704 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/921] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/922] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/923] 10.0.0.64 () {32 vars in 682 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/924] 10.0.0.64 () {32 vars in 704 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/925] 10.0.0.64 () {32 vars in 694 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/926] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/927] 10.0.0.64 () {32 vars in 696 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/928] 10.0.0.64 () {32 vars in 678 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/929] 10.0.0.64 () {32 vars in 688 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/930] 10.0.0.64 () {32 vars in 700 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/931] 10.0.0.64 () {32 vars in 664 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/932] 10.0.0.64 () {32 vars in 680 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/933] 10.0.0.64 () {32 vars in 676 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/934] 10.0.0.64 () {32 vars in 692 bytes} [Wed Jul 1 02:16:42 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: 8|app: 0|req: 535/935] 10.0.0.64 () {32 vars in 676 bytes} [Wed Jul 1 02:16:42 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/936] 10.0.0.64 () {32 vars in 666 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/937] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/938] 10.0.0.64 () {32 vars in 674 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/extensions/tap-mirror => 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: 539/939] 10.0.0.64 () {32 vars in 686 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:43.195 7 INFO neutron.db.l3_hamode_db [None req-505da116-8956-4f26-b260-aa34f14a87b6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 540/940] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/941] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/942] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/943] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/944] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/subnets?id=3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/945] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/ports?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/946] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 547/947] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/security-groups?tenant_id=c4893c531a3949cda5ff3fbcc0d8f8b5&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/948] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:43 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 549/949] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:43 2026] DELETE /v2.0/security-groups/b194aaaa-db91-432b-8005-d5707db656e6 => 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: 401/950] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:16:41 2026] POST /v2.0/routers => generated 724 bytes in 2154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/951] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:44 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1152 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/952] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:44 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 404/953] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:44 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1421 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/954] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:44 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 779 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/955] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/956] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/957] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/subnets?id=3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => 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: 409/958] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/959] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/ports?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a&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: 411/960] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 412/961] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 550/962] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:16:44 2026] PUT /v2.0/routers/c632f2ca-9636-4b68-a63d-8485e762e37b/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/963] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 551/964] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/965] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 415/966] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/967] 199.19.213.103 () {34 vars in 1120 bytes} [Wed Jul 1 02:16:45 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:16:45.999 8 INFO neutron.db.segments_db [None req-f3665592-2262-4cfe-b55d-babfdde978c7 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Added segment 39ebbd2b-c232-4c82-b465-6f850ab85182 of type vxlan for network d0f542c8-e889-48e2-b9c7-18f8e244e013 [pid: 7|app: 0|req: 417/968] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:16:45 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/969] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:16:45 2026] POST /v2.0/networks => generated 649 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/970] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:46 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 419/971] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:16:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/972] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:16:46 2026] POST /v2.0/subnets => generated 627 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/973] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:16:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/974] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:46 2026] PUT /v2.0/ports/c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 968 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:16:46.677 7 INFO neutron.db.segments_db [None req-66ef0c5e-00f6-4e4b-a6d6-a381bae57102 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Added segment 84c619e1-1f35-4771-9e24-ae2b1ca60a30 of type vxlan for network f2e7fdc5-460e-4800-978b-17015ba0e1b9 2026-07-01 02:16:46.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88f61b30-f627-44a7-8148-3a84a155236a'] response: {'name': 'network-changed', 'server_uuid': 'deeac695-3220-4707-9fd6-b80fb71adc0d', 'tag': 'c570e13f-4f02-47ac-8848-c5ea871f5178', 'status': 'completed', 'code': 200} 2026-07-01 02:16:46.902 7 INFO neutron.db.l3_hamode_db [None req-66ef0c5e-00f6-4e4b-a6d6-a381bae57102 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 554/975] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:16:46 2026] POST /v2.0/floatingips => generated 552 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/976] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/977] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/978] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/979] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/980] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/981] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/subnets?id=3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/982] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/ports?tenant_id=acc56063d8624a5da2922bdcacee6b4b&device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 562/983] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/ports?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a&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: 563/984] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks?id=44100bc0-ae28-42b4-be47-cf54f97ab13e => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/985] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 565/986] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=47bbe78d-465a-4553-8c6d-8352518f8349 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/987] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/988] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1509389990&fields=id&tenant_id=dd9cd3ca301b4107ac64031659b94d0c => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/989] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/subnets?id=7e268812-c66a-472a-94fc-97180b563b60 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/990] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks?id=152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/991] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/ports?network_id=44100bc0-ae28-42b4-be47-cf54f97ab13e&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: 571/992] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/quotas/dd9cd3ca301b4107ac64031659b94d0c => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/993] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:47.845 7 INFO neutron.db.l3_hamode_db [None req-66ef0c5e-00f6-4e4b-a6d6-a381bae57102 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 573/994] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/ports?tenant_id=dd9cd3ca301b4107ac64031659b94d0c&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/995] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/996] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a?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: 576/997] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:16:47 2026] GET /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a?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: 577/998] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 580/1001] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1002] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1003] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1004] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1005] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/ports?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 585/1006] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/networks?id=203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/1007] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:16:46 2026] POST /v2.0/routers => generated 695 bytes in 2162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1008] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1009] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/subnets?id=3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => 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: 588/1010] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/ports?network_id=203f95f5-d9aa-4b64-a36e-a4765c0f461a&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1011] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1012] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:48 2026] GET /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a?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: 591/1013] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:49 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 592/1014] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:49 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 593/1015] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:49 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 594/1016] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:49 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => 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: 595/1017] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:49 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 423/1018] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:16:48 2026] PUT /v2.0/routers/86bfbe61-3fbc-43c7-8393-734e4c591fe1/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/1019] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:50 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 596/1020] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:16:50 2026] POST /v2.0/ports => generated 959 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: 8|app: 0|req: 597/1021] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:50 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 598/1022] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:50 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1023] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:50 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1024] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:50 2026] GET /v2.0/security-groups?id=bc9be1cb-fd47-4f15-9fea-339c5fae1b96&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: 425/1025] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:16:50 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 601/1026] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:16:51 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:51.185 8 INFO neutron_taas.services.taas.taas_plugin [req-2d93c622-0f68-4df8-83ce-cf242dbcf712 req-bd187007-5722-4da6-a51f-d4c51102c4be be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] TaaS: Handle Delete Port: c570e13f-4f02-47ac-8848-c5ea871f5178 2026-07-01 02:16:51.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2d93c622-0f68-4df8-83ce-cf242dbcf712 req-bd187007-5722-4da6-a51f-d4c51102c4be be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] Tap Mirror: Handle Delete Port: c570e13f-4f02-47ac-8848-c5ea871f5178 2026-07-01 02:16:51.302 8 INFO neutron.db.l3_db [req-2d93c622-0f68-4df8-83ce-cf242dbcf712 req-bd187007-5722-4da6-a51f-d4c51102c4be be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] Floating IP 3c6d3c24-bc26-4675-8986-9279af7de57c disassociated. External IP: 10.96.250.212, port: c570e13f-4f02-47ac-8848-c5ea871f5178. [pid: 8|app: 0|req: 602/1027] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:16:51 2026] DELETE /v2.0/ports/c570e13f-4f02-47ac-8848-c5ea871f5178 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1028] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:51 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:51.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a0cbc00-2d2d-4056-b829-42ffd311824d'] response: {'server_uuid': 'deeac695-3220-4707-9fd6-b80fb71adc0d', 'name': 'network-vif-deleted', 'tag': 'c570e13f-4f02-47ac-8848-c5ea871f5178', 'status': 'completed', 'code': 200} 2026-07-01 02:16:51.770 7 INFO neutron.db.l3_db [None req-ffe556ca-b881-4a8a-8f81-51bd4454eb1b 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Floating IP 2fce3851-0029-4377-8301-dc0ca346c18f associated. External IP: 10.96.250.219, port: 425778fc-2389-4a1b-93f2-66a1c07a897d. [pid: 8|app: 0|req: 604/1029] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:52 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1030] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:52 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/1031] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:16:51 2026] POST /v2.0/floatingips => generated 841 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1032] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:52 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:52.229 7 INFO neutron.db.l3_db [None req-27e40ec6-b14f-46ca-9f05-bdf1b7bf55cf 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Floating IP 2fce3851-0029-4377-8301-dc0ca346c18f disassociated. External IP: 10.96.250.219, port: 425778fc-2389-4a1b-93f2-66a1c07a897d. [pid: 7|app: 0|req: 427/1033] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:52 2026] PUT /v2.0/floatingips/2fce3851-0029-4377-8301-dc0ca346c18f => generated 552 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1034] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:16:52 2026] GET /v2.0/networks?id=152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1035] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:16:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd9cd3ca301b4107ac64031659b94d0c => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1036] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:16:52 2026] POST /v2.0/ports => generated 958 bytes in 408 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: 610/1037] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:53 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 961 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:53.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-80477fbe-7809-49e4-b6af-35996193afcc 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: 3a34b14d-9137-4398-8b0e-69a7976b7e50 2026-07-01 02:16:53.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80477fbe-7809-49e4-b6af-35996193afcc 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: 3a34b14d-9137-4398-8b0e-69a7976b7e50 [pid: 8|app: 0|req: 611/1038] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:16:53 2026] PUT /v2.0/ports/1b614937-8a83-4ea4-960e-0fb49bbf1380 => generated 1239 bytes in 386 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: 612/1039] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:53 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1040] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:53 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 614/1041] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:53 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/1042] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:16:52 2026] DELETE /v2.0/floatingips/2fce3851-0029-4377-8301-dc0ca346c18f => generated 0 bytes in 1051 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1043] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:53 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:16:53.737 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5a577de-4505-47ca-a2bc-66b952d523b2'] response: {'name': 'network-changed', 'server_uuid': '8713e18a-41dd-4473-bc05-2d1d8f1e7493', 'tag': '1b614937-8a83-4ea4-960e-0fb49bbf1380', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 616/1044] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/ports?tenant_id=dd9cd3ca301b4107ac64031659b94d0c&device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1045] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/networks?tenant_id=dd9cd3ca301b4107ac64031659b94d0c&shared=False => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1046] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:16:54 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) 2026-07-01 02:16:54.450 7 INFO neutron.db.l3_db [None req-435eed70-7daf-4129-86bb-fc294cb8d616 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Floating IP 107bb68f-0fba-4e10-a820-9dcb6612811b associated. External IP: 10.96.250.216, port: 3673b88b-e0b2-4fb3-b940-c4018445ca54. [pid: 8|app: 0|req: 619/1047] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1048] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1049] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 429/1050] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:16:53 2026] POST /v2.0/floatingips => generated 843 bytes in 1135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1051] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/1052] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/ports?device_id=deeac695-3220-4707-9fd6-b80fb71adc0d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1053] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/floatingips/107bb68f-0fba-4e10-a820-9dcb6612811b => generated 843 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/1054] 10.0.0.64 () {32 vars in 654 bytes} [Wed Jul 1 02:16:54 2026] GET /v2.0/floatingips => generated 846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:55.274 8 INFO neutron.db.l3_db [None req-5ada746e-8fd2-4c82-ab73-850577fecb82 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Floating IP 107bb68f-0fba-4e10-a820-9dcb6612811b associated. External IP: 10.96.250.216, port: 3673b88b-e0b2-4fb3-b940-c4018445ca54. [pid: 7|app: 0|req: 432/1055] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/ports?tenant_id=dd9cd3ca301b4107ac64031659b94d0c&device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/1056] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1b614937-8a83-4ea4-960e-0fb49bbf1380 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/1057] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/subnets?id=52d9c64b-6a5f-4504-9dca-1cfa2594eee3 => generated 687 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/1058] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/ports?network_id=152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a&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: 436/1059] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a?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: 437/1060] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/1061] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/1062] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&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: 624/1063] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:54 2026] PUT /v2.0/floatingips/107bb68f-0fba-4e10-a820-9dcb6612811b => generated 841 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/1064] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:55 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:55.964 8 INFO neutron.db.l3_db [None req-90a2be5e-a9e0-45af-bf39-66f79c144f3d 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Floating IP 107bb68f-0fba-4e10-a820-9dcb6612811b disassociated. External IP: 10.96.250.216, port: 425778fc-2389-4a1b-93f2-66a1c07a897d. [pid: 7|app: 0|req: 441/1065] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:55 2026] DELETE /v2.0/security-groups/bc9be1cb-fd47-4f15-9fea-339c5fae1b96 => 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: 442/1066] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:56 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:56.061 7 INFO neutron.api.v2.resource [None req-c34d6e76-2146-4141-aca4-26123b6ab675 be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/1067] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:16:56 2026] GET /v2.0/security-groups/bc9be1cb-fd47-4f15-9fea-339c5fae1b96 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:16:56.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f47005b-a674-406f-b08b-b22bea274b2a be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] TaaS: Handle Delete Port: 622cbf65-e8a8-4130-958a-4ce4e7be70c9 2026-07-01 02:16:56.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f47005b-a674-406f-b08b-b22bea274b2a be1728abb305413182fecc309cf6f60b 692ae5b7c0484cacb70ecc94edf9e11d - - default default] Tap Mirror: Handle Delete Port: 622cbf65-e8a8-4130-958a-4ce4e7be70c9 [pid: 8|app: 0|req: 625/1068] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:16:55 2026] PUT /v2.0/floatingips/107bb68f-0fba-4e10-a820-9dcb6612811b => generated 552 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/1069] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:16:56 2026] DELETE /v2.0/floatingips/3c6d3c24-bc26-4675-8986-9279af7de57c => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:56.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b5f77b0-193f-40f1-be7f-76c17c7d1a10 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: 4d189caa-2a25-42f2-932e-19f24fd3d9ed 2026-07-01 02:16:56.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b5f77b0-193f-40f1-be7f-76c17c7d1a10 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: 4d189caa-2a25-42f2-932e-19f24fd3d9ed [pid: 8|app: 0|req: 626/1070] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:16:56 2026] DELETE /v2.0/floatingips/107bb68f-0fba-4e10-a820-9dcb6612811b => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:56.608 8 INFO neutron.api.v2.resource [None req-4f89152e-83af-450e-9d18-7b6870770eb9 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1071] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:16:56 2026] DELETE /v2.0/floatingips/107bb68f-0fba-4e10-a820-9dcb6612811b => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:16:56.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-94fb212d-22ab-4cc3-9f58-75f8fd99fc73 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: 425778fc-2389-4a1b-93f2-66a1c07a897d 2026-07-01 02:16:56.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94fb212d-22ab-4cc3-9f58-75f8fd99fc73 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: 425778fc-2389-4a1b-93f2-66a1c07a897d 2026-07-01 02:16:56.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-409949ab-e4b6-42dd-a0f0-2cbef7e86a07 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: c47bf452-e84c-4e9e-aeda-b69a5adf42a5 2026-07-01 02:16:56.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-409949ab-e4b6-42dd-a0f0-2cbef7e86a07 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: c47bf452-e84c-4e9e-aeda-b69a5adf42a5 [pid: 8|app: 0|req: 628/1072] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:16:56 2026] DELETE /v2.0/ports/425778fc-2389-4a1b-93f2-66a1c07a897d => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1073] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:56 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:57.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2aa0b58-9da9-4652-b8a8-66f632ad3c9b 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: 3673b88b-e0b2-4fb3-b940-c4018445ca54 2026-07-01 02:16:57.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2aa0b58-9da9-4652-b8a8-66f632ad3c9b 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: 3673b88b-e0b2-4fb3-b940-c4018445ca54 [pid: 8|app: 0|req: 630/1074] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:16:56 2026] DELETE /v2.0/ports/3673b88b-e0b2-4fb3-b940-c4018445ca54 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1075] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:57 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&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: 632/1076] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:16:57 2026] GET /v2.0/ports?device_id=86bfbe61-3fbc-43c7-8393-734e4c591fe1 => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/1077] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:16:56 2026] PUT /v2.0/routers/04d631ae-bf61-40c2-abd3-d15979030f56/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:57.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-21503da7-629d-48e7-a075-e6e249e0f9bb 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 233647fd-06ac-4350-92cf-c9150253a188 2026-07-01 02:16:57.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21503da7-629d-48e7-a075-e6e249e0f9bb 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 233647fd-06ac-4350-92cf-c9150253a188 2026-07-01 02:16:57.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-23c492a5-3392-4ee6-88d7-354221611053 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: fc35cf74-953b-4637-aea4-a3e66b945786 2026-07-01 02:16:57.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23c492a5-3392-4ee6-88d7-354221611053 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: fc35cf74-953b-4637-aea4-a3e66b945786 2026-07-01 02:16:57.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-21503da7-629d-48e7-a075-e6e249e0f9bb 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 12d1e780-2c26-496b-ba26-74bbf642235d 2026-07-01 02:16:57.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21503da7-629d-48e7-a075-e6e249e0f9bb 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 12d1e780-2c26-496b-ba26-74bbf642235d 2026-07-01 02:16:58.229 7 INFO neutron.services.segments.plugin [-] Segment fefd0e8b-107c-4ca4-a7af-e9af181a6f37 resource provider aggregate not found 2026-07-01 02:16:58.236 7 INFO neutron.services.segments.plugin [-] Segment fefd0e8b-107c-4ca4-a7af-e9af181a6f37 resource provider aggregate not found 2026-07-01 02:16:58.259 7 INFO neutron.services.segments.plugin [-] Segment fefd0e8b-107c-4ca4-a7af-e9af181a6f37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fefd0e8b-107c-4ca4-a7af-e9af181a6f37 found for delete ", "request_id": "req-ab36a3c8-ba90-4701-b4eb-bcd914f56632"}]} 2026-07-01 02:16:58.260 7 INFO neutron.services.segments.plugin [-] Segment fefd0e8b-107c-4ca4-a7af-e9af181a6f37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fefd0e8b-107c-4ca4-a7af-e9af181a6f37 found for delete ", "request_id": "req-d2c4d111-dd0e-4c19-b139-01ef2e606319"}]} 2026-07-01 02:16:58.264 7 INFO neutron.db.l3_hamode_db [None req-21503da7-629d-48e7-a075-e6e249e0f9bb 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network 5ab53cd1-645c-441f-a6c0-9c51d31ef2f9 was deleted as no HA routers are present in tenant 692ae5b7c0484cacb70ecc94edf9e11d. [pid: 7|app: 0|req: 446/1078] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:57 2026] DELETE /v2.0/routers/04d631ae-bf61-40c2-abd3-d15979030f56 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1079] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:16:57 2026] PUT /v2.0/routers/86bfbe61-3fbc-43c7-8393-734e4c591fe1/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/1080] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:58 2026] DELETE /v2.0/subnets/3e72cbc8-b1a5-4d44-bb87-a5f54368fa1d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/1081] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:58 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:16:58.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-058996d8-d803-4bb0-b9b7-36f9cc815dbd 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: 891e3e57-639f-4cae-90d4-47e5f08e0399 2026-07-01 02:16:58.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-058996d8-d803-4bb0-b9b7-36f9cc815dbd 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: 891e3e57-639f-4cae-90d4-47e5f08e0399 2026-07-01 02:16:58.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd026fb2-e511-4118-92c8-024ab75184c9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: fc6ce600-27f2-4962-aff9-cb550f7d6b58 2026-07-01 02:16:58.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd026fb2-e511-4118-92c8-024ab75184c9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: fc6ce600-27f2-4962-aff9-cb550f7d6b58 [pid: 7|app: 0|req: 449/1082] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:16:58 2026] DELETE /v2.0/networks/203f95f5-d9aa-4b64-a36e-a4765c0f461a => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:16:58.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-058996d8-d803-4bb0-b9b7-36f9cc815dbd 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] TaaS: Handle Delete Port: 7e15c802-fdd5-4f4c-be9e-21504a400021 2026-07-01 02:16:58.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-058996d8-d803-4bb0-b9b7-36f9cc815dbd 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] Tap Mirror: Handle Delete Port: 7e15c802-fdd5-4f4c-be9e-21504a400021 [pid: 7|app: 0|req: 450/1083] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:58 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/1084] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:16:58 2026] GET /v2.0/security-groups?tenant_id=692ae5b7c0484cacb70ecc94edf9e11d&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: 452/1085] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:16:58 2026] DELETE /v2.0/security-groups/b5be2d93-fb84-4ade-9901-e92516bc4656 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:16:59.200 8 INFO neutron.services.segments.plugin [-] Segment 84c619e1-1f35-4771-9e24-ae2b1ca60a30 resource provider aggregate not found 2026-07-01 02:16:59.206 8 INFO neutron.services.segments.plugin [-] Segment 84c619e1-1f35-4771-9e24-ae2b1ca60a30 resource provider aggregate not found 2026-07-01 02:16:59.232 8 INFO neutron.services.segments.plugin [-] Segment 84c619e1-1f35-4771-9e24-ae2b1ca60a30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84c619e1-1f35-4771-9e24-ae2b1ca60a30 found for delete ", "request_id": "req-b9854511-65fa-4e6b-9d32-4ef6ba691baf"}]} 2026-07-01 02:16:59.233 8 INFO neutron.services.segments.plugin [-] Segment 84c619e1-1f35-4771-9e24-ae2b1ca60a30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84c619e1-1f35-4771-9e24-ae2b1ca60a30 found for delete ", "request_id": "req-edb90fce-c145-4f3e-8a4b-f0759c6b52a2"}]} 2026-07-01 02:16:59.241 8 INFO neutron.db.l3_hamode_db [None req-058996d8-d803-4bb0-b9b7-36f9cc815dbd 3d7a9edba99e41dbb3e46271a37865ce edddab92810240fcb36bb4d3d02cdfa9 - - default default] HA network f2e7fdc5-460e-4800-978b-17015ba0e1b9 was deleted as no HA routers are present in tenant edddab92810240fcb36bb4d3d02cdfa9. [pid: 8|app: 0|req: 634/1086] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:58 2026] DELETE /v2.0/routers/86bfbe61-3fbc-43c7-8393-734e4c591fe1 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/1087] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:16:59 2026] DELETE /v2.0/subnets/f20e4a3f-5261-4f84-a4d1-ed54897cb4e7 => 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: 635/1088] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:16:59 2026] DELETE /v2.0/networks/d0f542c8-e889-48e2-b9c7-18f8e244e013 => 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: 454/1089] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:16:59 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1090] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:16:59 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:00.290 7 INFO neutron.services.segments.plugin [-] Segment 1665f5fa-7651-432c-955b-59cd547ffbd7 resource provider aggregate not found 2026-07-01 02:17:00.297 7 INFO neutron.services.segments.plugin [-] Segment 1665f5fa-7651-432c-955b-59cd547ffbd7 resource provider aggregate not found 2026-07-01 02:17:00.318 7 INFO neutron.services.segments.plugin [-] Segment 1665f5fa-7651-432c-955b-59cd547ffbd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1665f5fa-7651-432c-955b-59cd547ffbd7 found for delete ", "request_id": "req-caa63905-a24f-43c4-9fbb-f8a534736a6a"}]} 2026-07-01 02:17:00.322 7 INFO neutron.services.segments.plugin [-] Segment 1665f5fa-7651-432c-955b-59cd547ffbd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1665f5fa-7651-432c-955b-59cd547ffbd7 found for delete ", "request_id": "req-97597d28-3b24-4933-9783-a74f3f4262a8"}]} [pid: 7|app: 0|req: 455/1091] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:00 2026] GET /v2.0/security-groups?tenant_id=edddab92810240fcb36bb4d3d02cdfa9&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1092] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:00 2026] DELETE /v2.0/security-groups/e4b6fe0f-b1c1-4c2e-9180-f713302c7c09 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/1093] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:01 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:01.262 8 INFO neutron.services.segments.plugin [-] Segment 39ebbd2b-c232-4c82-b465-6f850ab85182 resource provider aggregate not found [pid: 8|app: 0|req: 638/1094] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:01 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:01.275 8 INFO neutron.services.segments.plugin [-] Segment 39ebbd2b-c232-4c82-b465-6f850ab85182 resource provider aggregate not found 2026-07-01 02:17:01.289 8 INFO neutron.services.segments.plugin [-] Segment 39ebbd2b-c232-4c82-b465-6f850ab85182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ebbd2b-c232-4c82-b465-6f850ab85182 found for delete ", "request_id": "req-99bbb606-9e7e-4b95-8015-7814093576e4"}]} 2026-07-01 02:17:01.292 8 INFO neutron.services.segments.plugin [-] Segment 39ebbd2b-c232-4c82-b465-6f850ab85182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ebbd2b-c232-4c82-b465-6f850ab85182 found for delete ", "request_id": "req-c4e3dade-b623-4431-b775-88b06be62598"}]} [pid: 7|app: 0|req: 457/1095] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:01 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:01.746 8 INFO neutron.db.l3_db [None req-fc6264aa-9ec4-470b-850b-85f6049e9a1c fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] Floating IP 7cb5e9bf-13d8-4f81-a7c0-f3afee614c96 associated. External IP: 10.96.250.213, port: 1b614937-8a83-4ea4-960e-0fb49bbf1380. [pid: 8|app: 0|req: 639/1096] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:17:01 2026] PUT /v2.0/floatingips/7cb5e9bf-13d8-4f81-a7c0-f3afee614c96 => generated 856 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:02.137 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3674d9d-78ed-47fa-9fb9-801a778de022'] response: {'name': 'network-changed', 'server_uuid': '8713e18a-41dd-4473-bc05-2d1d8f1e7493', 'tag': '1b614937-8a83-4ea4-960e-0fb49bbf1380', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 458/1097] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 640/1098] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1099] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1100] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1101] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/ports?tenant_id=dd9cd3ca301b4107ac64031659b94d0c&device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 644/1102] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/networks?id=152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a => generated 765 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1103] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1b614937-8a83-4ea4-960e-0fb49bbf1380 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1104] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/subnets?id=52d9c64b-6a5f-4504-9dca-1cfa2594eee3 => generated 687 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1105] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:17:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1106] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/ports?network_id=152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/1107] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1108] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a?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: 461/1109] 10.0.0.64 () {34 vars in 757 bytes} [Wed Jul 1 02:17:02 2026] PUT /v2.0/security-groups/1926239a-6e00-49d8-b2ed-0fa1ea6333b1 => generated 1662 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1110] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:17:02 2026] GET /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1111] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-groups/1926239a-6e00-49d8-b2ed-0fa1ea6333b1 => generated 1662 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1112] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:03 2026] DELETE /v2.0/security-groups/1926239a-6e00-49d8-b2ed-0fa1ea6333b1 => 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: 463/1113] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:03.195 8 INFO neutron.api.v2.resource [None req-d7d14f81-5c39-4a8e-b174-abe058f17953 6e59fca83271414287cdf6d272b948af 184fa1b71ca24fe7be6c2e261d21db93 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1114] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:03 2026] DELETE /v2.0/security-groups/1926239a-6e00-49d8-b2ed-0fa1ea6333b1 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/1117] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:17:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1118] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:03 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: 465/1119] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-group-rules/090788ba-d7cc-448d-9e1b-a7b2999a11a5 => generated 601 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1120] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1121] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:17:03 2026] DELETE /v2.0/security-group-rules/090788ba-d7cc-448d-9e1b-a7b2999a11a5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1122] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/1123] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1124] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&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: 657/1125] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1126] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-group-rules/6636c624-aeeb-461e-b223-63f809a91c87 => 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: 658/1127] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:17:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1128] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:17:03 2026] DELETE /v2.0/security-group-rules/6636c624-aeeb-461e-b223-63f809a91c87 => 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: 659/1129] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:04.101 7 INFO neutron.db.securitygroups_db [None req-d3df48bc-b4e2-4d44-80dc-b6582800045f 6e59fca83271414287cdf6d272b948af 184fa1b71ca24fe7be6c2e261d21db93 - - default default] Project 184fa1b71ca24fe7be6c2e261d21db93 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: 471/1130] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1131] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/security-group-rules/485c8293-0d0d-43af-ba05-35d0d88c84ff => generated 607 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1132] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1133] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:17:04 2026] DELETE /v2.0/security-group-rules/485c8293-0d0d-43af-ba05-35d0d88c84ff => 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: 473/1134] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1135] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:04 2026] DELETE /v2.0/security-groups/343ef82b-9c1b-4cb7-b223-4989c3329365 => 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: 474/1136] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1137] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:17:04 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) [pid: 7|app: 0|req: 475/1138] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1139] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 476/1140] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:04 2026] GET /v2.0/security-groups?id=c17c5d5d-0342-4d6d-9630-63dbbd6f60e8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:05.079 8 INFO neutron_taas.services.taas.taas_plugin [req-6d28b6a1-334e-46a7-942d-995130fb5ad0 req-636b353b-d439-4689-94db-21d8d62b87f8 fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] TaaS: Handle Delete Port: 1b614937-8a83-4ea4-960e-0fb49bbf1380 2026-07-01 02:17:05.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d28b6a1-334e-46a7-942d-995130fb5ad0 req-636b353b-d439-4689-94db-21d8d62b87f8 fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] Tap Mirror: Handle Delete Port: 1b614937-8a83-4ea4-960e-0fb49bbf1380 2026-07-01 02:17:05.233 8 INFO neutron.db.l3_db [req-6d28b6a1-334e-46a7-942d-995130fb5ad0 req-636b353b-d439-4689-94db-21d8d62b87f8 fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] Floating IP 7cb5e9bf-13d8-4f81-a7c0-f3afee614c96 disassociated. External IP: 10.96.250.213, port: 1b614937-8a83-4ea4-960e-0fb49bbf1380. [pid: 7|app: 0|req: 477/1141] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:05 2026] GET /v2.0/security-groups?tenant_id=184fa1b71ca24fe7be6c2e261d21db93&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1142] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:17:04 2026] DELETE /v2.0/ports/1b614937-8a83-4ea4-960e-0fb49bbf1380 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1143] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:05 2026] DELETE /v2.0/security-groups/a299e3c7-1b64-4d12-a535-8b6602783f7e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:05.610 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-104e17bc-7a78-47da-aa0e-b24d2314822c'] response: {'server_uuid': '8713e18a-41dd-4473-bc05-2d1d8f1e7493', 'name': 'network-vif-deleted', 'tag': '1b614937-8a83-4ea4-960e-0fb49bbf1380', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 479/1144] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:06 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 666/1145] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:05 2026] GET /v2.0/security-groups?tenant_id=5fe1ce78af13477990cacb71d3955b69&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1146] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:06 2026] DELETE /v2.0/security-groups/18811b13-8cdf-4759-90bd-d95cd8ac0e85 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1147] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:17:06 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1148] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:06 2026] GET /v2.0/security-groups?tenant_id=b3b2cac5440d4744b1356063ab12f74c&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1149] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:17:06 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 668/1150] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:06 2026] DELETE /v2.0/security-groups/63d87cfe-af6b-4ecc-b408-1cefb68f79b5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1151] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:07 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1152] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:08 2026] GET /v2.0/ports?device_id=8713e18a-41dd-4473-bc05-2d1d8f1e7493 => 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: 670/1153] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:09 2026] DELETE /v2.0/security-groups/c17c5d5d-0342-4d6d-9630-63dbbd6f60e8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:09.487 8 INFO neutron.api.v2.resource [None req-d6d8cb43-779a-4aa1-b8cb-6ab5fdf158db fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1154] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:17:09 2026] GET /v2.0/security-groups/c17c5d5d-0342-4d6d-9630-63dbbd6f60e8 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1155] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:09 2026] GET /v2.0/security-groups?tenant_id=b27c4e3066e9499b8b8584a42930905f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1156] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:09 2026] DELETE /v2.0/security-groups/08ce17af-2b7a-44fc-835d-8778625fb451 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:09.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6ff4db3-721e-4eb8-8ca8-5b734e2e15dc fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] TaaS: Handle Delete Port: 87269db1-831e-4fe2-8e5f-08b3b3c83dc0 2026-07-01 02:17:09.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6ff4db3-721e-4eb8-8ca8-5b734e2e15dc fc1a653a42ec451bbd51a5c62e12f561 dd9cd3ca301b4107ac64031659b94d0c - - default default] Tap Mirror: Handle Delete Port: 87269db1-831e-4fe2-8e5f-08b3b3c83dc0 [pid: 8|app: 0|req: 672/1157] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:17:09 2026] DELETE /v2.0/floatingips/7cb5e9bf-13d8-4f81-a7c0-f3afee614c96 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:10.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-de7c2802-1aa6-43b4-9059-b3a5e3c515c2 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 374722d5-024b-4a36-8cbf-055526e847c2 2026-07-01 02:17:10.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de7c2802-1aa6-43b4-9059-b3a5e3c515c2 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 374722d5-024b-4a36-8cbf-055526e847c2 [pid: 8|app: 0|req: 673/1158] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:10 2026] GET /v2.0/security-groups?tenant_id=0cc43281e1db4ba181dbaffc651e93c1&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1159] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:10 2026] DELETE /v2.0/security-groups/ee24def4-d8a3-4208-87f3-9357a332bfdf => 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: 675/1160] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:10 2026] GET /v2.0/security-groups?tenant_id=91e175fab2c34a32bd573ab1a8d7de35&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1161] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:17:09 2026] PUT /v2.0/routers/c632f2ca-9636-4b68-a63d-8485e762e37b/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1162] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:10 2026] DELETE /v2.0/security-groups/34ef1a5b-de67-4ee9-92ad-e0833b406614 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:10.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-3177ee47-9d75-4508-8653-39155f1b71ab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 451754db-13ec-464c-aeb6-7c881f04abcf 2026-07-01 02:17:10.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3177ee47-9d75-4508-8653-39155f1b71ab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 451754db-13ec-464c-aeb6-7c881f04abcf 2026-07-01 02:17:11.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-3177ee47-9d75-4508-8653-39155f1b71ab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 3d245be7-968f-48e3-89bd-ac01fcba9ae7 2026-07-01 02:17:11.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3177ee47-9d75-4508-8653-39155f1b71ab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 3d245be7-968f-48e3-89bd-ac01fcba9ae7 2026-07-01 02:17:11.613 7 INFO neutron.services.segments.plugin [-] Segment 79434109-d062-4db5-828b-42a481f0ffa7 resource provider aggregate not found 2026-07-01 02:17:11.615 7 INFO neutron.services.segments.plugin [-] Segment 79434109-d062-4db5-828b-42a481f0ffa7 resource provider aggregate not found 2026-07-01 02:17:11.636 7 INFO neutron.services.segments.plugin [-] Segment 79434109-d062-4db5-828b-42a481f0ffa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79434109-d062-4db5-828b-42a481f0ffa7 found for delete ", "request_id": "req-58b55301-4fb2-4ef4-9b7b-5c5dd223b118"}]} 2026-07-01 02:17:11.637 7 INFO neutron.services.segments.plugin [-] Segment 79434109-d062-4db5-828b-42a481f0ffa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79434109-d062-4db5-828b-42a481f0ffa7 found for delete ", "request_id": "req-b4562bd3-d760-4d35-91e0-4902d801aa4a"}]} 2026-07-01 02:17:11.644 7 INFO neutron.db.l3_hamode_db [None req-3177ee47-9d75-4508-8653-39155f1b71ab 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network 6c035f7f-9201-4158-9c59-d258ca7e1bab was deleted as no HA routers are present in tenant dd9cd3ca301b4107ac64031659b94d0c. [pid: 7|app: 0|req: 487/1163] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:10 2026] DELETE /v2.0/routers/c632f2ca-9636-4b68-a63d-8485e762e37b => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1164] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:11 2026] DELETE /v2.0/subnets/52d9c64b-6a5f-4504-9dca-1cfa2594eee3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:11.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-b09691ba-ea3f-4ad1-8a18-11f3db56af8a 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 52208f33-0911-49c4-a9f3-30a6caf2a08e 2026-07-01 02:17:11.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09691ba-ea3f-4ad1-8a18-11f3db56af8a 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 52208f33-0911-49c4-a9f3-30a6caf2a08e [pid: 7|app: 0|req: 488/1165] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:11 2026] DELETE /v2.0/networks/152da62d-b6ee-41a0-9da9-3e9eb5d5ae3a => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1166] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:11 2026] GET /v2.0/security-groups?tenant_id=2b484495abd04d4285eaff6d779bff06&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1167] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:12 2026] GET /v2.0/security-groups?tenant_id=dd9cd3ca301b4107ac64031659b94d0c&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1168] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:12 2026] DELETE /v2.0/security-groups/054dadeb-8425-4a3c-a580-c8f933ac0f15 => 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: 680/1169] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:12 2026] DELETE /v2.0/security-groups/f32c6dc5-0d8f-4a52-92b8-dacb36313013 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:13.661 7 INFO neutron.services.segments.plugin [-] Segment 9ecb1c05-03f3-4ad6-a959-c8470905efb6 resource provider aggregate not found 2026-07-01 02:17:13.664 7 INFO neutron.services.segments.plugin [-] Segment 9ecb1c05-03f3-4ad6-a959-c8470905efb6 resource provider aggregate not found 2026-07-01 02:17:13.680 7 INFO neutron.services.segments.plugin [-] Segment 9ecb1c05-03f3-4ad6-a959-c8470905efb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ecb1c05-03f3-4ad6-a959-c8470905efb6 found for delete ", "request_id": "req-f62e635a-af3f-48e6-97a3-7b03121be339"}]} 2026-07-01 02:17:13.682 7 INFO neutron.services.segments.plugin [-] Segment 9ecb1c05-03f3-4ad6-a959-c8470905efb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ecb1c05-03f3-4ad6-a959-c8470905efb6 found for delete ", "request_id": "req-ffcaddb9-0c13-4c3c-83da-b14627dd6ccc"}]} 2026-07-01 02:17:14.536 7 INFO neutron.db.segments_db [None req-f79a37a9-37ba-485d-aae1-258d7badddf0 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 5315e036-fcc7-41aa-ab79-4351029915d3 of type vxlan for network 03bd5db3-49ea-40d0-a3cc-50a8dee6c692 [pid: 7|app: 0|req: 490/1170] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:17:14 2026] POST /v2.0/networks => generated 745 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1171] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:14 2026] POST /v2.0/subnets => generated 692 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:14.929 7 INFO neutron.db.segments_db [None req-606b5489-041e-4f1b-a73a-1337dc6ea0df 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 140f25dc-7e85-4afa-9117-7eaa45e6eef6 of type vxlan for network 227e0b74-ab1c-40b2-9e26-121a35f7b833 2026-07-01 02:17:15.213 7 INFO neutron.db.l3_hamode_db [None req-606b5489-041e-4f1b-a73a-1337dc6ea0df 9dd3b55cb1aa4b128490574a7c39a983 4dfd1e85d48544e7b31f2693d0e12402 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:17:15.802 8 INFO neutron.db.segments_db [None req-05247d8c-889e-40c9-a6e0-d19edd5dee45 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Added segment 479079c1-5092-4b47-a535-06b8b0a52609 of type vxlan for network e4f2ffe1-1535-4a8b-8e5d-5249f46f852e [pid: 8|app: 0|req: 682/1172] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:17:15 2026] POST /v2.0/networks => generated 632 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:15.922 8 INFO neutron.db.segments_db [None req-cf2c8757-87b7-449e-a6fc-70daad235249 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Added segment 9116eba6-c6ff-443a-b4ee-c28559326acd of type vxlan for network cf4272be-2f8a-4ff1-8e1b-7a80158ffbe5 2026-07-01 02:17:15.979 7 INFO neutron.db.l3_hamode_db [None req-606b5489-041e-4f1b-a73a-1337dc6ea0df 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:17:16.185 8 INFO neutron.db.l3_hamode_db [None req-cf2c8757-87b7-449e-a6fc-70daad235249 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 491/1173] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:14 2026] POST /v2.0/routers => generated 732 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:17.448 8 INFO neutron.db.l3_hamode_db [None req-cf2c8757-87b7-449e-a6fc-70daad235249 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 492/1174] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:17:16 2026] PUT /v2.0/routers/cdba8d49-cbe5-4af5-9731-e0ed636bd8a5/add_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1175] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:15 2026] POST /v2.0/routers => generated 694 bytes in 2507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1176] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/security-groups?tenant_id=8c6f3b7027b14efc940d123f8277ab02&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1179] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1180] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:18 2026] DELETE /v2.0/security-groups/411cbda2-fc48-4934-8dca-c59bab12f06a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1181] 10.0.0.64 () {32 vars in 775 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/subnets?project_id=dbc1b1e5b3ee45c1ba488667415ea781&cidr=10.100.0.0%2F28 => generated 14 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1182] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 497/1183] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1184] 10.0.0.64 () {32 vars in 783 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/subnets?network_id=4f3623de-f4e3-40d9-a718-796808f83826&cidr=10.100.0.0%2F28 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1185] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/security-groups?tenant_id=4467c8403e7344ba9da51f389026f32c&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1186] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1187] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:18 2026] POST /v2.0/subnets => generated 656 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1188] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:18 2026] DELETE /v2.0/security-groups/c7d6f3c1-d1b7-4808-b809-53d3d85d52d1 => 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: 499/1189] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:18 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&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: 500/1190] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:17:19 2026] GET /v2.0/networks?id=03bd5db3-49ea-40d0-a3cc-50a8dee6c692 => generated 677 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1191] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:17:19 2026] GET /v2.0/quotas/4dfd1e85d48544e7b31f2693d0e12402 => 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: 502/1192] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:17:19 2026] GET /v2.0/ports?tenant_id=4dfd1e85d48544e7b31f2693d0e12402&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1193] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:17:19 2026] GET /v2.0/networks/03bd5db3-49ea-40d0-a3cc-50a8dee6c692?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: 504/1194] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:17:19 2026] GET /v2.0/networks/03bd5db3-49ea-40d0-a3cc-50a8dee6c692?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: 505/1195] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:19 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 506/1196] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:20 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1197] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:20 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1198] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:17:19 2026] PUT /v2.0/routers/384ae0fa-c872-47fd-9be2-49cadae6c63f/add_router_interface => generated 309 bytes in 1602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1199] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:20 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 692/1200] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:20 2026] GET /v2.0/networks => generated 6514 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1201] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:20 2026] GET /v2.0/subnets => generated 5201 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1202] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:20 2026] GET /v2.0/routers => generated 2192 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1203] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:17:20 2026] POST /v2.0/security-groups => generated 1675 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1204] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1205] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:17:21 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1206] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:21 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 511/1207] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1208] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:21 2026] GET /v2.0/security-groups?id=b9211597-c54f-4a31-91d7-74738e907271&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:21.494 8 INFO neutron_taas.services.taas.taas_plugin [req-a5beb432-9608-4d31-85ae-476e691cf89b req-1a3d3813-8799-4c16-bbc9-04d6dbf01748 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] TaaS: Handle Delete Port: 47bbe78d-465a-4553-8c6d-8352518f8349 2026-07-01 02:17:21.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a5beb432-9608-4d31-85ae-476e691cf89b req-1a3d3813-8799-4c16-bbc9-04d6dbf01748 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] Tap Mirror: Handle Delete Port: 47bbe78d-465a-4553-8c6d-8352518f8349 [pid: 7|app: 0|req: 513/1209] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:21.643 8 INFO neutron.db.l3_db [req-a5beb432-9608-4d31-85ae-476e691cf89b req-1a3d3813-8799-4c16-bbc9-04d6dbf01748 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] Floating IP 1ed09a95-c5b5-459c-84bc-046685d0838e disassociated. External IP: 10.96.250.208, port: 47bbe78d-465a-4553-8c6d-8352518f8349. [pid: 7|app: 0|req: 514/1210] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1211] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:21 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:21.774 7 INFO neutron.db.securitygroups_db [None req-5d85f718-b834-4a28-a29e-39c06cd75ae5 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Project dbc1b1e5b3ee45c1ba488667415ea781 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: 516/1212] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:21.897 7 INFO neutron.db.securitygroups_db [None req-8856956a-23ad-4aed-ae68-47e6a89f15cd 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Project dbc1b1e5b3ee45c1ba488667415ea781 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: 517/1213] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:17:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1214] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:17:21 2026] DELETE /v2.0/ports/47bbe78d-465a-4553-8c6d-8352518f8349 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:22.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38ca5e79-d564-4c80-a053-f3fd69830313'] response: {'server_uuid': '652c43af-5e09-4b98-b069-5eb3caeaa5d6', 'name': 'network-vif-deleted', 'tag': '47bbe78d-465a-4553-8c6d-8352518f8349', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 698/1215] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 518/1216] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/networks => generated 1297 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1217] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 699/1218] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2075773773&fields=id&tenant_id=dbc1b1e5b3ee45c1ba488667415ea781 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1219] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1220] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/quotas/dbc1b1e5b3ee45c1ba488667415ea781 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1221] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:17:22 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&fields=id => generated 103 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1222] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1223] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?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: 703/1224] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 522/1225] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/security-groups?tenant_id=a6932d3ec0584fc9bb21fa37538c319e&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1226] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:23 2026] DELETE /v2.0/security-groups/62038841-0679-4d73-9ac0-d7cc837243a5 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1227] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => 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: 523/1228] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/security-groups?tenant_id=3ddb44b201e14924ae27a9a3097c95d2&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: 706/1229] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:23 2026] DELETE /v2.0/security-groups/b9df6dc2-c47a-4788-acc7-4ec2cedaea8b => 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: 524/1230] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/networks?id=03bd5db3-49ea-40d0-a3cc-50a8dee6c692 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1231] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:23 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 707/1232] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:17:23 2026] POST /v2.0/ports => generated 954 bytes in 449 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: 708/1233] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:24 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 709/1234] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:24 2026] GET /v2.0/ports?device_id=652c43af-5e09-4b98-b069-5eb3caeaa5d6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1235] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:17:24 2026] PUT /v2.0/ports/9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7 => generated 1235 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:24.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80e03ea8-46a8-4379-998a-90118427aaf4'] response: {'name': 'network-changed', 'server_uuid': '2ffa7032-d392-46cd-8c11-a4c52b4b245f', 'tag': '9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 710/1236] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 969 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: 7|app: 0|req: 527/1237] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1238] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/ports?tenant_id=4dfd1e85d48544e7b31f2693d0e12402&device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1239] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 528/1240] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/networks?tenant_id=4dfd1e85d48544e7b31f2693d0e12402&shared=False => generated 773 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1241] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1242] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:25 2026] DELETE /v2.0/security-groups/b9211597-c54f-4a31-91d7-74738e907271 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:25.967 8 INFO neutron.api.v2.resource [None req-1a741a2e-b663-4690-a50d-6a2a4983e15e 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 714/1243] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:17:25 2026] GET /v2.0/security-groups/b9211597-c54f-4a31-91d7-74738e907271 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:26.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1dce306-f965-493c-962b-f14ca0d0ef7d 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] TaaS: Handle Delete Port: 54dd4863-6cf2-4032-9764-88751c09d2e1 2026-07-01 02:17:26.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1dce306-f965-493c-962b-f14ca0d0ef7d 4a9c8a39d21b49f49200434bf0085208 acc56063d8624a5da2922bdcacee6b4b - - default default] Tap Mirror: Handle Delete Port: 54dd4863-6cf2-4032-9764-88751c09d2e1 [pid: 8|app: 0|req: 715/1244] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1245] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:17:25 2026] DELETE /v2.0/floatingips/1ed09a95-c5b5-459c-84bc-046685d0838e => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1246] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1247] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 718/1248] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/ports?tenant_id=4dfd1e85d48544e7b31f2693d0e12402&device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:26.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-5206c432-8b13-4b23-889f-c199081aea78 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 0af50129-ee19-4bdd-a9f1-736400801ab4 2026-07-01 02:17:26.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5206c432-8b13-4b23-889f-c199081aea78 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 0af50129-ee19-4bdd-a9f1-736400801ab4 [pid: 8|app: 0|req: 719/1249] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1250] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/subnets?id=ca90ed71-be09-42a5-bf05-0581f5dd803e => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1251] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/ports?network_id=03bd5db3-49ea-40d0-a3cc-50a8dee6c692&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: 722/1252] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/networks/03bd5db3-49ea-40d0-a3cc-50a8dee6c692?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1253] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:17:26 2026] GET /v2.0/networks/03bd5db3-49ea-40d0-a3cc-50a8dee6c692?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1254] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:17:26 2026] PUT /v2.0/routers/31f644e3-71a3-4e30-a6c1-1d349d052a3a/remove_router_interface => generated 309 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:27.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9f3df9d-3ccc-4b62-b41d-9a8af62e809c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: b4103839-4380-4b9c-81aa-63502c682427 2026-07-01 02:17:27.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9f3df9d-3ccc-4b62-b41d-9a8af62e809c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: b4103839-4380-4b9c-81aa-63502c682427 [pid: 7|app: 0|req: 532/1255] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:27 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1256] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:27 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1257] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:17:27 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1258] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:17:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbc1b1e5b3ee45c1ba488667415ea781 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1259] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:27 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:27.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9f3df9d-3ccc-4b62-b41d-9a8af62e809c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 031951b0-b556-4a54-a76a-e871507dccf9 2026-07-01 02:17:27.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9f3df9d-3ccc-4b62-b41d-9a8af62e809c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 031951b0-b556-4a54-a76a-e871507dccf9 2026-07-01 02:17:28.037 8 INFO neutron.services.segments.plugin [-] Segment 89e60563-be78-4995-832b-f6ab80712736 resource provider aggregate not found 2026-07-01 02:17:28.053 8 INFO neutron.services.segments.plugin [-] Segment 89e60563-be78-4995-832b-f6ab80712736 resource provider aggregate not found 2026-07-01 02:17:28.062 8 INFO neutron.services.segments.plugin [-] Segment 89e60563-be78-4995-832b-f6ab80712736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e60563-be78-4995-832b-f6ab80712736 found for delete ", "request_id": "req-c7ee33db-aa06-476b-b3c9-1cefad405765"}]} 2026-07-01 02:17:28.080 8 INFO neutron.services.segments.plugin [-] Segment 89e60563-be78-4995-832b-f6ab80712736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e60563-be78-4995-832b-f6ab80712736 found for delete ", "request_id": "req-1d7a955e-b63d-4748-9b7b-43dcf1d41aca"}]} 2026-07-01 02:17:28.086 8 INFO neutron.db.l3_hamode_db [None req-f9f3df9d-3ccc-4b62-b41d-9a8af62e809c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network 87174a48-3d47-4da7-b6c4-6e23a37d2dda was deleted as no HA routers are present in tenant acc56063d8624a5da2922bdcacee6b4b. [pid: 8|app: 0|req: 724/1260] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:27 2026] DELETE /v2.0/routers/31f644e3-71a3-4e30-a6c1-1d349d052a3a => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1261] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:17:27 2026] POST /v2.0/ports => generated 954 bytes in 429 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: 725/1262] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:28 2026] DELETE /v2.0/subnets/7e268812-c66a-472a-94fc-97180b563b60 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:28.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-b720cbd2-0f25-407d-8f60-d44a13b64a61 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 69e4eeab-5ba9-474f-91cc-e5d451362c54 2026-07-01 02:17:28.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b720cbd2-0f25-407d-8f60-d44a13b64a61 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 69e4eeab-5ba9-474f-91cc-e5d451362c54 [pid: 8|app: 0|req: 726/1263] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:28 2026] DELETE /v2.0/networks/44100bc0-ae28-42b4-be47-cf54f97ab13e => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1264] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:17:28 2026] PUT /v2.0/ports/361732b9-2550-4154-989c-b82f3ab53acc => generated 1235 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1265] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:28 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 539/1266] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:28 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:28.663 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a8ac72d-e024-47b7-a747-35278187c8fd'] response: {'name': 'network-changed', 'server_uuid': '48c6a70a-21a1-40ee-b057-64d94f4733dd', 'tag': '361732b9-2550-4154-989c-b82f3ab53acc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 728/1267] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:28 2026] GET /v2.0/security-groups?tenant_id=acc56063d8624a5da2922bdcacee6b4b&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1268] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:28 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1269] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:28 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1270] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:28 2026] DELETE /v2.0/security-groups/b09f6697-919f-4111-8578-02227129b175 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1271] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1272] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/networks?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&shared=False => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1273] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:17:29 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: 542/1274] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/security-groups?tenant_id=b0154784d21f4fd382831bf0d29020af&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1275] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:29 2026] DELETE /v2.0/security-groups/a902673a-7100-4578-99b2-dcf9a81da4bb => 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: 543/1276] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1277] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1278] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1279] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:29 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&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-07-01 02:17:30.095 8 INFO neutron.services.segments.plugin [-] Segment 0144def5-ed39-422b-b7e0-e0c3ad4daae8 resource provider aggregate not found 2026-07-01 02:17:30.104 8 INFO neutron.services.segments.plugin [-] Segment 0144def5-ed39-422b-b7e0-e0c3ad4daae8 resource provider aggregate not found 2026-07-01 02:17:30.120 8 INFO neutron.services.segments.plugin [-] Segment 0144def5-ed39-422b-b7e0-e0c3ad4daae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0144def5-ed39-422b-b7e0-e0c3ad4daae8 found for delete ", "request_id": "req-7bc3fd22-0397-4a6d-89f7-6a54e15c43cc"}]} 2026-07-01 02:17:30.121 8 INFO neutron.services.segments.plugin [-] Segment 0144def5-ed39-422b-b7e0-e0c3ad4daae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0144def5-ed39-422b-b7e0-e0c3ad4daae8 found for delete ", "request_id": "req-1d64c724-c430-465a-a000-b16c68d7c160"}]} [pid: 7|app: 0|req: 545/1280] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1281] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=361732b9-2550-4154-989c-b82f3ab53acc => 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: 546/1282] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/subnets?id=fc6c3219-b502-4e54-9378-d9ed7a5ae6bb => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1283] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/ports?network_id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1284] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1285] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1286] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1287] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:30 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&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: 549/1288] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:31 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1289] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:31 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:31.547 7 INFO neutron.db.segments_db [None req-76e8080b-6618-431c-8477-8980f30c92f2 0de0e15e3c204c5f8ad44dbbca17ccc6 7ecc3c251c134ab186625275c5dc5ac6 - - default default] Added segment 6f55a411-3938-42b9-8976-d737d18d92ce of type vxlan for network b64777c7-7efb-4c56-b01c-84c6c0b28873 [pid: 7|app: 0|req: 550/1290] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:31 2026] POST /v2.0/networks => generated 643 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1291] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:31 2026] POST /v2.0/subnets => generated 641 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:32.007 8 INFO neutron.db.segments_db [None req-17c59ca6-5685-4056-a918-4cf77e069f1e 0de0e15e3c204c5f8ad44dbbca17ccc6 7ecc3c251c134ab186625275c5dc5ac6 - - default default] Added segment da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 of type vxlan for network ff1428c6-7875-4f06-8754-66e6cf444524 [pid: 7|app: 0|req: 551/1292] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:31 2026] GET /v2.0/security-groups?tenant_id=a5d984811fac4588b570dcd67a27e4f7&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1293] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:31 2026] POST /v2.0/networks => generated 643 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1294] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:32 2026] DELETE /v2.0/security-groups/0073a73c-32ab-4656-aeab-fd1ad6e552de => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1295] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1296] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&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: 553/1297] 10.0.0.64 () {34 vars in 742 bytes} [Wed Jul 1 02:17:32 2026] PUT /v2.0/networks/ff1428c6-7875-4f06-8754-66e6cf444524 => generated 592 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1298] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1299] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&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: 554/1300] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:32 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1301] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1302] 10.0.0.64 () {34 vars in 740 bytes} [Wed Jul 1 02:17:32 2026] PUT /v2.0/subnets/1e246514-c739-45ec-aa92-58fbcc521248 => generated 636 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1303] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:32.858 7 INFO neutron.services.segments.plugin [-] Segment da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 resource provider aggregate not found 2026-07-01 02:17:32.865 7 INFO neutron.services.segments.plugin [-] Segment da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 resource provider aggregate not found 2026-07-01 02:17:32.873 7 INFO neutron.services.segments.plugin [-] Segment da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 found for delete ", "request_id": "req-57ece831-df67-4e7f-930f-d9eeaa356e90"}]} 2026-07-01 02:17:32.896 7 INFO neutron.services.segments.plugin [-] Segment da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da78eacb-e8bf-41d5-9a5c-c86dc11a3b63 found for delete ", "request_id": "req-e524c010-e92c-42a1-a232-ac31051a85fc"}]} [pid: 7|app: 0|req: 556/1304] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:32 2026] DELETE /v2.0/networks/ff1428c6-7875-4f06-8754-66e6cf444524 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:32.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b85b9304-d4e1-4930-9fa9-4ce2b51b339e 0de0e15e3c204c5f8ad44dbbca17ccc6 7ecc3c251c134ab186625275c5dc5ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1305] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:32 2026] DELETE /v2.0/networks/ff1428c6-7875-4f06-8754-66e6cf444524 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1306] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:17:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1307] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/subnets?network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1308] 10.0.0.64 () {32 vars in 652 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1309] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/networks => generated 1308 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1310] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/subnets => generated 1280 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1313] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/networks/b64777c7-7efb-4c56-b01c-84c6c0b28873 => generated 668 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1314] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/subnets/6aee0fda-8c05-4fa1-910b-1bb1a8b2c1f3 => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:33.371 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71bb093a-ceae-41b3-84a0-c8ad51dacdda 0de0e15e3c204c5f8ad44dbbca17ccc6 7ecc3c251c134ab186625275c5dc5ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1315] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:33 2026] DELETE /v2.0/subnets/1e246514-c739-45ec-aa92-58fbcc521248 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:33.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f99f8f2-dc94-4cbb-bebe-1b41014eb713 0de0e15e3c204c5f8ad44dbbca17ccc6 7ecc3c251c134ab186625275c5dc5ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1316] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:33 2026] DELETE /v2.0/networks/ff1428c6-7875-4f06-8754-66e6cf444524 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1317] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 565/1318] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1319] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:33 2026] DELETE /v2.0/subnets/6aee0fda-8c05-4fa1-910b-1bb1a8b2c1f3 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1320] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:33 2026] DELETE /v2.0/networks/b64777c7-7efb-4c56-b01c-84c6c0b28873 => 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: 755/1321] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 567/1322] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:33 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1323] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:34 2026] GET /v2.0/security-groups?tenant_id=7ecc3c251c134ab186625275c5dc5ac6&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1324] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:34 2026] DELETE /v2.0/security-groups/81e6cc25-5356-4d7b-b219-52031aa681f0 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1325] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:34 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 569/1326] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:34 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:34.890 7 INFO neutron.services.segments.plugin [-] Segment 6f55a411-3938-42b9-8976-d737d18d92ce resource provider aggregate not found 2026-07-01 02:17:34.915 7 INFO neutron.services.segments.plugin [-] Segment 6f55a411-3938-42b9-8976-d737d18d92ce resource provider aggregate not found 2026-07-01 02:17:34.924 7 INFO neutron.services.segments.plugin [-] Segment 6f55a411-3938-42b9-8976-d737d18d92ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f55a411-3938-42b9-8976-d737d18d92ce found for delete ", "request_id": "req-302d0d49-27d9-4927-ab35-8d09df6bbf70"}]} 2026-07-01 02:17:34.940 7 INFO neutron.services.segments.plugin [-] Segment 6f55a411-3938-42b9-8976-d737d18d92ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f55a411-3938-42b9-8976-d737d18d92ce found for delete ", "request_id": "req-98de952a-990f-46ec-8013-3e4dcd0d810a"}]} [pid: 8|app: 0|req: 758/1327] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:34 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 570/1328] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:34 2026] GET /v2.0/security-groups?id=ddb371c7-af2c-4111-ad5c-e62b43869a9b&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1329] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:17:35 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:35.141 7 INFO neutron_taas.services.taas.taas_plugin [req-56890ca3-215c-4eed-9232-a6ce68ddd2e4 req-aa8bde22-bf48-404c-8d3b-5d5009cdac77 6f75c004b52849be8ab5817fd7097fd2 4dfd1e85d48544e7b31f2693d0e12402 - - default default] TaaS: Handle Delete Port: 9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7 2026-07-01 02:17:35.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-56890ca3-215c-4eed-9232-a6ce68ddd2e4 req-aa8bde22-bf48-404c-8d3b-5d5009cdac77 6f75c004b52849be8ab5817fd7097fd2 4dfd1e85d48544e7b31f2693d0e12402 - - default default] Tap Mirror: Handle Delete Port: 9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7 [pid: 7|app: 0|req: 571/1330] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:17:35 2026] DELETE /v2.0/ports/9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:35.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b7a3088-f574-49a0-9218-ab12c8183fa7'] response: {'server_uuid': '2ffa7032-d392-46cd-8c11-a4c52b4b245f', 'name': 'network-vif-deleted', 'tag': '9bdfc09c-8e42-4cca-9d87-ff0fccf4b6d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 760/1331] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:35 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 572/1332] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:35 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1333] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:36 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:36.676 7 INFO neutron.db.segments_db [None req-22691605-c770-4a35-92a1-dcbbaf70bff7 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Added segment 3e9b78ad-1317-405e-b794-59f1807785f4 of type vxlan for network 21c15c75-317e-460e-ae34-8f14d6433db4 [pid: 7|app: 0|req: 573/1334] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:36 2026] POST /v2.0/networks => generated 649 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1335] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:36 2026] GET /v2.0/security-groups?tenant_id=9ff68890ae7c4918a12d5cc1b4dc18a4&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1336] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:36 2026] DELETE /v2.0/security-groups/7996698f-1de3-4302-b46c-9c250c57da30 => 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: 764/1337] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:36 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 765/1338] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:36 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1339] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:36 2026] POST /v2.0/ports => generated 779 bytes in 380 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: 766/1340] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:37 2026] GET /v2.0/security-groups?tenant_id=79712688ab8945bd9df59ec123c47da4&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1341] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:37 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:37.266 8 INFO neutron.db.segments_db [None req-ce420b78-260c-481b-8edc-c5cb534004f3 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Added segment 8757c13e-b546-45f5-a6b3-e1152cb96643 of type vxlan for network 80a1327a-2d13-4b8d-b4c1-f7a86754e337 [pid: 8|app: 0|req: 767/1342] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:37 2026] POST /v2.0/networks => generated 636 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1343] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:37 2026] DELETE /v2.0/security-groups/4f9196fc-635e-43e7-ac81-098c2624a7df => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1344] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:37 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => 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: 577/1345] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:17:37 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&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: 578/1346] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:17:37 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1347] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:37 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1348] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:37 2026] POST /v2.0/ports => generated 965 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:17:38.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-35ecf9b3-bbac-4178-90f9-16cb02198025 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] TaaS: Handle Delete Port: 5e69a039-4156-413c-9d51-1a2c38e70b45 2026-07-01 02:17:38.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35ecf9b3-bbac-4178-90f9-16cb02198025 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Tap Mirror: Handle Delete Port: 5e69a039-4156-413c-9d51-1a2c38e70b45 [pid: 8|app: 0|req: 771/1349] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:37 2026] DELETE /v2.0/ports/5e69a039-4156-413c-9d51-1a2c38e70b45 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:38.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc0f666d-0376-4127-9d6b-a68ebaf58d54 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1350] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:38 2026] DELETE /v2.0/ports/5e69a039-4156-413c-9d51-1a2c38e70b45 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:38.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6095f1db-fc55-4a20-9c92-6dc968102ced f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 773/1351] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:38 2026] GET /v2.0/ports/5e69a039-4156-413c-9d51-1a2c38e70b45 => 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: 774/1352] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:38 2026] DELETE /v2.0/subnets/64e2e909-efc1-4535-92d4-b7ec8f93b7ac => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:38.541 8 INFO neutron.services.segments.plugin [-] Segment 8757c13e-b546-45f5-a6b3-e1152cb96643 resource provider aggregate not found 2026-07-01 02:17:38.542 8 INFO neutron.services.segments.plugin [-] Segment 8757c13e-b546-45f5-a6b3-e1152cb96643 resource provider aggregate not found 2026-07-01 02:17:38.568 8 INFO neutron.services.segments.plugin [-] Segment 8757c13e-b546-45f5-a6b3-e1152cb96643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8757c13e-b546-45f5-a6b3-e1152cb96643 found for delete ", "request_id": "req-e41ee9c8-ddbc-4133-b864-840e932d58ad"}]} [pid: 8|app: 0|req: 775/1353] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:38 2026] DELETE /v2.0/networks/80a1327a-2d13-4b8d-b4c1-f7a86754e337 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:38.578 8 INFO neutron.services.segments.plugin [-] Segment 8757c13e-b546-45f5-a6b3-e1152cb96643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8757c13e-b546-45f5-a6b3-e1152cb96643 found for delete ", "request_id": "req-f111e482-fed6-4880-89f0-d06473548e7c"}]} [pid: 8|app: 0|req: 776/1354] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:17:38 2026] GET /v2.0/ports?device_id=2ffa7032-d392-46cd-8c11-a4c52b4b245f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:38.647 8 INFO neutron.db.segments_db [None req-244051aa-f9e6-473d-9a61-b50c9654c5fd f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Added segment d6c29a1e-5c32-4a49-a38f-00a979a42afa of type vxlan for network 06b1153a-0a8e-49ae-a1a2-01ed8c465ae4 2026-07-01 02:17:38.657 7 INFO neutron.db.l3_db [None req-14bde0a8-1a77-423b-9c08-d724c2ad99b5 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Floating IP b5410ec6-8a10-452e-a5ae-e490ca7bd102 associated. External IP: 10.96.250.210, port: 361732b9-2550-4154-989c-b82f3ab53acc. [pid: 8|app: 0|req: 777/1355] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:38 2026] POST /v2.0/networks => generated 635 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1356] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:17:37 2026] POST /v2.0/floatingips => generated 855 bytes in 1489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1357] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:38 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:39.022 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-848bfeb3-05d1-4143-9ab1-f8e8b91d45cd'] response: {'name': 'network-changed', 'server_uuid': '48c6a70a-21a1-40ee-b057-64d94f4733dd', 'tag': '361732b9-2550-4154-989c-b82f3ab53acc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 580/1358] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:17:38 2026] GET /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 855 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1359] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:39 2026] POST /v2.0/ports => generated 927 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:39.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-82d908d2-eebf-41c9-83a2-4b60e307c1b0 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] TaaS: Handle Delete Port: 0a67d59c-42ba-4272-ba04-cba919e8d555 2026-07-01 02:17:39.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82d908d2-eebf-41c9-83a2-4b60e307c1b0 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Tap Mirror: Handle Delete Port: 0a67d59c-42ba-4272-ba04-cba919e8d555 [pid: 8|app: 0|req: 780/1360] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:17:39 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1361] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:39 2026] DELETE /v2.0/ports/0a67d59c-42ba-4272-ba04-cba919e8d555 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:39.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e911f27-1013-4760-8a13-75804e191a09 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1362] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:39 2026] GET /v2.0/ports/0a67d59c-42ba-4272-ba04-cba919e8d555 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1363] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:17:39 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1364] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:17:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=361732b9-2550-4154-989c-b82f3ab53acc => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1365] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:39 2026] DELETE /v2.0/subnets/2d856f13-2390-478b-a3b0-962dfeee98c1 => 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: 783/1366] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:17:39 2026] GET /v2.0/subnets?id=fc6c3219-b502-4e54-9378-d9ed7a5ae6bb => 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: 784/1367] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:39 2026] DELETE /v2.0/networks/06b1153a-0a8e-49ae-a1a2-01ed8c465ae4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1368] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:17:39 2026] GET /v2.0/ports?network_id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:40.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-11e49f5c-bfe4-407a-8aeb-900911dbc78d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 1256f94d-2553-41a3-a11d-2763d017272f 2026-07-01 02:17:40.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11e49f5c-bfe4-407a-8aeb-900911dbc78d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 1256f94d-2553-41a3-a11d-2763d017272f [pid: 8|app: 0|req: 786/1369] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:39 2026] POST /v2.0/ports => generated 779 bytes in 305 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: 787/1370] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?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: 788/1371] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1372] 10.0.0.64 () {34 vars in 736 bytes} [Wed Jul 1 02:17:40 2026] PUT /v2.0/ports/ffb931f7-ea33-4418-b6d5-47fa23c8260f => generated 752 bytes in 164 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: 790/1373] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:40.586 8 INFO neutron.services.segments.plugin [-] Segment d6c29a1e-5c32-4a49-a38f-00a979a42afa resource provider aggregate not found 2026-07-01 02:17:40.601 8 INFO neutron.services.segments.plugin [-] Segment d6c29a1e-5c32-4a49-a38f-00a979a42afa resource provider aggregate not found 2026-07-01 02:17:40.610 8 INFO neutron.services.segments.plugin [-] Segment d6c29a1e-5c32-4a49-a38f-00a979a42afa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6c29a1e-5c32-4a49-a38f-00a979a42afa found for delete ", "request_id": "req-3c0d29be-b2b2-431d-89b3-355cf8100016"}]} 2026-07-01 02:17:40.623 8 INFO neutron.services.segments.plugin [-] Segment d6c29a1e-5c32-4a49-a38f-00a979a42afa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6c29a1e-5c32-4a49-a38f-00a979a42afa found for delete ", "request_id": "req-b8054758-947a-435e-94cb-0c8f0c1af658"}]} 2026-07-01 02:17:40.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef7901ea-ece6-4690-8dec-da5cd5b80022 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] TaaS: Handle Delete Port: ffb931f7-ea33-4418-b6d5-47fa23c8260f 2026-07-01 02:17:40.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef7901ea-ece6-4690-8dec-da5cd5b80022 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Tap Mirror: Handle Delete Port: ffb931f7-ea33-4418-b6d5-47fa23c8260f [pid: 7|app: 0|req: 584/1374] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:17:39 2026] PUT /v2.0/routers/cdba8d49-cbe5-4af5-9731-e0ed636bd8a5/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1375] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:40 2026] DELETE /v2.0/ports/ffb931f7-ea33-4418-b6d5-47fa23c8260f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1376] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/ports => generated 782 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:40.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3e6b1a7-1fdd-49e5-be64-982223f9eed2 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1377] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/ports/ffb931f7-ea33-4418-b6d5-47fa23c8260f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1378] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:40.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1990b9e-b01b-4a3f-a6ac-0fa1f3d295bf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: dba895a2-306d-467f-80bb-f4cae97eebe6 2026-07-01 02:17:40.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1990b9e-b01b-4a3f-a6ac-0fa1f3d295bf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: dba895a2-306d-467f-80bb-f4cae97eebe6 [pid: 8|app: 0|req: 795/1379] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:40 2026] GET /v2.0/ports/b561a5b5-5b61-43eb-a77f-f14cc5087e76 => generated 779 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:40.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc81b231-145f-4254-8e06-8b0c2ca42cea f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1380] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:40 2026] DELETE /v2.0/ports/0a67d59c-42ba-4272-ba04-cba919e8d555 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:40.915 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b029a72c-1b9b-4401-8b02-62527d6b7b92 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1381] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:40 2026] DELETE /v2.0/subnets/2d856f13-2390-478b-a3b0-962dfeee98c1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:40.930 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f29bcea3-a539-4975-b2cd-3927e4fa9dc3 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1382] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:40 2026] DELETE /v2.0/subnets/64e2e909-efc1-4535-92d4-b7ec8f93b7ac => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:41.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e26bb1b-af32-4989-82da-7b81e7bff6b6 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] TaaS: Handle Delete Port: b561a5b5-5b61-43eb-a77f-f14cc5087e76 2026-07-01 02:17:41.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e26bb1b-af32-4989-82da-7b81e7bff6b6 f4652cab24ae44d089dbc3dcd6480159 cbed1af481da45ac99214990915f89aa - - default default] Tap Mirror: Handle Delete Port: b561a5b5-5b61-43eb-a77f-f14cc5087e76 2026-07-01 02:17:41.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1990b9e-b01b-4a3f-a6ac-0fa1f3d295bf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: aede879a-babc-4a23-8282-6442fd104fe6 2026-07-01 02:17:41.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1990b9e-b01b-4a3f-a6ac-0fa1f3d295bf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: aede879a-babc-4a23-8282-6442fd104fe6 [pid: 8|app: 0|req: 799/1383] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:40 2026] DELETE /v2.0/ports/b561a5b5-5b61-43eb-a77f-f14cc5087e76 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1384] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:41 2026] DELETE /v2.0/networks/21c15c75-317e-460e-ae34-8f14d6433db4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:41.458 7 INFO neutron.services.segments.plugin [-] Segment 140f25dc-7e85-4afa-9117-7eaa45e6eef6 resource provider aggregate not found 2026-07-01 02:17:41.474 7 INFO neutron.services.segments.plugin [-] Segment 140f25dc-7e85-4afa-9117-7eaa45e6eef6 resource provider aggregate not found 2026-07-01 02:17:41.479 7 INFO neutron.services.segments.plugin [-] Segment 140f25dc-7e85-4afa-9117-7eaa45e6eef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 140f25dc-7e85-4afa-9117-7eaa45e6eef6 found for delete ", "request_id": "req-745a9d4b-8afb-4089-8bd8-48ac8e450378"}]} 2026-07-01 02:17:41.491 7 INFO neutron.services.segments.plugin [-] Segment 140f25dc-7e85-4afa-9117-7eaa45e6eef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 140f25dc-7e85-4afa-9117-7eaa45e6eef6 found for delete ", "request_id": "req-ba67c579-9514-48bf-bd13-b839063040a7"}]} 2026-07-01 02:17:41.498 7 INFO neutron.db.l3_hamode_db [None req-a1990b9e-b01b-4a3f-a6ac-0fa1f3d295bf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network 227e0b74-ab1c-40b2-9e26-121a35f7b833 was deleted as no HA routers are present in tenant 4dfd1e85d48544e7b31f2693d0e12402. [pid: 7|app: 0|req: 585/1385] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:40 2026] DELETE /v2.0/routers/cdba8d49-cbe5-4af5-9731-e0ed636bd8a5 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1386] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:41 2026] GET /v2.0/security-groups?tenant_id=673b1552835b458d95076a5f68ffc32c&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1387] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:41 2026] DELETE /v2.0/subnets/ca90ed71-be09-42a5-bf05-0581f5dd803e => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1388] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:41 2026] DELETE /v2.0/security-groups/06fdaaae-d3a4-4611-8605-a4139aa79e39 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:41.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-d780ad03-2415-4312-a5c3-f1867abf3c03 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: d0b12c53-b857-4509-b095-d3be1f515a5d 2026-07-01 02:17:41.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d780ad03-2415-4312-a5c3-f1867abf3c03 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: d0b12c53-b857-4509-b095-d3be1f515a5d [pid: 7|app: 0|req: 587/1389] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:41 2026] DELETE /v2.0/networks/03bd5db3-49ea-40d0-a3cc-50a8dee6c692 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1390] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:41 2026] GET /v2.0/security-groups?tenant_id=cbed1af481da45ac99214990915f89aa&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1391] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:41 2026] GET /v2.0/security-groups?tenant_id=0ffe1452cf6a4487bb7d03d3d1b518ce&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1392] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:42 2026] GET /v2.0/security-groups?tenant_id=4dfd1e85d48544e7b31f2693d0e12402&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1393] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:42 2026] DELETE /v2.0/security-groups/de9227d4-6f8b-4a4e-bbd7-8ca9519bdde1 => 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: 590/1394] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:42 2026] DELETE /v2.0/security-groups/0276270c-97ef-4448-aa78-4d28c52640bc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1395] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:42 2026] DELETE /v2.0/security-groups/ddb371c7-af2c-4111-ad5c-e62b43869a9b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:42.639 8 INFO neutron.services.segments.plugin [-] Segment 3e9b78ad-1317-405e-b794-59f1807785f4 resource provider aggregate not found 2026-07-01 02:17:42.648 8 INFO neutron.services.segments.plugin [-] Segment 3e9b78ad-1317-405e-b794-59f1807785f4 resource provider aggregate not found 2026-07-01 02:17:42.665 8 INFO neutron.services.segments.plugin [-] Segment 3e9b78ad-1317-405e-b794-59f1807785f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e9b78ad-1317-405e-b794-59f1807785f4 found for delete ", "request_id": "req-691392b9-8d86-42ed-8d51-0e54b4df6bf8"}]} 2026-07-01 02:17:42.666 8 INFO neutron.services.segments.plugin [-] Segment 3e9b78ad-1317-405e-b794-59f1807785f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e9b78ad-1317-405e-b794-59f1807785f4 found for delete ", "request_id": "req-2f59e4f4-551f-49de-a8a3-86d167ef6b37"}]} 2026-07-01 02:17:43.496 7 INFO neutron.services.segments.plugin [-] Segment 5315e036-fcc7-41aa-ab79-4351029915d3 resource provider aggregate not found 2026-07-01 02:17:43.515 7 INFO neutron.services.segments.plugin [-] Segment 5315e036-fcc7-41aa-ab79-4351029915d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5315e036-fcc7-41aa-ab79-4351029915d3 found for delete ", "request_id": "req-d9a21ee4-d1fb-4677-921a-2b075cca72e8"}]} 2026-07-01 02:17:43.517 7 INFO neutron.services.segments.plugin [-] Segment 5315e036-fcc7-41aa-ab79-4351029915d3 resource provider aggregate not found 2026-07-01 02:17:43.532 7 INFO neutron.services.segments.plugin [-] Segment 5315e036-fcc7-41aa-ab79-4351029915d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5315e036-fcc7-41aa-ab79-4351029915d3 found for delete ", "request_id": "req-854201d4-9542-4547-8d0b-3d893fdc5e85"}]} 2026-07-01 02:17:44.211 7 INFO neutron.db.segments_db [None req-b70ccbf9-5683-4d2f-ab05-3f59c5291a7f 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Added segment 44588171-e106-438b-99ad-d74216fa7d4a of type vxlan for network 534ce143-d8c9-412f-ab36-dbee7ec75ffc [pid: 7|app: 0|req: 591/1396] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:43 2026] POST /v2.0/networks => generated 645 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:44.430 8 INFO neutron.db.segments_db [None req-04e5baf2-6d51-47c6-9624-11bd6e535ed7 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Added segment 25fe7ffe-4c15-41f0-89f0-7e255f271526 of type vxlan for network 4472ffbe-7677-4f57-9cb7-62ba4b3ae922 2026-07-01 02:17:44.497 8 INFO neutron.db.segments_db [None req-04e5baf2-6d51-47c6-9624-11bd6e535ed7 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Added segment 2cf39e76-f6ac-4c88-b4b9-edac749ea48f of type vxlan for network a6e020e1-9b8d-4126-8b39-a651d6810aee [pid: 7|app: 0|req: 592/1397] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:44 2026] POST /v2.0/ports => generated 775 bytes in 293 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: 806/1398] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:44 2026] POST /v2.0/networks => generated 1244 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 02:17:44.664 7 INFO neutron.db.segments_db [None req-2eef7a25-171f-47d8-ae5d-c307fcfee914 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Added segment 38534eef-510d-4457-b48b-e528e75042d7 of type vxlan for network 580802d3-7e45-40da-bda8-ddc79af024f8 [pid: 8|app: 0|req: 807/1399] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:44 2026] GET /v2.0/networks => generated 1843 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1400] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:44 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:44.816 8 INFO neutron.services.segments.plugin [-] Segment 25fe7ffe-4c15-41f0-89f0-7e255f271526 resource provider aggregate not found 2026-07-01 02:17:44.819 8 INFO neutron.services.segments.plugin [-] Segment 25fe7ffe-4c15-41f0-89f0-7e255f271526 resource provider aggregate not found 2026-07-01 02:17:44.836 8 INFO neutron.services.segments.plugin [-] Segment 25fe7ffe-4c15-41f0-89f0-7e255f271526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25fe7ffe-4c15-41f0-89f0-7e255f271526 found for delete ", "request_id": "req-fd91cdbe-a41e-4c36-a435-f0f24f2f5b4c"}]} 2026-07-01 02:17:44.840 8 INFO neutron.services.segments.plugin [-] Segment 25fe7ffe-4c15-41f0-89f0-7e255f271526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25fe7ffe-4c15-41f0-89f0-7e255f271526 found for delete ", "request_id": "req-ee2db069-a5e3-44b4-97c7-901ac16f7d54"}]} [pid: 8|app: 0|req: 808/1401] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:44 2026] DELETE /v2.0/networks/4472ffbe-7677-4f57-9cb7-62ba4b3ae922 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1402] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:44 2026] DELETE /v2.0/networks/a6e020e1-9b8d-4126-8b39-a651d6810aee => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1403] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:44 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1404] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:44 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:45.091 8 INFO neutron.db.segments_db [None req-6167f0ff-7eed-4792-b382-8c9e3fe5d502 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Added segment 86bf1123-1e1b-4842-808a-1ed1a9339e32 of type vxlan for network 592130d1-c4d8-48ae-b48a-4c311b285304 [pid: 8|app: 0|req: 811/1405] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:45 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:45.270 8 INFO neutron.db.segments_db [None req-53b66317-8574-44b2-8ec0-06bd111a65f2 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Added segment 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 of type vxlan for network 55b1c408-4b7e-4e75-b784-f5f86fd97892 [pid: 8|app: 0|req: 812/1406] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:45 2026] POST /v2.0/networks => generated 654 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1407] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:45 2026] POST /v2.0/ports => generated 949 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:17:45.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-b06d2c94-8075-4dcd-9cc5-02d5c8e1fd8e 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] TaaS: Handle Delete Port: caf58878-3c83-4c23-81f0-0b90fe78ad9f 2026-07-01 02:17:45.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b06d2c94-8075-4dcd-9cc5-02d5c8e1fd8e 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Tap Mirror: Handle Delete Port: caf58878-3c83-4c23-81f0-0b90fe78ad9f [pid: 7|app: 0|req: 596/1408] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:45 2026] DELETE /v2.0/ports/caf58878-3c83-4c23-81f0-0b90fe78ad9f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:45.679 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67c3bfd7-cb55-400b-b791-ccab4c33e8d8 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1409] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:45 2026] DELETE /v2.0/ports/caf58878-3c83-4c23-81f0-0b90fe78ad9f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:17:45.693 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82072bdd-a181-4fd7-a92a-087e83f48771 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1410] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:45 2026] GET /v2.0/ports/caf58878-3c83-4c23-81f0-0b90fe78ad9f => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1411] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:45 2026] DELETE /v2.0/subnets/02bc7943-4296-4e92-8f06-6b62f92989ce => 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: 813/1412] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:45 2026] POST /v2.0/ports => generated 1505 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:17:45.969 7 INFO neutron.services.segments.plugin [-] Segment 38534eef-510d-4457-b48b-e528e75042d7 resource provider aggregate not found 2026-07-01 02:17:45.974 7 INFO neutron.services.segments.plugin [-] Segment 38534eef-510d-4457-b48b-e528e75042d7 resource provider aggregate not found [pid: 8|app: 0|req: 814/1413] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:45 2026] GET /v2.0/ports => generated 1505 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:45.988 7 INFO neutron.services.segments.plugin [-] Segment 38534eef-510d-4457-b48b-e528e75042d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38534eef-510d-4457-b48b-e528e75042d7 found for delete ", "request_id": "req-c6340f3d-3137-4c82-b25d-a66ab57b47c9"}]} 2026-07-01 02:17:45.990 7 INFO neutron.services.segments.plugin [-] Segment 38534eef-510d-4457-b48b-e528e75042d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38534eef-510d-4457-b48b-e528e75042d7 found for delete ", "request_id": "req-3e891671-80de-43e0-8026-b95b392a4311"}]} [pid: 7|app: 0|req: 600/1414] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:45 2026] DELETE /v2.0/networks/580802d3-7e45-40da-bda8-ddc79af024f8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:46.062 7 INFO neutron.db.segments_db [None req-25b6d6c4-7d2b-4b65-938f-e1f857d32384 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Added segment e3fc97b5-0e4b-472f-9d04-68f53102f09c of type vxlan for network fdbae119-fc8a-41d6-a406-4939858b17df 2026-07-01 02:17:46.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-3401d75a-d7ce-4943-88dd-df001e9fff4f f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] TaaS: Handle Delete Port: f4a687b0-c2d7-44f7-987d-a750095dbf57 2026-07-01 02:17:46.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3401d75a-d7ce-4943-88dd-df001e9fff4f f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Tap Mirror: Handle Delete Port: f4a687b0-c2d7-44f7-987d-a750095dbf57 [pid: 8|app: 0|req: 815/1415] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:45 2026] DELETE /v2.0/ports/f4a687b0-c2d7-44f7-987d-a750095dbf57 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1416] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:46 2026] POST /v2.0/networks => generated 632 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:46.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-32b33212-f91d-4dff-bede-6d02f5814bf0 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] TaaS: Handle Delete Port: 09d0b250-3e93-4979-bd6f-9f476c0c78c6 2026-07-01 02:17:46.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b33212-f91d-4dff-bede-6d02f5814bf0 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Tap Mirror: Handle Delete Port: 09d0b250-3e93-4979-bd6f-9f476c0c78c6 [pid: 8|app: 0|req: 816/1417] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:46 2026] DELETE /v2.0/ports/09d0b250-3e93-4979-bd6f-9f476c0c78c6 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1418] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:46 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1419] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:46 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:46.479 8 INFO neutron.db.segments_db [None req-d7ed3d2f-49fc-4830-834f-618ba46bfe7e f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Added segment 8cb83573-d7f9-4211-b81c-9b5931d03ec9 of type vxlan for network 65aa212e-64c8-4563-8a4f-1f7b85508309 [pid: 8|app: 0|req: 818/1420] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:46 2026] POST /v2.0/networks => generated 654 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:46.614 8 INFO neutron.db.segments_db [None req-03cff52c-a92b-494f-b9c0-db5340ebbee2 f2d25448f9ae42a3b0cc446f551d6663 1662b36be3904c4bbf3f09659a908aa1 - - default default] Added segment 5985ff6c-72d1-4846-9264-6d1852a44288 of type vxlan for network a8618ad3-2294-4a96-8ba2-41b9c2fb8812 [pid: 8|app: 0|req: 819/1421] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:46 2026] POST /v2.0/networks => generated 653 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1422] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:46 2026] POST /v2.0/ports => generated 911 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:46.858 8 INFO neutron.services.segments.plugin [-] Segment 2cf39e76-f6ac-4c88-b4b9-edac749ea48f resource provider aggregate not found 2026-07-01 02:17:46.872 8 INFO neutron.services.segments.plugin [-] Segment 2cf39e76-f6ac-4c88-b4b9-edac749ea48f resource provider aggregate not found 2026-07-01 02:17:46.873 8 INFO neutron.services.segments.plugin [-] Segment 2cf39e76-f6ac-4c88-b4b9-edac749ea48f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cf39e76-f6ac-4c88-b4b9-edac749ea48f found for delete ", "request_id": "req-e6fd74a3-5ec4-45d6-9a3b-baaebc061808"}]} 2026-07-01 02:17:46.892 8 INFO neutron.services.segments.plugin [-] Segment 2cf39e76-f6ac-4c88-b4b9-edac749ea48f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cf39e76-f6ac-4c88-b4b9-edac749ea48f found for delete ", "request_id": "req-24d3b196-f52b-4380-b4cd-d6e9f299dd40"}]} 2026-07-01 02:17:46.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd50a52d-cedd-4c47-93c8-74e1e99c2392 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] TaaS: Handle Delete Port: 2a803f63-ab1f-4b68-a996-95db90cac913 2026-07-01 02:17:46.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd50a52d-cedd-4c47-93c8-74e1e99c2392 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Tap Mirror: Handle Delete Port: 2a803f63-ab1f-4b68-a996-95db90cac913 [pid: 8|app: 0|req: 820/1423] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:46 2026] DELETE /v2.0/ports/2a803f63-ab1f-4b68-a996-95db90cac913 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:47.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d6fd57b-8a8b-4c64-89a0-7ac8c0128fab 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1424] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:47 2026] GET /v2.0/ports/2a803f63-ab1f-4b68-a996-95db90cac913 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1425] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:47 2026] DELETE /v2.0/subnets/56186549-3d11-4ca1-8ad1-1d4485da4fb5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1426] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:47 2026] DELETE /v2.0/networks/fdbae119-fc8a-41d6-a406-4939858b17df => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1427] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:47 2026] POST /v2.0/subnets => generated 1323 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1428] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:47 2026] POST /v2.0/ports => generated 775 bytes in 250 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: 824/1429] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:47 2026] GET /v2.0/subnets => generated 1959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1430] 10.0.0.64 () {34 vars in 736 bytes} [Wed Jul 1 02:17:47 2026] PUT /v2.0/ports/d12eb75f-c215-4698-ad3b-9da04f806b33 => generated 752 bytes in 178 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: 606/1431] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:47 2026] GET /v2.0/security-groups?tenant_id=c9c5fc394f3545a5a39b66f19fcb0e2b&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:47.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-8427f21b-ef42-40db-a05f-e8f96abbee0e 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] TaaS: Handle Delete Port: d12eb75f-c215-4698-ad3b-9da04f806b33 2026-07-01 02:17:47.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8427f21b-ef42-40db-a05f-e8f96abbee0e 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Tap Mirror: Handle Delete Port: d12eb75f-c215-4698-ad3b-9da04f806b33 [pid: 8|app: 0|req: 826/1432] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:47 2026] DELETE /v2.0/subnets/48c87846-4741-47ab-80e4-3ad2af185e21 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1433] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:47 2026] DELETE /v2.0/ports/d12eb75f-c215-4698-ad3b-9da04f806b33 => 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: 827/1434] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:47 2026] DELETE /v2.0/security-groups/188d86f9-09a3-4c99-a752-71febe4c7374 => 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: 828/1435] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:48 2026] GET /v2.0/ports => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:48.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-778be541-fa12-4cc0-a649-54e0ca219236 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1436] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:48 2026] GET /v2.0/ports/d12eb75f-c215-4698-ad3b-9da04f806b33 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1437] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/subnets/e90753c1-06ed-4c31-aa59-cfb548d72ddb => 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: 830/1438] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:48 2026] GET /v2.0/ports => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1439] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:48 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1440] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:48 2026] GET /v2.0/ports/24a946b8-7d1d-46ec-a085-1f2d0933c19e => generated 775 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1443] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:48 2026] GET /v2.0/security-groups?tenant_id=4ca8c8f9cd20483ca508d67e90316595&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:48.336 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22e7fdb5-303c-42a1-ba7d-bfe1a7d0102e 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1444] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/ports/2a803f63-ab1f-4b68-a996-95db90cac913 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1445] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/networks/a8618ad3-2294-4a96-8ba2-41b9c2fb8812 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:48.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-354e01fe-3c6c-4408-b90e-f5ff2ca4bc55 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1446] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/subnets/56186549-3d11-4ca1-8ad1-1d4485da4fb5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1447] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/security-groups/a7ecded4-e8e8-4dc5-98c2-8292be6a24f3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:48.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37f320d5-ba81-4d12-96f5-58de158ee6e3 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1448] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/subnets/02bc7943-4296-4e92-8f06-6b62f92989ce => 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: 837/1449] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/networks/65aa212e-64c8-4563-8a4f-1f7b85508309 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:48.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-27011ebe-847a-4c5a-92e5-7daf28bc50bf 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] TaaS: Handle Delete Port: 24a946b8-7d1d-46ec-a085-1f2d0933c19e 2026-07-01 02:17:48.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27011ebe-847a-4c5a-92e5-7daf28bc50bf 1a43678c043f437daa7f80064530a325 2f1c03a76dd04676bd0535f0baff1f63 - - default default] Tap Mirror: Handle Delete Port: 24a946b8-7d1d-46ec-a085-1f2d0933c19e [pid: 7|app: 0|req: 613/1450] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/ports/24a946b8-7d1d-46ec-a085-1f2d0933c19e => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1451] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/networks/55b1c408-4b7e-4e75-b784-f5f86fd97892 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:48.803 7 INFO neutron.services.segments.plugin [-] Segment 44588171-e106-438b-99ad-d74216fa7d4a resource provider aggregate not found 2026-07-01 02:17:48.813 7 INFO neutron.services.segments.plugin [-] Segment 44588171-e106-438b-99ad-d74216fa7d4a resource provider aggregate not found 2026-07-01 02:17:48.821 7 INFO neutron.services.segments.plugin [-] Segment 44588171-e106-438b-99ad-d74216fa7d4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44588171-e106-438b-99ad-d74216fa7d4a found for delete ", "request_id": "req-9978c00c-0406-4924-8104-0393cb1169fc"}]} 2026-07-01 02:17:48.829 7 INFO neutron.services.segments.plugin [-] Segment 44588171-e106-438b-99ad-d74216fa7d4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44588171-e106-438b-99ad-d74216fa7d4a found for delete ", "request_id": "req-62b2fa53-48ac-4d08-8f87-0da4920f4e4b"}]} [pid: 7|app: 0|req: 614/1452] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/networks/534ce143-d8c9-412f-ab36-dbee7ec75ffc => 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: 839/1453] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:48 2026] DELETE /v2.0/networks/592130d1-c4d8-48ae-b48a-4c311b285304 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:48.899 8 INFO neutron.services.segments.plugin [-] Segment e3fc97b5-0e4b-472f-9d04-68f53102f09c resource provider aggregate not found 2026-07-01 02:17:48.927 8 INFO neutron.services.segments.plugin [-] Segment e3fc97b5-0e4b-472f-9d04-68f53102f09c resource provider aggregate not found 2026-07-01 02:17:48.931 8 INFO neutron.services.segments.plugin [-] Segment e3fc97b5-0e4b-472f-9d04-68f53102f09c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fc97b5-0e4b-472f-9d04-68f53102f09c found for delete ", "request_id": "req-1db3fddb-2d18-4f22-8c6b-176c3eb6c8bb"}]} 2026-07-01 02:17:48.943 8 INFO neutron.services.segments.plugin [-] Segment e3fc97b5-0e4b-472f-9d04-68f53102f09c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fc97b5-0e4b-472f-9d04-68f53102f09c found for delete ", "request_id": "req-5156306b-8581-4e3a-b4c3-01abef22a5c7"}]} 2026-07-01 02:17:48.949 8 INFO neutron.services.segments.plugin [-] Segment 5985ff6c-72d1-4846-9264-6d1852a44288 resource provider aggregate not found 2026-07-01 02:17:48.961 8 INFO neutron.services.segments.plugin [-] Segment 5985ff6c-72d1-4846-9264-6d1852a44288 resource provider aggregate not found 2026-07-01 02:17:48.964 8 INFO neutron.services.segments.plugin [-] Segment 5985ff6c-72d1-4846-9264-6d1852a44288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5985ff6c-72d1-4846-9264-6d1852a44288 found for delete ", "request_id": "req-e5137734-db07-4a56-8c13-b98328e12ae8"}]} 2026-07-01 02:17:48.980 8 INFO neutron.services.segments.plugin [-] Segment 8cb83573-d7f9-4211-b81c-9b5931d03ec9 resource provider aggregate not found 2026-07-01 02:17:48.985 8 INFO neutron.services.segments.plugin [-] Segment 5985ff6c-72d1-4846-9264-6d1852a44288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5985ff6c-72d1-4846-9264-6d1852a44288 found for delete ", "request_id": "req-6ee906d1-59f9-4ef4-9e42-190afb56ac68"}]} 2026-07-01 02:17:48.999 8 INFO neutron.services.segments.plugin [-] Segment 8cb83573-d7f9-4211-b81c-9b5931d03ec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cb83573-d7f9-4211-b81c-9b5931d03ec9 found for delete ", "request_id": "req-789c9e5f-87ea-4c4c-918e-dc51d92a733e"}]} 2026-07-01 02:17:49.002 8 INFO neutron.services.segments.plugin [-] Segment 8cb83573-d7f9-4211-b81c-9b5931d03ec9 resource provider aggregate not found 2026-07-01 02:17:49.017 8 INFO neutron.services.segments.plugin [-] Segment 8cb83573-d7f9-4211-b81c-9b5931d03ec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cb83573-d7f9-4211-b81c-9b5931d03ec9 found for delete ", "request_id": "req-094c119c-134e-4c42-a600-1db6883b5d2f"}]} 2026-07-01 02:17:49.020 8 INFO neutron.services.segments.plugin [-] Segment 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 resource provider aggregate not found 2026-07-01 02:17:49.031 8 INFO neutron.services.segments.plugin [-] Segment 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 resource provider aggregate not found 2026-07-01 02:17:49.034 8 INFO neutron.services.segments.plugin [-] Segment 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 found for delete ", "request_id": "req-90308a31-c328-48c5-9bd8-079ea4654514"}]} 2026-07-01 02:17:49.048 8 INFO neutron.services.segments.plugin [-] Segment 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c857154-c2ac-4c7f-8b88-f5c5e30e3f80 found for delete ", "request_id": "req-644b092d-5b1b-459c-af13-063ba0cde89d"}]} 2026-07-01 02:17:49.054 8 INFO neutron.services.segments.plugin [-] Segment 86bf1123-1e1b-4842-808a-1ed1a9339e32 resource provider aggregate not found 2026-07-01 02:17:49.065 8 INFO neutron.services.segments.plugin [-] Segment 86bf1123-1e1b-4842-808a-1ed1a9339e32 resource provider aggregate not found 2026-07-01 02:17:49.070 8 INFO neutron.services.segments.plugin [-] Segment 86bf1123-1e1b-4842-808a-1ed1a9339e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bf1123-1e1b-4842-808a-1ed1a9339e32 found for delete ", "request_id": "req-b8400ef9-94a3-4949-ae28-36f5a8c70aef"}]} 2026-07-01 02:17:49.081 8 INFO neutron.services.segments.plugin [-] Segment 86bf1123-1e1b-4842-808a-1ed1a9339e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bf1123-1e1b-4842-808a-1ed1a9339e32 found for delete ", "request_id": "req-c13f7ba5-1ef2-43ff-b2af-1fbd8142919c"}]} [pid: 7|app: 0|req: 615/1454] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:49 2026] GET /v2.0/security-groups?tenant_id=1662b36be3904c4bbf3f09659a908aa1&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1455] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:49 2026] GET /v2.0/security-groups?tenant_id=2f1c03a76dd04676bd0535f0baff1f63&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: 616/1456] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:17:49 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1457] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:49 2026] DELETE /v2.0/security-groups/6918b88d-cd3a-4f4e-ac6f-f895849c5072 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1458] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:17:49 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1459] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:49 2026] DELETE /v2.0/security-groups/b7b2382e-42a3-4e56-a4d5-2de8bec22b2c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1460] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:50 2026] GET /v2.0/security-groups?tenant_id=6668c0002a4a422eaac707f6a113ea53&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1461] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:50 2026] DELETE /v2.0/security-groups/0fe76809-e0a0-40d6-9ad3-efb977daefa3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:51.545 8 INFO neutron.db.segments_db [None req-f8ee8255-172f-4389-8eab-0cc48e1cae51 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Added segment f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 of type vxlan for network 943fc3b8-4af2-422c-bf95-66cc363f5211 2026-07-01 02:17:51.589 8 INFO neutron.db.segments_db [None req-f8ee8255-172f-4389-8eab-0cc48e1cae51 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Added segment 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 of type vxlan for network 3d4049ea-9f07-465a-87b5-d0fe6867ee2f 2026-07-01 02:17:51.645 7 INFO neutron.db.segments_db [None req-1128878c-3000-459e-8961-545a80dc0a64 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment ecbc7f12-03a7-49b8-8217-047bb5b63ed8 of type vxlan for network 8e78c8ab-06bb-4bc1-98c2-48a7544c03ed [pid: 8|app: 0|req: 844/1462] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:51 2026] POST /v2.0/networks => generated 1244 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1463] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:51 2026] POST /v2.0/networks => generated 630 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1464] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:51 2026] GET /v2.0/networks => generated 1843 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:51.806 7 INFO neutron.db.segments_db [None req-c8e50329-d1e2-4291-a152-a7675332306f f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment 0ea47e52-5fda-489b-8c92-4da62417a23e of type vxlan for network bcbed610-7942-4f74-a253-f69bb10aa138 2026-07-01 02:17:51.863 8 INFO neutron.services.segments.plugin [-] Segment f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 resource provider aggregate not found 2026-07-01 02:17:51.869 8 INFO neutron.services.segments.plugin [-] Segment f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 resource provider aggregate not found 2026-07-01 02:17:51.888 8 INFO neutron.services.segments.plugin [-] Segment f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 found for delete ", "request_id": "req-b5e9417f-1d36-4189-a4b9-8df3243baa76"}]} 2026-07-01 02:17:51.889 8 INFO neutron.services.segments.plugin [-] Segment f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e71da8-e8d8-4f3e-a8c2-14635a2ab7a2 found for delete ", "request_id": "req-dadd7eda-d09b-4ae3-be34-a68a778638cf"}]} [pid: 7|app: 0|req: 620/1465] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:51 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1466] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:51 2026] DELETE /v2.0/networks/943fc3b8-4af2-422c-bf95-66cc363f5211 => 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: 847/1467] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:51 2026] DELETE /v2.0/networks/3d4049ea-9f07-465a-87b5-d0fe6867ee2f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1468] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:17:52 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1469] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:51 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:52.165 8 INFO neutron.db.segments_db [None req-72871425-f3bf-4bbb-ab60-30f50cdfc998 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Added segment bcc0493d-0fe1-4703-a993-74288a6dbe85 of type vxlan for network c8a18262-0c0b-467f-a631-cdbf44dc8d08 [pid: 8|app: 0|req: 849/1470] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:52 2026] POST /v2.0/networks => generated 650 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:52.320 8 INFO neutron.db.segments_db [None req-52f9bda7-52a2-4829-9c51-55e199ff1918 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Added segment 478633b5-a134-45a2-8b4d-647e5efefc5e of type vxlan for network 30f0d3ca-8d9b-465b-ad77-948d3d48f397 [pid: 8|app: 0|req: 850/1471] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:52 2026] POST /v2.0/networks => generated 650 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1472] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:52 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:52.470 7 INFO neutron.db.segments_db [None req-2e9fd429-f212-480a-bbc2-99682a3fc13a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment ffe871ec-35bb-4571-b84e-8a6daf274ef5 of type vxlan for network 19df12af-2378-4872-a192-1f34d756951e 2026-07-01 02:17:52.712 7 INFO neutron.db.l3_hamode_db [None req-2e9fd429-f212-480a-bbc2-99682a3fc13a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:17:52.875 7 INFO neutron.db.l3_hamode_db [None req-2e9fd429-f212-480a-bbc2-99682a3fc13a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 851/1473] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:17:52 2026] POST /v2.0/ports => generated 1505 bytes in 581 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: 852/1474] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:52 2026] GET /v2.0/ports => generated 1505 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:53.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-f10e4c6c-210f-4ffb-af73-309cf0a7cfce 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] TaaS: Handle Delete Port: 3598c8d7-28b7-4b32-b0b6-bb0951c3fb92 2026-07-01 02:17:53.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f10e4c6c-210f-4ffb-af73-309cf0a7cfce 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Tap Mirror: Handle Delete Port: 3598c8d7-28b7-4b32-b0b6-bb0951c3fb92 [pid: 8|app: 0|req: 853/1475] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:53 2026] DELETE /v2.0/ports/3598c8d7-28b7-4b32-b0b6-bb0951c3fb92 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1476] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:52 2026] POST /v2.0/routers => generated 507 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1477] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:53 2026] GET /v2.0/security-groups?tenant_id=c092ea4ec3b54b919697965aaad885b7&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:53.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-49f9e60a-516a-45ed-bac5-b053d1d20d23 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] TaaS: Handle Delete Port: bd3e92bc-af00-4af7-bbe0-fd24e2fcd182 2026-07-01 02:17:53.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49f9e60a-516a-45ed-bac5-b053d1d20d23 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Tap Mirror: Handle Delete Port: bd3e92bc-af00-4af7-bbe0-fd24e2fcd182 [pid: 7|app: 0|req: 624/1478] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:17:53 2026] DELETE /v2.0/ports/bd3e92bc-af00-4af7-bbe0-fd24e2fcd182 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:53.920 8 INFO neutron.services.segments.plugin [-] Segment 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 resource provider aggregate not found 2026-07-01 02:17:53.922 8 INFO neutron.services.segments.plugin [-] Segment 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 resource provider aggregate not found [pid: 7|app: 0|req: 625/1479] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:53 2026] DELETE /v2.0/security-groups/1984f529-a14b-4b26-a605-4df5b16176c7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:17:53.942 8 INFO neutron.services.segments.plugin [-] Segment 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 found for delete ", "request_id": "req-6f3b9698-033b-46ed-be51-f0a2e6a4130a"}]} 2026-07-01 02:17:53.954 8 INFO neutron.services.segments.plugin [-] Segment 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71eec8f7-c97b-4f03-b3cb-3fcd4c888218 found for delete ", "request_id": "req-1da64ea0-7235-4af9-bfd1-ad68167dad7e"}]} [pid: 7|app: 0|req: 626/1480] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:17:53 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:54.026 7 INFO neutron.db.segments_db [None req-5943f458-54f1-4dcf-963d-48645b72eb4d 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Added segment e9ac64e9-dc1a-4348-8ad4-d13936a1699a of type vxlan for network 8e39683e-3d00-4219-a5ec-4eef115a022c [pid: 7|app: 0|req: 627/1481] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:53 2026] POST /v2.0/networks => generated 649 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:54.212 7 INFO neutron.db.segments_db [None req-e424cf33-bc01-41f1-914c-8fe9dc74042f 27e1e340c4ce41fa856b8e2666bad05a 995ab3067b18432e9eb62ab23356928d - - default default] Added segment eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 of type vxlan for network 49493acb-08c4-4ff9-a3b3-3e2971f99830 [pid: 7|app: 0|req: 628/1482] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:54 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1483] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:17:53 2026] PUT /v2.0/routers/02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1484] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:54 2026] GET /v2.0/ports/fe2f2abc-bef2-4a45-bfd2-ef8cac11a4e6 => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1485] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:54 2026] POST /v2.0/subnets => generated 1273 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1486] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:54 2026] GET /v2.0/subnets => generated 1909 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1487] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:54 2026] DELETE /v2.0/subnets/33c56c77-73b6-4ec0-9eb2-183fba52407e => 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: 632/1488] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:55 2026] DELETE /v2.0/subnets/e5cadc59-a51b-45c3-a1d2-6b62a184d843 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1489] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:17:55 2026] GET /v2.0/subnets => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:55.338 7 INFO neutron.services.segments.plugin [-] Segment eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 resource provider aggregate not found 2026-07-01 02:17:55.341 7 INFO neutron.services.segments.plugin [-] Segment eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 resource provider aggregate not found 2026-07-01 02:17:55.371 7 INFO neutron.services.segments.plugin [-] Segment eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 found for delete ", "request_id": "req-c04f3d77-face-4bb8-ad7f-fe5c015a6b28"}]} 2026-07-01 02:17:55.371 7 INFO neutron.services.segments.plugin [-] Segment eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca2cf0f-ca09-4fb4-a33f-f89074ab56b6 found for delete ", "request_id": "req-c9740c99-d285-4433-b93f-253a43c0590a"}]} [pid: 7|app: 0|req: 634/1490] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:55 2026] DELETE /v2.0/networks/49493acb-08c4-4ff9-a3b3-3e2971f99830 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1491] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:55 2026] DELETE /v2.0/networks/8e39683e-3d00-4219-a5ec-4eef115a022c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:55.828 7 INFO neutron.db.segments_db [None req-e5576c93-a11d-48e7-821f-4e87f7b6bec3 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 of type vxlan for network 37cbc2c4-4dd9-43f6-9cbe-219c81215f48 [pid: 8|app: 0|req: 857/1492] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:17:54 2026] PUT /v2.0/routers/02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1493] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:55 2026] POST /v2.0/networks => generated 634 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1494] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:55 2026] GET /v2.0/ports/075ee550-4ee9-4cb4-bd3a-f63b083c847c => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:17:55.991 8 INFO neutron.services.segments.plugin [-] Segment 478633b5-a134-45a2-8b4d-647e5efefc5e resource provider aggregate not found 2026-07-01 02:17:55.996 8 INFO neutron.services.segments.plugin [-] Segment 478633b5-a134-45a2-8b4d-647e5efefc5e resource provider aggregate not found 2026-07-01 02:17:56.015 8 INFO neutron.services.segments.plugin [-] Segment 478633b5-a134-45a2-8b4d-647e5efefc5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 478633b5-a134-45a2-8b4d-647e5efefc5e found for delete ", "request_id": "req-0abc2c55-ec52-4b0f-a162-f1dbbae4955b"}]} 2026-07-01 02:17:56.018 8 INFO neutron.services.segments.plugin [-] Segment 478633b5-a134-45a2-8b4d-647e5efefc5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 478633b5-a134-45a2-8b4d-647e5efefc5e found for delete ", "request_id": "req-1e8d4cd3-d067-4add-ad15-8ffa989c6b44"}]} [pid: 8|app: 0|req: 858/1495] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:55 2026] DELETE /v2.0/networks/30f0d3ca-8d9b-465b-ad77-948d3d48f397 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:56.026 7 INFO neutron.db.segments_db [None req-f0f3c00a-8a93-40c5-95b9-ccf253083ad0 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment 0d890762-50f5-4141-9cc7-99851cacac44 of type vxlan for network 25e5e115-46df-418d-ae20-d2eeb6978543 [pid: 7|app: 0|req: 638/1496] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:55 2026] POST /v2.0/networks => generated 633 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1497] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:56 2026] DELETE /v2.0/networks/c8a18262-0c0b-467f-a631-cdbf44dc8d08 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:56.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dd16241-c24d-4ae8-9854-dbac3e874238 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: 075ee550-4ee9-4cb4-bd3a-f63b083c847c 2026-07-01 02:17:56.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd16241-c24d-4ae8-9854-dbac3e874238 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: 075ee550-4ee9-4cb4-bd3a-f63b083c847c [pid: 7|app: 0|req: 640/1498] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:56 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1499] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:56 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:17:56.783 7 INFO neutron.db.segments_db [None req-25ac54ac-f8ad-4c39-8291-ae7f47fd7fdd 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment ca6facc7-903b-4256-8531-e493ac23bf52 of type vxlan for network 3bc939a9-c74c-48ae-9ae6-40a2bb3e515d [pid: 8|app: 0|req: 859/1500] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:17:56 2026] PUT /v2.0/routers/02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1501] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:17:56 2026] GET /v2.0/security-groups?tenant_id=995ab3067b18432e9eb62ab23356928d&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:17:57.021 7 INFO neutron.db.l3_hamode_db [None req-25ac54ac-f8ad-4c39-8291-ae7f47fd7fdd 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:17:57.170 7 INFO neutron.db.l3_hamode_db [None req-25ac54ac-f8ad-4c39-8291-ae7f47fd7fdd 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:17:57.397 7 INFO neutron.services.segments.plugin [-] Segment e9ac64e9-dc1a-4348-8ad4-d13936a1699a resource provider aggregate not found 2026-07-01 02:17:57.400 7 INFO neutron.services.segments.plugin [-] Segment e9ac64e9-dc1a-4348-8ad4-d13936a1699a resource provider aggregate not found 2026-07-01 02:17:57.413 7 INFO neutron.services.segments.plugin [-] Segment e9ac64e9-dc1a-4348-8ad4-d13936a1699a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ac64e9-dc1a-4348-8ad4-d13936a1699a found for delete ", "request_id": "req-536bbce5-8350-4995-8504-83558bbe23d2"}]} 2026-07-01 02:17:57.417 7 INFO neutron.services.segments.plugin [-] Segment e9ac64e9-dc1a-4348-8ad4-d13936a1699a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ac64e9-dc1a-4348-8ad4-d13936a1699a found for delete ", "request_id": "req-0e89c1ae-ae66-4061-981e-6f1567fa1a91"}]} 2026-07-01 02:17:57.435 7 INFO neutron.services.segments.plugin [-] Segment bcc0493d-0fe1-4703-a993-74288a6dbe85 resource provider aggregate not found 2026-07-01 02:17:57.439 7 INFO neutron.services.segments.plugin [-] Segment bcc0493d-0fe1-4703-a993-74288a6dbe85 resource provider aggregate not found 2026-07-01 02:17:57.452 7 INFO neutron.services.segments.plugin [-] Segment bcc0493d-0fe1-4703-a993-74288a6dbe85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc0493d-0fe1-4703-a993-74288a6dbe85 found for delete ", "request_id": "req-b3f3f328-b2e5-42b1-9d36-005046a88f17"}]} 2026-07-01 02:17:57.460 7 INFO neutron.services.segments.plugin [-] Segment bcc0493d-0fe1-4703-a993-74288a6dbe85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc0493d-0fe1-4703-a993-74288a6dbe85 found for delete ", "request_id": "req-b13c1376-bd97-40fa-b66e-a632bb3a2f9e"}]} 2026-07-01 02:17:57.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-96b557b2-6f79-4f0f-882a-20e1cd0839cb f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: fe2f2abc-bef2-4a45-bfd2-ef8cac11a4e6 2026-07-01 02:17:57.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96b557b2-6f79-4f0f-882a-20e1cd0839cb f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: fe2f2abc-bef2-4a45-bfd2-ef8cac11a4e6 [pid: 7|app: 0|req: 642/1502] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:17:56 2026] POST /v2.0/routers => generated 510 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1503] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:17:57 2026] DELETE /v2.0/security-groups/953b7fc5-6b7b-4ccc-9e00-2b3e233bc005 => 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: 861/1504] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:17:57 2026] PUT /v2.0/routers/02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622/remove_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1505] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:17:58 2026] GET /v2.0/ports?device_id=02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:17:58.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef2bec61-4b0e-4d36-9bec-3e3ab289a558 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: 4095e089-7796-49a0-91cd-9b4d851c1b15 2026-07-01 02:17:58.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef2bec61-4b0e-4d36-9bec-3e3ab289a558 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: 4095e089-7796-49a0-91cd-9b4d851c1b15 2026-07-01 02:17:58.682 8 INFO neutron.services.segments.plugin [-] Segment ffe871ec-35bb-4571-b84e-8a6daf274ef5 resource provider aggregate not found 2026-07-01 02:17:58.683 8 INFO neutron.services.segments.plugin [-] Segment ffe871ec-35bb-4571-b84e-8a6daf274ef5 resource provider aggregate not found 2026-07-01 02:17:58.700 8 INFO neutron.services.segments.plugin [-] Segment ffe871ec-35bb-4571-b84e-8a6daf274ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe871ec-35bb-4571-b84e-8a6daf274ef5 found for delete ", "request_id": "req-298072e3-5980-4f57-bb3a-5028f1c3612a"}]} 2026-07-01 02:17:58.704 8 INFO neutron.services.segments.plugin [-] Segment ffe871ec-35bb-4571-b84e-8a6daf274ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe871ec-35bb-4571-b84e-8a6daf274ef5 found for delete ", "request_id": "req-e6a3147c-2562-402a-9ec2-245e90fbf72d"}]} 2026-07-01 02:17:58.708 8 INFO neutron.db.l3_hamode_db [None req-ef2bec61-4b0e-4d36-9bec-3e3ab289a558 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] HA network 19df12af-2378-4872-a192-1f34d756951e was deleted as no HA routers are present in tenant f68e8824d776458bb203eb081c77a577. [pid: 8|app: 0|req: 863/1506] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:58 2026] DELETE /v2.0/routers/02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1507] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:58 2026] DELETE /v2.0/subnets/ee2e6012-cbb2-484d-af81-158fc6244d06 => 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: 644/1508] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:17:57 2026] PUT /v2.0/routers/6cbf97da-8d25-4c2e-b883-1881b4d96d2d/add_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1509] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:17:58 2026] GET /v2.0/ports/2709015f-a0ab-4d73-9dd1-7f80914c7c04 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1510] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:17:58 2026] DELETE /v2.0/subnets/72b00516-aa3e-41d3-9e22-32d8593ffdf8 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:59.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cf7d8a0-d9a7-41ba-8f08-72ae5d3949ce f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: d9f85cde-a427-4d75-9439-5bfdbcf7ea79 2026-07-01 02:17:59.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cf7d8a0-d9a7-41ba-8f08-72ae5d3949ce f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: d9f85cde-a427-4d75-9439-5bfdbcf7ea79 [pid: 8|app: 0|req: 866/1511] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:59 2026] DELETE /v2.0/networks/bcbed610-7942-4f74-a253-f69bb10aa138 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:59.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-10cc241c-4486-4a9d-8f1e-5569741ba3a4 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: 82f19c84-a6cc-478d-a4da-66295f17f578 2026-07-01 02:17:59.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10cc241c-4486-4a9d-8f1e-5569741ba3a4 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: 82f19c84-a6cc-478d-a4da-66295f17f578 [pid: 8|app: 0|req: 867/1512] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:17:59 2026] DELETE /v2.0/networks/8e78c8ab-06bb-4bc1-98c2-48a7544c03ed => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:17:59.934 8 INFO neutron.db.segments_db [None req-56b63a15-68c3-462d-85c8-9b1afb3ee24d 87b22169fda7495ba858cccb10b1d988 8c373799dc104776b14b5843b9b87fd2 - - default default] Added segment e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 of type vxlan for network 3dedbfe6-3093-4a6a-a7ff-33936389dd54 [pid: 8|app: 0|req: 868/1513] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:17:59 2026] POST /v2.0/networks => generated 648 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1514] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:17:58 2026] PUT /v2.0/routers/6cbf97da-8d25-4c2e-b883-1881b4d96d2d/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:00.087 8 INFO neutron.db.segments_db [None req-7a57554a-1d76-46b1-ab92-0caa3f9c0570 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment e6b199ae-42f9-4c5a-be13-be329f063789 of type vxlan for network 5007fe2d-4cab-4399-b642-2a56d04972d0 [pid: 7|app: 0|req: 647/1515] 10.0.0.64 () {32 vars in 825 bytes} [Wed Jul 1 02:18:00 2026] GET /v2.0/ports?project_id=dbc1b1e5b3ee45c1ba488667415ea781&network_id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 3691 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1516] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:18:00 2026] GET /v2.0/ports/1ed4efb0-3d36-432d-b94f-c97c7329220c => generated 967 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1517] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:00 2026] POST /v2.0/networks => generated 630 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1518] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:00 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1519] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:18:00 2026] GET /v2.0/subnets?network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:00.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-52147751-2708-4e70-8134-539571f44731 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 1ed4efb0-3d36-432d-b94f-c97c7329220c 2026-07-01 02:18:00.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52147751-2708-4e70-8134-539571f44731 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 1ed4efb0-3d36-432d-b94f-c97c7329220c 2026-07-01 02:18:00.520 8 INFO neutron.db.segments_db [None req-19772092-234d-4d40-93c7-fee557622650 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 of type vxlan for network 7bae0d7d-c167-4a10-92b0-10a6cc131e33 2026-07-01 02:18:00.729 8 INFO neutron.services.segments.plugin [-] Segment 0ea47e52-5fda-489b-8c92-4da62417a23e resource provider aggregate not found 2026-07-01 02:18:00.732 8 INFO neutron.services.segments.plugin [-] Segment 0ea47e52-5fda-489b-8c92-4da62417a23e resource provider aggregate not found 2026-07-01 02:18:00.748 8 INFO neutron.services.segments.plugin [-] Segment 0ea47e52-5fda-489b-8c92-4da62417a23e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ea47e52-5fda-489b-8c92-4da62417a23e found for delete ", "request_id": "req-40196968-15da-40eb-b62a-606cc3bd736d"}]} 2026-07-01 02:18:00.755 8 INFO neutron.services.segments.plugin [-] Segment 0ea47e52-5fda-489b-8c92-4da62417a23e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ea47e52-5fda-489b-8c92-4da62417a23e found for delete ", "request_id": "req-edd04290-f971-4dcb-9e8d-2b4d7276c5e5"}]} 2026-07-01 02:18:00.771 8 INFO neutron.services.segments.plugin [-] Segment ecbc7f12-03a7-49b8-8217-047bb5b63ed8 resource provider aggregate not found 2026-07-01 02:18:00.775 8 INFO neutron.services.segments.plugin [-] Segment ecbc7f12-03a7-49b8-8217-047bb5b63ed8 resource provider aggregate not found 2026-07-01 02:18:00.793 8 INFO neutron.services.segments.plugin [-] Segment ecbc7f12-03a7-49b8-8217-047bb5b63ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbc7f12-03a7-49b8-8217-047bb5b63ed8 found for delete ", "request_id": "req-b0e80f8a-dd21-4af3-ba1f-1e5bc870c5b3"}]} 2026-07-01 02:18:00.794 8 INFO neutron.services.segments.plugin [-] Segment ecbc7f12-03a7-49b8-8217-047bb5b63ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbc7f12-03a7-49b8-8217-047bb5b63ed8 found for delete ", "request_id": "req-6ee1af92-ef25-49be-a88b-d730973c3f1c"}]} 2026-07-01 02:18:00.809 8 INFO neutron.db.l3_hamode_db [None req-19772092-234d-4d40-93c7-fee557622650 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:00.930 8 INFO neutron.db.l3_hamode_db [None req-19772092-234d-4d40-93c7-fee557622650 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 649/1520] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:00 2026] PUT /v2.0/routers/6cbf97da-8d25-4c2e-b883-1881b4d96d2d/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1521] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:00 2026] POST /v2.0/subnets => generated 673 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:01.348 7 INFO neutron.db.l3_db [None req-b99c71d9-8bf7-4c29-bab4-ae0b91b93cae 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Floating IP b5410ec6-8a10-452e-a5ae-e490ca7bd102 disassociated. External IP: 10.96.250.210, port: 361732b9-2550-4154-989c-b82f3ab53acc. [pid: 8|app: 0|req: 872/1522] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:00 2026] POST /v2.0/routers => generated 507 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1523] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:18:01 2026] PUT /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 554 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:01.708 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ece65b29-ec4a-4e00-abe7-85684ff3d6f0'] response: {'name': 'network-changed', 'server_uuid': '48c6a70a-21a1-40ee-b057-64d94f4733dd', 'tag': '361732b9-2550-4154-989c-b82f3ab53acc', 'status': 'completed', 'code': 200} 2026-07-01 02:18:01.729 7 INFO neutron.db.segments_db [None req-a4446fb1-1992-4732-959c-fe6739d5f3f8 87b22169fda7495ba858cccb10b1d988 8c373799dc104776b14b5843b9b87fd2 - - default default] Added segment 44fc8507-9ca5-4abb-8846-0af32ae62c7f of type vxlan for network e7c3b23f-9e57-434e-b178-1e37e6c6d62c [pid: 7|app: 0|req: 652/1524] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:01 2026] POST /v2.0/networks => generated 648 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:01.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-f99f14a2-ad52-419e-9c07-2d21ab99d804 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 2709015f-a0ab-4d73-9dd1-7f80914c7c04 2026-07-01 02:18:01.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99f14a2-ad52-419e-9c07-2d21ab99d804 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 2709015f-a0ab-4d73-9dd1-7f80914c7c04 [pid: 7|app: 0|req: 653/1525] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:18:01 2026] POST /v2.0/ports => generated 951 bytes in 443 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: 654/1526] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:18:02 2026] GET /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1527] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:01 2026] PUT /v2.0/routers/6cbf97da-8d25-4c2e-b883-1881b4d96d2d/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1528] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:02 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 655/1529] 10.0.0.64 () {34 vars in 742 bytes} [Wed Jul 1 02:18:02 2026] PUT /v2.0/networks/e7c3b23f-9e57-434e-b178-1e37e6c6d62c => generated 592 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1530] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:02 2026] GET /v2.0/ports?device_id=6cbf97da-8d25-4c2e-b883-1881b4d96d2d => 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: 657/1531] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:18:02 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1532] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:02 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:02.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2fb04bd-1339-43e3-aa11-5a1a55d5395b 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: fe9d7c17-1288-425f-9f2a-8e2e16fa5cf9 2026-07-01 02:18:02.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2fb04bd-1339-43e3-aa11-5a1a55d5395b 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: fe9d7c17-1288-425f-9f2a-8e2e16fa5cf9 2026-07-01 02:18:03.231 7 INFO neutron.services.segments.plugin [-] Segment ca6facc7-903b-4256-8531-e493ac23bf52 resource provider aggregate not found 2026-07-01 02:18:03.236 7 INFO neutron.services.segments.plugin [-] Segment ca6facc7-903b-4256-8531-e493ac23bf52 resource provider aggregate not found 2026-07-01 02:18:03.251 7 INFO neutron.services.segments.plugin [-] Segment ca6facc7-903b-4256-8531-e493ac23bf52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca6facc7-903b-4256-8531-e493ac23bf52 found for delete ", "request_id": "req-304b1c39-b2fd-48eb-a73d-ed55acd007f5"}]} 2026-07-01 02:18:03.252 7 INFO neutron.services.segments.plugin [-] Segment ca6facc7-903b-4256-8531-e493ac23bf52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca6facc7-903b-4256-8531-e493ac23bf52 found for delete ", "request_id": "req-a2fc7782-7e23-4e34-a119-fa614eb7720b"}]} 2026-07-01 02:18:03.271 7 INFO neutron.db.l3_hamode_db [None req-f2fb04bd-1339-43e3-aa11-5a1a55d5395b 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] HA network 3bc939a9-c74c-48ae-9ae6-40a2bb3e515d was deleted as no HA routers are present in tenant 413f25d10c3a43838d554598c44e17a7. [pid: 7|app: 0|req: 659/1533] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:02 2026] DELETE /v2.0/routers/6cbf97da-8d25-4c2e-b883-1881b4d96d2d => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1534] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=361732b9-2550-4154-989c-b82f3ab53acc => 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: 661/1535] 10.0.0.64 () {34 vars in 740 bytes} [Wed Jul 1 02:18:03 2026] PUT /v2.0/subnets/4b96eddc-8102-467c-a875-1f5715dcc677 => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1538] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:02 2026] PUT /v2.0/routers/24075c6f-b2fc-4604-86e9-c6ef4656c0ee/add_router_interface => generated 309 bytes in 1088 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: 876/1539] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 552 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1540] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/subnets?id=fc6c3219-b502-4e54-9378-d9ed7a5ae6bb => 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: 664/1541] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:03 2026] DELETE /v2.0/subnets/e2d4b6cb-e9a8-45b6-915c-1af6e18093d7 => 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: 665/1542] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/ports/1466ec35-609c-4a3f-a13d-ac630b058796 => generated 1025 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1543] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/ports?network_id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:03.718 8 INFO neutron.services.segments.plugin [-] Segment 44fc8507-9ca5-4abb-8846-0af32ae62c7f resource provider aggregate not found 2026-07-01 02:18:03.730 8 INFO neutron.services.segments.plugin [-] Segment 44fc8507-9ca5-4abb-8846-0af32ae62c7f resource provider aggregate not found 2026-07-01 02:18:03.737 8 INFO neutron.services.segments.plugin [-] Segment 44fc8507-9ca5-4abb-8846-0af32ae62c7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fc8507-9ca5-4abb-8846-0af32ae62c7f found for delete ", "request_id": "req-4e2f4561-426e-40c8-bdff-d769da358495"}]} 2026-07-01 02:18:03.752 8 INFO neutron.services.segments.plugin [-] Segment 44fc8507-9ca5-4abb-8846-0af32ae62c7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fc8507-9ca5-4abb-8846-0af32ae62c7f found for delete ", "request_id": "req-3aff3d4c-1cf4-4cdd-827b-5927f1ca8e10"}]} [pid: 8|app: 0|req: 878/1544] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:03 2026] DELETE /v2.0/networks/e7c3b23f-9e57-434e-b178-1e37e6c6d62c => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1545] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:03 2026] DELETE /v2.0/subnets/eacfa256-7612-4f31-86ad-54b8500a2a7e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1546] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:03.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72d1c57d-ef9d-4bdf-bcfa-85b791af883d 87b22169fda7495ba858cccb10b1d988 8c373799dc104776b14b5843b9b87fd2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1547] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:03 2026] DELETE /v2.0/networks/e7c3b23f-9e57-434e-b178-1e37e6c6d62c => 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: 670/1548] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:03 2026] DELETE /v2.0/networks/25e5e115-46df-418d-ae20-d2eeb6978543 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1549] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:18:03 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1550] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:18:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:04.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f0c6c1d-f135-41f7-9d87-ddcd350e1827 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: 1466ec35-609c-4a3f-a13d-ac630b058796 2026-07-01 02:18:04.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f0c6c1d-f135-41f7-9d87-ddcd350e1827 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: 1466ec35-609c-4a3f-a13d-ac630b058796 2026-07-01 02:18:04.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-228f447e-8c38-4dae-b4df-2b579b726fe7 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 8bc7afc0-eca6-4ddc-b328-e11820147000 2026-07-01 02:18:04.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-228f447e-8c38-4dae-b4df-2b579b726fe7 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 8bc7afc0-eca6-4ddc-b328-e11820147000 [pid: 7|app: 0|req: 673/1551] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:04 2026] DELETE /v2.0/networks/37cbc2c4-4dd9-43f6-9cbe-219c81215f48 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1552] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:18:04 2026] GET /v2.0/subnets?network_id=4f3623de-f4e3-40d9-a718-796808f83826 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:04.467 7 INFO neutron.db.segments_db [None req-264c226f-17a1-4de9-91b2-5e5428fc5b44 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment f94c22e2-4787-4014-9d3d-631b92205666 of type vxlan for network 5e416578-2fb2-4c1f-a912-fdd1ac4d6b3e [pid: 7|app: 0|req: 675/1553] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:04 2026] POST /v2.0/networks => generated 633 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1554] 10.0.0.64 () {32 vars in 652 bytes} [Wed Jul 1 02:18:04 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) [pid: 8|app: 0|req: 879/1555] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:03 2026] PUT /v2.0/routers/24075c6f-b2fc-4604-86e9-c6ef4656c0ee/remove_router_interface => generated 309 bytes in 871 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: 677/1556] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:18:04 2026] POST /v2.0/security-groups => generated 1675 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1557] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:18:04 2026] GET /v2.0/networks => generated 1313 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1558] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:04 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:04.921 7 INFO neutron.api.v2.resource [None req-407646d9-ce33-4c8f-9162-ef90801118c3 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1559] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:04 2026] PUT /v2.0/routers/24075c6f-b2fc-4604-86e9-c6ef4656c0ee/remove_router_interface => generated 197 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1560] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:18:04 2026] GET /v2.0/subnets => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:05.003 7 INFO neutron.db.segments_db [None req-4e39f712-c30c-41ae-988e-108602915fd7 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment c636f449-21be-4c1d-8997-a5f6e4a5a38f of type vxlan for network 4dbe0858-0e0f-4187-9929-bd6e7c18d3da [pid: 8|app: 0|req: 881/1561] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1562] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:05 2026] GET /v2.0/ports?device_id=24075c6f-b2fc-4604-86e9-c6ef4656c0ee => 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: 883/1563] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:18:05 2026] GET /v2.0/networks/3dedbfe6-3093-4a6a-a7ff-33936389dd54 => generated 673 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1564] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:05.272 7 INFO neutron.services.segments.plugin [-] Segment 0d890762-50f5-4141-9cc7-99851cacac44 resource provider aggregate not found 2026-07-01 02:18:05.276 7 INFO neutron.services.segments.plugin [-] Segment 0d890762-50f5-4141-9cc7-99851cacac44 resource provider aggregate not found 2026-07-01 02:18:05.290 7 INFO neutron.services.segments.plugin [-] Segment 0d890762-50f5-4141-9cc7-99851cacac44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d890762-50f5-4141-9cc7-99851cacac44 found for delete ", "request_id": "req-ad847efa-3052-47e0-a6d2-5fb41119949c"}]} 2026-07-01 02:18:05.299 7 INFO neutron.services.segments.plugin [-] Segment 0d890762-50f5-4141-9cc7-99851cacac44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d890762-50f5-4141-9cc7-99851cacac44 found for delete ", "request_id": "req-7922eb74-9993-4790-9845-3651bd3496e5"}]} 2026-07-01 02:18:05.308 7 INFO neutron.services.segments.plugin [-] Segment 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 resource provider aggregate not found 2026-07-01 02:18:05.323 7 INFO neutron.services.segments.plugin [-] Segment 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 resource provider aggregate not found 2026-07-01 02:18:05.332 7 INFO neutron.db.l3_hamode_db [None req-4e39f712-c30c-41ae-988e-108602915fd7 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:05.333 7 INFO neutron.services.segments.plugin [-] Segment 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 found for delete ", "request_id": "req-67b82b60-5f50-466d-8382-d4267d03cb16"}]} 2026-07-01 02:18:05.350 7 INFO neutron.services.segments.plugin [-] Segment 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d5c5cc0-5402-4bf9-a6a2-b2f583d75662 found for delete ", "request_id": "req-9cb3f22e-d3e5-41cc-88fd-5d7a4ee89d19"}]} 2026-07-01 02:18:05.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-92b6bca0-ab73-415e-a137-fa3902bb473f f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: a86c5bfc-413b-4f27-98d0-ea0f8b94e9ee 2026-07-01 02:18:05.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92b6bca0-ab73-415e-a137-fa3902bb473f f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: a86c5bfc-413b-4f27-98d0-ea0f8b94e9ee 2026-07-01 02:18:05.449 7 INFO neutron.db.l3_hamode_db [None req-4e39f712-c30c-41ae-988e-108602915fd7 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:05.750 8 INFO neutron.db.l3_hamode_db [None req-92b6bca0-ab73-415e-a137-fa3902bb473f f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] HA network 7bae0d7d-c167-4a10-92b0-10a6cc131e33 was deleted as no HA routers are present in tenant f68e8824d776458bb203eb081c77a577. [pid: 8|app: 0|req: 885/1565] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:05 2026] DELETE /v2.0/routers/24075c6f-b2fc-4604-86e9-c6ef4656c0ee => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:18:05.771 8 INFO neutron.services.segments.plugin [-] Segment 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 resource provider aggregate not found 2026-07-01 02:18:05.778 8 INFO neutron.services.segments.plugin [-] Segment 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 resource provider aggregate not found 2026-07-01 02:18:05.791 8 INFO neutron.services.segments.plugin [-] Segment 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 found for delete ", "request_id": "req-556ec4c5-bdbb-4b14-ba26-4c565d8ec958"}]} 2026-07-01 02:18:05.796 8 INFO neutron.services.segments.plugin [-] Segment 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4bd9b1-c5ef-4f53-a91c-0edde03e5ef7 found for delete ", "request_id": "req-43334c47-e558-47f4-a40a-ef44b0cd623e"}]} [pid: 8|app: 0|req: 886/1566] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:18:05 2026] GET /v2.0/subnets/bd5800ac-9eff-493c-85de-660ec47c531a => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1567] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1568] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:04 2026] POST /v2.0/routers => generated 511 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1569] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:05 2026] DELETE /v2.0/subnets/409eca87-9041-437b-855d-4acfd34d5381 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:06.038 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c43f063e-e2ae-4021-b93b-9bbadacee8fb 87b22169fda7495ba858cccb10b1d988 8c373799dc104776b14b5843b9b87fd2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1570] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:06 2026] DELETE /v2.0/subnets/4b96eddc-8102-467c-a875-1f5715dcc677 => 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: 889/1571] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1572] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:06 2026] DELETE /v2.0/networks/5007fe2d-4cab-4399-b642-2a56d04972d0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:06.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b015c6d4-8f41-45c4-a610-f4aea48f833e 87b22169fda7495ba858cccb10b1d988 8c373799dc104776b14b5843b9b87fd2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 891/1573] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:06 2026] DELETE /v2.0/networks/e7c3b23f-9e57-434e-b178-1e37e6c6d62c => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:06.346 8 INFO neutron.db.securitygroups_db [None req-b63b5c8f-5d7c-437d-8e5f-5543a079a852 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Project dbc1b1e5b3ee45c1ba488667415ea781 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: 683/1574] 10.0.0.64 () {34 vars in 664 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/ports => generated 964 bytes in 345 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: 892/1575] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:06.434 7 INFO neutron.db.segments_db [None req-b8c15e53-19ff-4902-8f4d-b273f54dae50 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment 53ddfab1-1d9a-4948-a42f-ebeef9450cbf of type vxlan for network 38148b3a-b478-4459-b06e-5c110d6f446e [pid: 7|app: 0|req: 684/1576] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/networks => generated 630 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1577] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:06 2026] DELETE /v2.0/subnets/bd5800ac-9eff-493c-85de-660ec47c531a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:06.572 8 INFO neutron.db.securitygroups_db [None req-628be384-409b-4c9d-b218-5e5911c14454 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Project dbc1b1e5b3ee45c1ba488667415ea781 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: 894/1578] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/security-group-rules => generated 606 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1579] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1580] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:06 2026] DELETE /v2.0/networks/3dedbfe6-3093-4a6a-a7ff-33936389dd54 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:07.003 8 INFO neutron.db.segments_db [None req-0b61cfc1-c31b-4d4b-929c-4d95a18a4d94 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment c217b2e0-df27-4059-8896-8a2f3269abcb of type vxlan for network 3944650f-b667-4d3e-b6ee-21b36e918c1f 2026-07-01 02:18:07.275 8 INFO neutron.db.l3_hamode_db [None req-0b61cfc1-c31b-4d4b-929c-4d95a18a4d94 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:07.395 8 INFO neutron.db.l3_hamode_db [None req-0b61cfc1-c31b-4d4b-929c-4d95a18a4d94 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:07.824 8 INFO neutron.services.segments.plugin [-] Segment e6b199ae-42f9-4c5a-be13-be329f063789 resource provider aggregate not found 2026-07-01 02:18:07.824 8 INFO neutron.services.segments.plugin [-] Segment e6b199ae-42f9-4c5a-be13-be329f063789 resource provider aggregate not found [pid: 7|app: 0|req: 685/1581] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:06 2026] PUT /v2.0/routers/c41cf389-c9fb-4948-8a95-633c322d4cea/add_router_interface => generated 309 bytes in 1307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:07.844 8 INFO neutron.services.segments.plugin [-] Segment e6b199ae-42f9-4c5a-be13-be329f063789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b199ae-42f9-4c5a-be13-be329f063789 found for delete ", "request_id": "req-9da5f1be-6ef2-4656-b149-683486e94247"}]} 2026-07-01 02:18:07.847 8 INFO neutron.services.segments.plugin [-] Segment e6b199ae-42f9-4c5a-be13-be329f063789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b199ae-42f9-4c5a-be13-be329f063789 found for delete ", "request_id": "req-b061f1b1-3ac5-442d-82a4-54ec855545d9"}]} 2026-07-01 02:18:07.866 8 INFO neutron.services.segments.plugin [-] Segment e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 resource provider aggregate not found 2026-07-01 02:18:07.866 8 INFO neutron.services.segments.plugin [-] Segment e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 resource provider aggregate not found 2026-07-01 02:18:07.891 8 INFO neutron.services.segments.plugin [-] Segment e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 found for delete ", "request_id": "req-6800a8bf-0557-44a4-9b08-5f48797b556f"}]} 2026-07-01 02:18:07.892 8 INFO neutron.services.segments.plugin [-] Segment e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4c2ff86-99ea-4f47-baa5-32dffe6a6dc8 found for delete ", "request_id": "req-4f5ae258-6583-4966-88ae-b4c363a2def2"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 686/1582] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:18:07 2026] GET /v2.0/networks => generated 1297 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1583] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:06 2026] POST /v2.0/routers => generated 507 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1584] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:18:08 2026] GET /v2.0/ports/b1b6c712-9dda-4821-b722-77123aa93ac2 => generated 1038 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1585] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:08 2026] GET /v2.0/security-groups?tenant_id=8c373799dc104776b14b5843b9b87fd2&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:08.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a06d2a2-7ade-4daa-9d3c-17405466fc5c 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: b1b6c712-9dda-4821-b722-77123aa93ac2 2026-07-01 02:18:08.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a06d2a2-7ade-4daa-9d3c-17405466fc5c 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: b1b6c712-9dda-4821-b722-77123aa93ac2 [pid: 7|app: 0|req: 688/1586] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:08 2026] PUT /v2.0/routers/c41cf389-c9fb-4948-8a95-633c322d4cea/remove_router_interface => generated 309 bytes in 737 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: 689/1587] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:08 2026] DELETE /v2.0/security-groups/062bd04d-5bdb-446f-9df3-41f56174e4c8 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1588] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:18:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1446744667&fields=id&tenant_id=dbc1b1e5b3ee45c1ba488667415ea781 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1589] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:08 2026] PUT /v2.0/routers/95bdd404-6a2e-40c8-a4f9-7f0989606928/add_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:09.042 7 INFO neutron.api.v2.resource [None req-3de6e2ce-3ede-4004-b13c-2abf0eb7b106 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1590] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:08 2026] PUT /v2.0/routers/c41cf389-c9fb-4948-8a95-633c322d4cea/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1591] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1592] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/ports?device_id=c41cf389-c9fb-4948-8a95-633c322d4cea => 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: 902/1593] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/quotas/dbc1b1e5b3ee45c1ba488667415ea781 => 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: 692/1594] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/ports/fd550408-aa7f-486c-8e3f-039971f8a486 => generated 955 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1595] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:09.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-54ae012f-6b8c-47e1-848a-3cdad46f72ea 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 42efbcc9-6d5c-444f-95ca-3cccb2a579df 2026-07-01 02:18:09.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54ae012f-6b8c-47e1-848a-3cdad46f72ea 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 42efbcc9-6d5c-444f-95ca-3cccb2a579df 2026-07-01 02:18:09.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e5fca38-cd09-4b08-91db-bfbf6581a24c f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: fd550408-aa7f-486c-8e3f-039971f8a486 2026-07-01 02:18:09.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e5fca38-cd09-4b08-91db-bfbf6581a24c f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: fd550408-aa7f-486c-8e3f-039971f8a486 2026-07-01 02:18:09.578 8 INFO neutron.db.l3_hamode_db [None req-54ae012f-6b8c-47e1-848a-3cdad46f72ea 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] HA network 4dbe0858-0e0f-4187-9929-bd6e7c18d3da was deleted as no HA routers are present in tenant 413f25d10c3a43838d554598c44e17a7. [pid: 8|app: 0|req: 903/1596] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:09 2026] DELETE /v2.0/routers/c41cf389-c9fb-4948-8a95-633c322d4cea => generated 0 bytes in 480 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1597] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?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: 905/1598] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:09 2026] DELETE /v2.0/subnets/00cded60-1fbf-4b2a-b462-dfd6be6acee2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1599] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?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: 907/1600] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:09 2026] DELETE /v2.0/networks/5e416578-2fb2-4c1f-a912-fdd1ac4d6b3e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1601] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:09.914 8 INFO neutron.services.segments.plugin [-] Segment c636f449-21be-4c1d-8997-a5f6e4a5a38f resource provider aggregate not found 2026-07-01 02:18:09.921 8 INFO neutron.services.segments.plugin [-] Segment c636f449-21be-4c1d-8997-a5f6e4a5a38f resource provider aggregate not found 2026-07-01 02:18:09.944 8 INFO neutron.services.segments.plugin [-] Segment c636f449-21be-4c1d-8997-a5f6e4a5a38f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c636f449-21be-4c1d-8997-a5f6e4a5a38f found for delete ", "request_id": "req-fb22d50a-3e86-4bab-b822-19c1769ad112"}]} [pid: 7|app: 0|req: 694/1602] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:09 2026] PUT /v2.0/routers/95bdd404-6a2e-40c8-a4f9-7f0989606928/remove_router_interface => generated 309 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:09.954 8 INFO neutron.services.segments.plugin [-] Segment c636f449-21be-4c1d-8997-a5f6e4a5a38f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c636f449-21be-4c1d-8997-a5f6e4a5a38f found for delete ", "request_id": "req-69c60b2f-97ee-44b7-9ae9-6634a889ed21"}]} 2026-07-01 02:18:09.968 8 INFO neutron.services.segments.plugin [-] Segment f94c22e2-4787-4014-9d3d-631b92205666 resource provider aggregate not found [pid: 7|app: 0|req: 695/1603] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:09 2026] GET /v2.0/ports?device_id=95bdd404-6a2e-40c8-a4f9-7f0989606928 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:09.979 8 INFO neutron.services.segments.plugin [-] Segment f94c22e2-4787-4014-9d3d-631b92205666 resource provider aggregate not found 2026-07-01 02:18:09.993 8 INFO neutron.services.segments.plugin [-] Segment f94c22e2-4787-4014-9d3d-631b92205666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f94c22e2-4787-4014-9d3d-631b92205666 found for delete ", "request_id": "req-63e7c07e-49b0-4b30-97f0-2326f3e4408d"}]} 2026-07-01 02:18:09.997 8 INFO neutron.db.segments_db [None req-913b7cd3-1d1b-4b5b-8b87-9b522463d9e9 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment 2325a93d-2900-4f66-b162-1d8742ed8f4a of type vxlan for network a0d25492-e3f6-40d1-b03b-c630fd44da75 2026-07-01 02:18:10.004 8 INFO neutron.services.segments.plugin [-] Segment f94c22e2-4787-4014-9d3d-631b92205666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f94c22e2-4787-4014-9d3d-631b92205666 found for delete ", "request_id": "req-8bf4730c-117a-43ba-a833-6caabe6b2f65"}]} [pid: 8|app: 0|req: 909/1604] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:09 2026] POST /v2.0/networks => generated 633 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:10.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-b71e8d1b-1413-4b16-acb8-4446f483c471 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: 34c0d2fa-124c-4ef7-b136-625ce870e22b 2026-07-01 02:18:10.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b71e8d1b-1413-4b16-acb8-4446f483c471 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: 34c0d2fa-124c-4ef7-b136-625ce870e22b [pid: 8|app: 0|req: 910/1605] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:10 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:10.395 8 INFO neutron.db.segments_db [None req-a5b2d30e-59d5-4460-ac8f-b5546a5e3342 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment 23856e4e-7955-48eb-9eeb-6e0d23ecd688 of type vxlan for network 13771e1a-56e3-496f-9628-4590941126ac 2026-07-01 02:18:10.541 7 INFO neutron.services.segments.plugin [-] Segment c217b2e0-df27-4059-8896-8a2f3269abcb resource provider aggregate not found 2026-07-01 02:18:10.546 7 INFO neutron.services.segments.plugin [-] Segment c217b2e0-df27-4059-8896-8a2f3269abcb resource provider aggregate not found 2026-07-01 02:18:10.563 7 INFO neutron.services.segments.plugin [-] Segment c217b2e0-df27-4059-8896-8a2f3269abcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c217b2e0-df27-4059-8896-8a2f3269abcb found for delete ", "request_id": "req-aac5739b-2b03-4f48-b4ed-1f51cf679a92"}]} 2026-07-01 02:18:10.564 7 INFO neutron.db.l3_hamode_db [None req-b71e8d1b-1413-4b16-acb8-4446f483c471 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] HA network 3944650f-b667-4d3e-b6ee-21b36e918c1f was deleted as no HA routers are present in tenant f68e8824d776458bb203eb081c77a577. 2026-07-01 02:18:10.568 7 INFO neutron.services.segments.plugin [-] Segment c217b2e0-df27-4059-8896-8a2f3269abcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c217b2e0-df27-4059-8896-8a2f3269abcb found for delete ", "request_id": "req-5f3f4672-5fae-466b-9984-06e5c1211564"}]} [pid: 7|app: 0|req: 696/1606] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:09 2026] DELETE /v2.0/routers/95bdd404-6a2e-40c8-a4f9-7f0989606928 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1607] 10.0.0.64 () {32 vars in 622 bytes} [Wed Jul 1 02:18:10 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-07-01 02:18:10.624 8 INFO neutron.db.l3_hamode_db [None req-a5b2d30e-59d5-4460-ac8f-b5546a5e3342 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:10.712 8 INFO neutron.db.l3_hamode_db [None req-a5b2d30e-59d5-4460-ac8f-b5546a5e3342 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 698/1608] 10.0.0.64 () {32 vars in 632 bytes} [Wed Jul 1 02:18:10 2026] GET /v2.0/ => generated 632 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1609] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:10 2026] DELETE /v2.0/subnets/d43b5029-9dbc-49f8-9556-82ca3af8a78a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1610] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:10 2026] DELETE /v2.0/networks/38148b3a-b478-4459-b06e-5c110d6f446e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1611] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:10 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:11.047 7 INFO neutron.db.segments_db [None req-0d0ad36a-8a48-4245-b889-fe4c0501b519 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Added segment b4efae22-ee48-4ff3-9df7-396419634163 of type vxlan for network 673053d9-9e07-4516-864f-e9e239295897 [pid: 8|app: 0|req: 911/1612] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:10 2026] POST /v2.0/routers => generated 510 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:11.301 7 INFO neutron.db.l3_hamode_db [None req-0d0ad36a-8a48-4245-b889-fe4c0501b519 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 912/1613] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:11 2026] GET /v2.0/security-groups?tenant_id=eb425c22ee5c4e9ca53ffbfe63d38bb4&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:12.012 7 INFO neutron.db.l3_hamode_db [None req-0d0ad36a-8a48-4245-b889-fe4c0501b519 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 913/1614] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:11 2026] PUT /v2.0/routers/b5431b0a-295f-466a-9a5e-46378195e8e4/add_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1615] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:12 2026] DELETE /v2.0/security-groups/5e794c91-edb1-4729-81be-eb1d1e782e76 => 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: 915/1616] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:12 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => 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: 916/1617] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:18:12 2026] GET /v2.0/ports/5a6d3cab-bdda-4562-8edb-35341caeac1c => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:12.595 7 INFO neutron.services.segments.plugin [-] Segment 53ddfab1-1d9a-4948-a42f-ebeef9450cbf resource provider aggregate not found 2026-07-01 02:18:12.608 7 INFO neutron.services.segments.plugin [-] Segment 53ddfab1-1d9a-4948-a42f-ebeef9450cbf resource provider aggregate not found 2026-07-01 02:18:12.625 7 INFO neutron.services.segments.plugin [-] Segment 53ddfab1-1d9a-4948-a42f-ebeef9450cbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ddfab1-1d9a-4948-a42f-ebeef9450cbf found for delete ", "request_id": "req-547e7658-7552-444d-b5b8-8999e5c2b212"}]} 2026-07-01 02:18:12.630 7 INFO neutron.services.segments.plugin [-] Segment 53ddfab1-1d9a-4948-a42f-ebeef9450cbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ddfab1-1d9a-4948-a42f-ebeef9450cbf found for delete ", "request_id": "req-563a6c2c-1c75-4298-952a-65749ec81efa"}]} 2026-07-01 02:18:12.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-814f2dc2-11d3-415d-aa5d-308bdfd6647b 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 5a6d3cab-bdda-4562-8edb-35341caeac1c [pid: 7|app: 0|req: 702/1618] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:11 2026] POST /v2.0/routers => generated 687 bytes in 1858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:12.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814f2dc2-11d3-415d-aa5d-308bdfd6647b 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 5a6d3cab-bdda-4562-8edb-35341caeac1c [pid: 7|app: 0|req: 703/1619] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:18:12 2026] GET /v2.0/routers/4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1620] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:18:12 2026] GET /v2.0/routers => generated 696 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1621] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:12 2026] PUT /v2.0/routers/b5431b0a-295f-466a-9a5e-46378195e8e4/remove_router_interface => generated 309 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1622] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:13 2026] GET /v2.0/ports?device_id=b5431b0a-295f-466a-9a5e-46378195e8e4 => 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: 705/1623] 10.0.0.64 () {34 vars in 740 bytes} [Wed Jul 1 02:18:13 2026] PUT /v2.0/routers/4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 700 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1624] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:18:13 2026] GET /v2.0/routers/4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 700 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:13.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc0ce55a-819b-446f-b520-d25cc6850c62 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 43d68000-0ee2-4105-9166-0dd06bd89ef1 2026-07-01 02:18:13.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0ce55a-819b-446f-b520-d25cc6850c62 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 43d68000-0ee2-4105-9166-0dd06bd89ef1 [pid: 7|app: 0|req: 707/1625] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:13 2026] GET /v2.0/ports?device_id=4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:13.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dc38cd6-cdb2-4e75-a6ff-3640db421d0a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: 0ba1e364-3c34-4a9c-9b38-a803bbbb7c60 2026-07-01 02:18:13.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dc38cd6-cdb2-4e75-a6ff-3640db421d0a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: 0ba1e364-3c34-4a9c-9b38-a803bbbb7c60 2026-07-01 02:18:13.808 8 INFO neutron.services.segments.plugin [-] Segment 23856e4e-7955-48eb-9eeb-6e0d23ecd688 resource provider aggregate not found 2026-07-01 02:18:13.811 8 INFO neutron.services.segments.plugin [-] Segment 23856e4e-7955-48eb-9eeb-6e0d23ecd688 resource provider aggregate not found 2026-07-01 02:18:13.829 8 INFO neutron.services.segments.plugin [-] Segment 23856e4e-7955-48eb-9eeb-6e0d23ecd688 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23856e4e-7955-48eb-9eeb-6e0d23ecd688 found for delete ", "request_id": "req-debf6e3c-2c7d-47a2-8077-de6d802014e9"}]} 2026-07-01 02:18:13.845 8 INFO neutron.db.l3_hamode_db [None req-dc0ce55a-819b-446f-b520-d25cc6850c62 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] HA network 13771e1a-56e3-496f-9628-4590941126ac was deleted as no HA routers are present in tenant 413f25d10c3a43838d554598c44e17a7. 2026-07-01 02:18:13.849 8 INFO neutron.services.segments.plugin [-] Segment 23856e4e-7955-48eb-9eeb-6e0d23ecd688 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23856e4e-7955-48eb-9eeb-6e0d23ecd688 found for delete ", "request_id": "req-b260ad60-23c6-4d64-a1c0-8890b5ed901d"}]} [pid: 8|app: 0|req: 919/1626] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:13 2026] DELETE /v2.0/routers/b5431b0a-295f-466a-9a5e-46378195e8e4 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1627] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:13 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:13.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dc38cd6-cdb2-4e75-a6ff-3640db421d0a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] TaaS: Handle Delete Port: ba74d9a0-461c-45f2-adce-c9fb04d77ef8 2026-07-01 02:18:13.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dc38cd6-cdb2-4e75-a6ff-3640db421d0a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] Tap Mirror: Handle Delete Port: ba74d9a0-461c-45f2-adce-c9fb04d77ef8 [pid: 8|app: 0|req: 921/1628] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:13 2026] DELETE /v2.0/subnets/eb5e71ee-a8f3-40c3-bade-37bbdb6929c7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1629] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:14 2026] DELETE /v2.0/networks/a0d25492-e3f6-40d1-b03b-c630fd44da75 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1630] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:18:14 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:14.269 7 INFO neutron.db.l3_hamode_db [None req-0dc38cd6-cdb2-4e75-a6ff-3640db421d0a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] HA network 673053d9-9e07-4516-864f-e9e239295897 was deleted as no HA routers are present in tenant f68e8824d776458bb203eb081c77a577. [pid: 7|app: 0|req: 708/1631] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:13 2026] DELETE /v2.0/routers/4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 0 bytes in 763 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:18:14.277 8 INFO neutron.db.segments_db [None req-00fe8033-88ca-4bbd-a8e7-cd1a968af700 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Added segment b995bf31-978d-4954-a502-bd6610de9773 of type vxlan for network dc645039-03f5-41bd-ab29-5ac738b236b7 [pid: 7|app: 0|req: 709/1632] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:18:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbc1b1e5b3ee45c1ba488667415ea781 => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1633] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:14 2026] GET /v2.0/ports?device_id=4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:14.501 8 INFO neutron.db.l3_hamode_db [None req-00fe8033-88ca-4bbd-a8e7-cd1a968af700 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:14.647 7 INFO neutron.services.segments.plugin [-] Segment b4efae22-ee48-4ff3-9df7-396419634163 resource provider aggregate not found 2026-07-01 02:18:14.655 7 INFO neutron.services.segments.plugin [-] Segment b4efae22-ee48-4ff3-9df7-396419634163 resource provider aggregate not found 2026-07-01 02:18:14.674 7 INFO neutron.services.segments.plugin [-] Segment b4efae22-ee48-4ff3-9df7-396419634163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4efae22-ee48-4ff3-9df7-396419634163 found for delete ", "request_id": "req-c2ee7ea2-ce51-410c-89dd-ecf0eabdf244"}]} 2026-07-01 02:18:14.675 7 INFO neutron.services.segments.plugin [-] Segment b4efae22-ee48-4ff3-9df7-396419634163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4efae22-ee48-4ff3-9df7-396419634163 found for delete ", "request_id": "req-683cf256-5c04-404a-81a1-508dbeee4d5a"}]} [pid: 7|app: 0|req: 711/1634] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:18:14 2026] POST /v2.0/ports => generated 954 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:18:14.738 7 INFO neutron.api.v2.resource [None req-f574763d-09b1-4409-98a2-679bae921814 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1635] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:14 2026] DELETE /v2.0/routers/4b0238ec-1be1-43c6-bc34-8205d107e68f => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1636] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:18:14 2026] PUT /v2.0/ports/4482408a-2157-4e7d-bc04-9e9cd029b539 => generated 1235 bytes in 514 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: 714/1637] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/ports?device_id=95bdd404-6a2e-40c8-a4f9-7f0989606928 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:15.299 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78691205-b4b8-40f4-bf94-67c5321db694'] response: {'name': 'network-changed', 'server_uuid': '96969e4d-205f-4712-8649-132b89b21965', 'tag': '4482408a-2157-4e7d-bc04-9e9cd029b539', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 715/1638] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:15.317 7 INFO neutron.api.v2.resource [None req-50d6abb1-8a8a-4df2-9791-66c50e86cca2 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1639] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/routers/95bdd404-6a2e-40c8-a4f9-7f0989606928 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:15.340 8 INFO neutron.db.l3_hamode_db [None req-00fe8033-88ca-4bbd-a8e7-cd1a968af700 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 717/1640] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&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-07-01 02:18:15.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0aa6315e-af2f-45b1-a463-e2dcc5073772 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1641] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/subnets/d43b5029-9dbc-49f8-9556-82ca3af8a78a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1642] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/ports?device_id=24075c6f-b2fc-4604-86e9-c6ef4656c0ee => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:15.413 7 INFO neutron.api.v2.resource [None req-1c001efc-d5c1-4636-baf7-da01a5fbac7f f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 720/1643] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/routers/24075c6f-b2fc-4604-86e9-c6ef4656c0ee => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:15.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65dc1b5c-047c-4fd0-a93e-44f17183870c f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1644] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/subnets/409eca87-9041-437b-855d-4acfd34d5381 => 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: 722/1645] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/ports?device_id=02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:15.487 7 INFO neutron.api.v2.resource [None req-5c3428f2-8342-49f2-881b-99c47afdee4f f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 723/1646] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/routers/02ce4cd3-23dc-40cd-9dd4-e1ee37bc7622 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:15.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac336ee9-b69b-40b2-8520-e9e1c054818a f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 724/1647] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/subnets/ee2e6012-cbb2-484d-af81-158fc6244d06 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:15.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88772122-938d-4cc3-8957-560a237f5dd8 f2c0615c247a43a5a8dac66fc23976b7 f68e8824d776458bb203eb081c77a577 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1648] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:15 2026] DELETE /v2.0/subnets/72b00516-aa3e-41d3-9e22-32d8593ffdf8 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:15.847 8 INFO neutron.services.segments.plugin [-] Segment 2325a93d-2900-4f66-b162-1d8742ed8f4a resource provider aggregate not found [pid: 7|app: 0|req: 726/1649] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:15.873 8 INFO neutron.services.segments.plugin [-] Segment 2325a93d-2900-4f66-b162-1d8742ed8f4a resource provider aggregate not found 2026-07-01 02:18:15.874 8 INFO neutron.services.segments.plugin [-] Segment 2325a93d-2900-4f66-b162-1d8742ed8f4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2325a93d-2900-4f66-b162-1d8742ed8f4a found for delete ", "request_id": "req-d03cf14e-4b17-4e0a-8e13-fea2482238a7"}]} 2026-07-01 02:18:15.895 8 INFO neutron.services.segments.plugin [-] Segment 2325a93d-2900-4f66-b162-1d8742ed8f4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2325a93d-2900-4f66-b162-1d8742ed8f4a found for delete ", "request_id": "req-ac7d6eac-8747-46f4-8091-6247a1693e12"}]} [pid: 7|app: 0|req: 727/1650] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/networks?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&shared=False => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1651] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:18:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1652] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:14 2026] POST /v2.0/routers => generated 691 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1653] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/security-groups?tenant_id=5911eacacb3d475abf0599ef3fb1dc43&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1654] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/security-groups?tenant_id=f68e8824d776458bb203eb081c77a577&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1655] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/routers/ce1225a8-3f79-4c8b-8ae6-96336983878d => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1656] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:16 2026] DELETE /v2.0/security-groups/b2fd61b5-ca7b-4869-ae65-38ea65ac705d => 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: 731/1657] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:16 2026] DELETE /v2.0/security-groups/2ffff45d-a4f5-44bd-9581-6644f7bbebba => 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: 927/1658] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1659] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1660] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/routers => generated 700 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1661] 10.0.0.64 () {34 vars in 740 bytes} [Wed Jul 1 02:18:16 2026] PUT /v2.0/routers/ce1225a8-3f79-4c8b-8ae6-96336983878d => generated 704 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1662] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1663] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:18:16 2026] GET /v2.0/routers/ce1225a8-3f79-4c8b-8ae6-96336983878d => generated 704 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1664] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4482408a-2157-4e7d-bc04-9e9cd029b539 => 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: 734/1665] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/ports?device_id=ce1225a8-3f79-4c8b-8ae6-96336983878d => 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: 932/1666] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/subnets?id=fc6c3219-b502-4e54-9378-d9ed7a5ae6bb => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1667] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/ports?network_id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1668] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:17.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-343ccaca-9415-4620-9eb1-ada2f56bc0d0 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: 8ded7059-b58a-4a70-b359-13314ce617b7 2026-07-01 02:18:17.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-343ccaca-9415-4620-9eb1-ada2f56bc0d0 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: 8ded7059-b58a-4a70-b359-13314ce617b7 [pid: 8|app: 0|req: 935/1669] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1670] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:17.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-343ccaca-9415-4620-9eb1-ada2f56bc0d0 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] TaaS: Handle Delete Port: c9347bf5-d623-4f7e-b230-9a64595fa771 2026-07-01 02:18:17.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-343ccaca-9415-4620-9eb1-ada2f56bc0d0 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] Tap Mirror: Handle Delete Port: c9347bf5-d623-4f7e-b230-9a64595fa771 [pid: 8|app: 0|req: 937/1671] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:17 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:18.051 7 INFO neutron.services.segments.plugin [-] Segment b995bf31-978d-4954-a502-bd6610de9773 resource provider aggregate not found 2026-07-01 02:18:18.056 7 INFO neutron.services.segments.plugin [-] Segment b995bf31-978d-4954-a502-bd6610de9773 resource provider aggregate not found 2026-07-01 02:18:18.070 7 INFO neutron.services.segments.plugin [-] Segment b995bf31-978d-4954-a502-bd6610de9773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b995bf31-978d-4954-a502-bd6610de9773 found for delete ", "request_id": "req-ea8a1a40-739d-46e2-8d69-dfb456fea583"}]} 2026-07-01 02:18:18.081 7 INFO neutron.services.segments.plugin [-] Segment b995bf31-978d-4954-a502-bd6610de9773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b995bf31-978d-4954-a502-bd6610de9773 found for delete ", "request_id": "req-ca891797-dfeb-43b7-97cc-2e4443763e04"}]} 2026-07-01 02:18:18.089 7 INFO neutron.db.l3_hamode_db [None req-343ccaca-9415-4620-9eb1-ada2f56bc0d0 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] HA network dc645039-03f5-41bd-ab29-5ac738b236b7 was deleted as no HA routers are present in tenant 413f25d10c3a43838d554598c44e17a7. [pid: 7|app: 0|req: 735/1672] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:17 2026] DELETE /v2.0/routers/ce1225a8-3f79-4c8b-8ae6-96336983878d => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1673] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/ports?device_id=ce1225a8-3f79-4c8b-8ae6-96336983878d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:18.156 7 INFO neutron.api.v2.resource [None req-a0f762c9-c7f9-4178-bc9e-8fc68a4d3a83 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1674] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/routers/ce1225a8-3f79-4c8b-8ae6-96336983878d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1675] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/ports?device_id=b5431b0a-295f-466a-9a5e-46378195e8e4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:18.213 7 INFO neutron.api.v2.resource [None req-7aba5322-f2a2-44a8-b506-d9777bb405da 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1676] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/routers/b5431b0a-295f-466a-9a5e-46378195e8e4 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:18.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0463bf0-4926-415a-83b0-f24275052914 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1677] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/subnets/eb5e71ee-a8f3-40c3-bade-37bbdb6929c7 => 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: 738/1680] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/ports?device_id=c41cf389-c9fb-4948-8a95-633c322d4cea => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:18.278 8 INFO neutron.api.v2.resource [None req-caa9b3dd-8400-415b-8022-8338e66fc15c 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/1681] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/routers/c41cf389-c9fb-4948-8a95-633c322d4cea => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:18.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12e5addb-cf2c-4aab-8c88-b2150f06fbe7 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1682] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/subnets/00cded60-1fbf-4b2a-b462-dfd6be6acee2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1683] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/ports?device_id=6cbf97da-8d25-4c2e-b883-1881b4d96d2d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:18.340 8 INFO neutron.api.v2.resource [None req-f4959165-468f-4cc9-92ef-a089fa6d4372 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 946/1684] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/routers/6cbf97da-8d25-4c2e-b883-1881b4d96d2d => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1685] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:18:18 2026] POST /v2.0/subnetpools => generated 549 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:18.492 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a6650c6-edcc-4e68-b1c8-348e3714b2f2 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 740/1686] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/subnets/e2d4b6cb-e9a8-45b6-915c-1af6e18093d7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1687] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/subnetpools/f76df12e-86cc-4293-8c20-df339e0e3461 => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:18.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ee9a4a3-a5f5-4f64-9759-e74df08d6cfb 070097415540407d90f7266924e8536a 413f25d10c3a43838d554598c44e17a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1688] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/subnets/eacfa256-7612-4f31-86ad-54b8500a2a7e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:18.579 8 INFO neutron.db.segments_db [None req-36f559b5-2c68-44a1-ba86-5cd90345049c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 07277531-7865-4929-bf22-70edf55f90b2 of type vxlan for network 04e5a733-b84d-4db0-b905-deb08ec14ebb [pid: 7|app: 0|req: 743/1689] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:18:18 2026] PUT /v2.0/subnetpools/f76df12e-86cc-4293-8c20-df339e0e3461 => generated 500 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1690] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/subnetpools/f76df12e-86cc-4293-8c20-df339e0e3461 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:18:18.671 7 INFO neutron.api.v2.resource [None req-ff85dcc5-119a-4091-a1d1-51687ef53caf 84e93578eb174303ac1fd5cbb05067b3 543f8c1cc40144ecb3bc0f836289e52f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1691] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/subnetpools/f76df12e-86cc-4293-8c20-df339e0e3461 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1692] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:18:18 2026] POST /v2.0/networks => generated 739 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:18.688 7 INFO neutron.api.v2.resource [None req-c86600ea-160d-473e-8cdb-df3c7ebc6d4b 84e93578eb174303ac1fd5cbb05067b3 543f8c1cc40144ecb3bc0f836289e52f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1693] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:18:18 2026] DELETE /v2.0/subnetpools/f76df12e-86cc-4293-8c20-df339e0e3461 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1694] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1695] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:18 2026] POST /v2.0/subnets => generated 687 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1696] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:18 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:18.933 8 INFO neutron.db.segments_db [None req-625e8f5f-0c71-4ae4-96b4-2e9591dbc9ce 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment ef13df86-284b-4527-86de-39ad76ed87d5 of type vxlan for network c9c581b2-bcd5-4c98-8adf-fac9dfceb724 2026-07-01 02:18:19.175 8 INFO neutron.db.l3_hamode_db [None req-625e8f5f-0c71-4ae4-96b4-2e9591dbc9ce 9dd3b55cb1aa4b128490574a7c39a983 c2327743cb884266b8ffa4971efdebda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1697] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:19 2026] GET /v2.0/security-groups?tenant_id=413f25d10c3a43838d554598c44e17a7&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1698] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:19 2026] GET /v2.0/security-groups?tenant_id=543f8c1cc40144ecb3bc0f836289e52f&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1699] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:19 2026] DELETE /v2.0/security-groups/86d9af76-8e30-4363-b954-98bdb77fd445 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1700] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:19 2026] DELETE /v2.0/security-groups/650362c8-1edb-4f83-8dd7-3948da1d59b4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:18:19.924 8 INFO neutron.db.l3_hamode_db [None req-625e8f5f-0c71-4ae4-96b4-2e9591dbc9ce 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 753/1701] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:19 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1702] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:20 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&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: 949/1703] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:18 2026] POST /v2.0/routers => generated 727 bytes in 2012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1704] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:21 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => 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: 951/1705] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:21 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1706] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:18:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1707] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:18:21 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1708] 10.0.0.64 () {34 vars in 757 bytes} [Wed Jul 1 02:18:21 2026] PUT /v2.0/security-groups/e336f4f5-7ddb-4c7a-9ad4-4697fbb67406 => generated 1662 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1709] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:18:21 2026] GET /v2.0/security-groups/e336f4f5-7ddb-4c7a-9ad4-4697fbb67406 => generated 1662 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1710] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:21 2026] DELETE /v2.0/security-groups/e336f4f5-7ddb-4c7a-9ad4-4697fbb67406 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1711] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:22.125 8 INFO neutron.api.v2.resource [None req-f7e649b6-8b74-41ff-96c8-ebe12827bf80 d10f07f8b57345baa37d2f98d31ed241 a296dbb5b4984efc9b0d7fb6f48daa1b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 958/1712] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:22 2026] DELETE /v2.0/security-groups/e336f4f5-7ddb-4c7a-9ad4-4697fbb67406 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1713] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:18:22 2026] POST /v2.0/security-groups => generated 1625 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1714] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:20 2026] PUT /v2.0/routers/c0036d33-0620-4a3b-9079-097a80867ec7/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1715] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1716] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1717] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1718] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/security-group-rules/7d9dbafa-d7a8-462c-bb5b-3394b90635c7 => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1719] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:18:22 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: 759/1720] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:18:22 2026] DELETE /v2.0/security-group-rules/7d9dbafa-d7a8-462c-bb5b-3394b90635c7 => 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: 962/1721] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1722] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1723] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/security-group-rules/39482966-d548-4237-bd46-babe7ed525c1 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1724] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:18:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1725] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:18:22 2026] DELETE /v2.0/security-group-rules/39482966-d548-4237-bd46-babe7ed525c1 => 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: 762/1726] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1727] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1728] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-group-rules/1f79d2f2-dba9-425a-8a19-e1a6ff4c1376 => 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: 966/1729] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1730] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:18:23 2026] DELETE /v2.0/security-group-rules/1f79d2f2-dba9-425a-8a19-e1a6ff4c1376 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1731] 10.0.0.64 () {32 vars in 672 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1732] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:23.659 7 INFO neutron.db.segments_db [None req-7c5561a5-fe7d-465b-94bd-6b02a5bb7910 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment ba74f15d-65dc-40a6-96a8-5c75effd9346 of type vxlan for network e862bfb9-cc68-4ff6-b373-4be5a8fedb8b [pid: 7|app: 0|req: 765/1733] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:18:23 2026] POST /v2.0/networks => generated 740 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1734] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:23 2026] DELETE /v2.0/security-groups/9ca85233-e672-494d-8295-80cfbc92c81b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1735] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&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: 767/1736] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1737] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1738] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => 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: 770/1739] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&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: 970/1740] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:23 2026] POST /v2.0/subnets => generated 687 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1741] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:23 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:24.032 7 INFO neutron.db.segments_db [None req-f31478ba-6ab4-4344-992e-d0364b911563 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 42f9a9e3-b87f-478f-817a-5646d915d5e1 of type vxlan for network fc9f765c-45a9-4ad8-a46b-32efb26dd799 2026-07-01 02:18:24.380 7 INFO neutron.db.l3_hamode_db [None req-f31478ba-6ab4-4344-992e-d0364b911563 9dd3b55cb1aa4b128490574a7c39a983 c0b572e7ad3b413c8b390460e28ce29f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:18:24.426 8 INFO neutron.db.l3_db [None req-9aff104c-9df2-4bdb-aca0-9b89404e7290 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Floating IP b5410ec6-8a10-452e-a5ae-e490ca7bd102 associated. External IP: 10.96.250.210, port: 4482408a-2157-4e7d-bc04-9e9cd029b539. [pid: 8|app: 0|req: 972/1742] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:18:24 2026] PUT /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 855 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:24.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-241c66d0-74a6-437e-9b16-d7a1e41d4767'] response: {'name': 'network-changed', 'server_uuid': '96969e4d-205f-4712-8649-132b89b21965', 'tag': '4482408a-2157-4e7d-bc04-9e9cd029b539', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 973/1743] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:24 2026] GET /v2.0/security-groups?tenant_id=a296dbb5b4984efc9b0d7fb6f48daa1b&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1744] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1745] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:25 2026] DELETE /v2.0/security-groups/a5733774-a65b-48d9-8150-abe8bf6aa04c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:18:25.199 7 INFO neutron.db.l3_hamode_db [None req-f31478ba-6ab4-4344-992e-d0364b911563 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 976/1746] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/security-groups?tenant_id=3e2e46f819b748f78f79fd9178eaf8a8&name=default => generated 2925 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1747] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/ports?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1748] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:25 2026] DELETE /v2.0/security-groups/794dfa5e-b0a4-497c-9fc0-ff97cac1bda9 => 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: 979/1749] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/networks?id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1750] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4482408a-2157-4e7d-bc04-9e9cd029b539 => 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: 981/1751] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/subnets?id=fc6c3219-b502-4e54-9378-d9ed7a5ae6bb => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1752] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/ports?network_id=e4f2ffe1-1535-4a8b-8e5d-5249f46f852e&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: 983/1753] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:25 2026] GET /v2.0/security-groups?tenant_id=8221464bcf524915a21459240701c318&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1754] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:18:26 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?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: 771/1755] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:23 2026] POST /v2.0/routers => generated 727 bytes in 2235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1756] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:26 2026] DELETE /v2.0/security-groups/331176f8-01ec-47e9-bec6-c195371fde18 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1757] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:18:26 2026] GET /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1758] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:18:26 2026] GET /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e?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: 773/1759] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:26 2026] PUT /v2.0/routers/9c2a285a-c3cf-43c3-be0e-4fe29891dcb0/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1760] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/security-groups => generated 1675 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 02:18:28.330 8 INFO neutron.db.segments_db [None req-e036647b-98fb-42a6-bbf3-771b4b2cc35c 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 0d5a1882-8f89-49e2-84c1-2411bdb2d06c of type vxlan for network 5db1ac1b-621a-48ea-b29c-25dc39dd0a26 [pid: 8|app: 0|req: 987/1761] 10.0.0.64 () {34 vars in 670 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/networks => generated 740 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1762] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1763] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1764] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/subnets => generated 687 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:28.676 8 INFO neutron.db.segments_db [None req-d315af88-9f90-49af-910d-4ed29a7af92a 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Added segment 86b4ec40-f8f4-4027-a8c8-fb050b16a14a of type vxlan for network a8bab81f-4cc5-4f91-a963-e7a3f6b5048d [pid: 7|app: 0|req: 777/1765] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1766] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:28 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) 2026-07-01 02:18:28.873 7 INFO neutron.db.securitygroups_db [None req-6862238d-5cc4-45df-8629-732191ae04b4 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] Project c2327743cb884266b8ffa4971efdebda added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-01 02:18:28.891 8 INFO neutron.db.l3_hamode_db [None req-d315af88-9f90-49af-910d-4ed29a7af92a 9dd3b55cb1aa4b128490574a7c39a983 f04a07084dc149f0b303cb653bcf2239 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 779/1767] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:29.017 7 INFO neutron.db.securitygroups_db [None req-bccd7359-cc2d-4ac8-b68b-ca267216bcab 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] Project c2327743cb884266b8ffa4971efdebda 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: 780/1768] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:29.737 8 INFO neutron.db.l3_hamode_db [None req-d315af88-9f90-49af-910d-4ed29a7af92a 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 781/1769] 10.0.0.64 () {34 vars in 684 bytes} [Wed Jul 1 02:18:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1770] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:29 2026] GET /v2.0/security-groups?tenant_id=fc03ab85541a4cf29508621f52fd376d&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1771] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1772] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:30 2026] DELETE /v2.0/security-groups/4478049a-982a-4bfa-8c20-8e0219e98051 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1773] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:18:30 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: 989/1774] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:28 2026] POST /v2.0/routers => generated 727 bytes in 2126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1775] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:30 2026] GET /v2.0/security-groups?tenant_id=79f45fdb6c5e4d67b2148056b22b922e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1776] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:18:30 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1777] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:30 2026] DELETE /v2.0/security-groups/ba2c203b-4a94-40ba-9757-9ff7f9b0608e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1778] 10.0.0.126 () {34 vars in 1098 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--380785142&fields=id&tenant_id=c2327743cb884266b8ffa4971efdebda => 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: 789/1779] 10.0.0.126 () {34 vars in 1100 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1579506412&fields=id&tenant_id=c2327743cb884266b8ffa4971efdebda => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1780] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/networks?id=04e5a733-b84d-4db0-b905-deb08ec14ebb => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1781] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/quotas/c2327743cb884266b8ffa4971efdebda => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1782] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/ports?tenant_id=c2327743cb884266b8ffa4971efdebda&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1783] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1784] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1785] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:31 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => 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: 991/1786] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:18:30 2026] PUT /v2.0/routers/1173db91-f2cc-4aad-98ec-0a0c8b13db07/add_router_interface => generated 309 bytes in 1398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1787] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:32 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => 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: 993/1790] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:33 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => 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: 798/1791] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1792] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1793] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/networks?id=5db1ac1b-621a-48ea-b29c-25dc39dd0a26 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1794] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/quotas/f04a07084dc149f0b303cb653bcf2239 => 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: 799/1795] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/security-groups?tenant_id=349140492a524cdcbe86345c2652c4ec&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1796] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => 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: 997/1797] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/ports?tenant_id=f04a07084dc149f0b303cb653bcf2239&fields=id => generated 57 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1798] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/networks/5db1ac1b-621a-48ea-b29c-25dc39dd0a26?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: 801/1799] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:34 2026] DELETE /v2.0/security-groups/a2da7822-25ac-4c07-bd08-070a9657c173 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1800] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:18:34 2026] GET /v2.0/networks/5db1ac1b-621a-48ea-b29c-25dc39dd0a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1801] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:35 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1802] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:18:35 2026] GET /v2.0/networks?id=04e5a733-b84d-4db0-b905-deb08ec14ebb => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1803] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:36 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => 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: 1001/1804] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:18:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c2327743cb884266b8ffa4971efdebda => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1805] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:36 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1806] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:18:36 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) [pid: 8|app: 0|req: 1003/1807] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:18:36 2026] PUT /v2.0/ports/0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd => generated 1274 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:36.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8e5795c-ed01-47ea-b83a-54dcb5a89607'] response: {'name': 'network-changed', 'server_uuid': 'f5d5c21c-6636-4774-bf30-618cb5ef7a2f', 'tag': '0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd', '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: 805/1808] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:37 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1004/1809] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:37 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1810] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:37 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1811] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:37 2026] GET /v2.0/ports?tenant_id=c2327743cb884266b8ffa4971efdebda&device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1812] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:18:37 2026] GET /v2.0/networks?tenant_id=c2327743cb884266b8ffa4971efdebda&shared=False => generated 767 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1813] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:18:37 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: 808/1814] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1815] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1816] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => 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: 1008/1817] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/ports?tenant_id=c2327743cb884266b8ffa4971efdebda&device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1818] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd => 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: 1009/1819] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/subnets?id=d21a6871-822e-43ff-8e97-ec5e9ec922ed => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1820] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/ports?network_id=04e5a733-b84d-4db0-b905-deb08ec14ebb&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1821] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb?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: 812/1822] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:18:38 2026] GET /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb?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: 1011/1823] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:39 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1824] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:39 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1825] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:39 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => 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: 1012/1826] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:18:39 2026] GET /v2.0/networks?id=5db1ac1b-621a-48ea-b29c-25dc39dd0a26 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1827] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:18:39 2026] POST /v2.0/ports => generated 954 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1828] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:18:39 2026] PUT /v2.0/ports/ba84cdd4-61e6-4880-9e98-d087bf9c01d0 => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:40.419 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5d5a579-0994-4a10-b099-990a132de792'] response: {'name': 'network-changed', 'server_uuid': '2163a56c-16c9-43ca-93e0-60ed639b5b58', 'tag': 'ba84cdd4-61e6-4880-9e98-d087bf9c01d0', '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: 816/1829] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:40 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1008 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: 1014/1830] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:40 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1831] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:40 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1832] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:40 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&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: 818/1833] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:40 2026] GET /v2.0/ports?tenant_id=f04a07084dc149f0b303cb653bcf2239&device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1834] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:18:40 2026] GET /v2.0/networks?tenant_id=f04a07084dc149f0b303cb653bcf2239&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1835] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:18:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1836] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:41 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1837] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:41 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1838] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:41 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1839] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:41 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1840] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/ports?tenant_id=f04a07084dc149f0b303cb653bcf2239&device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1841] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ba84cdd4-61e6-4880-9e98-d087bf9c01d0 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1842] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/subnets?id=acc4646d-3ea5-49cf-8d12-09ce7442ee08 => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1843] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1844] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/ports?network_id=5db1ac1b-621a-48ea-b29c-25dc39dd0a26&device_owner=network%3Adhcp => 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: 824/1845] 199.19.213.103 () {34 vars in 1124 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1846] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/networks/5db1ac1b-621a-48ea-b29c-25dc39dd0a26?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: 825/1847] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/networks/5db1ac1b-621a-48ea-b29c-25dc39dd0a26?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: 1023/1848] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1849] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1850] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:42 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => 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: 827/1851] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:43 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1852] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => 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: 828/1853] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1854] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1855] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1856] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1857] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => 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: 831/1858] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:44 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:44.640 8 INFO neutron.db.l3_db [None req-25f05f0f-5517-4978-a5da-0b98aa4fdd91 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] Floating IP 22749ce5-c5bb-4eb1-bf87-638f9048852e associated. External IP: 10.96.250.217, port: 0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd. [pid: 8|app: 0|req: 1028/1859] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:18:44 2026] PUT /v2.0/floatingips/22749ce5-c5bb-4eb1-bf87-638f9048852e => generated 855 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:45.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f3c4628-35ca-40de-a609-5c82d9488f1f'] response: {'name': 'network-changed', 'server_uuid': 'f5d5c21c-6636-4774-bf30-618cb5ef7a2f', 'tag': '0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 832/1860] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 969 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1861] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1862] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/ports?tenant_id=c2327743cb884266b8ffa4971efdebda&device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1279 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1863] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/networks?id=04e5a733-b84d-4db0-b905-deb08ec14ebb => generated 767 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1864] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1865] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1866] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&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: 8|app: 0|req: 1032/1867] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/subnets?id=d21a6871-822e-43ff-8e97-ec5e9ec922ed => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1868] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/ports?network_id=04e5a733-b84d-4db0-b905-deb08ec14ebb&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1869] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1870] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:18:45 2026] GET /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb?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: 1034/1871] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:46 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => 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: 838/1872] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:46 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1873] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:46 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1874] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:46 2026] GET /v2.0/security-groups?id=1e808e3e-6453-4b29-986c-ab781cf528da&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: 1036/1875] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:18:46 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:47.113 7 INFO neutron_taas.services.taas.taas_plugin [req-94d8eaa0-9c97-4256-8092-22c397daa5b8 req-1fb9c873-115c-4047-a84b-2dad0115fb6d 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: 4482408a-2157-4e7d-bc04-9e9cd029b539 2026-07-01 02:18:47.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-94d8eaa0-9c97-4256-8092-22c397daa5b8 req-1fb9c873-115c-4047-a84b-2dad0115fb6d 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: 4482408a-2157-4e7d-bc04-9e9cd029b539 2026-07-01 02:18:47.228 7 INFO neutron.db.l3_db [req-94d8eaa0-9c97-4256-8092-22c397daa5b8 req-1fb9c873-115c-4047-a84b-2dad0115fb6d 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Floating IP b5410ec6-8a10-452e-a5ae-e490ca7bd102 disassociated. External IP: 10.96.250.210, port: 4482408a-2157-4e7d-bc04-9e9cd029b539. [pid: 7|app: 0|req: 840/1876] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:18:46 2026] DELETE /v2.0/ports/4482408a-2157-4e7d-bc04-9e9cd029b539 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:47.639 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50ddd96c-b0bd-4d0a-ac7c-628a0a99010a'] response: {'server_uuid': '96969e4d-205f-4712-8649-132b89b21965', 'name': 'network-vif-deleted', 'tag': '4482408a-2157-4e7d-bc04-9e9cd029b539', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1037/1877] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:47 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1878] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:47 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1879] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:48 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => 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: 1040/1882] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:48 2026] GET /v2.0/security-groups?tenant_id=5d0d988596c34722904e267ca31e6d37&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: 1041/1883] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:49 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1884] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:49 2026] DELETE /v2.0/security-groups/ecaa2f51-151f-45fb-8084-70a804f18d1f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1885] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:49 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => 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: 844/1886] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:49 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&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: 1043/1887] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:50 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1888] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:50 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1889] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:50 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&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: 846/1890] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:51 2026] GET /v2.0/ports?device_id=96969e4d-205f-4712-8649-132b89b21965 => 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: 1045/1891] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:51 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1892] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:51 2026] GET /v2.0/security-groups?id=33da541d-c671-4c2d-9d39-237a8fd1ffb0&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1893] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:18:51 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:51.961 7 INFO neutron_taas.services.taas.taas_plugin [req-68d33e8e-6753-4f2b-884c-da660c38c67b req-b3f0076b-28d8-4034-91c9-8b4063e481e0 48bdae6dc1b74c32b7d49191bb2533a8 f04a07084dc149f0b303cb653bcf2239 - - default default] TaaS: Handle Delete Port: ba84cdd4-61e6-4880-9e98-d087bf9c01d0 2026-07-01 02:18:51.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68d33e8e-6753-4f2b-884c-da660c38c67b req-b3f0076b-28d8-4034-91c9-8b4063e481e0 48bdae6dc1b74c32b7d49191bb2533a8 f04a07084dc149f0b303cb653bcf2239 - - default default] Tap Mirror: Handle Delete Port: ba84cdd4-61e6-4880-9e98-d087bf9c01d0 [pid: 7|app: 0|req: 848/1894] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:18:51 2026] DELETE /v2.0/ports/ba84cdd4-61e6-4880-9e98-d087bf9c01d0 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:52.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-016756ad-9ad2-41fa-80a8-daad8ec445ae'] response: {'server_uuid': '2163a56c-16c9-43ca-93e0-60ed639b5b58', 'name': 'network-vif-deleted', 'tag': 'ba84cdd4-61e6-4880-9e98-d087bf9c01d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1047/1895] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:52 2026] DELETE /v2.0/security-groups/1e808e3e-6453-4b29-986c-ab781cf528da => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1896] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:52 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:53.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b75349c-dda8-4816-9050-476f6251a906 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: 00acec55-bd2b-4775-9328-5c0973287fe3 2026-07-01 02:18:53.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b75349c-dda8-4816-9050-476f6251a906 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: 00acec55-bd2b-4775-9328-5c0973287fe3 [pid: 7|app: 0|req: 849/1897] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:18:52 2026] DELETE /v2.0/floatingips/b5410ec6-8a10-452e-a5ae-e490ca7bd102 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1898] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:53 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1899] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:53 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1900] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:53 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:53.591 8 INFO neutron.db.segments_db [None req-847d2558-49ed-42b8-b63c-db3a4e2546ce 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] Added segment 3f4eeb6d-4da0-48eb-bb9c-13668547420b of type vxlan for network 13b193a2-8c84-4fc2-af44-7c2969bcdf85 [pid: 7|app: 0|req: 853/1901] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:53 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1902] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:53 2026] POST /v2.0/networks => generated 726 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1903] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:18:53 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1279 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1904] 10.0.0.64 () {32 vars in 857 bytes} [Wed Jul 1 02:18:53 2026] GET /v2.0/floatingips?floating_network_id=4f3623de-f4e3-40d9-a718-796808f83826&port_id=0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1905] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:53 2026] POST /v2.0/subnets => generated 644 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:53.902 7 WARNING neutron.api.v2.base [None req-8ed5cb9f-d53c-4dd6-ac84-94edaaa6a84e 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-01 02:18:53.903 7 INFO neutron.api.v2.resource [None req-8ed5cb9f-d53c-4dd6-ac84-94edaaa6a84e 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 856/1906] 10.0.0.64 () {34 vars in 680 bytes} [Wed Jul 1 02:18:53 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1907] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:54 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:18:54.075 8 INFO neutron.services.segments.plugin [-] Segment 3f4eeb6d-4da0-48eb-bb9c-13668547420b resource provider aggregate not found 2026-07-01 02:18:54.077 8 INFO neutron.services.segments.plugin [-] Segment 3f4eeb6d-4da0-48eb-bb9c-13668547420b resource provider aggregate not found 2026-07-01 02:18:54.095 8 INFO neutron.services.segments.plugin [-] Segment 3f4eeb6d-4da0-48eb-bb9c-13668547420b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4eeb6d-4da0-48eb-bb9c-13668547420b found for delete ", "request_id": "req-d103490a-dbaf-4ab1-aae4-5fdc374e304a"}]} 2026-07-01 02:18:54.101 8 INFO neutron.services.segments.plugin [-] Segment 3f4eeb6d-4da0-48eb-bb9c-13668547420b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4eeb6d-4da0-48eb-bb9c-13668547420b found for delete ", "request_id": "req-4a8382f9-d986-4f0c-b64b-3163a5e3c6d8"}]} [pid: 8|app: 0|req: 1051/1908] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:53 2026] DELETE /v2.0/networks/13b193a2-8c84-4fc2-af44-7c2969bcdf85 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:54.203 7 INFO neutron.db.segments_db [None req-6016c7fa-e2a4-4584-adb9-819064119413 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] Added segment 07509fdc-cada-4b98-9a01-0b11d43df64c of type vxlan for network 64fd3731-733c-4012-8f3c-e61b4e06040a [pid: 7|app: 0|req: 858/1909] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:54 2026] POST /v2.0/networks => generated 727 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1910] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:54 2026] POST /v2.0/subnets => generated 647 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:18:54.493 7 WARNING neutron.api.v2.base [None req-139dc873-2dbe-4fe0-8905-ab88b2a3d0db 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-01 02:18:54.494 7 INFO neutron.api.v2.resource [None req-139dc873-2dbe-4fe0-8905-ab88b2a3d0db 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 859/1911] 10.0.0.64 () {34 vars in 680 bytes} [Wed Jul 1 02:18:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1912] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:54 2026] DELETE /v2.0/networks/64fd3731-733c-4012-8f3c-e61b4e06040a => 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: 860/1913] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:18:54 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1914] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:54 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:54.717 7 INFO neutron.db.segments_db [None req-b6eb6d98-2329-4f31-ab58-cd9504fecac9 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] Added segment 1676095f-f49f-4da1-8a91-5a5c325e4625 of type vxlan for network 9b2d79d2-62d6-46e2-b8ce-bd16a63dc69f [pid: 8|app: 0|req: 1055/1915] 10.0.0.67 () {34 vars in 1119 bytes} [Wed Jul 1 02:18:54 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1916] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:54 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1917] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:18:54 2026] POST /v2.0/networks => generated 727 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1918] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:18:54 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1919] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:55 2026] GET /v2.0/ports?device_id=2163a56c-16c9-43ca-93e0-60ed639b5b58 => 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: 862/1920] 10.0.0.64 () {34 vars in 680 bytes} [Wed Jul 1 02:18:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1921] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:18:55 2026] GET /v2.0/networks/9b2d79d2-62d6-46e2-b8ce-bd16a63dc69f => generated 655 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1922] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:55 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1923] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:18:55 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1924] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:18:55 2026] GET /v2.0/security-groups?id=98d4fa24-b721-49d4-ac5f-6a43d116655e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:55.992 8 INFO neutron_taas.services.taas.taas_plugin [req-f6f4973a-95c0-42fc-94f7-7a771cf0ffcc req-e0183ee8-b7fd-4d03-b50c-e066bf7ea3be 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: 361732b9-2550-4154-989c-b82f3ab53acc 2026-07-01 02:18:55.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f6f4973a-95c0-42fc-94f7-7a771cf0ffcc req-e0183ee8-b7fd-4d03-b50c-e066bf7ea3be 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: 361732b9-2550-4154-989c-b82f3ab53acc 2026-07-01 02:18:56.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c3c2e0f-5356-45bc-adae-e68a9762f842 0233bd64863841ef9e00c5b9907cdaee a52e9685172c4a76b9ad2a3a70a513fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1925] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:18:56 2026] GET /v2.0/networks/9b2d79d2-62d6-46e2-b8ce-bd16a63dc69f => generated 138 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:56.123 8 INFO neutron.services.segments.plugin [-] Segment 07509fdc-cada-4b98-9a01-0b11d43df64c resource provider aggregate not found 2026-07-01 02:18:56.128 8 INFO neutron.services.segments.plugin [-] Segment 07509fdc-cada-4b98-9a01-0b11d43df64c resource provider aggregate not found 2026-07-01 02:18:56.171 8 INFO neutron.services.segments.plugin [-] Segment 07509fdc-cada-4b98-9a01-0b11d43df64c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07509fdc-cada-4b98-9a01-0b11d43df64c found for delete ", "request_id": "req-a8d4e464-ce2f-4d9a-b77e-d0afe7c1c42b"}]} 2026-07-01 02:18:56.178 8 INFO neutron.services.segments.plugin [-] Segment 07509fdc-cada-4b98-9a01-0b11d43df64c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07509fdc-cada-4b98-9a01-0b11d43df64c found for delete ", "request_id": "req-629cf9ca-344b-4b2b-801e-923260cd5363"}]} [pid: 8|app: 0|req: 1061/1926] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:18:55 2026] DELETE /v2.0/ports/361732b9-2550-4154-989c-b82f3ab53acc => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:56.248 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79c4426b-74df-4ef4-bcb7-ee37d097b63d'] response: {'server_uuid': '48c6a70a-21a1-40ee-b057-64d94f4733dd', 'name': 'network-vif-deleted', 'tag': '361732b9-2550-4154-989c-b82f3ab53acc', 'status': 'completed', 'code': 200} 2026-07-01 02:18:56.323 7 INFO neutron.services.segments.plugin [-] Segment 1676095f-f49f-4da1-8a91-5a5c325e4625 resource provider aggregate not found 2026-07-01 02:18:56.325 7 INFO neutron.services.segments.plugin [-] Segment 1676095f-f49f-4da1-8a91-5a5c325e4625 resource provider aggregate not found 2026-07-01 02:18:56.340 7 INFO neutron.services.segments.plugin [-] Segment 1676095f-f49f-4da1-8a91-5a5c325e4625 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1676095f-f49f-4da1-8a91-5a5c325e4625 found for delete ", "request_id": "req-1ac629d5-08d6-4a83-b4ef-e9d08ad0c526"}]} 2026-07-01 02:18:56.350 7 INFO neutron.services.segments.plugin [-] Segment 1676095f-f49f-4da1-8a91-5a5c325e4625 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1676095f-f49f-4da1-8a91-5a5c325e4625 found for delete ", "request_id": "req-0b1d6b35-12e0-41f4-ac6e-005c0c657d55"}]} [pid: 7|app: 0|req: 866/1927] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:56 2026] DELETE /v2.0/networks/9b2d79d2-62d6-46e2-b8ce-bd16a63dc69f => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:56.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5425a953-31ae-40fb-81d3-de1039a74aa4 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/1928] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:56 2026] DELETE /v2.0/subnets/719aaf08-d448-4a0e-8f40-384199873c75 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:56.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbecfac3-6ec2-440a-8a77-15a3ec3adfae 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1929] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:56 2026] DELETE /v2.0/subnets/bd319a35-81a6-401e-a7e4-772deaa5846d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:18:56.436 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07069b4c-2545-4763-a019-14b51e027dab 6926cb1cca894e77b9dc5d32091e2712 f80b426e6f11462ba09cf213ea97ce2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/1930] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:56 2026] DELETE /v2.0/subnets/61ed100c-9f36-4591-b4e2-4974ed7a5598 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1931] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:56 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 869/1932] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:57 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1933] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:57 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1934] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:57 2026] GET /v2.0/security-groups?tenant_id=f80b426e6f11462ba09cf213ea97ce2a&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1935] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:57 2026] DELETE /v2.0/security-groups/bac43c6c-3786-4458-8ed8-61d8075416f0 => 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: 1066/1936] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:57 2026] GET /v2.0/security-groups?tenant_id=7a1d6fe9f1c346a4bfa1be445308e1be&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:18:57.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f4f728a-7c23-437d-ad29-60ccd7018190 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 61cb3d74-f9a7-49f7-aa26-b42d11bcebec 2026-07-01 02:18:57.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f4f728a-7c23-437d-ad29-60ccd7018190 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 61cb3d74-f9a7-49f7-aa26-b42d11bcebec [pid: 8|app: 0|req: 1067/1937] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:57 2026] DELETE /v2.0/security-groups/36c88450-8208-4140-a4bb-7fe1a459293f => 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: 1068/1938] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:57 2026] GET /v2.0/security-groups?tenant_id=a52e9685172c4a76b9ad2a3a70a513fa&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1939] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:18:58 2026] DELETE /v2.0/security-groups/f727f0b5-c90b-4345-ad6e-180645cdfe99 => 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: 1070/1940] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:58 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 871/1941] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:18:57 2026] PUT /v2.0/routers/1173db91-f2cc-4aad-98ec-0a0c8b13db07/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1942] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:58 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1943] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:58 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:18:58.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-049db6f5-aca9-409d-9df7-6ed03f8ff3b3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: ded24bd0-5efa-479e-9645-ebb7d5ca540f 2026-07-01 02:18:58.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049db6f5-aca9-409d-9df7-6ed03f8ff3b3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: ded24bd0-5efa-479e-9645-ebb7d5ca540f 2026-07-01 02:18:58.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-049db6f5-aca9-409d-9df7-6ed03f8ff3b3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: b6e487bf-46cd-43b1-91d5-1618454a3c47 2026-07-01 02:18:58.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049db6f5-aca9-409d-9df7-6ed03f8ff3b3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: b6e487bf-46cd-43b1-91d5-1618454a3c47 2026-07-01 02:18:59.237 8 INFO neutron.services.segments.plugin [-] Segment 86b4ec40-f8f4-4027-a8c8-fb050b16a14a resource provider aggregate not found 2026-07-01 02:18:59.237 8 INFO neutron.services.segments.plugin [-] Segment 86b4ec40-f8f4-4027-a8c8-fb050b16a14a resource provider aggregate not found 2026-07-01 02:18:59.261 8 INFO neutron.db.l3_hamode_db [None req-049db6f5-aca9-409d-9df7-6ed03f8ff3b3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network a8bab81f-4cc5-4f91-a963-e7a3f6b5048d was deleted as no HA routers are present in tenant f04a07084dc149f0b303cb653bcf2239. [pid: 8|app: 0|req: 1071/1944] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:58 2026] DELETE /v2.0/routers/1173db91-f2cc-4aad-98ec-0a0c8b13db07 => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:18:59.273 8 INFO neutron.services.segments.plugin [-] Segment 86b4ec40-f8f4-4027-a8c8-fb050b16a14a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86b4ec40-f8f4-4027-a8c8-fb050b16a14a found for delete ", "request_id": "req-4d80d498-6afc-413b-baaa-7b4623a0f674"}]} 2026-07-01 02:18:59.273 8 INFO neutron.services.segments.plugin [-] Segment 86b4ec40-f8f4-4027-a8c8-fb050b16a14a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86b4ec40-f8f4-4027-a8c8-fb050b16a14a found for delete ", "request_id": "req-f6740042-4848-4fa0-ac16-feeb06cf5801"}]} [pid: 8|app: 0|req: 1072/1945] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:59 2026] GET /v2.0/ports?device_id=48c6a70a-21a1-40ee-b057-64d94f4733dd => 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: 874/1946] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:18:59 2026] DELETE /v2.0/subnets/acc4646d-3ea5-49cf-8d12-09ce7442ee08 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:18:59.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5c1191a-5dc0-4479-9419-2820e0258f56 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 4fcb9cd5-88d8-4d32-aaef-bceb17022f4e 2026-07-01 02:18:59.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5c1191a-5dc0-4479-9419-2820e0258f56 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 4fcb9cd5-88d8-4d32-aaef-bceb17022f4e [pid: 7|app: 0|req: 875/1947] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:18:59 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1948] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jul 1 02:18:59 2026] GET /v2.0/security-groups?id=44c25ba1-79e9-4e81-a78e-6b47ee48c854&id=1d03cc78-b578-4482-a39f-f48dc14014c7&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1949] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:18:59 2026] DELETE /v2.0/networks/5db1ac1b-621a-48ea-b29c-25dc39dd0a26 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1950] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:18:59 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1951] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:18:59 2026] GET /v2.0/security-groups?tenant_id=f04a07084dc149f0b303cb653bcf2239&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:00.070 8 INFO neutron_taas.services.taas.taas_plugin [req-91632faa-4e2e-4b53-a947-99c6de0b4fc5 req-efa518fd-d0c7-4d30-a307-0e65290ef2dc 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] TaaS: Handle Delete Port: 0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd 2026-07-01 02:19:00.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-91632faa-4e2e-4b53-a947-99c6de0b4fc5 req-efa518fd-d0c7-4d30-a307-0e65290ef2dc 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] Tap Mirror: Handle Delete Port: 0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd [pid: 7|app: 0|req: 879/1952] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:00 2026] DELETE /v2.0/security-groups/33da541d-c671-4c2d-9d39-237a8fd1ffb0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:00.232 8 INFO neutron.db.l3_db [req-91632faa-4e2e-4b53-a947-99c6de0b4fc5 req-efa518fd-d0c7-4d30-a307-0e65290ef2dc 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] Floating IP 22749ce5-c5bb-4eb1-bf87-638f9048852e disassociated. External IP: 10.96.250.217, port: 0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd. [pid: 7|app: 0|req: 880/1953] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:00 2026] DELETE /v2.0/security-groups/98d4fa24-b721-49d4-ac5f-6a43d116655e => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1954] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:18:59 2026] DELETE /v2.0/ports/0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd => generated 0 bytes in 747 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:00.709 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bac259da-c02c-4bbb-8172-b1f2ab4607c0'] response: {'server_uuid': 'f5d5c21c-6636-4774-bf30-618cb5ef7a2f', 'name': 'network-vif-deleted', 'tag': '0b728c0f-34d9-4927-a6a0-bbfb9ed5f6dd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1075/1955] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:00 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:00.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-1da03441-aa38-40d0-9d8b-6e91d30abf72 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: 2b7483da-4f64-42ed-a91c-f4bfb8280656 2026-07-01 02:19:00.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1da03441-aa38-40d0-9d8b-6e91d30abf72 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: 2b7483da-4f64-42ed-a91c-f4bfb8280656 2026-07-01 02:19:01.292 8 INFO neutron.services.segments.plugin [-] Segment 0d5a1882-8f89-49e2-84c1-2411bdb2d06c resource provider aggregate not found 2026-07-01 02:19:01.304 8 INFO neutron.services.segments.plugin [-] Segment 0d5a1882-8f89-49e2-84c1-2411bdb2d06c resource provider aggregate not found 2026-07-01 02:19:01.309 8 INFO neutron.services.segments.plugin [-] Segment 0d5a1882-8f89-49e2-84c1-2411bdb2d06c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d5a1882-8f89-49e2-84c1-2411bdb2d06c found for delete ", "request_id": "req-2cbc90dc-1973-465d-8ef6-4afba063ae41"}]} 2026-07-01 02:19:01.322 8 INFO neutron.services.segments.plugin [-] Segment 0d5a1882-8f89-49e2-84c1-2411bdb2d06c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d5a1882-8f89-49e2-84c1-2411bdb2d06c found for delete ", "request_id": "req-463d886f-063f-4d07-b1c8-a0181fa28946"}]} [pid: 7|app: 0|req: 881/1956] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:19:00 2026] PUT /v2.0/routers/384ae0fa-c872-47fd-9be2-49cadae6c63f/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1957] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:01 2026] DELETE /v2.0/subnets/fc6c3219-b502-4e54-9378-d9ed7a5ae6bb => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1958] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:01 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:01.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b9b33e8-63d7-4783-b0e1-80baf2482e4f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: 7242f6a6-7ff9-40a3-9ec5-3618a55c07c5 2026-07-01 02:19:01.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b9b33e8-63d7-4783-b0e1-80baf2482e4f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: 7242f6a6-7ff9-40a3-9ec5-3618a55c07c5 2026-07-01 02:19:02.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b9b33e8-63d7-4783-b0e1-80baf2482e4f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: 514c85e7-ff3e-4c4c-ab9d-06abd196d160 2026-07-01 02:19:02.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b9b33e8-63d7-4783-b0e1-80baf2482e4f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: 514c85e7-ff3e-4c4c-ab9d-06abd196d160 2026-07-01 02:19:02.587 7 INFO neutron.services.segments.plugin [-] Segment 9116eba6-c6ff-443a-b4ee-c28559326acd resource provider aggregate not found 2026-07-01 02:19:02.592 7 INFO neutron.services.segments.plugin [-] Segment 9116eba6-c6ff-443a-b4ee-c28559326acd resource provider aggregate not found 2026-07-01 02:19:02.617 7 INFO neutron.services.segments.plugin [-] Segment 9116eba6-c6ff-443a-b4ee-c28559326acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9116eba6-c6ff-443a-b4ee-c28559326acd found for delete ", "request_id": "req-5acb6d69-8716-4cdf-b6aa-05a74355a7b8"}]} 2026-07-01 02:19:02.619 7 INFO neutron.services.segments.plugin [-] Segment 9116eba6-c6ff-443a-b4ee-c28559326acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9116eba6-c6ff-443a-b4ee-c28559326acd found for delete ", "request_id": "req-e199acd5-e16b-45fe-968d-1f9d0dfd9075"}]} 2026-07-01 02:19:02.623 7 INFO neutron.db.l3_hamode_db [None req-7b9b33e8-63d7-4783-b0e1-80baf2482e4f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] HA network cf4272be-2f8a-4ff1-8e1b-7a80158ffbe5 was deleted as no HA routers are present in tenant dbc1b1e5b3ee45c1ba488667415ea781. [pid: 7|app: 0|req: 882/1959] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:01 2026] DELETE /v2.0/routers/384ae0fa-c872-47fd-9be2-49cadae6c63f => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:02.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3072688-f91d-4d62-93fc-5849c63de46f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] TaaS: Handle Delete Port: c557011f-b55f-49b4-aa81-2a5d5aeaddc8 2026-07-01 02:19:02.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3072688-f91d-4d62-93fc-5849c63de46f 42600c5368ad4a439ef4f0966391c35e dbc1b1e5b3ee45c1ba488667415ea781 - - default default] Tap Mirror: Handle Delete Port: c557011f-b55f-49b4-aa81-2a5d5aeaddc8 [pid: 8|app: 0|req: 1078/1960] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:02 2026] DELETE /v2.0/networks/e4f2ffe1-1535-4a8b-8e5d-5249f46f852e => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1961] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:02 2026] GET /v2.0/ports?device_id=f5d5c21c-6636-4774-bf30-618cb5ef7a2f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:03.041 7 INFO neutron.db.segments_db [None req-c134b40d-cb5f-42c5-9555-a4db99effa85 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Added segment 8fe152f4-238e-43b2-b19d-b1505ed64640 of type vxlan for network be4f3581-a246-4d29-b910-b798804234de [pid: 7|app: 0|req: 883/1962] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:02 2026] POST /v2.0/networks => generated 632 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:03.331 8 INFO neutron.services.segments.plugin [-] Segment 479079c1-5092-4b47-a535-06b8b0a52609 resource provider aggregate not found 2026-07-01 02:19:03.349 8 INFO neutron.services.segments.plugin [-] Segment 479079c1-5092-4b47-a535-06b8b0a52609 resource provider aggregate not found 2026-07-01 02:19:03.354 8 INFO neutron.services.segments.plugin [-] Segment 479079c1-5092-4b47-a535-06b8b0a52609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 479079c1-5092-4b47-a535-06b8b0a52609 found for delete ", "request_id": "req-ce283a5e-6ed7-470e-9fc2-6b73a167d727"}]} 2026-07-01 02:19:03.382 8 INFO neutron.services.segments.plugin [-] Segment 479079c1-5092-4b47-a535-06b8b0a52609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 479079c1-5092-4b47-a535-06b8b0a52609 found for delete ", "request_id": "req-535617e4-b6c6-475f-a31b-edf81eeb39cf"}]} [pid: 8|app: 0|req: 1080/1965] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:03 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:03.567 7 INFO neutron.db.segments_db [None req-f128cb67-d300-4bde-b7b5-8f6a351d6b5b 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Added segment 201197fc-575c-40f1-bcee-26587151d39b of type vxlan for network a2e0f120-9edc-4f98-ae47-bd7c4a43b41d [pid: 7|app: 0|req: 886/1966] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:03 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 887/1967] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:03 2026] GET /v2.0/security-groups?tenant_id=dbc1b1e5b3ee45c1ba488667415ea781&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1968] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:03 2026] DELETE /v2.0/security-groups/73869454-ce2b-404c-915d-7c152299431b => 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: 1081/1969] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:03 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:04.058 7 INFO neutron.db.segments_db [None req-3069dc36-99e4-407e-a7e0-9cad2757782b 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Added segment e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a of type vxlan for network 6fa460da-511b-4caa-91d7-a420c67a4739 [pid: 8|app: 0|req: 1082/1970] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:04 2026] GET /v2.0/security-groups?tenant_id=49893e3f7779445ab8d074678c2e114d&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1971] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:03 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1972] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:04 2026] DELETE /v2.0/security-groups/aa464f83-19bf-4eab-a379-71cfc0aa729a => 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: 1083/1973] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:04 2026] DELETE /v2.0/security-groups/1d03cc78-b578-4482-a39f-f48dc14014c7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:04.304 8 INFO neutron.api.v2.resource [None req-324267e3-701e-45c9-9a64-2e8fabadf632 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/1974] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:19:04 2026] GET /v2.0/security-groups/1d03cc78-b578-4482-a39f-f48dc14014c7 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:19:04.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-63d88de8-aaba-40f2-81d6-06349584ca1c 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] TaaS: Handle Delete Port: f9f37509-3fc6-4c28-ab85-eb820553d791 2026-07-01 02:19:04.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d88de8-aaba-40f2-81d6-06349584ca1c 829976bf67ab443d917dd41ea7648b48 c2327743cb884266b8ffa4971efdebda - - default default] Tap Mirror: Handle Delete Port: f9f37509-3fc6-4c28-ab85-eb820553d791 [pid: 8|app: 0|req: 1085/1975] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:04 2026] DELETE /v2.0/floatingips/22749ce5-c5bb-4eb1-bf87-638f9048852e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1976] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:04 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:04.690 7 INFO neutron.db.segments_db [None req-325cf3f8-3c73-4ad6-89bf-d49296c48b84 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Added segment ea96a829-9ef0-4306-a47c-808591391578 of type vxlan for network fdf50924-75c9-43bc-9055-7c7ed688bc4a [pid: 8|app: 0|req: 1086/1977] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:04 2026] DELETE /v2.0/security-groups/44c25ba1-79e9-4e81-a78e-6b47ee48c854 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1978] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:04 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/1979] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:04 2026] POST /v2.0/ports => generated 743 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:05.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-859ab3ad-788b-46a1-bf61-0b6b9d8520e4 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 920ac008-fd82-41a2-80b6-787064f6c5b2 2026-07-01 02:19:05.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-859ab3ad-788b-46a1-bf61-0b6b9d8520e4 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 920ac008-fd82-41a2-80b6-787064f6c5b2 2026-07-01 02:19:05.294 8 INFO neutron.db.segments_db [None req-7727ed42-38e5-4ebb-b93b-56966cb486ec 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Added segment f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 of type vxlan for network 16c516c3-3ae5-4c63-ae71-9fec01fa7f6c [pid: 8|app: 0|req: 1088/1980] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:05 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/1981] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:05 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1090/1982] 10.0.0.64 () {34 vars in 746 bytes} [Wed Jul 1 02:19:05 2026] PUT /v2.0/ports/f38f1f9f-d69f-4e8b-801c-26949ab20e57/tags => generated 17 bytes in 52 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: 893/1983] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:19:04 2026] PUT /v2.0/routers/c0036d33-0620-4a3b-9079-097a80867ec7/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/1984] 10.0.0.64 () {34 vars in 746 bytes} [Wed Jul 1 02:19:05 2026] PUT /v2.0/ports/cc300818-2ab7-44ec-b645-1f63615128b5/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/1985] 10.0.0.64 () {34 vars in 746 bytes} [Wed Jul 1 02:19:05 2026] PUT /v2.0/ports/d1e40984-be72-41f2-a730-4d916e74bfd2/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1093/1986] 10.0.0.64 () {34 vars in 746 bytes} [Wed Jul 1 02:19:05 2026] PUT /v2.0/ports/11bc6d44-df65-46ab-acd4-d1fe04dc8056/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:05.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f5a34b0-d9a8-47c3-a1f1-5cbdaf0789d6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 627754ca-9d0b-4a9c-82ce-c20fef793b76 2026-07-01 02:19:05.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f5a34b0-d9a8-47c3-a1f1-5cbdaf0789d6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 627754ca-9d0b-4a9c-82ce-c20fef793b76 [pid: 8|app: 0|req: 1094/1987] 10.0.0.64 () {32 vars in 659 bytes} [Wed Jul 1 02:19:05 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/1988] 10.0.0.64 () {32 vars in 673 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1989] 10.0.0.64 () {32 vars in 669 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:06.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f5a34b0-d9a8-47c3-a1f1-5cbdaf0789d6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: d3895da8-b5dd-4a3b-a53d-1e03023cf9d0 2026-07-01 02:19:06.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f5a34b0-d9a8-47c3-a1f1-5cbdaf0789d6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: d3895da8-b5dd-4a3b-a53d-1e03023cf9d0 [pid: 8|app: 0|req: 1097/1990] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/1991] 10.0.0.64 () {32 vars in 667 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/1992] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/1993] 10.0.0.64 () {32 vars in 677 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/1994] 10.0.0.64 () {32 vars in 689 bytes} [Wed Jul 1 02:19:06 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:06.694 7 INFO neutron.services.segments.plugin [-] Segment ef13df86-284b-4527-86de-39ad76ed87d5 resource provider aggregate not found 2026-07-01 02:19:06.699 7 INFO neutron.services.segments.plugin [-] Segment ef13df86-284b-4527-86de-39ad76ed87d5 resource provider aggregate not found 2026-07-01 02:19:06.724 7 INFO neutron.services.segments.plugin [-] Segment ef13df86-284b-4527-86de-39ad76ed87d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef13df86-284b-4527-86de-39ad76ed87d5 found for delete ", "request_id": "req-f51270ab-ed8e-46c4-8e3b-37a0662c0688"}]} 2026-07-01 02:19:06.725 7 INFO neutron.services.segments.plugin [-] Segment ef13df86-284b-4527-86de-39ad76ed87d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef13df86-284b-4527-86de-39ad76ed87d5 found for delete ", "request_id": "req-79a92a2a-7f1b-41a3-9da3-c21683813b48"}]} 2026-07-01 02:19:06.738 7 INFO neutron.db.l3_hamode_db [None req-2f5a34b0-d9a8-47c3-a1f1-5cbdaf0789d6 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network c9c581b2-bcd5-4c98-8adf-fac9dfceb724 was deleted as no HA routers are present in tenant c2327743cb884266b8ffa4971efdebda. 2026-07-01 02:19:06.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-627d8ff6-1514-42f3-b46d-c4f3ad8a3131 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] TaaS: Handle Delete Port: f38f1f9f-d69f-4e8b-801c-26949ab20e57 2026-07-01 02:19:06.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-627d8ff6-1514-42f3-b46d-c4f3ad8a3131 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Tap Mirror: Handle Delete Port: f38f1f9f-d69f-4e8b-801c-26949ab20e57 [pid: 7|app: 0|req: 894/1995] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:05 2026] DELETE /v2.0/routers/c0036d33-0620-4a3b-9079-097a80867ec7 => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/1996] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:06 2026] DELETE /v2.0/ports/f38f1f9f-d69f-4e8b-801c-26949ab20e57 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1997] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:06 2026] DELETE /v2.0/subnets/d21a6871-822e-43ff-8e97-ec5e9ec922ed => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:06.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a427e01-74ec-432e-b5e0-8899fbe904bc 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] TaaS: Handle Delete Port: cc300818-2ab7-44ec-b645-1f63615128b5 2026-07-01 02:19:06.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a427e01-74ec-432e-b5e0-8899fbe904bc 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Tap Mirror: Handle Delete Port: cc300818-2ab7-44ec-b645-1f63615128b5 2026-07-01 02:19:07.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7199521-000f-4391-bbfb-56a2e914a3e5 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 6071a604-a4f9-4ded-a745-a8245d8e568b 2026-07-01 02:19:07.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7199521-000f-4391-bbfb-56a2e914a3e5 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 6071a604-a4f9-4ded-a745-a8245d8e568b [pid: 8|app: 0|req: 1103/1998] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:06 2026] DELETE /v2.0/ports/cc300818-2ab7-44ec-b645-1f63615128b5 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:07.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0d8723a-b278-4fbb-940c-dce5851e048e 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] TaaS: Handle Delete Port: d1e40984-be72-41f2-a730-4d916e74bfd2 2026-07-01 02:19:07.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d8723a-b278-4fbb-940c-dce5851e048e 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Tap Mirror: Handle Delete Port: d1e40984-be72-41f2-a730-4d916e74bfd2 [pid: 7|app: 0|req: 896/1999] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:06 2026] DELETE /v2.0/networks/04e5a733-b84d-4db0-b905-deb08ec14ebb => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2000] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:07 2026] DELETE /v2.0/ports/d1e40984-be72-41f2-a730-4d916e74bfd2 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:07.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-16f22a2e-71ee-4138-b730-e920cd2ad669 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] TaaS: Handle Delete Port: 11bc6d44-df65-46ab-acd4-d1fe04dc8056 2026-07-01 02:19:07.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16f22a2e-71ee-4138-b730-e920cd2ad669 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Tap Mirror: Handle Delete Port: 11bc6d44-df65-46ab-acd4-d1fe04dc8056 [pid: 8|app: 0|req: 1105/2001] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:07 2026] DELETE /v2.0/ports/11bc6d44-df65-46ab-acd4-d1fe04dc8056 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:07.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d6e4ed7-d33e-4056-a6c0-a1db1ebd3413 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] TaaS: Handle Delete Port: b61909e3-4207-48bb-b48b-13291a31671d 2026-07-01 02:19:07.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d6e4ed7-d33e-4056-a6c0-a1db1ebd3413 4738013745984577828589533c342edc e2e42c046d944ef3826da378a691c019 - - default default] Tap Mirror: Handle Delete Port: b61909e3-4207-48bb-b48b-13291a31671d 2026-07-01 02:19:07.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-22aa0af1-d1f3-4e42-bc32-dd62ea8b9bf1 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 65234c90-6834-4e84-9dfe-b587b9c52615 2026-07-01 02:19:07.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22aa0af1-d1f3-4e42-bc32-dd62ea8b9bf1 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 65234c90-6834-4e84-9dfe-b587b9c52615 [pid: 8|app: 0|req: 1106/2002] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:07 2026] DELETE /v2.0/ports/b61909e3-4207-48bb-b48b-13291a31671d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:07.831 8 INFO neutron.services.segments.plugin [-] Segment 8fe152f4-238e-43b2-b19d-b1505ed64640 resource provider aggregate not found 2026-07-01 02:19:07.838 8 INFO neutron.services.segments.plugin [-] Segment 8fe152f4-238e-43b2-b19d-b1505ed64640 resource provider aggregate not found 2026-07-01 02:19:07.857 8 INFO neutron.services.segments.plugin [-] Segment 8fe152f4-238e-43b2-b19d-b1505ed64640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fe152f4-238e-43b2-b19d-b1505ed64640 found for delete ", "request_id": "req-ebc47fa0-1af1-47c1-96b0-07e2c774a649"}]} 2026-07-01 02:19:07.862 8 INFO neutron.services.segments.plugin [-] Segment 8fe152f4-238e-43b2-b19d-b1505ed64640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fe152f4-238e-43b2-b19d-b1505ed64640 found for delete ", "request_id": "req-c3dde11c-3d8d-43d1-b67f-23d7064b4f32"}]} [pid: 8|app: 0|req: 1107/2003] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:07 2026] DELETE /v2.0/networks/be4f3581-a246-4d29-b910-b798804234de => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2004] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:07 2026] DELETE /v2.0/networks/a2e0f120-9edc-4f98-ae47-bd7c4a43b41d => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2005] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:08 2026] DELETE /v2.0/networks/6fa460da-511b-4caa-91d7-a420c67a4739 => 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: 897/2006] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:19:07 2026] PUT /v2.0/routers/9c2a285a-c3cf-43c3-be0e-4fe29891dcb0/remove_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2007] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:08 2026] DELETE /v2.0/networks/fdf50924-75c9-43bc-9055-7c7ed688bc4a => 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: 1111/2008] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:08 2026] DELETE /v2.0/networks/16c516c3-3ae5-4c63-ae71-9fec01fa7f6c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:08.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-19a44ad4-5963-45b3-bd1e-aaf923b975d9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: eec5b7a1-ba6e-4409-9e13-b9828d44f3cc 2026-07-01 02:19:08.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19a44ad4-5963-45b3-bd1e-aaf923b975d9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: eec5b7a1-ba6e-4409-9e13-b9828d44f3cc 2026-07-01 02:19:08.751 7 INFO neutron.services.segments.plugin [-] Segment 07277531-7865-4929-bf22-70edf55f90b2 resource provider aggregate not found 2026-07-01 02:19:08.759 7 INFO neutron.services.segments.plugin [-] Segment 07277531-7865-4929-bf22-70edf55f90b2 resource provider aggregate not found 2026-07-01 02:19:08.779 7 INFO neutron.services.segments.plugin [-] Segment 07277531-7865-4929-bf22-70edf55f90b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07277531-7865-4929-bf22-70edf55f90b2 found for delete ", "request_id": "req-c8a329df-a0d6-4d1e-910a-780b1d2889bc"}]} 2026-07-01 02:19:08.784 7 INFO neutron.services.segments.plugin [-] Segment 07277531-7865-4929-bf22-70edf55f90b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07277531-7865-4929-bf22-70edf55f90b2 found for delete ", "request_id": "req-17e28589-e6a8-4d54-9afc-04ee17e71543"}]} 2026-07-01 02:19:08.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-19a44ad4-5963-45b3-bd1e-aaf923b975d9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 068f9e41-f0b6-44c7-afa8-1b541ede2e99 2026-07-01 02:19:08.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19a44ad4-5963-45b3-bd1e-aaf923b975d9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 068f9e41-f0b6-44c7-afa8-1b541ede2e99 2026-07-01 02:19:09.322 7 INFO neutron.db.l3_hamode_db [None req-19a44ad4-5963-45b3-bd1e-aaf923b975d9 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] HA network fc9f765c-45a9-4ad8-a46b-32efb26dd799 was deleted as no HA routers are present in tenant c0b572e7ad3b413c8b390460e28ce29f. [pid: 7|app: 0|req: 898/2009] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:08 2026] DELETE /v2.0/routers/9c2a285a-c3cf-43c3-be0e-4fe29891dcb0 => generated 0 bytes in 981 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2010] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:09 2026] DELETE /v2.0/subnets/fc11dada-e4cc-4d43-9970-9bdb148a2507 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:09.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-71b7d911-e36c-4093-b1a7-7dd9a4115622 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 7764ac83-212a-4337-963c-88013daa08db 2026-07-01 02:19:09.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71b7d911-e36c-4093-b1a7-7dd9a4115622 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 7764ac83-212a-4337-963c-88013daa08db [pid: 7|app: 0|req: 899/2011] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:09 2026] GET /v2.0/security-groups?tenant_id=6bfa4812344f4fce9dca6a1b418b1997&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2012] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:09 2026] DELETE /v2.0/networks/e862bfb9-cc68-4ff6-b373-4be5a8fedb8b => 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: 900/2013] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:09 2026] DELETE /v2.0/security-groups/d0d57359-2974-4553-b666-7531fe78c6aa => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:09.879 8 INFO neutron.services.segments.plugin [-] Segment 201197fc-575c-40f1-bcee-26587151d39b resource provider aggregate not found 2026-07-01 02:19:09.884 8 INFO neutron.services.segments.plugin [-] Segment 201197fc-575c-40f1-bcee-26587151d39b resource provider aggregate not found 2026-07-01 02:19:09.898 8 INFO neutron.services.segments.plugin [-] Segment 201197fc-575c-40f1-bcee-26587151d39b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 201197fc-575c-40f1-bcee-26587151d39b found for delete ", "request_id": "req-a2735cfa-5a31-465a-a034-3de4434c8f61"}]} 2026-07-01 02:19:09.901 8 INFO neutron.services.segments.plugin [-] Segment 201197fc-575c-40f1-bcee-26587151d39b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 201197fc-575c-40f1-bcee-26587151d39b found for delete ", "request_id": "req-2fa945d7-0fd8-46f0-bc5e-8b748e2d1d0f"}]} 2026-07-01 02:19:09.919 8 INFO neutron.services.segments.plugin [-] Segment e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a resource provider aggregate not found 2026-07-01 02:19:09.924 8 INFO neutron.services.segments.plugin [-] Segment e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a resource provider aggregate not found 2026-07-01 02:19:09.952 8 INFO neutron.services.segments.plugin [-] Segment e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a found for delete ", "request_id": "req-a48ec532-8cb8-493e-a678-a33545c5dd7c"}]} 2026-07-01 02:19:09.953 8 INFO neutron.services.segments.plugin [-] Segment e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e502cfed-6f1c-4bc1-8d82-3a8b9e2d973a found for delete ", "request_id": "req-f9e4c42f-95e4-4006-92db-e7a3b3c7fec5"}]} 2026-07-01 02:19:09.972 8 INFO neutron.services.segments.plugin [-] Segment ea96a829-9ef0-4306-a47c-808591391578 resource provider aggregate not found 2026-07-01 02:19:09.975 8 INFO neutron.services.segments.plugin [-] Segment ea96a829-9ef0-4306-a47c-808591391578 resource provider aggregate not found 2026-07-01 02:19:09.984 8 INFO neutron.services.segments.plugin [-] Segment ea96a829-9ef0-4306-a47c-808591391578 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea96a829-9ef0-4306-a47c-808591391578 found for delete ", "request_id": "req-ab6a63ba-2cf4-4f33-9d05-55aec7d1ba81"}]} 2026-07-01 02:19:09.988 8 INFO neutron.services.segments.plugin [-] Segment ea96a829-9ef0-4306-a47c-808591391578 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea96a829-9ef0-4306-a47c-808591391578 found for delete ", "request_id": "req-f02c5fbd-e3f8-469c-b5ac-56a3ab988268"}]} 2026-07-01 02:19:10.000 8 INFO neutron.services.segments.plugin [-] Segment f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 resource provider aggregate not found 2026-07-01 02:19:10.003 8 INFO neutron.services.segments.plugin [-] Segment f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 resource provider aggregate not found 2026-07-01 02:19:10.014 8 INFO neutron.services.segments.plugin [-] Segment f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 found for delete ", "request_id": "req-5b272989-9102-406a-ab5a-11299d80c06d"}]} 2026-07-01 02:19:10.019 8 INFO neutron.services.segments.plugin [-] Segment f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e1c9f4-f9ee-4aff-ba1c-593fcda358d5 found for delete ", "request_id": "req-e29e9108-8455-4bc5-8071-d3732c628ee2"}]} 2026-07-01 02:19:10.031 8 INFO neutron.services.segments.plugin [-] Segment ba74f15d-65dc-40a6-96a8-5c75effd9346 resource provider aggregate not found 2026-07-01 02:19:10.034 8 INFO neutron.services.segments.plugin [-] Segment ba74f15d-65dc-40a6-96a8-5c75effd9346 resource provider aggregate not found 2026-07-01 02:19:10.053 8 INFO neutron.services.segments.plugin [-] Segment ba74f15d-65dc-40a6-96a8-5c75effd9346 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba74f15d-65dc-40a6-96a8-5c75effd9346 found for delete ", "request_id": "req-795c31cd-237d-4542-a516-7e9409193e83"}]} 2026-07-01 02:19:10.053 8 INFO neutron.services.segments.plugin [-] Segment ba74f15d-65dc-40a6-96a8-5c75effd9346 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba74f15d-65dc-40a6-96a8-5c75effd9346 found for delete ", "request_id": "req-f4647c00-c075-48d3-be27-d00fe7657159"}]} [pid: 8|app: 0|req: 1114/2014] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:10 2026] GET /v2.0/security-groups?tenant_id=ed001559c22b443c9486685ed403066c&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2015] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:10 2026] GET /v2.0/security-groups?tenant_id=c0b572e7ad3b413c8b390460e28ce29f&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/2016] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:10 2026] DELETE /v2.0/security-groups/c1592a24-2784-46de-9132-6f2b97c4b96c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2017] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:10 2026] DELETE /v2.0/security-groups/ca0c2e14-1bde-48d9-adc3-cf6b5bceb220 => 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: 1117/2018] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:10 2026] GET /v2.0/security-groups?tenant_id=c2327743cb884266b8ffa4971efdebda&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2019] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:10 2026] GET /v2.0/security-groups?tenant_id=e2e42c046d944ef3826da378a691c019&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2020] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:10 2026] DELETE /v2.0/security-groups/57af29d4-03ba-49f1-ac4d-475694f47a26 => 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: 1120/2021] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:10 2026] DELETE /v2.0/security-groups/62e2da38-5309-4791-bec3-12d1d70e6b41 => 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: 902/2022] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:10 2026] GET /v2.0/security-groups?tenant_id=3785597f15fa478db704077fca89f9e6&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:10.804 7 INFO neutron.services.segments.plugin [-] Segment 42f9a9e3-b87f-478f-817a-5646d915d5e1 resource provider aggregate not found 2026-07-01 02:19:10.804 7 INFO neutron.services.segments.plugin [-] Segment 42f9a9e3-b87f-478f-817a-5646d915d5e1 resource provider aggregate not found 2026-07-01 02:19:10.824 7 INFO neutron.services.segments.plugin [-] Segment 42f9a9e3-b87f-478f-817a-5646d915d5e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f9a9e3-b87f-478f-817a-5646d915d5e1 found for delete ", "request_id": "req-222d9b5a-fbc6-4d95-8f39-8a92eedd3746"}]} 2026-07-01 02:19:10.827 7 INFO neutron.services.segments.plugin [-] Segment 42f9a9e3-b87f-478f-817a-5646d915d5e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f9a9e3-b87f-478f-817a-5646d915d5e1 found for delete ", "request_id": "req-7ae06a38-b9b0-4dc9-bb79-d6834e2398a4"}]} [pid: 8|app: 0|req: 1121/2023] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:10 2026] DELETE /v2.0/security-groups/cc350890-c6a9-4e5f-88a7-b99c0f019b73 => 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: 1122/2024] 10.0.0.234 () {32 vars in 801 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/extensions => generated 21537 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/2025] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/2026] 10.0.0.64 () {34 vars in 766 bytes} [Wed Jul 1 02:19:14 2026] PUT /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/2027] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/2028] 10.0.0.64 () {34 vars in 777 bytes} [Wed Jul 1 02:19:14 2026] PUT /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/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: 907/2029] 10.0.0.234 () {30 vars in 724 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/quotas/9895ab94bb7a46b2b34b90dfb3a6d9f8/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:19:14.612 8 INFO neutron.db.segments_db [None req-e3d20c1c-a3d4-4e17-add3-6c54fa243ad0 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Added segment ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da of type vxlan for network 587ec3fe-c288-406d-bf61-2764bcfe5b36 [pid: 7|app: 0|req: 908/2030] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/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: 909/2031] 10.0.0.64 () {34 vars in 773 bytes} [Wed Jul 1 02:19:14 2026] PUT /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2032] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:14 2026] POST /v2.0/networks => generated 640 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/2033] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/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: 911/2034] 10.0.0.64 () {34 vars in 795 bytes} [Wed Jul 1 02:19:14 2026] PUT /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/2035] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/2036] 10.0.0.64 () {34 vars in 766 bytes} [Wed Jul 1 02:19:14 2026] PUT /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2037] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2038] 10.0.0.64 () {32 vars in 754 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2039] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:14 2026] POST /v2.0/subnets => generated 658 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:15.007 8 INFO neutron.api.v2.resource [None req-76a52911-43a3-4c99-b188-ba226bd32598 b08f557c908341b8a8b885b59bf2d59a 6d48b1b403ae49f6b25fa4041e22925d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1125/2040] 10.0.0.64 () {32 vars in 758 bytes} [Wed Jul 1 02:19:14 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2041] 10.0.0.64 () {34 vars in 677 bytes} [Wed Jul 1 02:19:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2042] 10.0.0.64 () {32 vars in 757 bytes} [Wed Jul 1 02:19:15 2026] DELETE /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/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: 918/2043] 10.0.0.64 () {34 vars in 677 bytes} [Wed Jul 1 02:19:15 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: 8|app: 0|req: 1126/2044] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:15 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2045] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:15 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2046] 10.0.0.64 () {34 vars in 677 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:15.243 8 INFO neutron.api.v2.resource [None req-e7f04820-5252-41fc-867a-3ba512fc073e b08f557c908341b8a8b885b59bf2d59a 6d48b1b403ae49f6b25fa4041e22925d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1128/2047] 10.0.0.64 () {32 vars in 761 bytes} [Wed Jul 1 02:19:15 2026] DELETE /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2048] 10.0.0.64 () {34 vars in 677 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2049] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:19:15 2026] DELETE /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/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: 1131/2050] 10.0.0.64 () {34 vars in 677 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2051] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/subnets => generated 731 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2052] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:15 2026] GET /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/2053] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:19:15 2026] PUT /v2.0/policies/772ed358-f3dc-4b6e-9ce1-847fe42ed26c/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:15.456 8 INFO neutron.db.segments_db [None req-8468db04-f63e-450a-b049-440c758bf275 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Added segment 5c42357c-b7cb-4a84-89e2-f3d64982fa8f of type vxlan for network f8016bff-6d60-484a-86c9-9beb52462bac [pid: 7|app: 0|req: 922/2054] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:15 2026] DELETE /v2.0/security-groups/c1b2734c-8fab-4331-8b5c-dc26c57ef398 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2055] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/networks => generated 638 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2056] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:19:15 2026] PUT /v2.0/policies/642a3f9b-5870-41d0-b2ea-e995f27c3fd1/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2057] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:19:15 2026] PUT /v2.0/policies/d19cde8e-bf58-4994-9c48-8bc9498bea75/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2058] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:19:15 2026] PUT /v2.0/policies/bb2c3724-c339-44ed-859b-e10ee9c629fc/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: 1134/2059] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/subnets => generated 654 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2060] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:15 2026] POST /v2.0/subnets => generated 725 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:16.085 8 INFO neutron.db.segments_db [None req-e12f639a-b979-408b-b5ce-417c1363b222 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Added segment e8bc57b1-9886-4c51-b544-051cb0605f94 of type vxlan for network 5f93a89a-34b9-4d23-859d-2446ca744ef0 [pid: 8|app: 0|req: 1135/2061] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:16 2026] POST /v2.0/networks => generated 637 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2062] 10.0.0.64 () {32 vars in 673 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2063] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/security-groups?tenant_id=6d48b1b403ae49f6b25fa4041e22925d&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: 1137/2064] 10.0.0.64 () {32 vars in 687 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2065] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:16 2026] DELETE /v2.0/security-groups/631a05a3-b2ce-4bdd-ba0d-63f987b8bf31 => 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: 1139/2066] 10.0.0.64 () {32 vars in 683 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2067] 10.0.0.64 () {32 vars in 695 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2068] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:16 2026] POST /v2.0/subnets => generated 656 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2069] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2070] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/security-groups?tenant_id=440456a49ecf493ca3fa2c412cf20b79&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2071] 10.0.0.64 () {32 vars in 695 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2072] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:16 2026] POST /v2.0/subnets => generated 728 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2073] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:16 2026] DELETE /v2.0/security-groups/a33e13c6-5985-4327-99f7-3f940cdb7277 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:16.998 7 INFO neutron.db.segments_db [None req-2e62d120-7b5f-492b-b3e1-d86ba557df00 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Added segment 382a7110-b639-4a0e-a20d-420e80ec6fa3 of type vxlan for network b4e8287d-f727-41d7-8755-f9014bab8962 [pid: 8|app: 0|req: 1143/2074] 10.0.0.64 () {32 vars in 691 bytes} [Wed Jul 1 02:19:16 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:17.294 7 INFO neutron.db.l3_hamode_db [None req-2e62d120-7b5f-492b-b3e1-d86ba557df00 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1144/2075] 10.0.0.64 () {32 vars in 703 bytes} [Wed Jul 1 02:19:17 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2076] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:17 2026] DELETE /v2.0/qos/policies/772ed358-f3dc-4b6e-9ce1-847fe42ed26c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2077] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:17 2026] DELETE /v2.0/qos/policies/642a3f9b-5870-41d0-b2ea-e995f27c3fd1 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2078] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:17 2026] DELETE /v2.0/qos/policies/d19cde8e-bf58-4994-9c48-8bc9498bea75 => 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: 1148/2079] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:17 2026] DELETE /v2.0/qos/policies/bb2c3724-c339-44ed-859b-e10ee9c629fc => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2080] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:17 2026] DELETE /v2.0/qos/policies/43375d8b-94c9-4d36-a263-207ea145037d => 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: 1150/2081] 10.0.0.234 () {32 vars in 801 bytes} [Wed Jul 1 02:19:17 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2082] 10.0.0.234 () {30 vars in 724 bytes} [Wed Jul 1 02:19:17 2026] GET /v2.0/quotas/9895ab94bb7a46b2b34b90dfb3a6d9f8/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:19:18.089 7 INFO neutron.db.l3_hamode_db [None req-2e62d120-7b5f-492b-b3e1-d86ba557df00 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1154/2085] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:18 2026] GET /v2.0/security-groups?tenant_id=c1246995ba1947718572560b197526d0&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2086] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:18 2026] DELETE /v2.0/security-groups/c52f3997-1ea6-4a7c-afce-bf353a56d824 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2087] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:16 2026] POST /v2.0/routers => generated 683 bytes in 2115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2088] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:19 2026] GET /v2.0/security-groups?tenant_id=301a77a2e5bf4ecebf074f68421edcdb&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: 934/2089] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:19 2026] DELETE /v2.0/security-groups/8759424b-aded-434d-913a-2ba778c9cfa5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2090] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:19 2026] GET /v2.0/security-groups?tenant_id=2d74abc4315c44e19e8ebc98a383c37a&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2091] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:19 2026] DELETE /v2.0/security-groups/009a699f-ca84-4538-8062-20de9844d171 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2092] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:19:19 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/add_router_interface => generated 309 bytes in 1455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2093] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2094] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:20 2026] PUT /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2095] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:20 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/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: 940/2096] 10.0.0.64 () {34 vars in 769 bytes} [Wed Jul 1 02:19:20 2026] PUT /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2097] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:20 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2098] 10.0.0.64 () {34 vars in 765 bytes} [Wed Jul 1 02:19:20 2026] PUT /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2099] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/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: 944/2100] 10.0.0.64 () {34 vars in 787 bytes} [Wed Jul 1 02:19:21 2026] PUT /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2101] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2102] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:21 2026] PUT /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2103] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/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: 948/2104] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2105] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/security-groups?tenant_id=9895ab94bb7a46b2b34b90dfb3a6d9f8&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:21.627 7 INFO neutron.api.v2.resource [None req-67e7d05d-6a98-4ad5-8103-be84c04841db 495f295caa014761b0454c031fe9c732 fe9907a5a025480aad3560a9fe070079 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/2106] 10.0.0.64 () {32 vars in 750 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2107] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:21 2026] DELETE /v2.0/security-groups/70ca9077-12d8-4a2b-a4aa-0dcbcd5b13d9 => 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: 952/2108] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:19:21 2026] DELETE /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/red => 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: 953/2109] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:21.838 7 INFO neutron.api.v2.resource [None req-39dc5a47-5f41-428e-bc3e-d1f6b949a63c 495f295caa014761b0454c031fe9c732 fe9907a5a025480aad3560a9fe070079 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/2110] 10.0.0.64 () {32 vars in 753 bytes} [Wed Jul 1 02:19:21 2026] DELETE /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2111] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:19:21 2026] DELETE /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => 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: 956/2112] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:21 2026] GET /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2113] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:21 2026] DELETE /v2.0/subnetpools/877caa7c-64e1-4b21-a17c-1fe8ac466eb5 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2114] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:19:20 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2115] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:22 2026] GET /v2.0/security-groups?tenant_id=fe9907a5a025480aad3560a9fe070079&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: 1159/2116] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:23 2026] DELETE /v2.0/security-groups/f74292b4-1979-468d-9f96-df203d654695 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2117] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:23 2026] GET /v2.0/security-groups?tenant_id=104926f9dc58463f98f37861ecbb793d&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2118] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:23 2026] DELETE /v2.0/security-groups/cc2be0f0-03ba-4b83-96eb-8ea5b3160eda => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2119] 10.0.0.64 () {34 vars in 782 bytes} [Wed Jul 1 02:19:22 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/add_router_interface => generated 309 bytes in 1598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2120] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:23 2026] POST /v2.0/security-groups => generated 1627 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2121] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2122] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2123] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2124] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2125] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2126] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2127] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2128] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-groups => generated 1601 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2129] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2130] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:25 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2131] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2132] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:25 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) [pid: 8|app: 0|req: 1169/2133] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2134] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:25 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2135] 10.0.0.64 () {34 vars in 694 bytes} [Wed Jul 1 02:19:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2136] 10.0.0.64 () {34 vars in 683 bytes} [Wed Jul 1 02:19:25 2026] POST /v2.0/security-groups => generated 1601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2137] 10.0.0.64 () {34 vars in 766 bytes} [Wed Jul 1 02:19:25 2026] PUT /v2.0/security-groups/b5d096b1-cf09-4c8b-9d46-dd7f01587f4c/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2138] 10.0.0.64 () {34 vars in 766 bytes} [Wed Jul 1 02:19:25 2026] PUT /v2.0/security-groups/7cf99bb1-945c-422e-a30f-4b2e6458dafc/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2139] 10.0.0.64 () {34 vars in 766 bytes} [Wed Jul 1 02:19:25 2026] PUT /v2.0/security-groups/8baa8add-5ef6-49da-8d69-dc72e3d2a463/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2140] 10.0.0.64 () {34 vars in 766 bytes} [Wed Jul 1 02:19:25 2026] PUT /v2.0/security-groups/6e057102-0835-4f68-a08f-d9e865525413/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2141] 10.0.0.64 () {32 vars in 679 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2142] 10.0.0.126 () {34 vars in 1094 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-204962959&fields=id&tenant_id=e0db0b4224644fc68a7f8de8bbbc5827 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2143] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2144] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2145] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/quotas/e0db0b4224644fc68a7f8de8bbbc5827 => 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: 1175/2146] 10.0.0.64 () {32 vars in 689 bytes} [Wed Jul 1 02:19:25 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: 1176/2147] 10.0.0.64 () {32 vars in 701 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2148] 10.0.0.64 () {32 vars in 687 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2149] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:19:25 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&fields=id => generated 287 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2150] 10.0.0.64 () {32 vars in 701 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2151] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 973/2152] 10.0.0.64 () {32 vars in 697 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2153] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1180/2154] 10.0.0.64 () {32 vars in 709 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2155] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:26 2026] DELETE /v2.0/security-groups/b5d096b1-cf09-4c8b-9d46-dd7f01587f4c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2156] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:26 2026] DELETE /v2.0/security-groups/7cf99bb1-945c-422e-a30f-4b2e6458dafc => 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: 1182/2157] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:26 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => 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: 1183/2158] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:26 2026] DELETE /v2.0/security-groups/8baa8add-5ef6-49da-8d69-dc72e3d2a463 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2159] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:26 2026] DELETE /v2.0/security-groups/6e057102-0835-4f68-a08f-d9e865525413 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2160] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:26 2026] DELETE /v2.0/security-groups/f66d504e-9248-4c3b-a6e4-781230b2f685 => 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: 976/2161] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:26 2026] POST /v2.0/floatingips => generated 552 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:27.308 8 INFO neutron.db.segments_db [None req-9a02b665-26c0-4858-a538-958e51496d65 c2a2b1ef91364bee969f85b20ed92ba7 9f87858fb6084a08ac03ac6c83ad07b4 - - default default] Added segment 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb of type vxlan for network ae38f55a-3a4f-4817-9be2-b0c53a3ffbaf [pid: 8|app: 0|req: 1186/2162] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:26 2026] POST /v2.0/networks => generated 631 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2163] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:19:27 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2164] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:27 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2165] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:27 2026] GET /v2.0/security-groups?tenant_id=a7b7807749fa4064b2c9524b50034146&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2166] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:19:27 2026] PUT /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2167] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:27 2026] DELETE /v2.0/security-groups/484c6a79-e3bf-46a0-981d-da9e185caea5 => 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: 1191/2168] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:27 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2169] 10.0.0.64 () {34 vars in 761 bytes} [Wed Jul 1 02:19:28 2026] PUT /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2170] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2171] 10.0.0.64 () {34 vars in 757 bytes} [Wed Jul 1 02:19:28 2026] PUT /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2172] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:27 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2173] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/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: 1195/2174] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/security-groups?tenant_id=ffbc3450d8e440dc9e292ebeed9f8254&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2175] 10.0.0.64 () {34 vars in 779 bytes} [Wed Jul 1 02:19:28 2026] PUT /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2176] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:28 2026] DELETE /v2.0/security-groups/37b1fd9c-9ec8-496d-b158-951cc1c442b6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2177] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2178] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:19:28 2026] PUT /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2179] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2180] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2181] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:28 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:28.803 7 INFO neutron.api.v2.resource [None req-58af5ab0-f77c-4c3a-9e46-800e7e6c487f c2a2b1ef91364bee969f85b20ed92ba7 9f87858fb6084a08ac03ac6c83ad07b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/2182] 10.0.0.64 () {32 vars in 742 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/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: 1202/2183] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:28 2026] GET /v2.0/security-groups?tenant_id=144357b1ddc54fe5bcfd9418a3fe51d6&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2184] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:19:28 2026] DELETE /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags/red => 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: 1204/2185] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:28 2026] DELETE /v2.0/security-groups/efa8fd4a-18bb-4ec8-a812-f6d5b119a29a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2186] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:29 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:29.183 8 INFO neutron.api.v2.resource [None req-ec40103c-02c9-4fdc-aa0b-104c887e9970 c2a2b1ef91364bee969f85b20ed92ba7 9f87858fb6084a08ac03ac6c83ad07b4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2187] 10.0.0.64 () {32 vars in 745 bytes} [Wed Jul 1 02:19:29 2026] DELETE /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2188] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:29 2026] DELETE /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2189] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:19:29 2026] GET /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2190] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:28 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2191] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:19:29 2026] DELETE /v2.0/subnets/9fdf667c-e5fe-4b56-8d89-2a41859a96bb => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2192] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:29 2026] PUT /v2.0/floatingips/a343da1c-8e9c-4b60-8a37-a50ef5870390/tags => generated 17 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2193] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:29 2026] PUT /v2.0/floatingips/ff4e4e3e-0b0f-4394-b188-3f25d97e78c1/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: 985/2194] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:29 2026] PUT /v2.0/floatingips/5230f773-9449-4873-bfac-ba31c86a26bf/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:29.589 8 INFO neutron.services.segments.plugin [-] Segment 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb resource provider aggregate not found 2026-07-01 02:19:29.592 8 INFO neutron.services.segments.plugin [-] Segment 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb resource provider aggregate not found 2026-07-01 02:19:29.609 8 INFO neutron.services.segments.plugin [-] Segment 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb found for delete ", "request_id": "req-27f5874b-b3aa-43bf-849d-ed36a13551c1"}]} 2026-07-01 02:19:29.611 8 INFO neutron.services.segments.plugin [-] Segment 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e8bdec1-6d6d-406c-8494-6ba8c2e8cbeb found for delete ", "request_id": "req-c45c5c53-823e-465c-a374-dcb837107605"}]} [pid: 8|app: 0|req: 1210/2195] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:29 2026] DELETE /v2.0/networks/ae38f55a-3a4f-4817-9be2-b0c53a3ffbaf => 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: 986/2196] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:29 2026] PUT /v2.0/floatingips/497b6d97-a31f-4bc3-a468-aaf05373d4aa/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2197] 10.0.0.64 () {32 vars in 671 bytes} [Wed Jul 1 02:19:29 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2198] 10.0.0.64 () {32 vars in 685 bytes} [Wed Jul 1 02:19:29 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2199] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:19:29 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2200] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:19:29 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2201] 10.0.0.64 () {32 vars in 679 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2202] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2203] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/security-groups?tenant_id=9f87858fb6084a08ac03ac6c83ad07b4&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2204] 10.0.0.64 () {32 vars in 689 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2205] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:30 2026] DELETE /v2.0/security-groups/a1be60ca-7887-4c36-8aa0-7e81fe841eb4 => 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: 992/2206] 10.0.0.64 () {32 vars in 701 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2207] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:19:30.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5445852-0ea8-4365-9be6-ecbde25a1760 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] TaaS: Handle Delete Port: 2d6de200-561e-4938-a554-0e90e001f310 2026-07-01 02:19:30.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5445852-0ea8-4365-9be6-ecbde25a1760 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] Tap Mirror: Handle Delete Port: 2d6de200-561e-4938-a554-0e90e001f310 [pid: 7|app: 0|req: 994/2208] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e0db0b4224644fc68a7f8de8bbbc5827 => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2209] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:30 2026] GET /v2.0/security-groups?tenant_id=44146aa24a1c48578536b1a4b679bfc3&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2210] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:30 2026] DELETE /v2.0/floatingips/a343da1c-8e9c-4b60-8a37-a50ef5870390 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2211] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:30 2026] DELETE /v2.0/security-groups/5e08bd05-fde4-4f1b-aae6-1eac4d9b51bf => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:31.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-548e5c2e-3bd1-4ab3-846f-096a8059b772 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] TaaS: Handle Delete Port: 78c0da6e-6651-41d4-bc81-a5ac307042ce 2026-07-01 02:19:31.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-548e5c2e-3bd1-4ab3-846f-096a8059b772 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] Tap Mirror: Handle Delete Port: 78c0da6e-6651-41d4-bc81-a5ac307042ce [pid: 8|app: 0|req: 1217/2212] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:30 2026] DELETE /v2.0/floatingips/ff4e4e3e-0b0f-4394-b188-3f25d97e78c1 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2213] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:19:30 2026] POST /v2.0/ports => generated 1179 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:31.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-69829d27-c19a-4ba9-9dd7-69961e56ba50 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] TaaS: Handle Delete Port: 05fdebf1-b062-40d5-9ea6-fc16cad64de6 2026-07-01 02:19:31.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69829d27-c19a-4ba9-9dd7-69961e56ba50 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] Tap Mirror: Handle Delete Port: 05fdebf1-b062-40d5-9ea6-fc16cad64de6 [pid: 8|app: 0|req: 1218/2214] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:31 2026] DELETE /v2.0/floatingips/5230f773-9449-4873-bfac-ba31c86a26bf => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2215] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:31 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1194 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:31.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-15feef25-a977-4603-8953-cdade8c05f5f b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] TaaS: Handle Delete Port: 5d15700f-836a-4dcd-bf99-344f2186b8e2 2026-07-01 02:19:31.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15feef25-a977-4603-8953-cdade8c05f5f b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] Tap Mirror: Handle Delete Port: 5d15700f-836a-4dcd-bf99-344f2186b8e2 [pid: 7|app: 0|req: 997/2216] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:19:31 2026] PUT /v2.0/ports/6da4b124-6d53-40f6-b834-7dec1049b9da => generated 1460 bytes in 497 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: 998/2217] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:19:31 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:19:31.888 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a57c97b-5c6e-4945-ada2-385f846f273c'] response: {'name': 'network-changed', 'server_uuid': 'b1867f8b-2780-492c-abb7-aaf0361892d4', 'tag': '6da4b124-6d53-40f6-b834-7dec1049b9da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1220/2218] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:31 2026] DELETE /v2.0/floatingips/497b6d97-a31f-4bc3-a468-aaf05373d4aa => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:31.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8b13652-466c-48de-8a44-64bce44a4ef6 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] TaaS: Handle Delete Port: fd960a9b-6032-4479-a555-233d40ac0439 2026-07-01 02:19:31.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8b13652-466c-48de-8a44-64bce44a4ef6 b957ea59a8be4b53862d1c409f7dad09 c0fbcb4a35354c4b86abe0a14c1fef4d - - default default] Tap Mirror: Handle Delete Port: fd960a9b-6032-4479-a555-233d40ac0439 [pid: 7|app: 0|req: 999/2219] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:31 2026] DELETE /v2.0/floatingips/1a362580-72a5-4e05-9eee-ee1ada24fd8f => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2220] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:19:32 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2221] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:19:32 2026] GET /v2.0/networks?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&shared=False => generated 2376 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2222] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:19:32 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: 1001/2225] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:32 2026] GET /v2.0/security-groups?tenant_id=68e4d4e3133f411f9baf9b9bd2e631d9&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: 1225/2226] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:33 2026] DELETE /v2.0/security-groups/ffed82fb-38cf-45ef-b18f-c0364b9cb273 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2227] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/security-groups?tenant_id=c0fbcb4a35354c4b86abe0a14c1fef4d&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2228] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2229] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:33 2026] DELETE /v2.0/security-groups/14369719-a730-4523-b225-8871659e2c24 => 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: 1004/2230] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=6da4b124-6d53-40f6-b834-7dec1049b9da => 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: 1005/2231] 199.19.213.103 () {34 vars in 1102 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22&port_id=6da4b124-6d53-40f6-b834-7dec1049b9da => 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: 1006/2232] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7&id=5865973f-de45-4812-a210-59988847488d => generated 1408 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2233] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&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: 1008/2234] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:33.897 8 INFO neutron.db.segments_db [None req-103749a2-1803-41ff-96e8-42ccf468bc83 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Added segment b937ad10-b8ab-4412-b4da-4daa0d3d77b9 of type vxlan for network 05af0fc2-f952-478e-ab73-0e67ae988229 [pid: 8|app: 0|req: 1227/2235] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:33 2026] POST /v2.0/networks => generated 631 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2236] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:33 2026] GET /v2.0/security-groups?tenant_id=47ead39d8c624e638f834bb4f6db4059&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2237] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:19:34 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1229/2238] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:34 2026] DELETE /v2.0/security-groups/e8fa8b5f-7ccb-4511-a463-48d7179e2906 => 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: 1230/2239] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:19:34 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1010/2240] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:34 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2241] 10.0.0.64 () {34 vars in 665 bytes} [Wed Jul 1 02:19:34 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:34.600 7 INFO neutron.db.segments_db [None req-178e1c02-4850-4c3e-a6b1-5f5984751fa0 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Added segment dc2ef035-7d7b-448d-96d1-973cb851ff38 of type vxlan for network 478416c3-77c4-44ce-835c-74d7ccabc8af [pid: 7|app: 0|req: 1011/2242] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:34 2026] POST /v2.0/networks => generated 632 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2243] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:34 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2244] 10.0.0.64 () {34 vars in 665 bytes} [Wed Jul 1 02:19:35 2026] POST /v2.0/trunks => generated 407 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:35.383 8 INFO neutron.db.segments_db [None req-3d69c607-84e7-4fad-a3a3-de55aafc1130 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Added segment 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 of type vxlan for network 927c36e8-a46e-4ab1-bc59-6182776bb424 [pid: 8|app: 0|req: 1233/2245] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:35 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2246] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:35 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2247] 10.0.0.64 () {34 vars in 665 bytes} [Wed Jul 1 02:19:35 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:36.075 7 INFO neutron.db.segments_db [None req-8d01d804-a26c-4127-a079-d9f84f318910 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Added segment 4485f36c-85eb-4f5a-9064-f0b562c59df1 of type vxlan for network c871dd6d-cad7-4ccc-bc99-7ac5ae0db12e [pid: 7|app: 0|req: 1014/2248] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:36 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2249] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:36 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2250] 10.0.0.64 () {34 vars in 665 bytes} [Wed Jul 1 02:19:36 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:36.700 8 INFO neutron.db.segments_db [None req-6cdac33d-0477-4e5f-8b38-1a508e40288f 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Added segment a785f631-a2f6-4a6e-af19-f750b243c504 of type vxlan for network 022a2104-4b02-4b9b-80bd-0f2251fae8c9 [pid: 8|app: 0|req: 1236/2251] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:36 2026] POST /v2.0/networks => generated 632 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2252] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:36 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1194 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2253] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&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: 1016/2254] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:36 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2255] 10.0.0.64 () {34 vars in 665 bytes} [Wed Jul 1 02:19:37 2026] POST /v2.0/trunks => generated 407 bytes in 176 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: 1017/2256] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:19:37 2026] PUT /v2.0/trunks/e8578425-66fc-411a-85a7-e833879d11b4/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2257] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:19:37 2026] PUT /v2.0/trunks/2fa94476-14cb-4339-95c7-fdc38a10463d/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: 1241/2258] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:19:37 2026] PUT /v2.0/trunks/55b68555-982e-4920-8fc0-81ebd0f4879a/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2259] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:19:37 2026] PUT /v2.0/trunks/426c51c0-c78c-4eed-ae5b-76f59a3fd3e6/tags => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2260] 10.0.0.64 () {32 vars in 661 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2261] 10.0.0.64 () {32 vars in 675 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2262] 10.0.0.64 () {32 vars in 671 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2263] 10.0.0.64 () {32 vars in 683 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2264] 10.0.0.64 () {32 vars in 669 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2265] 10.0.0.64 () {32 vars in 683 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2266] 10.0.0.64 () {32 vars in 679 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2267] 10.0.0.64 () {32 vars in 691 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:19:37.678 7 INFO neutron.db.segments_db [None req-88f70de1-86e8-401c-86df-c031c1770525 99cf623632154f71b07353987a3d8f6e cab4b348991740c69f3a9ff101833316 - - default default] Added segment a301aef0-1ad4-4307-8c1d-c3b693c097c9 of type vxlan for network 4b39223d-cc69-4abd-be25-32aed0a2c179 [pid: 8|app: 0|req: 1251/2268] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks/e8578425-66fc-411a-85a7-e833879d11b4 => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2269] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:37 2026] POST /v2.0/networks => generated 632 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2270] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/ports/128531d8-bf6f-45e5-8c56-44b8119e6c97 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2271] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:37 2026] DELETE /v2.0/trunks/e8578425-66fc-411a-85a7-e833879d11b4 => 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: 1254/2272] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/trunks/2fa94476-14cb-4339-95c7-fdc38a10463d => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2273] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:19:37 2026] GET /v2.0/ports/f2f1d94e-eb7f-4957-a930-b3a85d001a11 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2274] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:37 2026] DELETE /v2.0/trunks/2fa94476-14cb-4339-95c7-fdc38a10463d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2275] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/55b68555-982e-4920-8fc0-81ebd0f4879a => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2276] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/ports/9bb9c0f0-61c1-4fa4-8791-639b34ebc58e => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2277] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:37 2026] POST /v2.0/ports => generated 743 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: 1259/2278] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/trunks/55b68555-982e-4920-8fc0-81ebd0f4879a => 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: 1260/2279] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/426c51c0-c78c-4eed-ae5b-76f59a3fd3e6 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2280] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/ports/451fbcdc-3aa4-4ec4-a92e-3743b8304da3 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2281] 10.0.0.64 () {34 vars in 665 bytes} [Wed Jul 1 02:19:38 2026] POST /v2.0/trunks => generated 407 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2282] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/trunks/426c51c0-c78c-4eed-ae5b-76f59a3fd3e6 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2283] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:19:38 2026] PUT /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2284] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/a518b7b8-c098-40a7-b559-f4880887ed35 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2285] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2286] 10.0.0.64 () {34 vars in 759 bytes} [Wed Jul 1 02:19:38 2026] PUT /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2287] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/ports/d7653f2f-3187-4dba-897c-0b569cb01c5d => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2288] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2289] 10.0.0.64 () {34 vars in 755 bytes} [Wed Jul 1 02:19:38 2026] PUT /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2290] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/trunks/a518b7b8-c098-40a7-b559-f4880887ed35 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2291] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2292] 10.0.0.64 () {34 vars in 777 bytes} [Wed Jul 1 02:19:38 2026] PUT /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2293] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:38.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-b017067c-565e-4d66-81d0-b9ae9a1e1e10 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] TaaS: Handle Delete Port: 128531d8-bf6f-45e5-8c56-44b8119e6c97 2026-07-01 02:19:38.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b017067c-565e-4d66-81d0-b9ae9a1e1e10 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Tap Mirror: Handle Delete Port: 128531d8-bf6f-45e5-8c56-44b8119e6c97 [pid: 7|app: 0|req: 1029/2294] 10.0.0.64 () {34 vars in 748 bytes} [Wed Jul 1 02:19:38 2026] PUT /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2295] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2296] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2297] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/ports/128531d8-bf6f-45e5-8c56-44b8119e6c97 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:38.744 7 INFO neutron.api.v2.resource [None req-63eb2adc-3618-4a17-8e8e-49ca0ddb54ab 99cf623632154f71b07353987a3d8f6e cab4b348991740c69f3a9ff101833316 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1032/2298] 10.0.0.64 () {32 vars in 740 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/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: 1033/2299] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2300] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:38.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a09be1b-8d51-438b-aa9f-fc529dad3cca 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] TaaS: Handle Delete Port: f2f1d94e-eb7f-4957-a930-b3a85d001a11 2026-07-01 02:19:38.836 7 INFO neutron.api.v2.resource [None req-99cf554a-b496-4c8d-ad73-7a0b3fb29d3d 99cf623632154f71b07353987a3d8f6e cab4b348991740c69f3a9ff101833316 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/2301] 10.0.0.64 () {32 vars in 743 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 02:19:38.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a09be1b-8d51-438b-aa9f-fc529dad3cca 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Tap Mirror: Handle Delete Port: f2f1d94e-eb7f-4957-a930-b3a85d001a11 [pid: 7|app: 0|req: 1036/2302] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2303] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a/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: 1038/2304] 10.0.0.64 () {32 vars in 718 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2305] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/ports/f2f1d94e-eb7f-4957-a930-b3a85d001a11 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2306] 10.0.0.64 () {32 vars in 716 bytes} [Wed Jul 1 02:19:38 2026] GET /v2.0/ports/8aa9162a-3a26-4dd2-82c9-7b64475aadda => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:19:39.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c5da865-b948-4b08-90a5-512fed994059 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] TaaS: Handle Delete Port: 9bb9c0f0-61c1-4fa4-8791-639b34ebc58e 2026-07-01 02:19:39.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c5da865-b948-4b08-90a5-512fed994059 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Tap Mirror: Handle Delete Port: 9bb9c0f0-61c1-4fa4-8791-639b34ebc58e [pid: 7|app: 0|req: 1040/2307] 10.0.0.64 () {32 vars in 721 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/trunks/35d37edf-9bdd-4251-aebc-b77c944b9c1a => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2308] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:38 2026] DELETE /v2.0/ports/9bb9c0f0-61c1-4fa4-8791-639b34ebc58e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:39.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd5ee5c8-f884-4e23-9a5e-5f158a6e2a98 99cf623632154f71b07353987a3d8f6e cab4b348991740c69f3a9ff101833316 - - default default] TaaS: Handle Delete Port: 8aa9162a-3a26-4dd2-82c9-7b64475aadda 2026-07-01 02:19:39.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd5ee5c8-f884-4e23-9a5e-5f158a6e2a98 99cf623632154f71b07353987a3d8f6e cab4b348991740c69f3a9ff101833316 - - default default] Tap Mirror: Handle Delete Port: 8aa9162a-3a26-4dd2-82c9-7b64475aadda 2026-07-01 02:19:39.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2389c26-ac82-4271-85ce-0c5c472dcf3c 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] TaaS: Handle Delete Port: 451fbcdc-3aa4-4ec4-a92e-3743b8304da3 2026-07-01 02:19:39.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2389c26-ac82-4271-85ce-0c5c472dcf3c 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Tap Mirror: Handle Delete Port: 451fbcdc-3aa4-4ec4-a92e-3743b8304da3 [pid: 7|app: 0|req: 1041/2309] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/ports/8aa9162a-3a26-4dd2-82c9-7b64475aadda => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2310] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/ports/451fbcdc-3aa4-4ec4-a92e-3743b8304da3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:39.408 7 INFO neutron.services.segments.plugin [-] Segment a301aef0-1ad4-4307-8c1d-c3b693c097c9 resource provider aggregate not found 2026-07-01 02:19:39.414 7 INFO neutron.services.segments.plugin [-] Segment a301aef0-1ad4-4307-8c1d-c3b693c097c9 resource provider aggregate not found 2026-07-01 02:19:39.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-05584d2d-f3f8-4fb3-9a1c-41fe3bb20a6b 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] TaaS: Handle Delete Port: d7653f2f-3187-4dba-897c-0b569cb01c5d 2026-07-01 02:19:39.429 7 INFO neutron.services.segments.plugin [-] Segment a301aef0-1ad4-4307-8c1d-c3b693c097c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a301aef0-1ad4-4307-8c1d-c3b693c097c9 found for delete ", "request_id": "req-5e7adc23-79da-4f90-977c-6b6649941f7d"}]} 2026-07-01 02:19:39.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05584d2d-f3f8-4fb3-9a1c-41fe3bb20a6b 15052968ce264a7a958586b0f657df41 14a3ac9ec4cb4f45afd672dabbf1d90f - - default default] Tap Mirror: Handle Delete Port: d7653f2f-3187-4dba-897c-0b569cb01c5d [pid: 7|app: 0|req: 1042/2311] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/networks/4b39223d-cc69-4abd-be25-32aed0a2c179 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:39.436 7 INFO neutron.services.segments.plugin [-] Segment a301aef0-1ad4-4307-8c1d-c3b693c097c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a301aef0-1ad4-4307-8c1d-c3b693c097c9 found for delete ", "request_id": "req-763d8fc0-681e-4815-88c8-1aeb48ebb13f"}]} [pid: 8|app: 0|req: 1270/2312] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/ports/d7653f2f-3187-4dba-897c-0b569cb01c5d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2313] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/networks/05af0fc2-f952-478e-ab73-0e67ae988229 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:39.780 8 INFO neutron.services.segments.plugin [-] Segment dc2ef035-7d7b-448d-96d1-973cb851ff38 resource provider aggregate not found 2026-07-01 02:19:39.786 8 INFO neutron.services.segments.plugin [-] Segment dc2ef035-7d7b-448d-96d1-973cb851ff38 resource provider aggregate not found 2026-07-01 02:19:39.801 8 INFO neutron.services.segments.plugin [-] Segment dc2ef035-7d7b-448d-96d1-973cb851ff38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2ef035-7d7b-448d-96d1-973cb851ff38 found for delete ", "request_id": "req-b46d65bf-bc16-40e2-b871-a0509474f334"}]} [pid: 8|app: 0|req: 1271/2314] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/networks/478416c3-77c4-44ce-835c-74d7ccabc8af => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:19:39.809 8 INFO neutron.services.segments.plugin [-] Segment dc2ef035-7d7b-448d-96d1-973cb851ff38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2ef035-7d7b-448d-96d1-973cb851ff38 found for delete ", "request_id": "req-59e2ad07-5543-47ed-b84e-13e15dc30390"}]} [pid: 7|app: 0|req: 1044/2315] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/networks/927c36e8-a46e-4ab1-bc59-6182776bb424 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2316] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:39 2026] DELETE /v2.0/networks/c871dd6d-cad7-4ccc-bc99-7ac5ae0db12e => 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: 1045/2317] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:40 2026] DELETE /v2.0/networks/022a2104-4b02-4b9b-80bd-0f2251fae8c9 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2318] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:40 2026] GET /v2.0/security-groups?tenant_id=cab4b348991740c69f3a9ff101833316&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2319] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:40 2026] DELETE /v2.0/security-groups/34cbbaf6-b91d-4044-aa95-843ace467f4b => 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: 1274/2320] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:40 2026] GET /v2.0/security-groups?tenant_id=41899887ac5a4c2884e899fd9b22eaf4&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2321] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:40 2026] DELETE /v2.0/security-groups/bca25217-acae-4d09-835f-45edbeeb17f8 => 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: 1275/2322] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:41 2026] GET /v2.0/security-groups?tenant_id=70dc2e57a7bb418796417e688c964116&name=default => generated 2929 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:41.442 7 INFO neutron.services.segments.plugin [-] Segment b937ad10-b8ab-4412-b4da-4daa0d3d77b9 resource provider aggregate not found 2026-07-01 02:19:41.457 7 INFO neutron.services.segments.plugin [-] Segment b937ad10-b8ab-4412-b4da-4daa0d3d77b9 resource provider aggregate not found 2026-07-01 02:19:41.461 7 INFO neutron.services.segments.plugin [-] Segment b937ad10-b8ab-4412-b4da-4daa0d3d77b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b937ad10-b8ab-4412-b4da-4daa0d3d77b9 found for delete ", "request_id": "req-037e8b78-a59e-4952-8a62-5086a5f8d669"}]} [pid: 7|app: 0|req: 1048/2323] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:41 2026] DELETE /v2.0/security-groups/5049b790-4a59-4dab-b003-20e6c48be36e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:41.482 7 INFO neutron.services.segments.plugin [-] Segment 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 resource provider aggregate not found 2026-07-01 02:19:41.488 7 INFO neutron.services.segments.plugin [-] Segment b937ad10-b8ab-4412-b4da-4daa0d3d77b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b937ad10-b8ab-4412-b4da-4daa0d3d77b9 found for delete ", "request_id": "req-9f62b16e-e9e2-4b5f-91f3-7e439d1d6e75"}]} 2026-07-01 02:19:41.502 7 INFO neutron.services.segments.plugin [-] Segment 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 found for delete ", "request_id": "req-4a9b3b90-cb78-4f2f-a1ba-d6cf6d206258"}]} 2026-07-01 02:19:41.507 7 INFO neutron.services.segments.plugin [-] Segment 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 resource provider aggregate not found 2026-07-01 02:19:41.520 7 INFO neutron.services.segments.plugin [-] Segment a785f631-a2f6-4a6e-af19-f750b243c504 resource provider aggregate not found 2026-07-01 02:19:41.525 7 INFO neutron.services.segments.plugin [-] Segment 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ebcb035-1424-4a7d-b8b7-b3f4fd123765 found for delete ", "request_id": "req-59e35e6f-86f6-410a-8097-bd0d5c848d08"}]} 2026-07-01 02:19:41.538 7 INFO neutron.services.segments.plugin [-] Segment a785f631-a2f6-4a6e-af19-f750b243c504 resource provider aggregate not found 2026-07-01 02:19:41.540 7 INFO neutron.services.segments.plugin [-] Segment a785f631-a2f6-4a6e-af19-f750b243c504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a785f631-a2f6-4a6e-af19-f750b243c504 found for delete ", "request_id": "req-b8fa3796-47d4-4588-b891-bc45286f3ba5"}]} 2026-07-01 02:19:41.553 7 INFO neutron.services.segments.plugin [-] Segment a785f631-a2f6-4a6e-af19-f750b243c504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a785f631-a2f6-4a6e-af19-f750b243c504 found for delete ", "request_id": "req-e2b281f1-4338-4cab-ba31-3d403d66f562"}]} [pid: 8|app: 0|req: 1276/2324] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:41 2026] GET /v2.0/security-groups?tenant_id=1d2198aa9ba243be9c21d99e298ad41a&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2325] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:41 2026] DELETE /v2.0/security-groups/264058a9-6899-446b-8a32-21eff86374d6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:41.820 8 INFO neutron.services.segments.plugin [-] Segment 4485f36c-85eb-4f5a-9064-f0b562c59df1 resource provider aggregate not found 2026-07-01 02:19:41.827 8 INFO neutron.services.segments.plugin [-] Segment 4485f36c-85eb-4f5a-9064-f0b562c59df1 resource provider aggregate not found 2026-07-01 02:19:41.833 8 INFO neutron.services.segments.plugin [-] Segment 4485f36c-85eb-4f5a-9064-f0b562c59df1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4485f36c-85eb-4f5a-9064-f0b562c59df1 found for delete ", "request_id": "req-9d31b7c6-a38c-4c1c-bb9a-dc4c07656498"}]} 2026-07-01 02:19:41.841 8 INFO neutron.services.segments.plugin [-] Segment 4485f36c-85eb-4f5a-9064-f0b562c59df1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4485f36c-85eb-4f5a-9064-f0b562c59df1 found for delete ", "request_id": "req-e845207d-2d2a-48bc-8f39-bd6583bab7f2"}]} [pid: 8|app: 0|req: 1277/2326] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:41 2026] GET /v2.0/security-groups?tenant_id=14a3ac9ec4cb4f45afd672dabbf1d90f&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: 1050/2327] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:41 2026] DELETE /v2.0/security-groups/bf29639d-198d-4b29-ad5b-41d1a6101399 => 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: 1278/2328] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:42 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2329] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:19:42 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2330] 10.0.0.64 () {32 vars in 817 bytes} [Wed Jul 1 02:19:42 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&mac_address=fa%3A16%3A3e%3A2e%3A9e%3A64 => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:43.183 7 INFO neutron.db.l3_db [None req-2b7cc0d7-06d6-412b-b50c-b64633bae1d9 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Floating IP 58fe78b9-1932-4f6d-a7b4-2e9f35b6464d associated. External IP: 10.96.250.218, port: 6da4b124-6d53-40f6-b834-7dec1049b9da. [pid: 7|app: 0|req: 1052/2331] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:19:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:19:43.603 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02d6900f-89dc-4c68-bbac-52ec6fe507af'] response: {'name': 'network-changed', 'server_uuid': 'b1867f8b-2780-492c-abb7-aaf0361892d4', 'tag': '6da4b124-6d53-40f6-b834-7dec1049b9da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2332] 10.0.0.126 () {34 vars in 1094 bytes} [Wed Jul 1 02:19:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-204962959&fields=id&tenant_id=e0db0b4224644fc68a7f8de8bbbc5827 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2333] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:19:43 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2334] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:19:43 2026] GET /v2.0/quotas/e0db0b4224644fc68a7f8de8bbbc5827 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2335] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:19:43 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&fields=id => generated 333 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2336] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:19:43 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1055/2337] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1283/2338] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1465 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2339] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => 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: 1056/2340] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2341] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=6da4b124-6d53-40f6-b834-7dec1049b9da => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2342] 199.19.213.103 () {34 vars in 1102 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22&port_id=6da4b124-6d53-40f6-b834-7dec1049b9da => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2343] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7&id=5865973f-de45-4812-a210-59988847488d => generated 1408 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2344] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2345] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2346] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1288/2347] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:19:44 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1060/2348] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:19:45 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2349] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:45 2026] PUT /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2350] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/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: 1290/2351] 10.0.0.64 () {34 vars in 769 bytes} [Wed Jul 1 02:19:46 2026] PUT /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2352] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2353] 10.0.0.64 () {34 vars in 765 bytes} [Wed Jul 1 02:19:46 2026] PUT /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/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: 1063/2354] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2355] 10.0.0.64 () {34 vars in 787 bytes} [Wed Jul 1 02:19:46 2026] PUT /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2356] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2357] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:19:46 2026] PUT /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/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: 1065/2358] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2359] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:46.605 7 INFO neutron.api.v2.resource [None req-952100a9-4ce0-42cf-8ed8-c0dc0d24595a 7489ac61f14e42309c401ec33a12d7fe 9c35a52e8cc044e09dbd878ddd7d3854 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/2360] 10.0.0.64 () {32 vars in 750 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/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: 1295/2361] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:19:46 2026] DELETE /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2362] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:46.764 8 INFO neutron.api.v2.resource [None req-3ae4b763-c0d5-44dd-add2-8390eb02ace7 7489ac61f14e42309c401ec33a12d7fe 9c35a52e8cc044e09dbd878ddd7d3854 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1296/2363] 10.0.0.64 () {32 vars in 753 bytes} [Wed Jul 1 02:19:46 2026] DELETE /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2364] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:19:46 2026] DELETE /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => 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: 1297/2365] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:46 2026] GET /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:47.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-e884118e-5b81-429f-9a28-5be91d8b0fed 7489ac61f14e42309c401ec33a12d7fe 9c35a52e8cc044e09dbd878ddd7d3854 - - default default] TaaS: Handle Delete Port: 87f252ba-cb0d-4bfb-9b1a-23cb55b84313 2026-07-01 02:19:47.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e884118e-5b81-429f-9a28-5be91d8b0fed 7489ac61f14e42309c401ec33a12d7fe 9c35a52e8cc044e09dbd878ddd7d3854 - - default default] Tap Mirror: Handle Delete Port: 87f252ba-cb0d-4bfb-9b1a-23cb55b84313 [pid: 7|app: 0|req: 1069/2366] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:19:46 2026] DELETE /v2.0/floatingips/36ac1e28-ffde-4998-9806-d3d23f819aaf => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2367] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:47 2026] GET /v2.0/security-groups?tenant_id=26efc739a38542d18e40d335ce399db8&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2368] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:48 2026] DELETE /v2.0/security-groups/03dbafb8-66ee-48d1-b4af-f2e3edaf2a1e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2371] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:48 2026] GET /v2.0/security-groups?tenant_id=9c35a52e8cc044e09dbd878ddd7d3854&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2372] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:48 2026] DELETE /v2.0/security-groups/7bcfb16d-8333-4f99-a843-fec4932cad16 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2373] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:19:48 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2374] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:19:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e0db0b4224644fc68a7f8de8bbbc5827 => generated 178 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2375] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:19:48 2026] POST /v2.0/ports => generated 1187 bytes in 411 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: 1302/2376] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:49 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1202 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2377] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:19:49 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2378] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:19:49 2026] PUT /v2.0/ports/6f6e6deb-2552-4cf9-8727-31e0aeedb320 => generated 1468 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:19:49.512 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c18c897-c799-41b1-9b24-60edac00dd93'] response: {'name': 'network-changed', 'server_uuid': '6733366b-dade-4b58-9c36-26b30e0f6da3', 'tag': '6f6e6deb-2552-4cf9-8727-31e0aeedb320', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1304/2379] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:19:50 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1471 bytes in 39 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: 1076/2380] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:19:50 2026] GET /v2.0/networks?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&shared=False => generated 2376 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2381] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:19:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2382] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:19:50 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2383] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:19:50 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2384] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2385] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.153&port_id=6f6e6deb-2552-4cf9-8727-31e0aeedb320 => 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: 1079/2386] 199.19.213.103 () {34 vars in 1106 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A233&port_id=6f6e6deb-2552-4cf9-8727-31e0aeedb320 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2387] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/subnets?id=687b3006-4bc9-4da8-bedc-17dd08c1bab7&id=c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2388] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&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: 1309/2389] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2390] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1082/2391] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:19:51 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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-07-01 02:19:51.760 8 INFO neutron.db.segments_db [None req-e2140159-de01-432d-96d3-081fdb5ce963 ce6a95a67007446abd7bc5784f41b178 043b521b99f947d885e92825147df46c - - default default] Added segment a6f189d7-bc28-4763-b495-378201080b7a of type vxlan for network 07ffe170-7afa-4261-a348-6433ba569b03 [pid: 8|app: 0|req: 1310/2392] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:19:51 2026] POST /v2.0/networks => generated 632 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2393] 10.0.0.64 () {34 vars in 663 bytes} [Wed Jul 1 02:19:51 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2394] 10.0.0.64 () {34 vars in 746 bytes} [Wed Jul 1 02:19:52 2026] PUT /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 25 bytes in 72 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: 1084/2395] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:52 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 25 bytes in 69 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: 1312/2396] 10.0.0.64 () {34 vars in 757 bytes} [Wed Jul 1 02:19:52 2026] PUT /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1085/2397] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:52 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1313/2398] 10.0.0.64 () {34 vars in 753 bytes} [Wed Jul 1 02:19:52 2026] PUT /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags/red => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1086/2399] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:52 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 34 bytes in 102 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: 1314/2400] 10.0.0.64 () {34 vars in 775 bytes} [Wed Jul 1 02:19:52 2026] PUT /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1087/2401] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:52 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1315/2402] 10.0.0.64 () {34 vars in 746 bytes} [Wed Jul 1 02:19:52 2026] PUT /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 37 bytes in 61 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: 1088/2403] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:52 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1316/2404] 10.0.0.64 () {32 vars in 734 bytes} [Wed Jul 1 02:19:52 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:53.066 7 INFO neutron.api.v2.resource [None req-a5c05f1a-2c78-4292-925f-81d3dfb5e456 ce6a95a67007446abd7bc5784f41b178 043b521b99f947d885e92825147df46c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2405] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:19:53 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/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: 1317/2406] 10.0.0.64 () {32 vars in 737 bytes} [Wed Jul 1 02:19:53 2026] DELETE /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1090/2407] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:53 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:53.255 8 INFO neutron.api.v2.resource [None req-6d3c05bc-5a37-44d4-ab31-7ba911a62ff1 ce6a95a67007446abd7bc5784f41b178 043b521b99f947d885e92825147df46c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2408] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:19:53 2026] DELETE /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags/green => generated 99 bytes in 47 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: 1091/2409] 10.0.0.64 () {32 vars in 729 bytes} [Wed Jul 1 02:19:53 2026] DELETE /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 0 bytes in 64 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: 1319/2410] 10.0.0.64 () {32 vars in 726 bytes} [Wed Jul 1 02:19:53 2026] GET /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:53.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-c91c49a0-ccf5-49e5-95ab-9c1c11f8023b ce6a95a67007446abd7bc5784f41b178 043b521b99f947d885e92825147df46c - - default default] TaaS: Handle Delete Port: 80ddf573-d786-43fd-8c61-73ba4c6759ea 2026-07-01 02:19:53.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c91c49a0-ccf5-49e5-95ab-9c1c11f8023b ce6a95a67007446abd7bc5784f41b178 043b521b99f947d885e92825147df46c - - default default] Tap Mirror: Handle Delete Port: 80ddf573-d786-43fd-8c61-73ba4c6759ea [pid: 7|app: 0|req: 1092/2411] 10.0.0.64 () {32 vars in 719 bytes} [Wed Jul 1 02:19:53 2026] DELETE /v2.0/ports/80ddf573-d786-43fd-8c61-73ba4c6759ea => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:19:53.660 8 INFO neutron.services.segments.plugin [-] Segment a6f189d7-bc28-4763-b495-378201080b7a resource provider aggregate not found 2026-07-01 02:19:53.668 8 INFO neutron.services.segments.plugin [-] Segment a6f189d7-bc28-4763-b495-378201080b7a resource provider aggregate not found 2026-07-01 02:19:53.683 8 INFO neutron.services.segments.plugin [-] Segment a6f189d7-bc28-4763-b495-378201080b7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f189d7-bc28-4763-b495-378201080b7a found for delete ", "request_id": "req-71598730-fb92-4ec7-bf14-13ee1b37b7a0"}]} 2026-07-01 02:19:53.687 8 INFO neutron.services.segments.plugin [-] Segment a6f189d7-bc28-4763-b495-378201080b7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f189d7-bc28-4763-b495-378201080b7a found for delete ", "request_id": "req-96ebaf0b-4ccb-479e-8c23-93516c338986"}]} [pid: 8|app: 0|req: 1320/2412] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:19:53 2026] DELETE /v2.0/networks/07ffe170-7afa-4261-a348-6433ba569b03 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2413] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:54 2026] GET /v2.0/security-groups?tenant_id=043b521b99f947d885e92825147df46c&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2414] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:54 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1202 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2415] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:19:54 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2416] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:54 2026] DELETE /v2.0/security-groups/20be6915-73f1-49bc-b749-fc747792777f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2417] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:54 2026] GET /v2.0/security-groups?tenant_id=c37e34b37a83471ab30c50e3bf2f3af4&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2418] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:54 2026] DELETE /v2.0/security-groups/f788c5d9-368e-46c1-8274-53c488519f0e => 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: 1324/2419] 10.0.0.64 () {34 vars in 677 bytes} [Wed Jul 1 02:19:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2420] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:19:58 2026] PUT /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2421] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2422] 10.0.0.64 () {34 vars in 763 bytes} [Wed Jul 1 02:19:58 2026] PUT /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2423] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2424] 10.0.0.64 () {34 vars in 759 bytes} [Wed Jul 1 02:19:58 2026] PUT /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2425] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2426] 10.0.0.64 () {34 vars in 781 bytes} [Wed Jul 1 02:19:58 2026] PUT /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2427] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2428] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:19:58 2026] PUT /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2429] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2430] 10.0.0.64 () {32 vars in 740 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:19:58.700 8 INFO neutron.api.v2.resource [None req-86cfcd44-aea9-4e94-b56d-2fdbda6c0bb0 9cfd0a3629aa446a8fb89a29e3e9f815 2520bf0f5e5f4e1da40899b8dd505272 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1330/2431] 10.0.0.64 () {32 vars in 744 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2432] 10.0.0.64 () {32 vars in 743 bytes} [Wed Jul 1 02:19:58 2026] DELETE /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/red => 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: 1331/2433] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:19:58.837 7 INFO neutron.api.v2.resource [None req-528c097f-8330-479a-a0bc-a0e0ad84aefb 9cfd0a3629aa446a8fb89a29e3e9f815 2520bf0f5e5f4e1da40899b8dd505272 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1103/2434] 10.0.0.64 () {32 vars in 747 bytes} [Wed Jul 1 02:19:58 2026] DELETE /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2435] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:19:58 2026] DELETE /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2436] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:19:58 2026] GET /v2.0/policies/91604199-dd52-43b2-8fca-c295cb7c86df/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2437] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:19:58 2026] DELETE /v2.0/qos/policies/91604199-dd52-43b2-8fca-c295cb7c86df => 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: 1105/2438] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:19:59 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1204 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2439] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:19:59 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2440] 10.0.0.64 () {32 vars in 817 bytes} [Wed Jul 1 02:19:59 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&mac_address=fa%3A16%3A3e%3A3c%3A4b%3A6d => generated 1204 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2441] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:19:59 2026] GET /v2.0/security-groups?tenant_id=4f71d41ce8c54b84b9c86fad17ac44d4&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2442] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:19:59 2026] DELETE /v2.0/security-groups/e8467cd0-364d-4ee1-ad7f-abe099850f70 => 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: 1336/2443] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:20:00 2026] GET /v2.0/security-groups?tenant_id=2520bf0f5e5f4e1da40899b8dd505272&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2444] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:20:00 2026] DELETE /v2.0/security-groups/3d0f257b-4e01-4299-ac97-01c4eeb0ccd6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:20:00.682 7 INFO neutron.db.l3_db [None req-0e9ddca8-3be4-494e-8f35-2df048898da8 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Floating IP 7f1f2730-8338-4343-8e99-b284f2b146d0 associated. External IP: 10.96.250.211, port: 6f6e6deb-2552-4cf9-8727-31e0aeedb320. [pid: 7|app: 0|req: 1108/2445] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:19:59 2026] POST /v2.0/floatingips => generated 855 bytes in 1109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:20:00.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77b416a7-9dd7-4b45-b21a-cb93d52524af'] response: {'name': 'network-changed', 'server_uuid': '6733366b-dade-4b58-9c36-26b30e0f6da3', 'tag': '6f6e6deb-2552-4cf9-8727-31e0aeedb320', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1338/2446] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2447] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2448] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.153&port_id=6f6e6deb-2552-4cf9-8727-31e0aeedb320 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2449] 199.19.213.103 () {34 vars in 1106 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A233&port_id=6f6e6deb-2552-4cf9-8727-31e0aeedb320 => 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: 1340/2450] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/subnets?id=687b3006-4bc9-4da8-bedc-17dd08c1bab7&id=c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2451] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2452] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2453] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1342/2454] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:20:01 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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-07-01 02:20:03.536 7 INFO neutron.db.segments_db [None req-c74074ef-b7f0-429d-8eda-fb9cd07f52b4 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] Added segment a6df91f7-e5f7-4ccf-8a77-b87059fbca1e of type vxlan for network 0401bc41-1f3a-49ec-a13d-2b559d80517c 2026-07-01 02:20:03.742 7 INFO neutron.db.l3_hamode_db [None req-c74074ef-b7f0-429d-8eda-fb9cd07f52b4 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:20:03.828 7 INFO neutron.db.l3_hamode_db [None req-c74074ef-b7f0-429d-8eda-fb9cd07f52b4 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1114/2457] 10.0.0.64 () {34 vars in 667 bytes} [Wed Jul 1 02:20:03 2026] POST /v2.0/routers => generated 474 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2458] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:20:04 2026] PUT /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 25 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2459] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:04 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 25 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2460] 10.0.0.64 () {34 vars in 761 bytes} [Wed Jul 1 02:20:04 2026] PUT /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/green => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2461] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:04 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2462] 10.0.0.64 () {34 vars in 757 bytes} [Wed Jul 1 02:20:04 2026] PUT /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/red => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2463] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:05 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2464] 10.0.0.64 () {34 vars in 779 bytes} [Wed Jul 1 02:20:05 2026] PUT /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/black.or.white => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2465] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:05 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 52 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2466] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:20:05 2026] PUT /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2467] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:05 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2468] 10.0.0.64 () {32 vars in 738 bytes} [Wed Jul 1 02:20:05 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:20:05.841 7 INFO neutron.api.v2.resource [None req-caf7f28d-143d-4c3f-af03-61f7e9b0459b f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1120/2469] 10.0.0.64 () {32 vars in 742 bytes} [Wed Jul 1 02:20:05 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2470] 10.0.0.64 () {32 vars in 741 bytes} [Wed Jul 1 02:20:05 2026] DELETE /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/red => 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: 1121/2471] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:05 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:20:06.146 8 INFO neutron.api.v2.resource [None req-2a31db18-e426-456b-bfda-73743cf15ba5 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1351/2472] 10.0.0.64 () {32 vars in 745 bytes} [Wed Jul 1 02:20:06 2026] DELETE /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags/green => generated 99 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2473] 10.0.0.64 () {32 vars in 733 bytes} [Wed Jul 1 02:20:06 2026] DELETE /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2474] 10.0.0.64 () {32 vars in 730 bytes} [Wed Jul 1 02:20:06 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49/tags => generated 12 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2475] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:20:07 2026] GET /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2476] 10.0.0.67 () {34 vars in 989 bytes} [Wed Jul 1 02:20:07 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2477] 10.0.0.67 () {34 vars in 1039 bytes} [Wed Jul 1 02:20:07 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2478] 10.0.0.64 () {34 vars in 741 bytes} [Wed Jul 1 02:20:07 2026] PUT /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49 => generated 480 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2479] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:20:07 2026] GET /v2.0/ports?device_id=db626665-c2e1-4080-8a2b-0a2efd31cd49 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:20:08.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-18cf0078-f2e9-4a16-9bd5-d6337681cfc6 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] TaaS: Handle Delete Port: 9fb7edbc-a908-4cea-bc4e-277ec20de401 2026-07-01 02:20:08.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18cf0078-f2e9-4a16-9bd5-d6337681cfc6 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] Tap Mirror: Handle Delete Port: 9fb7edbc-a908-4cea-bc4e-277ec20de401 2026-07-01 02:20:08.455 8 INFO neutron.services.segments.plugin [-] Segment a6df91f7-e5f7-4ccf-8a77-b87059fbca1e resource provider aggregate not found 2026-07-01 02:20:08.459 8 INFO neutron.services.segments.plugin [-] Segment a6df91f7-e5f7-4ccf-8a77-b87059fbca1e resource provider aggregate not found 2026-07-01 02:20:08.474 8 INFO neutron.services.segments.plugin [-] Segment a6df91f7-e5f7-4ccf-8a77-b87059fbca1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6df91f7-e5f7-4ccf-8a77-b87059fbca1e found for delete ", "request_id": "req-d5078400-7410-4322-ae41-236524a8d3d9"}]} 2026-07-01 02:20:08.477 8 INFO neutron.services.segments.plugin [-] Segment a6df91f7-e5f7-4ccf-8a77-b87059fbca1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6df91f7-e5f7-4ccf-8a77-b87059fbca1e found for delete ", "request_id": "req-0286f8a5-ba82-479e-82c6-ad32cff36a3a"}]} 2026-07-01 02:20:08.480 8 INFO neutron.db.l3_hamode_db [None req-18cf0078-f2e9-4a16-9bd5-d6337681cfc6 f1b85f2216c147dc9793c6d274672b49 076c6b934b364d478a3b8f0c21435af8 - - default default] HA network 0401bc41-1f3a-49ec-a13d-2b559d80517c was deleted as no HA routers are present in tenant 076c6b934b364d478a3b8f0c21435af8. [pid: 8|app: 0|req: 1354/2480] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:20:07 2026] DELETE /v2.0/routers/db626665-c2e1-4080-8a2b-0a2efd31cd49 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2481] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:20:09 2026] GET /v2.0/security-groups?tenant_id=52b443b093ad42b498234647f4038c7b&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2482] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:20:09 2026] DELETE /v2.0/security-groups/b240b06e-1b5b-4c11-88b9-0cb3db9643b1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2483] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:20:09 2026] GET /v2.0/security-groups?tenant_id=076c6b934b364d478a3b8f0c21435af8&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2484] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:20:09 2026] DELETE /v2.0/security-groups/6e9feb05-92ae-4bc9-bff1-93d3a6c4bbfa => 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: 1129/2485] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:20:17 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1358/2488] 10.0.0.177 () {30 vars in 690 bytes} [Wed Jul 1 02:20:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2489] 10.0.0.177 () {30 vars in 692 bytes} [Wed Jul 1 02:20:19 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: 1359/2490] 10.0.0.177 () {30 vars in 668 bytes} [Wed Jul 1 02:20:19 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: 1132/2491] 10.0.0.177 () {30 vars in 704 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2492] 10.0.0.177 () {28 vars in 439 bytes} [Wed Jul 1 02:20:19 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2493] 10.0.0.177 () {30 vars in 728 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 658 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2494] 10.0.0.177 () {30 vars in 690 bytes} [Wed Jul 1 02:20:19 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: 1134/2495] 10.0.0.177 () {30 vars in 692 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2496] 10.0.0.177 () {30 vars in 668 bytes} [Wed Jul 1 02:20:19 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: 1135/2497] 10.0.0.177 () {30 vars in 704 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2498] 10.0.0.177 () {30 vars in 728 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1136/2499] 10.0.0.177 () {30 vars in 690 bytes} [Wed Jul 1 02:20:19 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: 1364/2500] 10.0.0.177 () {30 vars in 692 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2501] 10.0.0.177 () {30 vars in 668 bytes} [Wed Jul 1 02:20:19 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: 1365/2502] 10.0.0.177 () {30 vars in 704 bytes} [Wed Jul 1 02:20:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2503] 10.0.0.177 () {30 vars in 730 bytes} [Wed Jul 1 02:20:20 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2504] 10.0.0.177 () {30 vars in 682 bytes} [Wed Jul 1 02:20:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2505] 10.0.0.177 () {34 vars in 704 bytes} [Wed Jul 1 02:20:20 2026] POST /v2.0/ports => generated 1128 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2506] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1140/2507] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2508] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2509] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2510] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2511] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2512] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2513] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2514] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:20:23.762 7 INFO neutron.api.v2.resource [None req-26d0d9aa-0dac-477b-b8d9-7907bf537dc2 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2515] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/security-groups/lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2516] 199.19.213.103 () {30 vars in 785 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/security-groups?name=lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2517] 199.19.213.103 () {34 vars in 736 bytes} [Wed Jul 1 02:20:23 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2518] 199.19.213.103 () {30 vars in 815 bytes} [Wed Jul 1 02:20:23 2026] GET /v2.0/security-group-rules?security_group_id=f4f0f820-b384-4c8b-b9ee-203ec0043a27 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2519] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:20:23 2026] PUT /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2520] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:20:24 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1147/2521] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:20:24 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: 1375/2522] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:20:24 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: 1148/2523] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:20:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2524] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:20:24 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1149/2525] 10.0.0.126 () {34 vars in 1016 bytes} [Wed Jul 1 02:20:31 2026] GET /v2.0/security-groups?id=1813bbfc-021b-4ab8-a616-48fc5353cc5a&fields=id => 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: 1377/2526] 10.0.0.126 () {34 vars in 982 bytes} [Wed Jul 1 02:20:31 2026] GET /v2.0/networks?id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2527] 10.0.0.126 () {34 vars in 965 bytes} [Wed Jul 1 02:20:31 2026] GET /v2.0/quotas/072771cb5d9449ae9f927130e93778d8 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2528] 10.0.0.126 () {34 vars in 1002 bytes} [Wed Jul 1 02:20:31 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2529] 10.0.0.126 () {34 vars in 1008 bytes} [Wed Jul 1 02:20:31 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2530] 10.0.0.126 () {34 vars in 1108 bytes} [Wed Jul 1 02:20:31 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1152/2531] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:32 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1380/2532] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:32 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1382/2535] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:35 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1154/2536] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:35 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1383/2537] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:20:36 2026] GET /v2.0/networks?id=442136ed-8e99-4f6c-87ff-f284f26ec801 => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2538] 199.19.213.103 () {34 vars in 1050 bytes} [Wed Jul 1 02:20:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=072771cb5d9449ae9f927130e93778d8 => generated 343 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2539] 199.19.213.103 () {38 vars in 955 bytes} [Wed Jul 1 02:20:36 2026] POST /v2.0/ports => generated 1078 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2540] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:20:36 2026] PUT /v2.0/ports/a0a0aca3-2529-4b81-baae-b85967db6602 => generated 1239 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:20:37.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e121e79-a03d-4953-a405-80e2ef114a61'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': 'a0a0aca3-2529-4b81-baae-b85967db6602', '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: 1385/2541] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:20:37 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2542] 199.19.213.103 () {34 vars in 1018 bytes} [Wed Jul 1 02:20:37 2026] GET /v2.0/networks?tenant_id=072771cb5d9449ae9f927130e93778d8&shared=False => generated 734 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2543] 199.19.213.103 () {34 vars in 930 bytes} [Wed Jul 1 02:20:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2544] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:38 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2545] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:20:38 2026] GET /v2.0/security-groups?id=1813bbfc-021b-4ab8-a616-48fc5353cc5a&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2546] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:38 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2547] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:20:39 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1160/2548] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => 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: 1389/2549] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:20:39 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2550] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:20:39 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&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: 8|app: 0|req: 1390/2551] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:20:39 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1162/2552] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:20:39 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1391/2553] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:41 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1163/2554] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:20:41 2026] GET /v2.0/security-groups?id=1813bbfc-021b-4ab8-a616-48fc5353cc5a&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2555] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:41 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2556] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:20:42 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2557] 199.19.213.103 () {34 vars in 1044 bytes} [Wed Jul 1 02:20:43 2026] GET /v2.0/security-groups?id=1813bbfc-021b-4ab8-a616-48fc5353cc5a&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2558] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:44 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1394/2559] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:20:44 2026] GET /v2.0/security-groups?id=1813bbfc-021b-4ab8-a616-48fc5353cc5a&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: 1166/2560] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:44 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2561] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:47 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2562] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:20:47 2026] GET /v2.0/security-groups?id=1813bbfc-021b-4ab8-a616-48fc5353cc5a&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2563] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:20:47 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1171/2570] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:21:21 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: 1400/2571] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:21:21 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: 1172/2572] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:21:22 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: 1401/2573] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:21:22 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: 1173/2574] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:21:22 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1402/2575] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:21:22 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2576] 199.19.213.103 () {34 vars in 717 bytes} [Wed Jul 1 02:21:22 2026] POST /v2.0/ports => generated 1059 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2577] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:21:22 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1059 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2578] 10.0.0.126 () {34 vars in 907 bytes} [Wed Jul 1 02:21:22 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2579] 199.19.213.103 () {34 vars in 1262 bytes} [Wed Jul 1 02:21:23 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2580] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:23 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2581] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:23 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2582] 199.19.213.103 () {34 vars in 975 bytes} [Wed Jul 1 02:21:24 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2583] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:21:24 2026] GET /v2.0/networks?id=587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2584] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:21:24 2026] PUT /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1249 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:21:25.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4768b81-19f6-4348-b54a-7eeec54a25e7'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': 'cdfc229d-a307-43e9-ab6f-3c7153fc6143', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1407/2585] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2586] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/networks?id=587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2587] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1180/2588] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2589] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2590] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1410/2591] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:25 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1182/2592] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:21:26 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2593] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:21:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => 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: 1183/2594] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:21:26 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2595] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&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: 1184/2596] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2597] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1185/2598] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1414/2599] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1186/2600] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&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: 1415/2601] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1187/2602] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:27 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2603] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:21:31 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1251 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2604] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:21:31 2026] PUT /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1275 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:21:31.490 8 INFO neutron.api.v2.resource [None req-77af9556-cd0b-4280-ac3f-5b8f7760f5ff 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1417/2605] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 02:21:31 2026] GET /v2.0/security-groups/lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:21:31.508 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f12e5057-faa2-4d6a-8959-9025a827abe6'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': 'cdfc229d-a307-43e9-ab6f-3c7153fc6143', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1189/2606] 199.19.213.103 () {30 vars in 785 bytes} [Wed Jul 1 02:21:31 2026] GET /v2.0/security-groups?name=lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2607] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:21:31 2026] PUT /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1313 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:21:31.885 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c701fe74-161f-49cb-9bad-bd1dd02db716'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': 'cdfc229d-a307-43e9-ab6f-3c7153fc6143', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1190/2608] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1419/2609] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/networks?id=587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2610] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1420/2611] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1192/2612] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2613] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2614] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2615] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1423/2616] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:21:32 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: 1194/2617] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:21:32 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: 1424/2618] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:21:32 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: 1195/2619] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1425/2620] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2621] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1426/2622] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2623] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2624] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2625] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:21:32 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1200/2628] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2629] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/networks?id=587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2630] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1430/2631] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1202/2632] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&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: 1431/2633] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1203/2634] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:33 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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) 2026-07-01 02:21:41.827 8 INFO neutron.db.l3_db [None req-79f5d30f-6a87-4459-9d3a-a8d1b369d867 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Floating IP 5ab27f1a-a9bb-4d5d-99eb-5c522e78790e associated. External IP: 10.96.250.217, port: ae465a7a-85fc-4191-b7aa-32002d65e025. [pid: 8|app: 0|req: 1432/2635] 10.0.0.64 () {34 vars in 676 bytes} [Wed Jul 1 02:21:41 2026] POST /v2.0/floatingips => generated 898 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2636] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:21:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2637] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:21:46 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: 1205/2638] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:21:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2639] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:21:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:21:46.873 7 INFO neutron.api.v2.resource [None req-9ebabd90-4968-4616-9e17-a4d2bb41e4ce 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2640] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 02:21:46 2026] GET /v2.0/security-groups/lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2641] 199.19.213.103 () {30 vars in 785 bytes} [Wed Jul 1 02:21:46 2026] GET /v2.0/security-groups?name=lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2642] 199.19.213.103 () {30 vars in 815 bytes} [Wed Jul 1 02:21:46 2026] GET /v2.0/security-group-rules?security_group_id=f4f0f820-b384-4c8b-b9ee-203ec0043a27 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2643] 199.19.213.103 () {34 vars in 747 bytes} [Wed Jul 1 02:21:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2644] 199.19.213.103 () {34 vars in 747 bytes} [Wed Jul 1 02:21:47 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: 1438/2647] 10.0.0.177 () {30 vars in 690 bytes} [Wed Jul 1 02:21: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: 1210/2648] 10.0.0.177 () {30 vars in 692 bytes} [Wed Jul 1 02:21: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: 1439/2649] 10.0.0.177 () {30 vars in 668 bytes} [Wed Jul 1 02:21: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: 1211/2650] 10.0.0.177 () {30 vars in 704 bytes} [Wed Jul 1 02:21:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2651] 10.0.0.177 () {28 vars in 439 bytes} [Wed Jul 1 02:21:53 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2652] 10.0.0.177 () {30 vars in 728 bytes} [Wed Jul 1 02:21:53 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2653] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:21:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2654] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:21:54 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: 1442/2655] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:21:54 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: 1214/2656] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:21:54 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: 1443/2657] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:21:54 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2658] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:21:54 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2659] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:21:54 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: 1216/2660] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:21:54 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: 1445/2661] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:21:54 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: 1217/2662] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:21:54 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: 1446/2663] 199.19.213.103 () {34 vars in 717 bytes} [Wed Jul 1 02:21:54 2026] POST /v2.0/ports => generated 1328 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2664] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:21:55 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1328 bytes in 79 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: 1447/2665] 10.0.0.126 () {34 vars in 907 bytes} [Wed Jul 1 02:21:55 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2666] 199.19.213.103 () {34 vars in 1262 bytes} [Wed Jul 1 02:21:56 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2667] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:56 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1220/2668] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:56 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1449/2669] 199.19.213.103 () {34 vars in 975 bytes} [Wed Jul 1 02:21:57 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2670] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:21:57 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => 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: 1450/2671] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:21:57 2026] PUT /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1518 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:21:57.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a25b9d21-6521-4d2f-beb9-95425c5be0e7'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': '28a569d4-d531-4e9e-b961-34166affa393', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1222/2672] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4095 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1451/2673] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2674] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=28a569d4-d531-4e9e-b961-34166affa393 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2675] 199.19.213.103 () {34 vars in 1104 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A28f&port_id=28a569d4-d531-4e9e-b961-34166affa393 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2676] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7&id=5865973f-de45-4812-a210-59988847488d => generated 1408 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2677] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2678] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2679] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2680] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:21:58 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1455/2681] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:21:59 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4095 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2682] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:21:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2683] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:21:59 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2684] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&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: 1457/2685] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1229/2686] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1458/2687] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1230/2688] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2689] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&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: 1231/2690] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1460/2691] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2692] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=28a569d4-d531-4e9e-b961-34166affa393 => 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: 1461/2693] 199.19.213.103 () {34 vars in 1104 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A28f&port_id=28a569d4-d531-4e9e-b961-34166affa393 => 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: 1233/2694] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7&id=5865973f-de45-4812-a210-59988847488d => generated 1408 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2695] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2696] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2697] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1235/2698] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:00 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1237/2701] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:22:04 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2702] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:04 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2703] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:04 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 672 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2704] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:04 2026] GET /v2.0/subnets/5865973f-de45-4812-a210-59988847488d => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2705] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:05 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: 1467/2706] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:05 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: 1240/2707] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:05 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: 1468/2708] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2709] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2710] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2711] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1349 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2712] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2713] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2714] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2715] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:05 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2716] 10.0.0.177 () {30 vars in 690 bytes} [Wed Jul 1 02:22:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2717] 10.0.0.177 () {30 vars in 692 bytes} [Wed Jul 1 02:22: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: 8|app: 0|req: 1473/2718] 10.0.0.177 () {30 vars in 668 bytes} [Wed Jul 1 02:22:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2719] 10.0.0.177 () {30 vars in 704 bytes} [Wed Jul 1 02:22:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2720] 10.0.0.177 () {28 vars in 439 bytes} [Wed Jul 1 02:22:14 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2721] 10.0.0.177 () {30 vars in 728 bytes} [Wed Jul 1 02:22:14 2026] GET /v2.0/subnets/c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2722] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:15 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: 1248/2723] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:15 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: 1476/2724] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:15 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: 1249/2725] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:15 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: 1477/2726] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2727] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/subnets/c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2728] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4097 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2729] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2730] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2731] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2732] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:15 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: 1253/2733] 199.19.213.103 () {34 vars in 717 bytes} [Wed Jul 1 02:22:15 2026] POST /v2.0/ports => generated 1332 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2734] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:22:15 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1332 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: 1254/2735] 199.19.213.103 () {34 vars in 1262 bytes} [Wed Jul 1 02:22:16 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2736] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:16 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1255/2737] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:16 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1483/2738] 199.19.213.103 () {34 vars in 975 bytes} [Wed Jul 1 02:22:17 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2739] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:22:17 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2740] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:22:17 2026] PUT /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1522 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:22:18.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07b7a1a8-6473-4747-a9d6-140b9ad59481'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': '2f8eda3f-9353-44b4-b129-f915c5bd2810', '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: 1486/2743] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 5611 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2744] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => 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: 1487/2745] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.204&port_id=2f8eda3f-9353-44b4-b129-f915c5bd2810 => 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: 1259/2746] 199.19.213.103 () {34 vars in 1106 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ef&port_id=2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2747] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/subnets?id=687b3006-4bc9-4da8-bedc-17dd08c1bab7&id=c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2748] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&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: 1489/2749] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&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: 1261/2750] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1490/2751] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:18 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1262/2752] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:19 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 5611 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2753] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:22:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => 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: 1263/2754] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2755] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2756] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1493/2757] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1265/2758] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2759] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2760] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2761] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1267/2762] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1496/2763] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=28a569d4-d531-4e9e-b961-34166affa393 => 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: 1268/2764] 199.19.213.103 () {34 vars in 1104 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A28f&port_id=28a569d4-d531-4e9e-b961-34166affa393 => 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: 1497/2765] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7&id=5865973f-de45-4812-a210-59988847488d => generated 1408 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2766] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&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: 1498/2767] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&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: 1270/2768] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1499/2769] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1271/2770] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.204&port_id=2f8eda3f-9353-44b4-b129-f915c5bd2810 => 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: 1500/2771] 199.19.213.103 () {34 vars in 1106 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ef&port_id=2f8eda3f-9353-44b4-b129-f915c5bd2810 => 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: 1272/2772] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/subnets?id=687b3006-4bc9-4da8-bedc-17dd08c1bab7&id=c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2773] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&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: 1273/2774] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&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: 1502/2775] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1274/2776] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:20 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2777] 10.0.0.126 () {34 vars in 971 bytes} [Wed Jul 1 02:22:24 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2778] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:24 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2779] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:24 2026] GET /v2.0/subnets/c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2780] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/subnets/687b3006-4bc9-4da8-bedc-17dd08c1bab7 => generated 746 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2781] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2782] 199.19.213.103 () {34 vars in 790 bytes} [Wed Jul 1 02:22:25 2026] PUT /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1255 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:22:25.465 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-148481bc-7696-46bb-a23a-075126c355a6'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': '28a569d4-d531-4e9e-b961-34166affa393', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1506/2783] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac => generated 798 bytes in 47 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: 1278/2784] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 672 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2785] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2786] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:25 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: 1508/2787] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:25 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: 1280/2788] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2789] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2790] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2791] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2792] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1511/2793] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2794] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2795] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2796] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:25 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 5384 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2797] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:22:26 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2798] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=28a569d4-d531-4e9e-b961-34166affa393 => 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: 1514/2799] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:26 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2800] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:26 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2801] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:26 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1287/2802] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:26 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2805] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2806] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:38 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: 1518/2807] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:38 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: 1290/2808] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2809] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:38 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2810] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:39 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 5384 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2811] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:39 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: 1292/2812] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:39 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: 1521/2813] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:39 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: 1293/2814] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:39 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: 1522/2815] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:39 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => 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: 1294/2816] 199.19.213.103 () {34 vars in 790 bytes} [Wed Jul 1 02:22:39 2026] PUT /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1255 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:22:39.689 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36ba4e4e-e0af-4913-8536-f1a2f4da9197'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': '2f8eda3f-9353-44b4-b129-f915c5bd2810', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1523/2817] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:39 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 797 bytes in 56 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: 1295/2818] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:39 2026] GET /v2.0/subnets/c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2819] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:39 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2820] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:22:39 2026] PUT /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1080 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2821] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 797 bytes in 58 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: 1297/2822] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2823] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4976 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2824] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => 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: 1298/2825] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2826] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1299/2827] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:40 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2828] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:41 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4976 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:22:41.728 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d127695-2338-4d8c-aa53-b7d95a62bce7'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': '2f8eda3f-9353-44b4-b129-f915c5bd2810', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1300/2829] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2830] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2831] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1531/2832] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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: 1302/2833] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2834] 199.19.213.103 () {34 vars in 975 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2835] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810?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: 8|app: 0|req: 1533/2836] 199.19.213.103 () {34 vars in 1016 bytes} [Wed Jul 1 02:22:42 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2837] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:22:42 2026] PUT /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 917 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2838] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:43 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => 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-07-01 02:22:43.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ea0d4ba-d857-4f65-a5ef-98bce006a660 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 2f8eda3f-9353-44b4-b129-f915c5bd2810 2026-07-01 02:22:43.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ea0d4ba-d857-4f65-a5ef-98bce006a660 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 2f8eda3f-9353-44b4-b129-f915c5bd2810 [pid: 7|app: 0|req: 1305/2839] 199.19.213.103 () {32 vars in 759 bytes} [Wed Jul 1 02:22:43 2026] DELETE /v2.0/ports/2f8eda3f-9353-44b4-b129-f915c5bd2810 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2840] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:44 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: 1306/2841] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:44 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: 1536/2842] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:44 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: 1307/2843] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:44 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: 1537/2844] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2845] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2846] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1349 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2847] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1539/2848] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2849] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2850] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2851] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3868 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2852] 199.19.213.103 () {34 vars in 1226 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/networks?id=442136ed-8e99-4f6c-87ff-f284f26ec801&id=587ec3fe-c288-406d-bf61-2764bcfe5b36&id=f8016bff-6d60-484a-86c9-9beb52462bac&id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 3096 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2853] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2854] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => 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: 1313/2855] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&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: 1543/2856] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1314/2857] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1544/2858] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1315/2859] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1545/2860] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&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: 1316/2861] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1546/2862] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:44 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1317/2863] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=28a569d4-d531-4e9e-b961-34166affa393 => 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: 1547/2864] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:45 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2865] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:45 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2866] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:45 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2867] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:45 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1321/2870] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:49 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: 1550/2871] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:49 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: 1322/2872] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:49 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: 1551/2873] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2874] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:49 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3868 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2875] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:49 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: 1324/2876] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:49 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: 1553/2877] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2878] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:50 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: 1554/2879] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:50 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2880] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:22:50 2026] PUT /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1080 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:22:50.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5728cc4d-6423-461e-aec9-1e13884da6b5'] response: {'name': 'network-changed', 'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'tag': '28a569d4-d531-4e9e-b961-34166affa393', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1555/2881] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:50 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac => generated 798 bytes in 52 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: 1327/2882] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:50 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2883] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:50 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2884] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:50 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3693 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2885] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:22:50 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2886] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:51 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1558/2887] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:51 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1330/2888] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:51 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2889] 199.19.213.103 () {34 vars in 975 bytes} [Wed Jul 1 02:22:52 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2890] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:22:52 2026] GET /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2891] 199.19.213.103 () {34 vars in 1016 bytes} [Wed Jul 1 02:22:52 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2892] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:52 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2893] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:22:52 2026] PUT /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 917 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2894] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:22:53 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 02:22:53.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a99be24-c50d-40ed-91b9-a04306b36407 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: 28a569d4-d531-4e9e-b961-34166affa393 2026-07-01 02:22:53.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a99be24-c50d-40ed-91b9-a04306b36407 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: 28a569d4-d531-4e9e-b961-34166affa393 [pid: 8|app: 0|req: 1562/2895] 199.19.213.103 () {32 vars in 759 bytes} [Wed Jul 1 02:22:53 2026] DELETE /v2.0/ports/28a569d4-d531-4e9e-b961-34166affa393 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2896] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:22:54 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: 1563/2897] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:22:54 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: 1335/2898] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2899] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:22:54 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: 1336/2900] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2901] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2902] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2903] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1338/2904] 199.19.213.103 () {30 vars in 743 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2905] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => 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: 1339/2906] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1568/2907] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2908] 199.19.213.103 () {34 vars in 1146 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/networks?id=442136ed-8e99-4f6c-87ff-f284f26ec801&id=587ec3fe-c288-406d-bf61-2764bcfe5b36&id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 2310 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2909] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => 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: 1341/2910] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2911] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&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: 1342/2912] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2913] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2914] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.229&port_id=cdfc229d-a307-43e9-ab6f-3c7153fc6143 => 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: 1572/2915] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/subnets?id=b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2916] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/ports?network_id=587ec3fe-c288-406d-bf61-2764bcfe5b36&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2917] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1345/2918] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:22:54 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?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: 1347/2921] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:23:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2922] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:23:05 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: 1348/2923] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:23:05 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: 1576/2924] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:23:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:23:05.921 7 INFO neutron.api.v2.resource [None req-8c4ed22f-67e5-48c5-96f7-31149f155bb8 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1349/2925] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 02:23:05 2026] GET /v2.0/security-groups/lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2926] 199.19.213.103 () {30 vars in 785 bytes} [Wed Jul 1 02:23:05 2026] GET /v2.0/security-groups?name=lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2927] 199.19.213.103 () {30 vars in 815 bytes} [Wed Jul 1 02:23:05 2026] GET /v2.0/security-group-rules?security_group_id=f4f0f820-b384-4c8b-b9ee-203ec0043a27 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2928] 199.19.213.103 () {32 vars in 789 bytes} [Wed Jul 1 02:23:06 2026] DELETE /v2.0/security-group-rules/221acf70-471d-4a76-a5fa-29bbc321194b => 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: 1351/2929] 199.19.213.103 () {32 vars in 789 bytes} [Wed Jul 1 02:23:06 2026] DELETE /v2.0/security-group-rules/3c3b49d3-4d6d-46d7-af4d-b1cf08e063aa => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:09.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-dde05f0f-7d29-4d27-bb2b-fa88be248c5b 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 988c9ff1-4edb-4d26-8510-c82ff1b25402 2026-07-01 02:23:09.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dde05f0f-7d29-4d27-bb2b-fa88be248c5b 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 988c9ff1-4edb-4d26-8510-c82ff1b25402 2026-07-01 02:23:09.733 8 INFO neutron.db.l3_db [None req-dde05f0f-7d29-4d27-bb2b-fa88be248c5b 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Floating IP 5ab27f1a-a9bb-4d5d-99eb-5c522e78790e disassociated (deleted). External IP: 10.96.250.217, port: ae465a7a-85fc-4191-b7aa-32002d65e025. [pid: 8|app: 0|req: 1579/2930] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:23:09 2026] DELETE /v2.0/floatingips/5ab27f1a-a9bb-4d5d-99eb-5c522e78790e => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:10.054 7 INFO neutron.api.v2.resource [None req-959d64f0-2298-41b3-8635-f22ca69bc164 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2931] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/floatingips/5ab27f1a-a9bb-4d5d-99eb-5c522e78790e => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2932] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2933] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2934] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2935] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:23:10.764 8 INFO neutron.api.v2.resource [None req-de5c5bb1-37d4-4e95-962f-4737395b43b3 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/2936] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/security-groups/lb-5d9aa212-d358-451a-bd47-3870d461812a => 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: 1355/2937] 199.19.213.103 () {30 vars in 785 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/security-groups?name=lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2938] 199.19.213.103 () {30 vars in 815 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/security-group-rules?security_group_id=f4f0f820-b384-4c8b-b9ee-203ec0043a27 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2939] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/2940] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:23:10 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: 1357/2941] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2942] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2943] 199.19.213.103 () {30 vars in 741 bytes} [Wed Jul 1 02:23:10 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => 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: 1586/2944] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:23:11 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2945] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:23:11 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2946] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:23:11 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2947] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:23:12 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/2948] 199.19.213.103 () {34 vars in 975 bytes} [Wed Jul 1 02:23:13 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1349 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2949] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:23:13 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2950] 199.19.213.103 () {34 vars in 1016 bytes} [Wed Jul 1 02:23:13 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/2951] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:23:13 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 2585 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2952] 199.19.213.103 () {38 vars in 1028 bytes} [Wed Jul 1 02:23:13 2026] PUT /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1150 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2953] 199.19.213.103 () {30 vars in 769 bytes} [Wed Jul 1 02:23:14 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1244 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: 1364/2954] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:23:14 2026] PUT /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1090 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2955] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:23:14 2026] GET /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 1090 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-07-01 02:23:14.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-16029945-a045-48b2-b154-5dfc66d3c452 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: cdfc229d-a307-43e9-ab6f-3c7153fc6143 2026-07-01 02:23:14.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16029945-a045-48b2-b154-5dfc66d3c452 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: cdfc229d-a307-43e9-ab6f-3c7153fc6143 [pid: 7|app: 0|req: 1365/2956] 199.19.213.103 () {32 vars in 759 bytes} [Wed Jul 1 02:23:14 2026] DELETE /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/2957] 199.19.213.103 () {30 vars in 703 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2958] 199.19.213.103 () {30 vars in 705 bytes} [Wed Jul 1 02:23:15 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: 1593/2959] 199.19.213.103 () {30 vars in 681 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2960] 199.19.213.103 () {30 vars in 717 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:23:15.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12d9ee00-20c4-46f6-8cfd-d6ffc188e126 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/2961] 199.19.213.103 () {32 vars in 759 bytes} [Wed Jul 1 02:23:15 2026] DELETE /v2.0/ports/cdfc229d-a307-43e9-ab6f-3c7153fc6143 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2962] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:23:15.136 8 INFO neutron.api.v2.resource [None req-fb450eec-d0e8-49fc-82df-a8695f605ac4 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/2963] 199.19.213.103 () {30 vars in 763 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/security-groups/lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2964] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/ports?tenant_id=072771cb5d9449ae9f927130e93778d8&device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/2965] 199.19.213.103 () {30 vars in 785 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/security-groups?name=lb-5d9aa212-d358-451a-bd47-3870d461812a => generated 1639 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2966] 199.19.213.103 () {34 vars in 1066 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/networks?id=442136ed-8e99-4f6c-87ff-f284f26ec801&id=587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 1523 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/2967] 199.19.213.103 () {30 vars in 737 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2968] 199.19.213.103 () {34 vars in 1060 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.57&port_id=a0a0aca3-2529-4b81-baae-b85967db6602 => 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: 1372/2969] 199.19.213.103 () {34 vars in 984 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/subnets?id=ef2b79e9-d4a8-4e94-80dc-74d5a760bd41 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2970] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/ports?network_id=442136ed-8e99-4f6c-87ff-f284f26ec801&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: 7|app: 0|req: 1374/2971] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?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: 1375/2972] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:23:15 2026] GET /v2.0/networks/442136ed-8e99-4f6c-87ff-f284f26ec801?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/2973] 199.19.213.103 () {34 vars in 789 bytes} [Wed Jul 1 02:23:15 2026] PUT /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 1090 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2974] 199.19.213.103 () {32 vars in 779 bytes} [Wed Jul 1 02:23:15 2026] DELETE /v2.0/security-groups/f4f0f820-b384-4c8b-b9ee-203ec0043a27 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:15.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb131db7-e38c-4734-baed-0c3a5d247fcf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: ae465a7a-85fc-4191-b7aa-32002d65e025 2026-07-01 02:23:15.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb131db7-e38c-4734-baed-0c3a5d247fcf 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: ae465a7a-85fc-4191-b7aa-32002d65e025 [pid: 8|app: 0|req: 1599/2975] 199.19.213.103 () {32 vars in 759 bytes} [Wed Jul 1 02:23:15 2026] DELETE /v2.0/ports/ae465a7a-85fc-4191-b7aa-32002d65e025 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2978] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:23:18 2026] GET /v2.0/ports?device_id=8cfac430-2e8f-443f-ad92-3b1611b885ec => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:23:18.768 8 INFO neutron_taas.services.taas.taas_plugin [req-19e22742-0b52-4fd5-8a86-448fdf81027f req-3862c480-8793-4422-957f-6c82640cbf0d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] TaaS: Handle Delete Port: a0a0aca3-2529-4b81-baae-b85967db6602 2026-07-01 02:23:18.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19e22742-0b52-4fd5-8a86-448fdf81027f req-3862c480-8793-4422-957f-6c82640cbf0d 9dd3b55cb1aa4b128490574a7c39a983 072771cb5d9449ae9f927130e93778d8 - - default default] Tap Mirror: Handle Delete Port: a0a0aca3-2529-4b81-baae-b85967db6602 [pid: 8|app: 0|req: 1601/2979] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:23:18 2026] DELETE /v2.0/ports/a0a0aca3-2529-4b81-baae-b85967db6602 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:18.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6019df7c-e2af-4628-8664-13dc66417ebc'] response: {'server_uuid': '8cfac430-2e8f-443f-ad92-3b1611b885ec', 'name': 'network-vif-deleted', 'tag': 'a0a0aca3-2529-4b81-baae-b85967db6602', 'status': 'completed', 'code': 200} 2026-07-01 02:23:20.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-912258f6-3d86-4e9a-96f1-a91d17e82ccc 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 9d9c3d2f-9781-4c46-aeea-40616e9b6b34 2026-07-01 02:23:20.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-912258f6-3d86-4e9a-96f1-a91d17e82ccc 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 9d9c3d2f-9781-4c46-aeea-40616e9b6b34 2026-07-01 02:23:20.579 7 INFO neutron.db.l3_db [None req-912258f6-3d86-4e9a-96f1-a91d17e82ccc 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Floating IP 7f1f2730-8338-4343-8e99-b284f2b146d0 disassociated (deleted). External IP: 10.96.250.211, port: 6f6e6deb-2552-4cf9-8727-31e0aeedb320. [pid: 7|app: 0|req: 1379/2980] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:23:20 2026] DELETE /v2.0/floatingips/7f1f2730-8338-4343-8e99-b284f2b146d0 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:20.929 8 INFO neutron.api.v2.resource [None req-38c19005-47d8-4889-b6b3-3e916e8207a7 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/2981] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:23:20 2026] GET /v2.0/floatingips/7f1f2730-8338-4343-8e99-b284f2b146d0 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:20.945 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e02b97f-9ef7-4e9c-aa37-780f2ebe906a'] response: {'name': 'network-changed', 'server_uuid': '6733366b-dade-4b58-9c36-26b30e0f6da3', 'tag': '6f6e6deb-2552-4cf9-8727-31e0aeedb320', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1380/2982] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1204 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2983] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2984] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/2985] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/networks?id=5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2986] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.153&port_id=6f6e6deb-2552-4cf9-8727-31e0aeedb320 => 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: 1605/2987] 199.19.213.103 () {34 vars in 1106 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A233&port_id=6f6e6deb-2552-4cf9-8727-31e0aeedb320 => 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: 1383/2988] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/subnets?id=687b3006-4bc9-4da8-bedc-17dd08c1bab7&id=c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/2989] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2990] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/ports?network_id=5f93a89a-34b9-4d23-859d-2446ca744ef0&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/2991] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1385/2992] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:23:21 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0?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: 1608/2993] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:23:23 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:23:23.684 7 INFO neutron_taas.services.taas.taas_plugin [req-175cc962-da86-4b57-9134-e44620d67531 req-31670532-8725-4557-96d4-e7592c9cd2dc 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 6f6e6deb-2552-4cf9-8727-31e0aeedb320 2026-07-01 02:23:23.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-175cc962-da86-4b57-9134-e44620d67531 req-31670532-8725-4557-96d4-e7592c9cd2dc 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 6f6e6deb-2552-4cf9-8727-31e0aeedb320 [pid: 7|app: 0|req: 1386/2994] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:23:23 2026] DELETE /v2.0/ports/6f6e6deb-2552-4cf9-8727-31e0aeedb320 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:23.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0914b086-5054-4e8a-bfa9-ec5b10f879b3'] response: {'server_uuid': '6733366b-dade-4b58-9c36-26b30e0f6da3', 'name': 'network-vif-deleted', 'tag': '6f6e6deb-2552-4cf9-8727-31e0aeedb320', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1609/2995] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:23:26 2026] GET /v2.0/ports?device_id=6733366b-dade-4b58-9c36-26b30e0f6da3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:23:31.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bb61e62-dbfb-4cf4-a941-e3e58b7adeca 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 51161b8c-887d-4c7b-bd9b-a1e0e1dc8756 2026-07-01 02:23:31.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bb61e62-dbfb-4cf4-a941-e3e58b7adeca 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 51161b8c-887d-4c7b-bd9b-a1e0e1dc8756 2026-07-01 02:23:31.651 7 INFO neutron.db.l3_db [None req-6bb61e62-dbfb-4cf4-a941-e3e58b7adeca 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Floating IP 58fe78b9-1932-4f6d-a7b4-2e9f35b6464d disassociated (deleted). External IP: 10.96.250.218, port: 6da4b124-6d53-40f6-b834-7dec1049b9da. [pid: 7|app: 0|req: 1387/2996] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:23:31 2026] DELETE /v2.0/floatingips/58fe78b9-1932-4f6d-a7b4-2e9f35b6464d => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:31.984 8 INFO neutron.api.v2.resource [None req-00020498-843b-4f3a-8aa7-abc964f13159 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/2997] 10.0.0.64 () {32 vars in 728 bytes} [Wed Jul 1 02:23:31 2026] GET /v2.0/floatingips/58fe78b9-1932-4f6d-a7b4-2e9f35b6464d => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:31.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a6818b8-98a2-41ad-a791-254648662ca9'] response: {'name': 'network-changed', 'server_uuid': 'b1867f8b-2780-492c-abb7-aaf0361892d4', 'tag': '6da4b124-6d53-40f6-b834-7dec1049b9da', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1388/2998] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/2999] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/security-groups?id=ae53d484-9466-4138-92db-1d117570b606&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: 7|app: 0|req: 1389/3000] 199.19.213.103 () {34 vars in 1080 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/ports?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3001] 199.19.213.103 () {34 vars in 986 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/networks?id=f8016bff-6d60-484a-86c9-9beb52462bac => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/3002] 199.19.213.103 () {34 vars in 1058 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=6da4b124-6d53-40f6-b834-7dec1049b9da => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3003] 199.19.213.103 () {34 vars in 1102 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22&port_id=6da4b124-6d53-40f6-b834-7dec1049b9da => 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: 1391/3004] 199.19.213.103 () {34 vars in 1064 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/subnets?id=d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7&id=5865973f-de45-4812-a210-59988847488d => generated 1408 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3005] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&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: 1392/3006] 199.19.213.103 () {34 vars in 1052 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/ports?network_id=f8016bff-6d60-484a-86c9-9beb52462bac&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3007] 199.19.213.103 () {34 vars in 1012 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1393/3008] 199.19.213.103 () {34 vars in 1112 bytes} [Wed Jul 1 02:23:32 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac?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: 1617/3011] 199.19.213.103 () {34 vars in 994 bytes} [Wed Jul 1 02:23:34 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => generated 1196 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 02:23:34.674 7 INFO neutron_taas.services.taas.taas_plugin [req-137622b0-1062-4dcb-8441-f3b11f1165bc req-5d352756-a113-438c-bc33-f7be9e071951 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 6da4b124-6d53-40f6-b834-7dec1049b9da 2026-07-01 02:23:34.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-137622b0-1062-4dcb-8441-f3b11f1165bc req-5d352756-a113-438c-bc33-f7be9e071951 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 6da4b124-6d53-40f6-b834-7dec1049b9da [pid: 7|app: 0|req: 1395/3012] 199.19.213.103 () {36 vars in 997 bytes} [Wed Jul 1 02:23:34 2026] DELETE /v2.0/ports/6da4b124-6d53-40f6-b834-7dec1049b9da => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:34.895 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4cc9dce-31a6-461f-a6b6-b29dc42c9adf'] response: {'server_uuid': 'b1867f8b-2780-492c-abb7-aaf0361892d4', 'name': 'network-vif-deleted', 'tag': '6da4b124-6d53-40f6-b834-7dec1049b9da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1618/3013] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jul 1 02:23:37 2026] GET /v2.0/ports?device_id=b1867f8b-2780-492c-abb7-aaf0361892d4 => 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: 1396/3014] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/7c576421-03a5-4578-845f-eff0558c98f6 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:42.513 8 INFO neutron.api.v2.resource [None req-4682a299-37fc-4a9d-b605-3852560f2f14 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3015] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:42 2026] GET /v2.0/security-group-rules/7c576421-03a5-4578-845f-eff0558c98f6 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/3016] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/084538d9-b9f2-40c3-9bcd-7bed09360be2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:42.592 8 INFO neutron.api.v2.resource [None req-05bf0b39-77f7-4e05-a3dd-b2a324639fa5 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3017] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:42 2026] GET /v2.0/security-group-rules/084538d9-b9f2-40c3-9bcd-7bed09360be2 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/3018] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/dd6b746f-56a7-41e1-98b1-4185d3580e2e => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:42.671 8 INFO neutron.api.v2.resource [None req-6f28e06a-9958-41f3-9580-622146193adc 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3019] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:42 2026] GET /v2.0/security-group-rules/dd6b746f-56a7-41e1-98b1-4185d3580e2e => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/3020] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/e39218c2-e708-4305-adfc-8628502e6df4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:42.756 8 INFO neutron.api.v2.resource [None req-40c285ea-59be-4169-953a-e570d356d5e9 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3021] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:42 2026] GET /v2.0/security-group-rules/e39218c2-e708-4305-adfc-8628502e6df4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/3022] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/b50c59cc-d32a-4583-94b3-b1fd8a84dcc3 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:42.843 8 INFO neutron.api.v2.resource [None req-74f74bb5-4331-4c26-99c5-486c738f55c4 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3023] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:42 2026] GET /v2.0/security-group-rules/b50c59cc-d32a-4583-94b3-b1fd8a84dcc3 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/3024] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/b24c0dbc-4799-42e4-955a-ea3af27d5487 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:42.923 8 INFO neutron.api.v2.resource [None req-a85ef45c-40ea-4820-bcd6-0fbe2152c88d 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3025] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:42 2026] GET /v2.0/security-group-rules/b24c0dbc-4799-42e4-955a-ea3af27d5487 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/3026] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:42 2026] DELETE /v2.0/security-group-rules/e48bd86d-5929-4c52-a9fc-4decb5b7adcd => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:43.027 8 INFO neutron.api.v2.resource [None req-e7fb0536-4557-4214-9477-e592af55c2d1 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3027] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:43 2026] GET /v2.0/security-group-rules/e48bd86d-5929-4c52-a9fc-4decb5b7adcd => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/3028] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:43 2026] DELETE /v2.0/security-group-rules/ae59ce3c-a908-4535-97d5-bf818797b985 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:43.118 8 INFO neutron.api.v2.resource [None req-33ad582a-fc1b-447a-b26d-4a17a5652dea 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3029] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:43 2026] GET /v2.0/security-group-rules/ae59ce3c-a908-4535-97d5-bf818797b985 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3030] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:43 2026] DELETE /v2.0/security-group-rules/ff5006e2-0e87-4ab4-a1eb-9d5775a750d8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:43.210 8 INFO neutron.api.v2.resource [None req-2aab34f7-8d9d-4cdc-97b6-416b308ef188 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3031] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:43 2026] GET /v2.0/security-group-rules/ff5006e2-0e87-4ab4-a1eb-9d5775a750d8 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/3032] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:43 2026] DELETE /v2.0/security-group-rules/2824b61f-718f-42f7-9f25-de51a0b13716 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:43.304 8 INFO neutron.api.v2.resource [None req-df1730f6-ed5f-41e2-ad4b-db60fd701152 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3033] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:43 2026] GET /v2.0/security-group-rules/2824b61f-718f-42f7-9f25-de51a0b13716 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/3034] 10.0.0.64 () {32 vars in 749 bytes} [Wed Jul 1 02:23:43 2026] DELETE /v2.0/security-group-rules/640877e8-5a0e-4da6-ba64-37b6fe359dbd => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:43.383 8 INFO neutron.api.v2.resource [None req-3292ff24-01c1-4c71-9fef-eb955574a089 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3035] 10.0.0.64 () {32 vars in 746 bytes} [Wed Jul 1 02:23:43 2026] GET /v2.0/security-group-rules/640877e8-5a0e-4da6-ba64-37b6fe359dbd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3036] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:43 2026] DELETE /v2.0/security-groups/ae53d484-9466-4138-92db-1d117570b606 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:43.479 8 INFO neutron.api.v2.resource [None req-da0256aa-ebeb-4ff8-908e-5e848ef9356d 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3037] 10.0.0.64 () {32 vars in 736 bytes} [Wed Jul 1 02:23:43 2026] GET /v2.0/security-groups/ae53d484-9466-4138-92db-1d117570b606 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:43.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-28763de7-75b0-4156-b544-6df5375bd7e8 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: db8ded29-06ac-43e6-b9ac-95de61fc4e8b 2026-07-01 02:23:43.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28763de7-75b0-4156-b544-6df5375bd7e8 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: db8ded29-06ac-43e6-b9ac-95de61fc4e8b [pid: 7|app: 0|req: 1408/3038] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:23:43 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:23:44.549 8 INFO neutron.api.v2.resource [None req-7df78da6-26fe-4739-a3e8-9509015369e1 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3039] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:23:44 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:44.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-196923b2-10e4-4084-b2d3-cdc104951457 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 51a2dfe7-e068-450f-97c5-86d9b5e48a47 2026-07-01 02:23:44.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-196923b2-10e4-4084-b2d3-cdc104951457 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 51a2dfe7-e068-450f-97c5-86d9b5e48a47 [pid: 7|app: 0|req: 1409/3040] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:23:44 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:23:45.635 8 INFO neutron.api.v2.resource [None req-f1f924b7-c33f-40b9-93c5-7ee85a196419 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3041] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:23:45 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:46.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa6f17be-a301-42a6-8824-c16d8cf06774 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 8cb1835b-51b0-4934-9ef1-fe34a3803783 2026-07-01 02:23:46.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa6f17be-a301-42a6-8824-c16d8cf06774 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 8cb1835b-51b0-4934-9ef1-fe34a3803783 [pid: 7|app: 0|req: 1410/3042] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:23:45 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/remove_router_interface => generated 309 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 02:23:46.719 8 INFO neutron.api.v2.resource [None req-025c5e88-e650-4b91-95e2-dd9fd16d8fe3 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3043] 10.0.0.64 () {34 vars in 788 bytes} [Wed Jul 1 02:23:46 2026] PUT /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:46.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-b561ff47-fe76-4461-8c43-fbc55c8dcf62 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 222e1296-4c7c-4008-a610-d3fc12f8a778 2026-07-01 02:23:46.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b561ff47-fe76-4461-8c43-fbc55c8dcf62 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 222e1296-4c7c-4008-a610-d3fc12f8a778 2026-07-01 02:23:47.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-b561ff47-fe76-4461-8c43-fbc55c8dcf62 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 657caa6d-66ee-4d29-bf00-637861ed969d 2026-07-01 02:23:47.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b561ff47-fe76-4461-8c43-fbc55c8dcf62 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 657caa6d-66ee-4d29-bf00-637861ed969d 2026-07-01 02:23:47.590 7 INFO neutron.db.l3_hamode_db [None req-b561ff47-fe76-4461-8c43-fbc55c8dcf62 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] HA network b4e8287d-f727-41d7-8755-f9014bab8962 was deleted as no HA routers are present in tenant e0db0b4224644fc68a7f8de8bbbc5827. 2026-07-01 02:23:47.594 7 INFO neutron.services.segments.plugin [-] Segment 382a7110-b639-4a0e-a20d-420e80ec6fa3 resource provider aggregate not found [pid: 7|app: 0|req: 1411/3044] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:46 2026] DELETE /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:47.605 7 INFO neutron.services.segments.plugin [-] Segment 382a7110-b639-4a0e-a20d-420e80ec6fa3 resource provider aggregate not found 2026-07-01 02:23:47.613 7 INFO neutron.services.segments.plugin [-] Segment 382a7110-b639-4a0e-a20d-420e80ec6fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 382a7110-b639-4a0e-a20d-420e80ec6fa3 found for delete ", "request_id": "req-58ec2d4f-2b53-49d2-a34e-401fea6c7750"}]} 2026-07-01 02:23:47.620 7 INFO neutron.services.segments.plugin [-] Segment 382a7110-b639-4a0e-a20d-420e80ec6fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 382a7110-b639-4a0e-a20d-420e80ec6fa3 found for delete ", "request_id": "req-06c5b04b-09b5-493d-b598-4faccb786908"}]} 2026-07-01 02:23:47.624 8 INFO neutron.api.v2.resource [None req-07eeb3fb-adb8-447d-bf9e-919faaa26f31 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3045] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:47 2026] GET /v2.0/routers/68a95ad7-a3e7-40e8-9c3e-0d1af3f27cbb => 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: 1412/3046] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:47 2026] DELETE /v2.0/subnets/687b3006-4bc9-4da8-bedc-17dd08c1bab7 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:47.822 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7681f798-5808-426d-b057-54e81675a6f5 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3047] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:47 2026] GET /v2.0/subnets/687b3006-4bc9-4da8-bedc-17dd08c1bab7 => 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: 1413/3048] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:47 2026] DELETE /v2.0/subnets/c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:47.992 8 INFO neutron.pecan_wsgi.hooks.translation [None req-124b5ff9-5422-4250-9b02-db240a80084e 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3049] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:47 2026] GET /v2.0/subnets/c43d430f-ced4-4695-8bc2-1e656f9da77c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:48.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f930d7c-2da1-4afa-8703-0cda6a678148 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: e4b02c66-1b1d-4ed9-8048-054e33e95e50 2026-07-01 02:23:48.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f930d7c-2da1-4afa-8703-0cda6a678148 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: e4b02c66-1b1d-4ed9-8048-054e33e95e50 [pid: 7|app: 0|req: 1414/3052] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:47 2026] DELETE /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:48.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d090d278-6b56-489d-b440-2b0bfe7412b9 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3053] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:23:48 2026] GET /v2.0/networks/5f93a89a-34b9-4d23-859d-2446ca744ef0 => 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: 1415/3054] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:48 2026] DELETE /v2.0/subnets/5865973f-de45-4812-a210-59988847488d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:48.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b029140-de4e-4acc-bc21-6c533717508e 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3055] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:48 2026] GET /v2.0/subnets/5865973f-de45-4812-a210-59988847488d => 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: 1416/3056] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:48 2026] DELETE /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:48.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f035ca73-d472-4ec8-8523-5697fc13c396 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3057] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:48 2026] GET /v2.0/subnets/d4c8ffef-6fc2-4ad2-a12a-0d100f8bfaf7 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:48.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-464ffcc1-79ab-423c-851c-3c12ab8bd54c 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 836b3f28-036c-459d-bdfa-e26c166b5c37 2026-07-01 02:23:48.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-464ffcc1-79ab-423c-851c-3c12ab8bd54c 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 836b3f28-036c-459d-bdfa-e26c166b5c37 [pid: 7|app: 0|req: 1417/3058] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:48 2026] DELETE /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:48.971 8 INFO neutron.pecan_wsgi.hooks.translation [None req-870706cd-32ef-4ff7-82df-99abe7ccc571 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3059] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:23:48 2026] GET /v2.0/networks/f8016bff-6d60-484a-86c9-9beb52462bac => 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: 1418/3060] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:48 2026] DELETE /v2.0/subnets/578debe0-eafb-4dce-bbe4-4411e0dc6779 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:49.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d34c89c-963d-49a9-a039-37e4a3e48b75 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1643/3061] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:49 2026] GET /v2.0/subnets/578debe0-eafb-4dce-bbe4-4411e0dc6779 => 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: 1419/3062] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:23:49 2026] DELETE /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:49.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57d7d3a1-e7f8-4d9a-bd9c-8b25c4b27a3e 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3063] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:23:49 2026] GET /v2.0/subnets/b79bbcf7-c89c-4579-a4d5-96a974649bce => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:49.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-701d3562-fefb-401c-8c22-0fcf84148d9c 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] TaaS: Handle Delete Port: 56805f5c-89b5-4547-99ac-d25c738b0c92 2026-07-01 02:23:49.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-701d3562-fefb-401c-8c22-0fcf84148d9c 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] Tap Mirror: Handle Delete Port: 56805f5c-89b5-4547-99ac-d25c738b0c92 [pid: 7|app: 0|req: 1420/3064] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:49 2026] DELETE /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:49.612 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bd0aaf8-235c-4cf6-a40b-7c3b0f3362a7 0b9c2e8c82b04c028ecd11c577ba1f19 e0db0b4224644fc68a7f8de8bbbc5827 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3065] 10.0.0.64 () {32 vars in 722 bytes} [Wed Jul 1 02:23:49 2026] GET /v2.0/networks/587ec3fe-c288-406d-bf61-2764bcfe5b36 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 02:23:49.630 7 INFO neutron.services.segments.plugin [-] Segment e8bc57b1-9886-4c51-b544-051cb0605f94 resource provider aggregate not found 2026-07-01 02:23:49.637 7 INFO neutron.services.segments.plugin [-] Segment e8bc57b1-9886-4c51-b544-051cb0605f94 resource provider aggregate not found 2026-07-01 02:23:49.643 7 INFO neutron.services.segments.plugin [-] Segment e8bc57b1-9886-4c51-b544-051cb0605f94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bc57b1-9886-4c51-b544-051cb0605f94 found for delete ", "request_id": "req-a8851a45-71e8-4ac0-a99b-b80a0cfa7a0a"}]} 2026-07-01 02:23:49.656 7 INFO neutron.services.segments.plugin [-] Segment e8bc57b1-9886-4c51-b544-051cb0605f94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bc57b1-9886-4c51-b544-051cb0605f94 found for delete ", "request_id": "req-8a7590e7-6925-43b0-a311-079e6bf8bd45"}]} 2026-07-01 02:23:49.660 7 INFO neutron.services.segments.plugin [-] Segment 5c42357c-b7cb-4a84-89e2-f3d64982fa8f resource provider aggregate not found 2026-07-01 02:23:49.676 7 INFO neutron.services.segments.plugin [-] Segment 5c42357c-b7cb-4a84-89e2-f3d64982fa8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c42357c-b7cb-4a84-89e2-f3d64982fa8f found for delete ", "request_id": "req-1a9bbfe9-5550-41a8-98a1-2c08b878d861"}]} 2026-07-01 02:23:49.682 7 INFO neutron.services.segments.plugin [-] Segment 5c42357c-b7cb-4a84-89e2-f3d64982fa8f resource provider aggregate not found 2026-07-01 02:23:49.699 7 INFO neutron.services.segments.plugin [-] Segment ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da resource provider aggregate not found 2026-07-01 02:23:49.703 7 INFO neutron.services.segments.plugin [-] Segment 5c42357c-b7cb-4a84-89e2-f3d64982fa8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c42357c-b7cb-4a84-89e2-f3d64982fa8f found for delete ", "request_id": "req-d0896a18-0cef-47a8-996c-cea4213ef602"}]} 2026-07-01 02:23:49.720 7 INFO neutron.services.segments.plugin [-] Segment ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da resource provider aggregate not found 2026-07-01 02:23:49.720 7 INFO neutron.services.segments.plugin [-] Segment ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da found for delete ", "request_id": "req-6fd12a03-7f5b-4e25-8a9c-5dce1628b7db"}]} 2026-07-01 02:23:49.734 7 INFO neutron.services.segments.plugin [-] Segment ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee34f558-23bf-4e8b-bf4d-daf9cb7ac2da found for delete ", "request_id": "req-e8ea6a01-91ac-4b9b-8c9b-893865d09583"}]} [pid: 7|app: 0|req: 1421/3066] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:51 2026] GET /v2.0/security-groups?tenant_id=f45c3241699049589e8226bf0b0fd862&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3067] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:51 2026] DELETE /v2.0/security-groups/ee5fe454-8e5f-49ed-8e15-be45d4d8206b => 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: 1422/3068] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:51 2026] GET /v2.0/security-groups?tenant_id=e0db0b4224644fc68a7f8de8bbbc5827&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3069] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:51 2026] DELETE /v2.0/security-groups/688f1613-ebab-4ccb-b753-443eceb55b2f => 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: 1423/3070] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:52 2026] GET /v2.0/security-groups?tenant_id=9c1bfbeabaa441d9aad63dabc419dbac&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3071] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:52 2026] DELETE /v2.0/security-groups/d53fef6c-b302-4cc1-8c02-69320a9ad09b => 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: 1424/3072] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:52 2026] GET /v2.0/security-groups?tenant_id=1ae9fdf50a3b483f9b0edb5786added1&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3073] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:52 2026] DELETE /v2.0/security-groups/014823cf-6f60-4916-b759-611fb6e11d23 => 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: 1425/3074] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:52 2026] GET /v2.0/security-groups?tenant_id=e26987ea176f408e890bf90aadd72074&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: 1650/3075] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:52 2026] DELETE /v2.0/security-groups/0db80f49-5d34-48bf-a18e-2526e4b3a125 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3076] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:53 2026] GET /v2.0/security-groups?tenant_id=20431d98ec0b4a27aaf649711b48beae&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3077] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:53 2026] DELETE /v2.0/security-groups/196984ed-f40e-4bac-8228-3b6d4b3625d6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3078] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:23:53 2026] GET /v2.0/security-groups?tenant_id=a72f032161984cab854ad77fdd896859&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3079] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:23:53 2026] DELETE /v2.0/security-groups/ab947748-da49-4b0c-85e9-876b6c2f3dd4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:23:57.910 7 INFO neutron.db.segments_db [None req-c6070e16-92dc-411f-9ac4-d47785557fcb 43dd023c55b44b429dfebdaec7ef014c a7305d08f40b45aaaef3ef0877ed14eb - - default default] Added segment 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 of type vxlan for network 34c5bf2f-92df-452d-ab51-1f56d286f0d0 [pid: 7|app: 0|req: 1428/3080] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:23:57 2026] POST /v2.0/networks => generated 631 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:23:58.060 8 INFO neutron.db.segments_db [None req-e2a750f9-4136-48be-9e15-c65a5c6eb72e 43dd023c55b44b429dfebdaec7ef014c a7305d08f40b45aaaef3ef0877ed14eb - - default default] Added segment 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 of type vxlan for network 55f2a38e-0c80-4591-a661-e7a0eede4286 [pid: 8|app: 0|req: 1653/3081] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:23:58 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:23:58.223 7 INFO neutron.db.segments_db [None req-0cfe0dc6-8779-4bc0-a441-b75df186b736 43dd023c55b44b429dfebdaec7ef014c a7305d08f40b45aaaef3ef0877ed14eb - - default default] Added segment 502e5503-f4f7-4115-83af-04043e637aba of type vxlan for network 75be3d8b-e220-4aba-b46a-7e3a778d4565 [pid: 7|app: 0|req: 1429/3082] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:23:58 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:23:58.377 8 INFO neutron.db.segments_db [None req-cd4f943e-1cc9-4f85-8171-6a7a238e80c6 43dd023c55b44b429dfebdaec7ef014c a7305d08f40b45aaaef3ef0877ed14eb - - default default] Added segment 87650174-d28b-4ec4-ace7-28e8c938a499 of type vxlan for network afd28da1-8b43-4d06-8155-a54866a9d428 [pid: 8|app: 0|req: 1654/3083] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:23:58 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:23:58.526 7 INFO neutron.db.segments_db [None req-af8697ed-e4be-4909-ae2c-a73f86446e76 43dd023c55b44b429dfebdaec7ef014c a7305d08f40b45aaaef3ef0877ed14eb - - default default] Added segment be5053d3-b108-4c11-87a9-c2c8578a5d7c of type vxlan for network 24075797-5fce-4d24-a93b-1fb7cfcb0278 [pid: 7|app: 0|req: 1430/3084] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:23:58 2026] POST /v2.0/networks => generated 631 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3085] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:23:58 2026] PUT /v2.0/networks/34c5bf2f-92df-452d-ab51-1f56d286f0d0/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3086] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:23:58 2026] PUT /v2.0/networks/55f2a38e-0c80-4591-a661-e7a0eede4286/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3087] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:23:58 2026] PUT /v2.0/networks/75be3d8b-e220-4aba-b46a-7e3a778d4565/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3088] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:23:58 2026] PUT /v2.0/networks/afd28da1-8b43-4d06-8155-a54866a9d428/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3089] 10.0.0.64 () {32 vars in 665 bytes} [Wed Jul 1 02:23:58 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3090] 10.0.0.64 () {32 vars in 679 bytes} [Wed Jul 1 02:23:58 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3091] 10.0.0.64 () {32 vars in 675 bytes} [Wed Jul 1 02:23:58 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3092] 10.0.0.64 () {32 vars in 687 bytes} [Wed Jul 1 02:23:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3093] 10.0.0.64 () {32 vars in 673 bytes} [Wed Jul 1 02:23:59 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3094] 10.0.0.64 () {32 vars in 687 bytes} [Wed Jul 1 02:23:59 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3095] 10.0.0.64 () {32 vars in 683 bytes} [Wed Jul 1 02:23:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3096] 10.0.0.64 () {32 vars in 695 bytes} [Wed Jul 1 02:23:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3097] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:59 2026] DELETE /v2.0/networks/34c5bf2f-92df-452d-ab51-1f56d286f0d0 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:23:59.580 8 INFO neutron.services.segments.plugin [-] Segment 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 resource provider aggregate not found 2026-07-01 02:23:59.585 8 INFO neutron.services.segments.plugin [-] Segment 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 resource provider aggregate not found 2026-07-01 02:23:59.599 8 INFO neutron.services.segments.plugin [-] Segment 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 found for delete ", "request_id": "req-bf940487-aa25-483e-b7b1-d2f06bcebebc"}]} 2026-07-01 02:23:59.602 8 INFO neutron.services.segments.plugin [-] Segment 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f6d3365-d7e4-4468-8c42-d1d9a9c89fd9 found for delete ", "request_id": "req-11f5267a-e48c-4c88-ac93-ce405c4818f2"}]} 2026-07-01 02:23:59.621 7 INFO neutron.services.segments.plugin [-] Segment 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 resource provider aggregate not found 2026-07-01 02:23:59.624 7 INFO neutron.services.segments.plugin [-] Segment 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 resource provider aggregate not found 2026-07-01 02:23:59.642 7 INFO neutron.services.segments.plugin [-] Segment 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 found for delete ", "request_id": "req-f814a72a-c115-4bf1-b73f-4e67db373b71"}]} 2026-07-01 02:23:59.645 7 INFO neutron.services.segments.plugin [-] Segment 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae5d918-66bc-481e-bf5c-aa9e1d5cbf96 found for delete ", "request_id": "req-78f7219d-7914-4de1-85a5-47fde18ecae8"}]} [pid: 7|app: 0|req: 1437/3098] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:59 2026] DELETE /v2.0/networks/55f2a38e-0c80-4591-a661-e7a0eede4286 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3099] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:59 2026] DELETE /v2.0/networks/75be3d8b-e220-4aba-b46a-7e3a778d4565 => 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: 1438/3100] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:59 2026] DELETE /v2.0/networks/afd28da1-8b43-4d06-8155-a54866a9d428 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3101] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:23:59 2026] DELETE /v2.0/networks/24075797-5fce-4d24-a93b-1fb7cfcb0278 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3102] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:00 2026] GET /v2.0/security-groups?tenant_id=95707f232e654a34a2982729735d79bb&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3103] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:01 2026] DELETE /v2.0/security-groups/e09e44e0-7e9f-4bfc-88b4-06372d120011 => 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: 1440/3104] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:01 2026] GET /v2.0/security-groups?tenant_id=a7305d08f40b45aaaef3ef0877ed14eb&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3105] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:01 2026] DELETE /v2.0/security-groups/9b3cc99c-00df-43c3-985f-380cbb3165b0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:01.616 8 INFO neutron.services.segments.plugin [-] Segment 502e5503-f4f7-4115-83af-04043e637aba resource provider aggregate not found 2026-07-01 02:24:01.619 8 INFO neutron.services.segments.plugin [-] Segment 502e5503-f4f7-4115-83af-04043e637aba resource provider aggregate not found 2026-07-01 02:24:01.630 8 INFO neutron.services.segments.plugin [-] Segment 502e5503-f4f7-4115-83af-04043e637aba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 502e5503-f4f7-4115-83af-04043e637aba found for delete ", "request_id": "req-93fa8196-589d-478a-ab18-e3111c94497b"}]} 2026-07-01 02:24:01.633 8 INFO neutron.services.segments.plugin [-] Segment 502e5503-f4f7-4115-83af-04043e637aba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 502e5503-f4f7-4115-83af-04043e637aba found for delete ", "request_id": "req-5bd9593d-0f6f-494e-b2e2-b37fb028ccd0"}]} 2026-07-01 02:24:01.645 8 INFO neutron.services.segments.plugin [-] Segment be5053d3-b108-4c11-87a9-c2c8578a5d7c resource provider aggregate not found 2026-07-01 02:24:01.648 8 INFO neutron.services.segments.plugin [-] Segment be5053d3-b108-4c11-87a9-c2c8578a5d7c resource provider aggregate not found 2026-07-01 02:24:01.660 8 INFO neutron.services.segments.plugin [-] Segment be5053d3-b108-4c11-87a9-c2c8578a5d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be5053d3-b108-4c11-87a9-c2c8578a5d7c found for delete ", "request_id": "req-993ee3b8-bed3-4328-acf0-92a147ef694f"}]} 2026-07-01 02:24:01.664 7 INFO neutron.services.segments.plugin [-] Segment 87650174-d28b-4ec4-ace7-28e8c938a499 resource provider aggregate not found 2026-07-01 02:24:01.665 8 INFO neutron.services.segments.plugin [-] Segment be5053d3-b108-4c11-87a9-c2c8578a5d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be5053d3-b108-4c11-87a9-c2c8578a5d7c found for delete ", "request_id": "req-60ac32f8-2be8-4897-b822-28746ea955cd"}]} 2026-07-01 02:24:01.670 7 INFO neutron.services.segments.plugin [-] Segment 87650174-d28b-4ec4-ace7-28e8c938a499 resource provider aggregate not found 2026-07-01 02:24:01.686 7 INFO neutron.services.segments.plugin [-] Segment 87650174-d28b-4ec4-ace7-28e8c938a499 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87650174-d28b-4ec4-ace7-28e8c938a499 found for delete ", "request_id": "req-c4ccdff8-f9fe-47a8-b04c-ba1566774e48"}]} 2026-07-01 02:24:01.687 7 INFO neutron.services.segments.plugin [-] Segment 87650174-d28b-4ec4-ace7-28e8c938a499 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87650174-d28b-4ec4-ace7-28e8c938a499 found for delete ", "request_id": "req-da4caca3-550b-46ca-bb12-c508f8597049"}]} [pid: 7|app: 0|req: 1441/3106] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:01 2026] GET /v2.0/security-groups?tenant_id=0ba55156637e40d9807a9625462cfa28&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3107] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:01 2026] DELETE /v2.0/security-groups/3dd69990-dfe2-40a8-a930-1035514d2e39 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:05.943 7 INFO neutron.db.segments_db [None req-fa03493f-87e6-43bd-880d-66208330b47f f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Added segment 6b85a2e0-17a8-48a7-aa38-209762693569 of type vxlan for network 4d5eda20-a84a-4aad-a894-ac5754e85f92 2026-07-01 02:24:06.223 7 INFO neutron.db.l3_hamode_db [None req-fa03493f-87e6-43bd-880d-66208330b47f f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:24:06.350 7 INFO neutron.db.l3_hamode_db [None req-fa03493f-87e6-43bd-880d-66208330b47f f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1443/3110] 10.0.0.64 () {34 vars in 667 bytes} [Wed Jul 1 02:24:05 2026] POST /v2.0/routers => generated 474 bytes in 1233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:07.021 8 INFO neutron.db.l3_hamode_db [None req-7dc78709-5341-4b36-ac06-47d3143a8a68 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:24:07.165 8 INFO neutron.db.l3_hamode_db [None req-7dc78709-5341-4b36-ac06-47d3143a8a68 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1668/3111] 10.0.0.64 () {34 vars in 667 bytes} [Wed Jul 1 02:24:06 2026] POST /v2.0/routers => generated 474 bytes in 804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:07.826 7 INFO neutron.db.l3_hamode_db [None req-72567eee-4ccb-48ec-b1c4-43df9ac7c02a f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:24:07.935 7 INFO neutron.db.l3_hamode_db [None req-72567eee-4ccb-48ec-b1c4-43df9ac7c02a f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1444/3112] 10.0.0.64 () {34 vars in 667 bytes} [Wed Jul 1 02:24:07 2026] POST /v2.0/routers => generated 474 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:08.570 8 INFO neutron.db.l3_hamode_db [None req-caa7c223-4483-4502-aa09-f27bb0ffa1ed f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:24:08.695 8 INFO neutron.db.l3_hamode_db [None req-caa7c223-4483-4502-aa09-f27bb0ffa1ed f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1669/3113] 10.0.0.64 () {34 vars in 667 bytes} [Wed Jul 1 02:24:08 2026] POST /v2.0/routers => generated 474 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:09.372 7 INFO neutron.db.l3_hamode_db [None req-cfdf2b6e-dc1e-4f2e-b5b5-24feec115f61 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 02:24:09.497 7 INFO neutron.db.l3_hamode_db [None req-cfdf2b6e-dc1e-4f2e-b5b5-24feec115f61 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1445/3114] 10.0.0.64 () {34 vars in 667 bytes} [Wed Jul 1 02:24:09 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3115] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:10 2026] PUT /v2.0/routers/715c0414-aee3-42d4-8f66-4bb9dc7498e8/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3116] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:10 2026] PUT /v2.0/routers/0d47ab3e-d117-4d76-8c3a-cf3a1b3aa4c2/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3117] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:10 2026] PUT /v2.0/routers/db392e7f-255a-462c-ad1a-a51026a3f5fa/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3118] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:10 2026] PUT /v2.0/routers/9aced248-11f7-4302-ae67-812708aea73b/tags => generated 19 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3119] 10.0.0.64 () {32 vars in 663 bytes} [Wed Jul 1 02:24:10 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3120] 10.0.0.64 () {32 vars in 677 bytes} [Wed Jul 1 02:24:10 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3121] 10.0.0.64 () {32 vars in 673 bytes} [Wed Jul 1 02:24:10 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: 7|app: 0|req: 1449/3122] 10.0.0.64 () {32 vars in 685 bytes} [Wed Jul 1 02:24:10 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3123] 10.0.0.64 () {32 vars in 671 bytes} [Wed Jul 1 02:24:10 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: 7|app: 0|req: 1450/3124] 10.0.0.64 () {32 vars in 685 bytes} [Wed Jul 1 02:24:10 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3125] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:24:11 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3126] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:24:11 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3127] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:24:11 2026] GET /v2.0/routers/715c0414-aee3-42d4-8f66-4bb9dc7498e8 => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3128] 10.0.0.64 () {34 vars in 741 bytes} [Wed Jul 1 02:24:11 2026] PUT /v2.0/routers/715c0414-aee3-42d4-8f66-4bb9dc7498e8 => generated 485 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3129] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:24:12 2026] GET /v2.0/ports?device_id=715c0414-aee3-42d4-8f66-4bb9dc7498e8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:12.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-0374c61c-1fdf-41ca-8a8e-d94eeaed5136 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] TaaS: Handle Delete Port: 99baaa14-b3b7-4c96-acfb-97d309ab7a80 2026-07-01 02:24:12.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0374c61c-1fdf-41ca-8a8e-d94eeaed5136 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Tap Mirror: Handle Delete Port: 99baaa14-b3b7-4c96-acfb-97d309ab7a80 [pid: 7|app: 0|req: 1453/3130] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:12 2026] DELETE /v2.0/routers/715c0414-aee3-42d4-8f66-4bb9dc7498e8 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3131] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:24:12 2026] GET /v2.0/routers/0d47ab3e-d117-4d76-8c3a-cf3a1b3aa4c2 => generated 493 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3132] 10.0.0.64 () {34 vars in 741 bytes} [Wed Jul 1 02:24:12 2026] PUT /v2.0/routers/0d47ab3e-d117-4d76-8c3a-cf3a1b3aa4c2 => generated 493 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3133] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:24:13 2026] GET /v2.0/ports?device_id=0d47ab3e-d117-4d76-8c3a-cf3a1b3aa4c2 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:13.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eb609cc-b59f-4401-bb5a-f64cd83b0787 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] TaaS: Handle Delete Port: aa24bdf4-2a4f-42f1-9e78-2920bf30c925 2026-07-01 02:24:13.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eb609cc-b59f-4401-bb5a-f64cd83b0787 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Tap Mirror: Handle Delete Port: aa24bdf4-2a4f-42f1-9e78-2920bf30c925 [pid: 7|app: 0|req: 1455/3134] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:13 2026] DELETE /v2.0/routers/0d47ab3e-d117-4d76-8c3a-cf3a1b3aa4c2 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3135] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:24:13 2026] GET /v2.0/routers/db392e7f-255a-462c-ad1a-a51026a3f5fa => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3136] 10.0.0.64 () {34 vars in 741 bytes} [Wed Jul 1 02:24:13 2026] PUT /v2.0/routers/db392e7f-255a-462c-ad1a-a51026a3f5fa => generated 502 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3137] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:24:14 2026] GET /v2.0/ports?device_id=db392e7f-255a-462c-ad1a-a51026a3f5fa => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:14.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-aebf26c6-bbff-4362-bc75-6ba05c25ae3c f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] TaaS: Handle Delete Port: f4be3a0d-03fc-48f7-87b6-bfa599d26484 2026-07-01 02:24:14.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aebf26c6-bbff-4362-bc75-6ba05c25ae3c f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Tap Mirror: Handle Delete Port: f4be3a0d-03fc-48f7-87b6-bfa599d26484 [pid: 7|app: 0|req: 1457/3138] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:14 2026] DELETE /v2.0/routers/db392e7f-255a-462c-ad1a-a51026a3f5fa => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3139] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:24:14 2026] GET /v2.0/routers/9aced248-11f7-4302-ae67-812708aea73b => generated 487 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3140] 10.0.0.64 () {34 vars in 741 bytes} [Wed Jul 1 02:24:14 2026] PUT /v2.0/routers/9aced248-11f7-4302-ae67-812708aea73b => generated 487 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3141] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:24:15 2026] GET /v2.0/ports?device_id=9aced248-11f7-4302-ae67-812708aea73b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:15.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-10eec6f4-837b-4be1-8410-397f8ce7b6b3 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] TaaS: Handle Delete Port: 3ce7e8b1-d748-4b9b-b39d-136a6d4ceb7a 2026-07-01 02:24:15.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10eec6f4-837b-4be1-8410-397f8ce7b6b3 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Tap Mirror: Handle Delete Port: 3ce7e8b1-d748-4b9b-b39d-136a6d4ceb7a [pid: 7|app: 0|req: 1459/3142] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:15 2026] DELETE /v2.0/routers/9aced248-11f7-4302-ae67-812708aea73b => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3143] 10.0.0.64 () {32 vars in 720 bytes} [Wed Jul 1 02:24:15 2026] GET /v2.0/routers/e74e42d5-bde8-4bed-aa25-a95e3bb25bd1 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3144] 10.0.0.64 () {34 vars in 741 bytes} [Wed Jul 1 02:24:15 2026] PUT /v2.0/routers/e74e42d5-bde8-4bed-aa25-a95e3bb25bd1 => generated 480 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3145] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:24:16 2026] GET /v2.0/ports?device_id=e74e42d5-bde8-4bed-aa25-a95e3bb25bd1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:16.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4813bb4-bbc8-4a36-8fd3-5d5c008678e7 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] TaaS: Handle Delete Port: 816c49a6-d6a4-48fc-85bf-602d1cd06f98 2026-07-01 02:24:16.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4813bb4-bbc8-4a36-8fd3-5d5c008678e7 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] Tap Mirror: Handle Delete Port: 816c49a6-d6a4-48fc-85bf-602d1cd06f98 2026-07-01 02:24:16.607 7 INFO neutron.services.segments.plugin [-] Segment 6b85a2e0-17a8-48a7-aa38-209762693569 resource provider aggregate not found 2026-07-01 02:24:16.624 7 INFO neutron.services.segments.plugin [-] Segment 6b85a2e0-17a8-48a7-aa38-209762693569 resource provider aggregate not found 2026-07-01 02:24:16.633 7 INFO neutron.services.segments.plugin [-] Segment 6b85a2e0-17a8-48a7-aa38-209762693569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b85a2e0-17a8-48a7-aa38-209762693569 found for delete ", "request_id": "req-6064b851-c220-4db5-9324-248505f33f53"}]} 2026-07-01 02:24:16.637 7 INFO neutron.services.segments.plugin [-] Segment 6b85a2e0-17a8-48a7-aa38-209762693569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b85a2e0-17a8-48a7-aa38-209762693569 found for delete ", "request_id": "req-56e0944f-0f9d-485d-a80f-09a0e3a9dfa1"}]} 2026-07-01 02:24:16.647 7 INFO neutron.db.l3_hamode_db [None req-f4813bb4-bbc8-4a36-8fd3-5d5c008678e7 f9cae7e2d49b4334adc797a90e7663f6 bfcef655ab3e434799f4547c5c6f1092 - - default default] HA network 4d5eda20-a84a-4aad-a894-ac5754e85f92 was deleted as no HA routers are present in tenant bfcef655ab3e434799f4547c5c6f1092. [pid: 7|app: 0|req: 1461/3146] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:16 2026] DELETE /v2.0/routers/e74e42d5-bde8-4bed-aa25-a95e3bb25bd1 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3147] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:17 2026] GET /v2.0/security-groups?tenant_id=39b633f287eb4d5a987b9740b2390275&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3148] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:17 2026] DELETE /v2.0/security-groups/fb870dda-5018-42d5-b610-6ecacec76565 => 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: 1687/3149] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:17 2026] GET /v2.0/security-groups?tenant_id=5dd73d44d5964747a6ceceb7ee37de0f&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3150] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:18 2026] DELETE /v2.0/security-groups/cfe81b0c-ab4e-4c77-96cf-3e828c937352 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3153] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:18 2026] GET /v2.0/security-groups?tenant_id=bfcef655ab3e434799f4547c5c6f1092&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3154] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:18 2026] DELETE /v2.0/security-groups/ff3ff6cd-8cc9-461c-96ef-05fac761f74e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:22.836 8 INFO neutron.db.segments_db [None req-723e888c-dd5e-4982-80d2-55cb2cfa8423 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] Added segment 7ea6fb65-9d70-4d9e-962e-88217016cc38 of type vxlan for network 603c52f0-bdc8-45ed-98ae-8866985b990e [pid: 8|app: 0|req: 1690/3155] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:22 2026] POST /v2.0/networks => generated 631 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3156] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:24:22 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:23.239 8 INFO neutron.db.segments_db [None req-40472008-731c-4d09-ac8b-a9ad51f4198a 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] Added segment 049220a5-4097-4eb1-8cbb-9a54a8d9108c of type vxlan for network 6f7da36c-2cf6-4faf-9e42-7b06b4e8e88b [pid: 8|app: 0|req: 1691/3157] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:23 2026] POST /v2.0/networks => generated 631 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3158] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:24:23 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:23.637 8 INFO neutron.db.segments_db [None req-3ba8c93a-cdad-48c9-90c0-0800b2ba42d7 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] Added segment 338e8dec-44ea-4322-be21-2cb917ee2037 of type vxlan for network 8220ca3e-677e-4f6b-ad5f-3ec4e84043db [pid: 8|app: 0|req: 1692/3159] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:23 2026] POST /v2.0/networks => generated 632 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3160] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:24:23 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:24.056 8 INFO neutron.db.segments_db [None req-c19b2449-7ee8-4e65-9d2a-fc7b241b5a44 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] Added segment 6f729a85-95df-4f6a-b5bb-2abfce5738cd of type vxlan for network f40e390e-4b0f-4d6f-9263-fd9070a785b3 [pid: 8|app: 0|req: 1693/3161] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:24 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3162] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:24:24 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:24.456 8 INFO neutron.db.segments_db [None req-aa98dfaa-0d55-4c94-86f7-858f8f2631ec 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] Added segment caa430e9-f1cb-438f-91fb-8f61d5f84939 of type vxlan for network ff27e300-2b7d-4f3b-b97c-c32d8c622451 [pid: 8|app: 0|req: 1694/3163] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:24 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3164] 10.0.0.64 () {34 vars in 668 bytes} [Wed Jul 1 02:24:24 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: 8|app: 0|req: 1695/3165] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:24 2026] PUT /v2.0/subnets/a49fe7a0-a313-4f66-be72-ad463f00fdb4/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3166] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:24 2026] PUT /v2.0/subnets/51f863bb-2069-463a-948a-342ef8edb79e/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3167] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:24 2026] PUT /v2.0/subnets/53212be6-a02d-4fcf-b8c3-489f045539c0/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3168] 10.0.0.64 () {34 vars in 750 bytes} [Wed Jul 1 02:24:24 2026] PUT /v2.0/subnets/30f5a872-7f31-4e6d-9086-98a1bbc47591/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3169] 10.0.0.64 () {32 vars in 663 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3170] 10.0.0.64 () {32 vars in 677 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3171] 10.0.0.64 () {32 vars in 673 bytes} [Wed Jul 1 02:24:25 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: 7|app: 0|req: 1474/3172] 10.0.0.64 () {32 vars in 685 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3173] 10.0.0.64 () {32 vars in 671 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3174] 10.0.0.64 () {32 vars in 685 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3175] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3176] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:24:25 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3177] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:25 2026] DELETE /v2.0/subnets/a49fe7a0-a313-4f66-be72-ad463f00fdb4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3178] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:25 2026] DELETE /v2.0/subnets/51f863bb-2069-463a-948a-342ef8edb79e => 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: 1702/3179] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:25 2026] DELETE /v2.0/subnets/53212be6-a02d-4fcf-b8c3-489f045539c0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3180] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:25 2026] DELETE /v2.0/subnets/30f5a872-7f31-4e6d-9086-98a1bbc47591 => 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: 1703/3181] 10.0.0.64 () {32 vars in 723 bytes} [Wed Jul 1 02:24:26 2026] DELETE /v2.0/subnets/4bcb1083-4423-470e-92f8-3c977ac2da59 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:24:26.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc678b34-a5a3-4b0c-9432-bad51b489b40 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] TaaS: Handle Delete Port: 5f623d3e-f43d-4dbf-bc52-12693416424b 2026-07-01 02:24:26.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc678b34-a5a3-4b0c-9432-bad51b489b40 2e9132528a0d44ef8c2de61817f53442 13f4830dff604754a799bf752d006c5d - - default default] Tap Mirror: Handle Delete Port: 5f623d3e-f43d-4dbf-bc52-12693416424b 2026-07-01 02:24:26.401 7 INFO neutron.services.segments.plugin [-] Segment 7ea6fb65-9d70-4d9e-962e-88217016cc38 resource provider aggregate not found 2026-07-01 02:24:26.402 7 INFO neutron.services.segments.plugin [-] Segment 7ea6fb65-9d70-4d9e-962e-88217016cc38 resource provider aggregate not found 2026-07-01 02:24:26.422 7 INFO neutron.services.segments.plugin [-] Segment 7ea6fb65-9d70-4d9e-962e-88217016cc38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ea6fb65-9d70-4d9e-962e-88217016cc38 found for delete ", "request_id": "req-393f6ad9-4e38-41cb-a90b-3ca48366855e"}]} 2026-07-01 02:24:26.423 7 INFO neutron.services.segments.plugin [-] Segment 7ea6fb65-9d70-4d9e-962e-88217016cc38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ea6fb65-9d70-4d9e-962e-88217016cc38 found for delete ", "request_id": "req-b83dbb2d-e9d9-4ac8-af0f-3c047d5c32fd"}]} [pid: 7|app: 0|req: 1479/3182] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:26 2026] DELETE /v2.0/networks/603c52f0-bdc8-45ed-98ae-8866985b990e => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:24:26.545 8 INFO neutron.services.segments.plugin [-] Segment 049220a5-4097-4eb1-8cbb-9a54a8d9108c resource provider aggregate not found 2026-07-01 02:24:26.546 8 INFO neutron.services.segments.plugin [-] Segment 049220a5-4097-4eb1-8cbb-9a54a8d9108c resource provider aggregate not found 2026-07-01 02:24:26.562 8 INFO neutron.services.segments.plugin [-] Segment 049220a5-4097-4eb1-8cbb-9a54a8d9108c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049220a5-4097-4eb1-8cbb-9a54a8d9108c found for delete ", "request_id": "req-994c6412-4a00-4ed3-b5e4-83574411addc"}]} 2026-07-01 02:24:26.566 8 INFO neutron.services.segments.plugin [-] Segment 049220a5-4097-4eb1-8cbb-9a54a8d9108c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049220a5-4097-4eb1-8cbb-9a54a8d9108c found for delete ", "request_id": "req-be5fa8dd-4a3a-47ad-b00f-bec5745b2b04"}]} [pid: 8|app: 0|req: 1704/3183] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:26 2026] DELETE /v2.0/networks/6f7da36c-2cf6-4faf-9e42-7b06b4e8e88b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3184] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:26 2026] DELETE /v2.0/networks/8220ca3e-677e-4f6b-ad5f-3ec4e84043db => 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: 1705/3185] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:26 2026] DELETE /v2.0/networks/f40e390e-4b0f-4d6f-9263-fd9070a785b3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3186] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:26 2026] DELETE /v2.0/networks/ff27e300-2b7d-4f3b-b97c-c32d8c622451 => 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: 1706/3187] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:27 2026] GET /v2.0/security-groups?tenant_id=29f8b95d9b804087a55c05a4918ca3cd&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3188] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:27 2026] DELETE /v2.0/security-groups/0a1bb7f3-9db6-409d-8d0d-bf13d589af54 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3189] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:28 2026] GET /v2.0/security-groups?tenant_id=13f4830dff604754a799bf752d006c5d&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3190] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:28 2026] DELETE /v2.0/security-groups/4519ecdb-5121-4c63-a299-fd3715fed049 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:28.447 7 INFO neutron.services.segments.plugin [-] Segment 338e8dec-44ea-4322-be21-2cb917ee2037 resource provider aggregate not found 2026-07-01 02:24:28.452 7 INFO neutron.services.segments.plugin [-] Segment 338e8dec-44ea-4322-be21-2cb917ee2037 resource provider aggregate not found 2026-07-01 02:24:28.465 7 INFO neutron.services.segments.plugin [-] Segment 338e8dec-44ea-4322-be21-2cb917ee2037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 338e8dec-44ea-4322-be21-2cb917ee2037 found for delete ", "request_id": "req-7b854707-798e-43e7-987a-204e10f046d5"}]} 2026-07-01 02:24:28.470 7 INFO neutron.services.segments.plugin [-] Segment 338e8dec-44ea-4322-be21-2cb917ee2037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 338e8dec-44ea-4322-be21-2cb917ee2037 found for delete ", "request_id": "req-2c2a1f19-136a-4fce-8088-bddd2abbfe23"}]} 2026-07-01 02:24:28.483 7 INFO neutron.services.segments.plugin [-] Segment caa430e9-f1cb-438f-91fb-8f61d5f84939 resource provider aggregate not found 2026-07-01 02:24:28.486 7 INFO neutron.services.segments.plugin [-] Segment caa430e9-f1cb-438f-91fb-8f61d5f84939 resource provider aggregate not found 2026-07-01 02:24:28.501 7 INFO neutron.services.segments.plugin [-] Segment caa430e9-f1cb-438f-91fb-8f61d5f84939 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa430e9-f1cb-438f-91fb-8f61d5f84939 found for delete ", "request_id": "req-11c72493-f871-49e5-b1c4-73738fa16016"}]} 2026-07-01 02:24:28.502 7 INFO neutron.services.segments.plugin [-] Segment caa430e9-f1cb-438f-91fb-8f61d5f84939 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa430e9-f1cb-438f-91fb-8f61d5f84939 found for delete ", "request_id": "req-bd0600ed-cbaa-4634-b590-25738e3bb066"}]} 2026-07-01 02:24:29.022 8 INFO neutron.services.segments.plugin [-] Segment 6f729a85-95df-4f6a-b5bb-2abfce5738cd resource provider aggregate not found 2026-07-01 02:24:29.028 8 INFO neutron.services.segments.plugin [-] Segment 6f729a85-95df-4f6a-b5bb-2abfce5738cd resource provider aggregate not found 2026-07-01 02:24:29.062 8 INFO neutron.services.segments.plugin [-] Segment 6f729a85-95df-4f6a-b5bb-2abfce5738cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f729a85-95df-4f6a-b5bb-2abfce5738cd found for delete ", "request_id": "req-829172f8-5966-439a-ac0d-4fbacf53ab86"}]} 2026-07-01 02:24:29.062 8 INFO neutron.services.segments.plugin [-] Segment 6f729a85-95df-4f6a-b5bb-2abfce5738cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f729a85-95df-4f6a-b5bb-2abfce5738cd found for delete ", "request_id": "req-2989c734-ce70-42f3-b5b1-bc5c8c3c58e6"}]} [pid: 8|app: 0|req: 1708/3191] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:28 2026] GET /v2.0/security-groups?tenant_id=a277a896db4e4330a72ecc00eb61cde4&name=default => generated 2929 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3192] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:29 2026] DELETE /v2.0/security-groups/cd672d6b-b7aa-46cb-b1e7-1e1f887d2cb2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3195] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:24:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3196] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:24:33 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: 1710/3197] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:24:33 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: 7|app: 0|req: 1488/3198] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:24:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3199] 10.0.0.64 () {34 vars in 675 bytes} [Wed Jul 1 02:24:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3200] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:24:33 2026] PUT /v2.0/subnetpools/a91517ee-bcfa-4884-b2bb-c6cb1649d780/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3201] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:24:33 2026] PUT /v2.0/subnetpools/16c3f0bb-e36d-44fd-9abf-c843f923975d/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: 1490/3202] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:24:33 2026] PUT /v2.0/subnetpools/d5240f1f-91cc-4775-a0a8-301c098ea7a1/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3203] 10.0.0.64 () {34 vars in 758 bytes} [Wed Jul 1 02:24:33 2026] PUT /v2.0/subnetpools/9e9a2ab9-3e69-4967-b19c-6c3f99f879c9/tags => 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: 1491/3204] 10.0.0.64 () {32 vars in 671 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3205] 10.0.0.64 () {32 vars in 685 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3206] 10.0.0.64 () {32 vars in 681 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3207] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3208] 10.0.0.64 () {32 vars in 679 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3209] 10.0.0.64 () {32 vars in 693 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3210] 10.0.0.64 () {32 vars in 689 bytes} [Wed Jul 1 02:24:33 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3211] 10.0.0.64 () {32 vars in 701 bytes} [Wed Jul 1 02:24:34 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3212] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:24:34 2026] DELETE /v2.0/subnetpools/a91517ee-bcfa-4884-b2bb-c6cb1649d780 => 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: 1718/3213] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:24:34 2026] DELETE /v2.0/subnetpools/16c3f0bb-e36d-44fd-9abf-c843f923975d => 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: 1496/3214] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:24:34 2026] DELETE /v2.0/subnetpools/d5240f1f-91cc-4775-a0a8-301c098ea7a1 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3215] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:24:34 2026] DELETE /v2.0/subnetpools/9e9a2ab9-3e69-4967-b19c-6c3f99f879c9 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3216] 10.0.0.64 () {32 vars in 731 bytes} [Wed Jul 1 02:24:34 2026] DELETE /v2.0/subnetpools/85f2d0e0-5d7a-408e-a1eb-eea9eac24f20 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3217] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:35 2026] GET /v2.0/security-groups?tenant_id=26c8b3de0fe3430bbde45cc7951c146a&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3218] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:35 2026] DELETE /v2.0/security-groups/15be3752-1ef7-4b6e-a6de-b522756674ee => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3219] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:35 2026] GET /v2.0/security-groups?tenant_id=10713464e98e43e7abae4c188e7e6b75&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3220] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:35 2026] DELETE /v2.0/security-groups/0d4fd327-f0ec-44bd-a9f9-ee10a8e267b8 => 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: 1722/3221] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:35 2026] GET /v2.0/security-groups?tenant_id=0107bc3b92134f6382c612388f939ce1&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3222] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:36 2026] DELETE /v2.0/security-groups/074ffe58-2d0e-4deb-ae46-9023ad180d39 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:39.575 8 INFO neutron.db.segments_db [None req-ee15bdb4-4cb3-4bb0-9562-1674e5668b04 16096f858baf4f4ab352aebb88429c12 8f1f1399f1094954a0f88df7ebb37e3b - - default default] Added segment 3e81c8e2-41e3-4d94-a35f-0dacd429336b of type vxlan for network 9bde8b6c-501c-46c2-8b83-1e10a977a637 [pid: 8|app: 0|req: 1723/3223] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:39 2026] POST /v2.0/networks => generated 631 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3224] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:24:39 2026] PUT /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3225] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:39 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3226] 10.0.0.64 () {34 vars in 763 bytes} [Wed Jul 1 02:24:39 2026] PUT /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3227] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:39 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3228] 10.0.0.64 () {34 vars in 759 bytes} [Wed Jul 1 02:24:39 2026] PUT /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3229] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:39 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/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: 1504/3230] 10.0.0.64 () {34 vars in 781 bytes} [Wed Jul 1 02:24:40 2026] PUT /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3231] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:40 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 52 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3232] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:24:40 2026] PUT /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3233] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:40 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3234] 10.0.0.64 () {32 vars in 740 bytes} [Wed Jul 1 02:24:40 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:40.368 8 INFO neutron.api.v2.resource [None req-b9d1c202-cd7a-4ede-b674-fc2236212c5e 16096f858baf4f4ab352aebb88429c12 8f1f1399f1094954a0f88df7ebb37e3b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1729/3235] 10.0.0.64 () {32 vars in 744 bytes} [Wed Jul 1 02:24:40 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3236] 10.0.0.64 () {32 vars in 743 bytes} [Wed Jul 1 02:24:40 2026] DELETE /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/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: 1730/3237] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:40 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:40.544 7 INFO neutron.api.v2.resource [None req-76c13334-9a86-4b88-bccd-20d88f9ad632 16096f858baf4f4ab352aebb88429c12 8f1f1399f1094954a0f88df7ebb37e3b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3238] 10.0.0.64 () {32 vars in 747 bytes} [Wed Jul 1 02:24:40 2026] DELETE /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3239] 10.0.0.64 () {32 vars in 735 bytes} [Wed Jul 1 02:24:40 2026] DELETE /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3240] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:40 2026] GET /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:40.770 8 INFO neutron.services.segments.plugin [-] Segment 3e81c8e2-41e3-4d94-a35f-0dacd429336b resource provider aggregate not found 2026-07-01 02:24:40.778 8 INFO neutron.services.segments.plugin [-] Segment 3e81c8e2-41e3-4d94-a35f-0dacd429336b resource provider aggregate not found 2026-07-01 02:24:40.792 8 INFO neutron.services.segments.plugin [-] Segment 3e81c8e2-41e3-4d94-a35f-0dacd429336b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e81c8e2-41e3-4d94-a35f-0dacd429336b found for delete ", "request_id": "req-29a31545-57c7-413a-aa11-0dc909c10cda"}]} 2026-07-01 02:24:40.794 8 INFO neutron.services.segments.plugin [-] Segment 3e81c8e2-41e3-4d94-a35f-0dacd429336b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e81c8e2-41e3-4d94-a35f-0dacd429336b found for delete ", "request_id": "req-e3b4339e-dd8a-46fc-8ca8-4dfc1f42973f"}]} [pid: 8|app: 0|req: 1732/3241] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:40 2026] DELETE /v2.0/networks/9bde8b6c-501c-46c2-8b83-1e10a977a637 => 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: 1510/3242] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:41 2026] GET /v2.0/security-groups?tenant_id=8f1f1399f1094954a0f88df7ebb37e3b&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3243] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:41 2026] DELETE /v2.0/security-groups/ac6d0e82-62ce-4e3b-8670-0ac928d9b0f1 => 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: 1511/3244] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:41 2026] GET /v2.0/security-groups?tenant_id=bde618df177e49988222985ab13430dd&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3245] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:41 2026] DELETE /v2.0/security-groups/fdb9147f-5424-4842-9a13-0f6eca106c36 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 02:24:45.342 7 INFO neutron.db.segments_db [None req-1ad31262-2f37-4c79-8c8e-e43d7e7a658d ac4b0d9de4cf424eb3e36acf7972d5c8 18eb2a21c7ce44f684743bdbb55f566f - - default default] Added segment 36676c89-6c32-46a4-9405-5db0f1515f3c of type vxlan for network a4ac5344-ebd8-4527-8a79-cd29d4dea371 [pid: 7|app: 0|req: 1512/3246] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:45 2026] POST /v2.0/networks => generated 632 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 02:24:45.482 8 INFO neutron.db.segments_db [None req-7377198e-66cc-46a8-991e-7c7762187d39 ac4b0d9de4cf424eb3e36acf7972d5c8 18eb2a21c7ce44f684743bdbb55f566f - - default default] Added segment 34201c8a-896e-4a1d-9a1d-538abf7e0be3 of type vxlan for network 3a5b761f-3bcc-42d8-a4af-12a8e1a723dd [pid: 8|app: 0|req: 1735/3247] 10.0.0.64 () {34 vars in 669 bytes} [Wed Jul 1 02:24:45 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3248] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:24:45 2026] PUT /v2.0/networks/a4ac5344-ebd8-4527-8a79-cd29d4dea371/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3249] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:45 2026] GET /v2.0/networks/a4ac5344-ebd8-4527-8a79-cd29d4dea371/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: 1514/3250] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:24:45 2026] PUT /v2.0/networks/3a5b761f-3bcc-42d8-a4af-12a8e1a723dd/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3251] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:45 2026] GET /v2.0/networks/3a5b761f-3bcc-42d8-a4af-12a8e1a723dd/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: 1515/3252] 10.0.0.64 () {34 vars in 752 bytes} [Wed Jul 1 02:24:45 2026] PUT /v2.0/networks/3a5b761f-3bcc-42d8-a4af-12a8e1a723dd/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3253] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:45 2026] GET /v2.0/networks/3a5b761f-3bcc-42d8-a4af-12a8e1a723dd/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3254] 10.0.0.64 () {32 vars in 732 bytes} [Wed Jul 1 02:24:45 2026] GET /v2.0/networks/a4ac5344-ebd8-4527-8a79-cd29d4dea371/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 02:24:46.062 8 INFO neutron.services.segments.plugin [-] Segment 36676c89-6c32-46a4-9405-5db0f1515f3c resource provider aggregate not found 2026-07-01 02:24:46.068 8 INFO neutron.services.segments.plugin [-] Segment 36676c89-6c32-46a4-9405-5db0f1515f3c resource provider aggregate not found 2026-07-01 02:24:46.075 8 INFO neutron.services.segments.plugin [-] Segment 36676c89-6c32-46a4-9405-5db0f1515f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36676c89-6c32-46a4-9405-5db0f1515f3c found for delete ", "request_id": "req-22d919e1-94e8-403c-9bd5-3a2cf93ccf64"}]} [pid: 8|app: 0|req: 1739/3255] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:45 2026] DELETE /v2.0/networks/a4ac5344-ebd8-4527-8a79-cd29d4dea371 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 02:24:46.091 8 INFO neutron.services.segments.plugin [-] Segment 36676c89-6c32-46a4-9405-5db0f1515f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36676c89-6c32-46a4-9405-5db0f1515f3c found for delete ", "request_id": "req-04ec68b0-8e4d-4d39-b909-3c4a410f26aa"}]} 2026-07-01 02:24:46.212 7 INFO neutron.services.segments.plugin [-] Segment 34201c8a-896e-4a1d-9a1d-538abf7e0be3 resource provider aggregate not found 2026-07-01 02:24:46.215 7 INFO neutron.services.segments.plugin [-] Segment 34201c8a-896e-4a1d-9a1d-538abf7e0be3 resource provider aggregate not found 2026-07-01 02:24:46.232 7 INFO neutron.services.segments.plugin [-] Segment 34201c8a-896e-4a1d-9a1d-538abf7e0be3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34201c8a-896e-4a1d-9a1d-538abf7e0be3 found for delete ", "request_id": "req-d7c2eda5-c301-4553-bcc2-ae3f581dbc9a"}]} 2026-07-01 02:24:46.232 7 INFO neutron.services.segments.plugin [-] Segment 34201c8a-896e-4a1d-9a1d-538abf7e0be3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34201c8a-896e-4a1d-9a1d-538abf7e0be3 found for delete ", "request_id": "req-5c09edc4-96bd-41a2-816d-788414247299"}]} [pid: 7|app: 0|req: 1517/3256] 10.0.0.64 () {32 vars in 725 bytes} [Wed Jul 1 02:24:46 2026] DELETE /v2.0/networks/3a5b761f-3bcc-42d8-a4af-12a8e1a723dd => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3257] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:46 2026] GET /v2.0/security-groups?tenant_id=18eb2a21c7ce44f684743bdbb55f566f&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3258] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:46 2026] DELETE /v2.0/security-groups/2400fdc9-add7-445c-8d8b-6666f8980840 => 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: 1741/3259] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:47 2026] GET /v2.0/security-groups?tenant_id=99fbd87802d04d98ac6171dc66b684ce&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3260] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:47 2026] DELETE /v2.0/security-groups/a4c671d5-dc45-4e91-9c11-eaa8f092f9ba => 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: 1743/3263] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:50 2026] GET /v2.0/security-groups?tenant_id=72528cc63fa448f9a4cddeb52e7a1a71&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3264] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:50 2026] DELETE /v2.0/security-groups/206c8090-eab8-4fa9-b34f-7a6f2aa981f2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3265] 10.0.0.64 () {32 vars in 773 bytes} [Wed Jul 1 02:24:51 2026] GET /v2.0/security-groups?tenant_id=ec9b8829b19f410f9a0b1edab1ecffa9&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: 1522/3266] 10.0.0.64 () {32 vars in 739 bytes} [Wed Jul 1 02:24:51 2026] DELETE /v2.0/security-groups/a9e16cd9-ecb2-4476-84dc-10d755299931 => 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: 1745/3267] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:24:53 2026] GET /v2.0/networks => generated 2167 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3268] 10.0.0.64 () {32 vars in 654 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/floatingips => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3269] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3270] 10.0.0.64 () {32 vars in 642 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/ports => generated 4721 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3271] 10.0.0.64 () {32 vars in 646 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3272] 10.0.0.64 () {32 vars in 648 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/networks => generated 2167 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3273] 10.0.0.64 () {32 vars in 662 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3274] 10.0.0.64 () {32 vars in 654 bytes} [Wed Jul 1 02:24:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)