+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Aug 20 01:53:00 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-79c49dd585-fnc5l 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 0x7f6295e3f668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-08-20 01:53:04.493 7 INFO neutron.common.config [-] Logging enabled! 2026-08-20 01:53:04.493 7 INFO neutron.common.config [-] uwsgi version 26.0.6.dev9 2026-08-20 01:53:04.576 8 INFO neutron.common.config [-] Logging enabled! 2026-08-20 01:53:04.577 8 INFO neutron.common.config [-] uwsgi version 26.0.6.dev9 2026-08-20 01:53:05.504 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-20 01:53:05.596 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-20 01:53:06.865 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:53:06.868 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-20 01:53:06.871 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-20 01:53:06.872 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:53:06.873 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-20 01:53:06.873 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-20 01:53:06.873 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:53:06.880 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:53:06.880 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:53:06.881 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:53:06.902 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-20 01:53:06.903 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:53:06.903 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-20 01:53:06.953 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-20 01:53:06.954 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-20 01:53:06.954 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-20 01:53:06.954 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-20 01:53:06.996 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:53:06.998 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-20 01:53:07.002 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-20 01:53:07.003 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-20 01:53:07.003 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-20 01:53:07.003 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-20 01:53:07.004 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:53:07.011 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:53:07.011 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-20 01:53:07.011 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:53:07.033 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-20 01:53:07.034 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-20 01:53:07.034 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-20 01:53:07.081 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-20 01:53:07.081 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-20 01:53:07.081 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-20 01:53:07.081 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-20 01:53:07.230 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing driver for type 'vlan' 2026-08-20 01:53:07.366 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing driver for type 'vlan' 2026-08-20 01:53:07.501 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] VlanTypeDriver initialization complete 2026-08-20 01:53:07.502 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing driver for type 'vxlan' 2026-08-20 01:53:07.502 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-20 01:53:07.518 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-20 01:53:07.518 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-20 01:53:07.518 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing extension driver 'port_security' 2026-08-20 01:53:07.519 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-20 01:53:07.519 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing extension driver 'qos' 2026-08-20 01:53:07.519 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-20 01:53:07.519 7 INFO neutron.plugins.ml2.managers [None req-8d443e33-b6ce-4bf5-86e6-a6ddfde44a38 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-20 01:53:07.535 7 INFO neutron.quota [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded quota_driver: . 2026-08-20 01:53:07.536 7 INFO neutron.plugins.ml2.plugin [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Modular L2 Plugin initialization complete 2026-08-20 01:53:07.536 7 INFO neutron.plugins.ml2.managers [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-20 01:53:07.536 7 INFO neutron.plugins.ml2.managers [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-20 01:53:07.536 7 INFO neutron.plugins.ml2.managers [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Got port-security extension from driver 'port_security' 2026-08-20 01:53:07.536 7 INFO neutron.extensions.vlantransparent [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Disabled vlantransparent extension. 2026-08-20 01:53:07.536 7 INFO neutron.extensions.qinq [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Disabled VLAN QinQ extension. 2026-08-20 01:53:07.536 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: qos 2026-08-20 01:53:07.549 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: router 2026-08-20 01:53:07.594 7 INFO neutron.services.service_base [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-20 01:53:07.594 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: segments 2026-08-20 01:53:07.680 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] VlanTypeDriver initialization complete 2026-08-20 01:53:07.680 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing driver for type 'vxlan' 2026-08-20 01:53:07.681 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-20 01:53:07.693 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: trunk 2026-08-20 01:53:07.700 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-20 01:53:07.701 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-20 01:53:07.701 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing extension driver 'port_security' 2026-08-20 01:53:07.701 8 INFO neutron.plugins.ml2.extensions.port_security [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-20 01:53:07.701 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing extension driver 'qos' 2026-08-20 01:53:07.702 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-20 01:53:07.702 8 INFO neutron.plugins.ml2.managers [None req-29c0c710-e436-4b00-9d90-93333b9cfa21 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-20 01:53:07.707 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: vpnaas 2026-08-20 01:53:07.731 8 INFO neutron.quota [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded quota_driver: . 2026-08-20 01:53:07.732 8 INFO neutron.plugins.ml2.plugin [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Modular L2 Plugin initialization complete 2026-08-20 01:53:07.732 8 INFO neutron.plugins.ml2.managers [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-20 01:53:07.732 8 INFO neutron.plugins.ml2.managers [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-20 01:53:07.732 8 INFO neutron.plugins.ml2.managers [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-20 01:53:07.733 8 INFO neutron.extensions.vlantransparent [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Disabled vlantransparent extension. 2026-08-20 01:53:07.733 8 INFO neutron.extensions.qinq [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Disabled VLAN QinQ extension. 2026-08-20 01:53:07.733 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: qos 2026-08-20 01:53:07.747 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: router 2026-08-20 01:53:07.756 7 WARNING stevedore.named [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-20 01:53:07.756 7 WARNING stevedore.named [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:53:07.798 8 INFO neutron.services.service_base [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-20 01:53:07.799 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: segments 2026-08-20 01:53:07.834 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-20 01:53:07.834 7 INFO neutron.common.utils [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-20 01:53:07.835 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: taas 2026-08-20 01:53:07.860 7 WARNING stevedore.named [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:53:07.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:53:07.893 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: tapmirror 2026-08-20 01:53:07.901 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: trunk 2026-08-20 01:53:07.907 7 WARNING stevedore.named [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:53:07.918 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: vpnaas 2026-08-20 01:53:07.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:53:07.926 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: auto_allocate 2026-08-20 01:53:07.937 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: tag 2026-08-20 01:53:07.944 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: timestamp 2026-08-20 01:53:07.947 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: network_ip_availability 2026-08-20 01:53:07.951 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: flavors 2026-08-20 01:53:07.955 7 INFO neutron.manager [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loading Plugin: revisions 2026-08-20 01:53:07.958 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Initializing extension manager. 2026-08-20 01:53:07.959 8 WARNING stevedore.named [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-20 01:53:07.959 8 WARNING stevedore.named [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:53:07.960 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: address-group 2026-08-20 01:53:07.961 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: address-scope 2026-08-20 01:53:07.962 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-20 01:53:07.963 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: agent 2026-08-20 01:53:07.963 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: agent-resources-synced 2026-08-20 01:53:07.965 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: allowed-address-pairs 2026-08-20 01:53:07.965 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: auto-allocated-topology 2026-08-20 01:53:07.966 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: availability_zone 2026-08-20 01:53:07.967 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: availability_zone_filter 2026-08-20 01:53:07.968 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-20 01:53:07.968 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: default-subnetpools 2026-08-20 01:53:07.970 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-20 01:53:07.985 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: dns-integration 2026-08-20 01:53:07.986 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: dns-domain-ports 2026-08-20 01:53:07.988 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-20 01:53:07.989 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: dvr 2026-08-20 01:53:07.990 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-20 01:53:07.991 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: empty-string-filtering 2026-08-20 01:53:07.991 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:53:07.992 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-20 01:53:07.993 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: external-net 2026-08-20 01:53:07.999 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-20 01:53:08.000 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: extraroute 2026-08-20 01:53:08.001 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: extraroute-atomic 2026-08-20 01:53:08.001 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-20 01:53:08.002 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-20 01:53:08.003 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-20 01:53:08.003 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-20 01:53:08.004 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: fip-port-details 2026-08-20 01:53:08.005 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: flavors 2026-08-20 01:53:08.006 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-20 01:53:08.007 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: floatingip-pools 2026-08-20 01:53:08.007 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: ip_allocation 2026-08-20 01:53:08.008 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: ip-substring-filtering 2026-08-20 01:53:08.008 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: l2_adjacency 2026-08-20 01:53:08.009 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: router 2026-08-20 01:53:08.011 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:53:08.012 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-20 01:53:08.012 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-20 01:53:08.013 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: ext-gw-mode 2026-08-20 01:53:08.013 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: l3-ha 2026-08-20 01:53:08.014 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:53:08.014 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-20 01:53:08.015 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: l3-flavors 2026-08-20 01:53:08.016 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:53:08.017 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-20 01:53:08.019 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-20 01:53:08.021 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-20 01:53:08.022 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-20 01:53:08.023 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-20 01:53:08.024 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-20 01:53:08.024 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: multi-provider 2026-08-20 01:53:08.025 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: net-mtu 2026-08-20 01:53:08.025 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: net-mtu-writable 2026-08-20 01:53:08.026 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: network_availability_zone 2026-08-20 01:53:08.027 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: network_ha 2026-08-20 01:53:08.027 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: network-ip-availability 2026-08-20 01:53:08.029 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-20 01:53:08.029 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: pagination 2026-08-20 01:53:08.030 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-device-profile 2026-08-20 01:53:08.030 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-20 01:53:08.031 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-20 01:53:08.031 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-20 01:53:08.031 8 INFO neutron_vpnaas.services.vpn.plugin [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-20 01:53:08.032 8 INFO neutron.common.utils [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-20 01:53:08.032 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-mac-override 2026-08-20 01:53:08.032 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: taas 2026-08-20 01:53:08.033 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-20 01:53:08.033 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-20 01:53:08.034 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-20 01:53:08.034 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-resource-request 2026-08-20 01:53:08.035 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-resource-request-groups 2026-08-20 01:53:08.036 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-20 01:53:08.037 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: binding 2026-08-20 01:53:08.037 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: binding-extended 2026-08-20 01:53:08.038 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-security 2026-08-20 01:53:08.038 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: project-id 2026-08-20 01:53:08.039 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: provider 2026-08-20 01:53:08.040 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-20 01:53:08.042 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos 2026-08-20 01:53:08.043 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-20 01:53:08.043 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-20 01:53:08.044 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-default 2026-08-20 01:53:08.044 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-fip 2026-08-20 01:53:08.045 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-20 01:53:08.045 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-gateway-ip 2026-08-20 01:53:08.046 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-port-network-policy 2026-08-20 01:53:08.047 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-pps-minimum 2026-08-20 01:53:08.047 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-20 01:53:08.048 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-pps 2026-08-20 01:53:08.048 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-rule-type-details 2026-08-20 01:53:08.049 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-20 01:53:08.049 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: qos-rules-alias 2026-08-20 01:53:08.050 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: quota-check-limit 2026-08-20 01:53:08.051 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: quota-check-limit-default 2026-08-20 01:53:08.053 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: quotas 2026-08-20 01:53:08.054 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: quota_details 2026-08-20 01:53:08.055 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: rbac-policies 2026-08-20 01:53:08.056 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: rbac-address-group 2026-08-20 01:53:08.056 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: rbac-address-scope 2026-08-20 01:53:08.057 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: rbac-security-groups 2026-08-20 01:53:08.057 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: rbac-subnetpool 2026-08-20 01:53:08.058 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: revision-if-match 2026-08-20 01:53:08.058 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: standard-attr-revisions 2026-08-20 01:53:08.059 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: router_availability_zone 2026-08-20 01:53:08.059 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-20 01:53:08.061 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: security-groups-default-rules 2026-08-20 01:53:08.062 8 WARNING stevedore.named [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:53:08.062 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-20 01:53:08.062 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-20 01:53:08.063 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-20 01:53:08.063 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-20 01:53:08.064 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-20 01:53:08.068 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: security-group 2026-08-20 01:53:08.070 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: segment 2026-08-20 01:53:08.070 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-20 01:53:08.071 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: service-type 2026-08-20 01:53:08.071 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: sorting 2026-08-20 01:53:08.072 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: standard-attr-segment 2026-08-20 01:53:08.073 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: standard-attr-description 2026-08-20 01:53:08.073 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: stateful-security-group 2026-08-20 01:53:08.074 7 WARNING neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-20 01:53:08.074 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-20 01:53:08.075 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: subnet-external-network 2026-08-20 01:53:08.076 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: subnet_onboard 2026-08-20 01:53:08.076 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-20 01:53:08.077 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: subnet-service-types 2026-08-20 01:53:08.078 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: subnet_allocation 2026-08-20 01:53:08.078 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-20 01:53:08.079 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: tag-creation 2026-08-20 01:53:08.081 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-20 01:53:08.085 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: standard-attr-tag 2026-08-20 01:53:08.087 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-20 01:53:08.087 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: trunk 2026-08-20 01:53:08.089 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: trunk-details 2026-08-20 01:53:08.089 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-20 01:53:08.090 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-20 01:53:08.090 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-20 01:53:08.091 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-20 01:53:08.093 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-20 01:53:08.094 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-20 01:53:08.095 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: vpn-flavors 2026-08-20 01:53:08.096 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: vpnaas 2026-08-20 01:53:08.098 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: taas 2026-08-20 01:53:08.099 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: tap-mirror 2026-08-20 01:53:08.100 7 INFO neutron.api.extensions [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Loaded extension: taas-vlan-filter 2026-08-20 01:53:08.102 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-20 01:53:08.103 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-20 01:53:08.103 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.103 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-20 01:53:08.107 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:53:08.107 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:53:08.112 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:53:08.113 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:53:08.113 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:53:08.114 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.114 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.115 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.115 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.115 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:53:08.116 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.116 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.117 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:53:08.117 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:53:08.117 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:53:08.118 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.118 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ipsecpolicy is already registered 2026-08-20 01:53:08.119 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.119 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ikepolicy is already registered 2026-08-20 01:53:08.124 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:53:08.124 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] router is already registered 2026-08-20 01:53:08.124 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:53:08.125 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] floatingip is already registered 2026-08-20 01:53:08.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:53:08.128 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: tapmirror 2026-08-20 01:53:08.128 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:53:08.129 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] rbac_policy is already registered 2026-08-20 01:53:08.129 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:53:08.130 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] security_group is already registered 2026-08-20 01:53:08.130 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:53:08.130 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] security_group_rule is already registered 2026-08-20 01:53:08.131 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.131 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.132 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.132 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.133 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:53:08.133 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] trunk is already registered 2026-08-20 01:53:08.133 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.134 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ikepolicy is already registered 2026-08-20 01:53:08.134 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.134 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ipsecpolicy is already registered 2026-08-20 01:53:08.135 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:53:08.135 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] endpoint_group is already registered 2026-08-20 01:53:08.135 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:53:08.136 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] vpnservice is already registered 2026-08-20 01:53:08.136 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:53:08.136 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ipsec_site_connection is already registered 2026-08-20 01:53:08.137 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.137 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ipsecpolicy is already registered 2026-08-20 01:53:08.137 7 INFO neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.138 7 WARNING neutron.quota.resource_registry [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] ikepolicy is already registered 2026-08-20 01:53:08.144 8 WARNING stevedore.named [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-20 01:53:08.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-20 01:53:08.167 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: auto_allocate 2026-08-20 01:53:08.178 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: tag 2026-08-20 01:53:08.185 7 WARNING keystonemiddleware._common.config [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-20 01:53:08.186 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: timestamp 2026-08-20 01:53:08.190 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: network_ip_availability 2026-08-20 01:53:08.192 7 WARNING oslo_config.cfg [None req-3a266b5c-82e8-41d1-90d8-d4b08581d32a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6295e3f668 pid: 7 (default app) 2026-08-20 01:53:08.194 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: flavors 2026-08-20 01:53:08.199 8 INFO neutron.manager [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loading Plugin: revisions 2026-08-20 01:53:08.203 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Initializing extension manager. 2026-08-20 01:53:08.206 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: address-group 2026-08-20 01:53:08.207 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: address-scope 2026-08-20 01:53:08.208 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-20 01:53:08.209 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: agent 2026-08-20 01:53:08.209 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: agent-resources-synced 2026-08-20 01:53:08.211 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-20 01:53:08.212 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-20 01:53:08.213 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: availability_zone 2026-08-20 01:53:08.213 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: availability_zone_filter 2026-08-20 01:53:08.214 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-20 01:53:08.214 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: default-subnetpools 2026-08-20 01:53:08.216 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-20 01:53:08.217 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: dns-integration 2026-08-20 01:53:08.217 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: dns-domain-ports 2026-08-20 01:53:08.218 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-20 01:53:08.219 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: dvr 2026-08-20 01:53:08.220 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-20 01:53:08.220 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: empty-string-filtering 2026-08-20 01:53:08.221 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:53:08.222 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-20 01:53:08.223 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: external-net 2026-08-20 01:53:08.223 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-20 01:53:08.224 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: extraroute 2026-08-20 01:53:08.225 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: extraroute-atomic 2026-08-20 01:53:08.226 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-20 01:53:08.226 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-20 01:53:08.227 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-20 01:53:08.228 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-20 01:53:08.228 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: fip-port-details 2026-08-20 01:53:08.229 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: flavors 2026-08-20 01:53:08.231 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-20 01:53:08.231 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: floatingip-pools 2026-08-20 01:53:08.232 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: ip_allocation 2026-08-20 01:53:08.232 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-20 01:53:08.233 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: l2_adjacency 2026-08-20 01:53:08.234 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: router 2026-08-20 01:53:08.236 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-20 01:53:08.237 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-20 01:53:08.237 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-20 01:53:08.238 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: ext-gw-mode 2026-08-20 01:53:08.239 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: l3-ha 2026-08-20 01:53:08.239 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:53:08.240 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-20 01:53:08.240 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: l3-flavors 2026-08-20 01:53:08.242 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-20 01:53:08.242 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-20 01:53:08.245 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-20 01:53:08.246 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-20 01:53:08.247 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-20 01:53:08.248 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-20 01:53:08.249 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-20 01:53:08.249 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: multi-provider 2026-08-20 01:53:08.250 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: net-mtu 2026-08-20 01:53:08.251 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: net-mtu-writable 2026-08-20 01:53:08.251 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: network_availability_zone 2026-08-20 01:53:08.252 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: network_ha 2026-08-20 01:53:08.252 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: network-ip-availability 2026-08-20 01:53:08.254 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-20 01:53:08.255 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: pagination 2026-08-20 01:53:08.255 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-device-profile 2026-08-20 01:53:08.256 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-20 01:53:08.256 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-20 01:53:08.257 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-20 01:53:08.257 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-mac-override 2026-08-20 01:53:08.258 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-20 01:53:08.258 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-20 01:53:08.259 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-20 01:53:08.259 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-resource-request 2026-08-20 01:53:08.260 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-20 01:53:08.260 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-20 01:53:08.261 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: binding 2026-08-20 01:53:08.262 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: binding-extended 2026-08-20 01:53:08.262 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-security 2026-08-20 01:53:08.263 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: project-id 2026-08-20 01:53:08.263 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: provider 2026-08-20 01:53:08.264 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-20 01:53:08.266 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos 2026-08-20 01:53:08.267 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-20 01:53:08.268 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-20 01:53:08.268 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-default 2026-08-20 01:53:08.269 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-fip 2026-08-20 01:53:08.269 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-20 01:53:08.270 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-20 01:53:08.270 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-20 01:53:08.271 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-20 01:53:08.271 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-20 01:53:08.272 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-pps 2026-08-20 01:53:08.272 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-20 01:53:08.273 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-20 01:53:08.273 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: qos-rules-alias 2026-08-20 01:53:08.274 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: quota-check-limit 2026-08-20 01:53:08.275 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-20 01:53:08.278 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: quotas 2026-08-20 01:53:08.279 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: quota_details 2026-08-20 01:53:08.280 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: rbac-policies 2026-08-20 01:53:08.281 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: rbac-address-group 2026-08-20 01:53:08.281 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: rbac-address-scope 2026-08-20 01:53:08.282 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: rbac-security-groups 2026-08-20 01:53:08.282 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-20 01:53:08.283 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: revision-if-match 2026-08-20 01:53:08.283 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-20 01:53:08.284 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: router_availability_zone 2026-08-20 01:53:08.285 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-20 01:53:08.287 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-20 01:53:08.288 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-20 01:53:08.289 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-20 01:53:08.289 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-20 01:53:08.290 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-20 01:53:08.290 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-20 01:53:08.295 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: security-group 2026-08-20 01:53:08.296 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: segment 2026-08-20 01:53:08.297 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-20 01:53:08.298 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: service-type 2026-08-20 01:53:08.298 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: sorting 2026-08-20 01:53:08.299 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: standard-attr-segment 2026-08-20 01:53:08.299 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: standard-attr-description 2026-08-20 01:53:08.300 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: stateful-security-group 2026-08-20 01:53:08.300 8 WARNING neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-20 01:53:08.301 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-20 01:53:08.301 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: subnet-external-network 2026-08-20 01:53:08.302 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: subnet_onboard 2026-08-20 01:53:08.302 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-20 01:53:08.303 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: subnet-service-types 2026-08-20 01:53:08.304 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: subnet_allocation 2026-08-20 01:53:08.305 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-20 01:53:08.306 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: tag-creation 2026-08-20 01:53:08.307 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-20 01:53:08.315 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: standard-attr-tag 2026-08-20 01:53:08.315 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-20 01:53:08.316 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: trunk 2026-08-20 01:53:08.316 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: trunk-details 2026-08-20 01:53:08.317 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-20 01:53:08.318 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-20 01:53:08.318 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-20 01:53:08.319 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-20 01:53:08.322 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-20 01:53:08.323 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-20 01:53:08.323 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: vpn-flavors 2026-08-20 01:53:08.325 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: vpnaas 2026-08-20 01:53:08.326 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: taas 2026-08-20 01:53:08.327 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: tap-mirror 2026-08-20 01:53:08.328 8 INFO neutron.api.extensions [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-20 01:53:08.330 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-20 01:53:08.331 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-20 01:53:08.331 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.331 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-20 01:53:08.334 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:53:08.335 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:53:08.340 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:53:08.341 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:53:08.341 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:53:08.342 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.342 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.343 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.343 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.343 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:53:08.344 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.344 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.344 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:53:08.345 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:53:08.345 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:53:08.346 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.346 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ipsecpolicy is already registered 2026-08-20 01:53:08.346 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.347 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ikepolicy is already registered 2026-08-20 01:53:08.353 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-20 01:53:08.354 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] router is already registered 2026-08-20 01:53:08.354 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-20 01:53:08.354 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] floatingip is already registered 2026-08-20 01:53:08.358 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-20 01:53:08.358 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] rbac_policy is already registered 2026-08-20 01:53:08.358 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-20 01:53:08.359 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] security_group is already registered 2026-08-20 01:53:08.359 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-20 01:53:08.359 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] security_group_rule is already registered 2026-08-20 01:53:08.360 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.360 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.360 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-20 01:53:08.361 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] subnetpool is already registered 2026-08-20 01:53:08.361 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-20 01:53:08.361 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] trunk is already registered 2026-08-20 01:53:08.361 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.362 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ikepolicy is already registered 2026-08-20 01:53:08.362 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.362 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ipsecpolicy is already registered 2026-08-20 01:53:08.363 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-20 01:53:08.363 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] endpoint_group is already registered 2026-08-20 01:53:08.363 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-20 01:53:08.363 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] vpnservice is already registered 2026-08-20 01:53:08.364 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-20 01:53:08.364 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ipsec_site_connection is already registered 2026-08-20 01:53:08.364 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-20 01:53:08.364 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ipsecpolicy is already registered 2026-08-20 01:53:08.365 8 INFO neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-20 01:53:08.365 8 WARNING neutron.quota.resource_registry [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] ikepolicy is already registered 2026-08-20 01:53:08.403 8 WARNING keystonemiddleware._common.config [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-20 01:53:08.411 8 WARNING oslo_config.cfg [None req-04e46080-9241-4cfe-9a67-c58be95609a3 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6295e3f668 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-08-20 01:53:12.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-185f7334-ef35-47cf-baf8-372bbf6c3490 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:11 2026] GET /v2.0/networks/public => generated 108 bytes in 772 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:53:13.486 7 WARNING neutron.services.revisions.revision_plugin [None req-ae175829-6b24-40b7-bd5f-920af9476533 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:13.507 7 INFO neutron.db.segments_db [None req-ae175829-6b24-40b7-bd5f-920af9476533 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 70d4ec44-c4f6-4b9e-8c32-585c9987087f of type flat for network 1006df9b-5636-402f-8194-13c03930a24b 2026-08-20 01:53:13.565 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae175829-6b24-40b7-bd5f-920af9476533 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:13 2026] POST /v2.0/networks => generated 124 bytes in 463 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:53:19.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d9570ea-7562-48fc-a0d1-37d6bf0eca00 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:19 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:19 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-08-20 01:53:19.511 7 WARNING neutron.services.revisions.revision_plugin [None req-bc2fb7a2-bc9d-4edd-ab2f-f0e0c2969f53 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:19.524 7 INFO neutron.db.segments_db [None req-bc2fb7a2-bc9d-4edd-ab2f-f0e0c2969f53 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 838ed4e1-1e6a-492b-83bc-59b0eb6bb72f of type flat for network 62dd4d17-185d-43af-8448-f56a78e5d81b 2026-08-20 01:53:19.543 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc2fb7a2-bc9d-4edd-ab2f-f0e0c2969f53 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:19 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-08-20 01:53:25.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2a4a674-2ef8-4907-80e8-187c594ab5e7 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:25 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:53:26.011 8 WARNING neutron.services.revisions.revision_plugin [None req-46341143-031d-4647-9cab-6ee90cc008ae 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:26.071 8 INFO neutron.db.segments_db [None req-46341143-031d-4647-9cab-6ee90cc008ae 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment b847ebd7-fdb8-4309-956b-49a59387b6b4 of type flat for network 78868edf-33af-4585-a156-d3653fba9b3c 2026-08-20 01:53:26.154 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46341143-031d-4647-9cab-6ee90cc008ae 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:25 2026] POST /v2.0/networks => generated 124 bytes in 386 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:53:31.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d91db5fc-6153-4b7b-9d1b-0fa0f7e33db2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:31 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:53:32.033 8 WARNING neutron.services.revisions.revision_plugin [None req-967cd56a-99e9-4d98-8ea9-bbc63f06865a 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:32.053 8 INFO neutron.db.segments_db [None req-967cd56a-99e9-4d98-8ea9-bbc63f06865a 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 1ff57f98-6a5d-4f87-8594-43fc2d51dc84 of type flat for network d6e2d11b-6e9e-4137-a0a8-992e44125a84 2026-08-20 01:53:32.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-967cd56a-99e9-4d98-8ea9-bbc63f06865a 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:31 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:53:37.982 7 INFO neutron.pecan_wsgi.hooks.translation [None req-116bdc0e-6f9a-45b8-bd81-b9d966923201 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:37 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:37 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-08-20 01:53:38.046 7 WARNING neutron.services.revisions.revision_plugin [None req-6f08ccfc-7a59-42dc-bfc0-c8887c92ce58 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:38.065 7 INFO neutron.db.segments_db [None req-6f08ccfc-7a59-42dc-bfc0-c8887c92ce58 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment e9241db5-adf8-4670-8e11-e815906c1ae0 of type flat for network 862f1231-7931-4f07-be76-5aa8e6479f92 2026-08-20 01:53:38.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f08ccfc-7a59-42dc-bfc0-c8887c92ce58 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:38 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:53:43.960 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02650e21-e35c-407c-9b88-96396f3897dd 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:43 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:43 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-08-20 01:53:44.036 8 WARNING neutron.services.revisions.revision_plugin [None req-265a5c6f-b89d-4123-89bf-3388685215b9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:44.062 8 INFO neutron.db.segments_db [None req-265a5c6f-b89d-4123-89bf-3388685215b9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 484a5421-3110-4b1e-96b2-ac08ecc42ab6 of type flat for network 325becd9-7949-434a-b327-8629cfd3ab29 2026-08-20 01:53:44.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-265a5c6f-b89d-4123-89bf-3388685215b9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:43 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 01:53:49.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44008f02-e6d7-459f-a996-14d04dc50a01 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:49 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/26] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:53:50.284 8 WARNING neutron.services.revisions.revision_plugin [None req-89ca9359-c2ad-4c01-afdc-28f4c4a2e4dc 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Could not find related network for resource to bump revision. 2026-08-20 01:53:50.304 8 INFO neutron.db.segments_db [None req-89ca9359-c2ad-4c01-afdc-28f4c4a2e4dc 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment baf4d6ed-417e-4f8c-901e-0a9fbc2066e0 of type flat for network 527844d5-1ec2-427d-ad67-45463a2ccb3b [pid: 8|app: 0|req: 12/27] 199.19.213.186 () {48 vars in 968 bytes} [Thu Aug 20 01:53:49 2026] POST /v2.0/networks => generated 706 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 01:53:51.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16cc1395-dcdb-47f9-bdce-0380c9e57eeb 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 01:53:51 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/29] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 01:53:51 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 01:53:51.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c85f27f-d824-4e97-8a2e-3fbdfcd52ed6 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.19.213.186 () {44 vars in 1035 bytes} [Thu Aug 20 01:53:51 2026] GET /v2.0/subnets/public-subnet?network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.19.213.186 () {44 vars in 1058 bytes} [Thu Aug 20 01:53:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/32] 199.19.213.186 () {48 vars in 966 bytes} [Thu Aug 20 01:53:51 2026] POST /v2.0/subnets => generated 664 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 01:58:31.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0bbb2d8a-7269-4878-94ca-7974bf6dca75 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 199.19.213.186 () {44 vars in 938 bytes} [Thu Aug 20 01:58:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.19.213.186 () {44 vars in 960 bytes} [Thu Aug 20 01:58:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 01:58:31.271 8 INFO neutron.db.segments_db [None req-50c46b9a-b92c-4156-92b2-1bc3e9af0652 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment be7b8427-0d53-481e-8645-36f5ae75ae2c of type vxlan for network d067c518-4b28-4882-9ecc-59af6100cc43 [pid: 8|app: 0|req: 34/71] 199.19.213.186 () {48 vars in 967 bytes} [Thu Aug 20 01:58:31 2026] POST /v2.0/networks => generated 707 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 01:58:32.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61565a57-1d5d-4fb1-8ac4-28b1d378c805 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.19.213.186 () {44 vars in 938 bytes} [Thu Aug 20 01:58:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.19.213.186 () {44 vars in 960 bytes} [Thu Aug 20 01:58:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 01:58:32.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb2e8de1-fbfe-47ec-ab37-31bc943e3344 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.19.213.186 () {44 vars in 1037 bytes} [Thu Aug 20 01:58:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.19.213.186 () {44 vars in 1060 bytes} [Thu Aug 20 01:58:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.19.213.186 () {48 vars in 966 bytes} [Thu Aug 20 01:58:32 2026] POST /v2.0/subnets => generated 651 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 01:58:33.811 8 INFO neutron.api.v2.resource [None req-c5f1be13-a481-43e2-9d2f-7356b42c2fd5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/79] 199.19.213.186 () {44 vars in 972 bytes} [Thu Aug 20 01:58:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.19.213.186 () {44 vars in 994 bytes} [Thu Aug 20 01:58:33 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.186 () {48 vars in 981 bytes} [Thu Aug 20 01:58:33 2026] POST /v2.0/security-groups => generated 1616 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:35 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:35 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 1616 bytes in 26 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:35 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => 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.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:36 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:36 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 2230 bytes in 27 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:36 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 2230 bytes in 21 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.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:37 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:37 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 2846 bytes in 23 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:37 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:38 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:38 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 3462 bytes in 30 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:38 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:39 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:39 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4078 bytes in 37 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:39 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4078 bytes in 25 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.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.19.213.186 () {44 vars in 988 bytes} [Thu Aug 20 01:58:40 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 01:58:40.733 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72309bca-3e16-4b90-8397-301b7982ed64 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/103] 199.19.213.186 () {44 vars in 1077 bytes} [Thu Aug 20 01:58:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.19.213.186 () {44 vars in 1100 bytes} [Thu Aug 20 01:58:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:40 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.19.213.186 () {48 vars in 962 bytes} [Thu Aug 20 01:58:40 2026] POST /v2.0/ports => generated 1096 bytes in 354 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 01:58:48.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb96ef2f-a188-43e4-ad32-969bbb659ffb 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/109] 199.19.213.186 () {44 vars in 980 bytes} [Thu Aug 20 01:58:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.19.213.186 () {48 vars in 1032 bytes} [Thu Aug 20 01:58:48 2026] PUT /v2.0/ports/c9a4e3ae-5632-4383-ac92-4449475584d3 => generated 1245 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.19.213.186 () {44 vars in 921 bytes} [Thu Aug 20 01:58:50 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-08-20 01:58:51.454 7 INFO neutron.api.v2.resource [None req-e34399b6-1ac6-44b3-bcd0-938d541f3b69 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/113] 199.19.213.186 () {44 vars in 960 bytes} [Thu Aug 20 01:58:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.19.213.186 () {44 vars in 982 bytes} [Thu Aug 20 01:58:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => 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: 60/115] 199.19.213.186 () {48 vars in 981 bytes} [Thu Aug 20 01:58:51 2026] POST /v2.0/security-groups => generated 1610 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:52 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:52 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 1610 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:52 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:52 2026] POST /v2.0/security-group-rules => generated 621 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:53 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 2244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:53 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/122] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 01:58:53 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/123] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 01:58:53 2026] POST /v2.0/security-group-rules => generated 625 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/132] 199.19.213.186 () {44 vars in 976 bytes} [Thu Aug 20 01:59:56 2026] GET /v2.0/quotas/b79ac7c18a424fe79b3f7a7cf09794d9 => 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: 69/133] 199.19.213.186 () {48 vars in 1028 bytes} [Thu Aug 20 01:59:57 2026] PUT /v2.0/quotas/b79ac7c18a424fe79b3f7a7cf09794d9 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:02:37.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69968f01-da45-46fd-a6fd-f23ff05528b1 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/156] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:02:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/157] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:02:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:02:39.219 7 INFO neutron.pecan_wsgi.hooks.translation [None req-873a9348-656d-403a-8624-adce602fbfe1 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/158] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:02:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/159] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:02:39 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-08-20 02:08:46.188 8 INFO neutron.api.v2.resource [None req-0ad6a9c7-31e2-41c8-bb0e-1d275e1241a2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/208] 199.19.213.186 () {44 vars in 1075 bytes} [Thu Aug 20 02:08:46 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=dd0342963f214c678ff42da4920f3774 => generated 139 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/209] 199.19.213.186 () {44 vars in 1098 bytes} [Thu Aug 20 02:08:46 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=dd0342963f214c678ff42da4920f3774 => generated 23 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/212] 199.19.213.186 () {48 vars in 982 bytes} [Thu Aug 20 02:08:46 2026] POST /v2.0/security-groups => generated 1624 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:47 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:08:47 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/215] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:47 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 02:08:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:48 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:08:48 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/219] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:48 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => 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: 113/220] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 02:08:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:49 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:08:49 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:50 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 02:08:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/225] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:51 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/226] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:08:51 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/227] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:08:51 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/228] 199.19.213.186 () {48 vars in 992 bytes} [Thu Aug 20 02:08:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/247] 199.19.213.186 () {30 vars in 740 bytes} [Thu Aug 20 02:11:05 2026] GET /v2.0/networks?tenant_id=dd0342963f214c678ff42da4920f3774&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:11:05.623 8 INFO neutron.db.segments_db [None req-d16d19e2-269c-4e42-aa9a-e95849058950 8caa89be6d4640a5b62ef476fdead82c dd0342963f214c678ff42da4920f3774 - - f0cc4b6fb85848cabef7769c86d38f1b f0cc4b6fb85848cabef7769c86d38f1b] Added segment 5ce1b545-aec9-43fa-8466-4886f28c96a6 of type vxlan for network 0ec9c54f-128d-42ce-9808-101651411814 [pid: 8|app: 0|req: 121/248] 199.19.213.186 () {34 vars in 682 bytes} [Thu Aug 20 02:11:05 2026] POST /v2.0/networks => generated 718 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/249] 199.19.213.186 () {30 vars in 722 bytes} [Thu Aug 20 02:11:05 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/250] 199.19.213.186 () {30 vars in 633 bytes} [Thu Aug 20 02:11:05 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/251] 199.19.213.186 () {34 vars in 677 bytes} [Thu Aug 20 02:11:05 2026] POST /v2.0/ports => generated 999 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/252] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:11:06 2026] GET /v2.0/networks/0ec9c54f-128d-42ce-9808-101651411814 => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/253] 199.19.213.186 () {30 vars in 722 bytes} [Thu Aug 20 02:11:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/254] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:11:08 2026] GET /v2.0/networks/0ec9c54f-128d-42ce-9808-101651411814 => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/257] 199.19.213.186 () {44 vars in 976 bytes} [Thu Aug 20 02:11:23 2026] GET /v2.0/quotas/dd0342963f214c678ff42da4920f3774 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/258] 199.19.213.186 () {48 vars in 1028 bytes} [Thu Aug 20 02:11:24 2026] PUT /v2.0/quotas/dd0342963f214c678ff42da4920f3774 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:23:38.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31efed1a-e3b5-477c-87c1-ca6efadc97a9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/357] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 02:23:38 2026] GET /v2.0/networks/public => generated 108 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/358] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 02:23:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:23:39.568 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fae9fe95-22ae-4bd8-95bb-62c39aa0acd0 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/359] 199.19.213.186 () {44 vars in 928 bytes} [Thu Aug 20 02:23:39 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/360] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 02:23:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:23:39.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c053620c-338f-48e4-b488-2f9f83d0e02c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/361] 199.19.213.186 () {44 vars in 1035 bytes} [Thu Aug 20 02:23:39 2026] GET /v2.0/subnets/public-subnet?network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/362] 199.19.213.186 () {44 vars in 1058 bytes} [Thu Aug 20 02:23:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:24:06.855 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcc1e101-520c-4bbb-848f-f61c5e8dea30 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/367] 199.19.213.186 () {44 vars in 938 bytes} [Thu Aug 20 02:24:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/368] 199.19.213.186 () {44 vars in 960 bytes} [Thu Aug 20 02:24:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:24:07.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7f4459c-32f7-4cd3-8453-c2e27dac1e1a 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/369] 199.19.213.186 () {44 vars in 938 bytes} [Thu Aug 20 02:24:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/370] 199.19.213.186 () {44 vars in 960 bytes} [Thu Aug 20 02:24:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:24:07.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13f5faf2-09f3-47b2-ba6b-ea225666ccab 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/371] 199.19.213.186 () {44 vars in 1037 bytes} [Thu Aug 20 02:24:07 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/372] 199.19.213.186 () {44 vars in 1060 bytes} [Thu Aug 20 02:24:07 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:24:09.089 8 INFO neutron.api.v2.resource [None req-df36e1a4-0858-42a1-8457-b622ca91e8a4 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/373] 199.19.213.186 () {44 vars in 972 bytes} [Thu Aug 20 02:24:09 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/374] 199.19.213.186 () {44 vars in 994 bytes} [Thu Aug 20 02:24:09 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/375] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:10 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 59 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:10 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 38 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.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:10 2026] GET /v2.0/security-group-rules/70fddb4a-9110-4d87-81ba-cedc7074488d => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/378] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:11 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:11 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => 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: 193/380] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:11 2026] GET /v2.0/security-group-rules/3e437e8d-e0a5-4b5f-bdbc-ab63be7e5746 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:12 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 67 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:12 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:12 2026] GET /v2.0/security-group-rules/727ea3f3-835e-4857-8994-00756b29031d => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:12 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 61 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:12 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/386] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:13 2026] GET /v2.0/security-group-rules/adfa3cc0-5a5e-4621-9b33-238f0890cbfd => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/387] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:13 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/388] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:13 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/389] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:13 2026] GET /v2.0/security-group-rules/beabf7a9-1cfb-4224-ac93-b596996f14a6 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/390] 199.19.213.186 () {44 vars in 988 bytes} [Thu Aug 20 02:24:15 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:24:15.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91589117-6049-4f0f-95e7-a06bf38c986e 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/391] 199.19.213.186 () {44 vars in 1077 bytes} [Thu Aug 20 02:24:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/392] 199.19.213.186 () {44 vars in 1100 bytes} [Thu Aug 20 02:24:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 1250 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/393] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:15 2026] GET /v2.0/security-groups/ac328c83-ab49-4103-91dd-beffb0126f0d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:24:22.372 7 INFO neutron.pecan_wsgi.hooks.translation [None req-834d2b85-034a-446c-be14-f71e27db1da8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/396] 199.19.213.186 () {44 vars in 980 bytes} [Thu Aug 20 02:24:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/397] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:22 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: 7|app: 0|req: 202/398] 199.19.213.186 () {44 vars in 921 bytes} [Thu Aug 20 02:24:23 2026] GET /v2.0/ports => generated 4721 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:24:25.033 8 INFO neutron.api.v2.resource [None req-67f98f52-ce5b-49e8-aead-d7f9578eeee5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/399] 199.19.213.186 () {44 vars in 960 bytes} [Thu Aug 20 02:24:24 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.19.213.186 () {44 vars in 982 bytes} [Thu Aug 20 02:24:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/401] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:25 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 2882 bytes in 58 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.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:26 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => 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.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:26 2026] GET /v2.0/security-group-rules/ad0595cb-4303-4cef-8858-bbf72e75690b => generated 621 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/404] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:26 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 2882 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/405] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:24:26 2026] GET /v2.0/security-groups/f46531ef-5e23-475a-a51c-689c55ac2640 => generated 2882 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/406] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:24:26 2026] GET /v2.0/security-group-rules/c0625dee-cd39-4497-88d6-f6a6296a5d55 => generated 625 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/409] 199.19.213.186 () {44 vars in 976 bytes} [Thu Aug 20 02:24:38 2026] GET /v2.0/quotas/b79ac7c18a424fe79b3f7a7cf09794d9 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:25:32.490 7 INFO neutron.api.v2.resource [None req-5c5fe7f0-3c60-408f-8aef-59f56dd3958a 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/418] 199.19.213.186 () {44 vars in 1075 bytes} [Thu Aug 20 02:25:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=dd0342963f214c678ff42da4920f3774 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/419] 199.19.213.186 () {44 vars in 1098 bytes} [Thu Aug 20 02:25:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=dd0342963f214c678ff42da4920f3774 => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/420] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:25:33 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/421] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:25:33 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/422] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:25:33 2026] GET /v2.0/security-group-rules/1bb1ad18-a806-4d53-8537-fd0b93fc4a74 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/423] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:25:34 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/424] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:25:34 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => 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: 209/425] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:25:34 2026] GET /v2.0/security-group-rules/c016832b-5af0-4d20-aabf-ff1f9e8b26e8 => generated 599 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/426] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:25:35 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/427] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:25:35 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/428] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:25:35 2026] GET /v2.0/security-group-rules/4849d98d-ead7-4cf9-87a4-d569af431c99 => 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: 211/429] 199.19.213.186 () {44 vars in 1089 bytes} [Thu Aug 20 02:25:36 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c?project_id=dd0342963f214c678ff42da4920f3774 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/430] 199.19.213.186 () {44 vars in 1002 bytes} [Thu Aug 20 02:25:36 2026] GET /v2.0/security-groups/cd8a2f2d-0723-4010-9495-3f70f3df210c => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/431] 199.19.213.186 () {44 vars in 1012 bytes} [Thu Aug 20 02:25:36 2026] GET /v2.0/security-group-rules/0f2e4f56-4bd4-43f5-baca-6b8c97e753bb => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/432] 199.19.213.186 () {44 vars in 976 bytes} [Thu Aug 20 02:25:43 2026] GET /v2.0/quotas/dd0342963f214c678ff42da4920f3774 => 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: 217/441] 199.19.213.186 () {44 vars in 950 bytes} [Thu Aug 20 02:26:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/446] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:27:10 2026] GET /v2.0/networks => generated 2168 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/447] 10.0.0.179 () {32 vars in 655 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/routers => generated 15 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/449] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/ports => generated 4721 bytes in 69 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.179 () {32 vars in 647 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/subnets => generated 1308 bytes in 43 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.179 () {32 vars in 649 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/453] 10.0.0.179 () {32 vars in 655 bytes} [Thu Aug 20 02:27:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:23.460 7 INFO neutron.db.segments_db [None req-0aaeba3f-b738-42b4-a844-72a756169efd 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 of type vxlan for network ad362aac-0647-429f-8631-0be8d7e14a16 [pid: 7|app: 0|req: 232/456] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:27:23 2026] POST /v2.0/networks => generated 748 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:23.674 8 INFO neutron.db.segments_db [None req-c0152659-05a1-40f3-b307-e316a6d5e1b5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment b0871674-b9e3-4c3b-83a2-903c002956a6 of type vxlan for network bade3112-3e98-4fbb-9c58-a24373d10d79 [pid: 8|app: 0|req: 225/457] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:27:23 2026] POST /v2.0/networks => generated 751 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:23.886 7 INFO neutron.db.segments_db [None req-5336c35b-04a8-4dd4-9e37-3645bcfd236b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 52ee5d14-e50a-417f-b0d2-5ea902973608 of type vxlan for network 87198d20-88b7-4ebb-a70d-14577c10ec94 [pid: 8|app: 0|req: 226/458] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:23 2026] POST /v2.0/subnets => generated 695 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/459] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:27:23 2026] POST /v2.0/networks => generated 749 bytes in 391 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.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:23 2026] POST /v2.0/subnets => generated 698 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:24.079 8 INFO neutron.db.segments_db [None req-433bf0e9-7a0a-4329-af06-8a38cce0c1d8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment fa029361-3cce-4ca2-8acb-1d675f4b294f of type vxlan for network cc1cd3f7-355a-4f34-888d-8744d81326f1 [pid: 7|app: 0|req: 234/461] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:27:23 2026] GET /v2.0/security-groups?tenant_id=a825fb86b6814bbbab65be1bb8a35ff4&name=default => generated 2921 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:27:24.310 8 INFO neutron.db.l3_hamode_db [None req-433bf0e9-7a0a-4329-af06-8a38cce0c1d8 8a2755b226e048edb34b127f15974fb2 144ab707c1e04da3b6381034d95993ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/462] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:24 2026] POST /v2.0/subnets => generated 696 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:24.380 7 INFO neutron.db.segments_db [None req-c6af2a2f-ba33-4c13-8801-ec602e017656 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 7d5c6782-8005-4cc8-9142-7ed57db68543 of type vxlan for network 1f2950bf-e595-4709-84a0-16a0889b169c 2026-08-20 02:27:24.611 7 INFO neutron.db.l3_hamode_db [None req-c6af2a2f-ba33-4c13-8801-ec602e017656 8a2755b226e048edb34b127f15974fb2 2600ffe78ef646d1b16c95160b77e9ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:27:25.157 8 INFO neutron.db.l3_hamode_db [None req-433bf0e9-7a0a-4329-af06-8a38cce0c1d8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:27:25.456 7 INFO neutron.db.l3_hamode_db [None req-c6af2a2f-ba33-4c13-8801-ec602e017656 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/463] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:24 2026] POST /v2.0/routers => generated 735 bytes in 2309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/464] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:27:26 2026] DELETE /v2.0/security-groups/5e7bc4c8-3e32-463c-81da-d257fd32c9aa => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:27:26.495 8 INFO neutron.db.segments_db [None req-8f3822af-7cae-44ab-b92a-16adb5c6bf82 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 37871731-15b9-41c0-b439-159908b14df5 of type vxlan for network 7e9fd641-51cc-438c-bedf-a3b1ff350990 2026-08-20 02:27:26.694 8 INFO neutron.db.l3_hamode_db [None req-8f3822af-7cae-44ab-b92a-16adb5c6bf82 8a2755b226e048edb34b127f15974fb2 8e3f51ef7f91462d8cb83d692473ea7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/465] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:24 2026] POST /v2.0/routers => generated 738 bytes in 2396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:27.350 8 INFO neutron.db.l3_hamode_db [None req-8f3822af-7cae-44ab-b92a-16adb5c6bf82 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/466] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:27:26 2026] PUT /v2.0/routers/aa92a707-2892-4ed8-b5c0-a80b1357853b/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/467] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:26 2026] POST /v2.0/routers => generated 736 bytes in 1664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/468] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:27:27 2026] PUT /v2.0/routers/77691bc7-e8d2-4593-99f2-552501219031/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:29.262 7 INFO neutron.db.segments_db [None req-89d8d5eb-4970-47c9-b353-5eeb42dfdd37 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment cb5f14ab-26c3-4490-8d9d-63725eb98278 of type vxlan for network 98eead82-db61-4de9-9246-6eb55707c346 [pid: 8|app: 0|req: 231/469] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:27:28 2026] PUT /v2.0/routers/d4335591-c78b-496a-a351-9a164faec930/add_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/470] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/networks => generated 744 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/471] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/472] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/subnets => generated 691 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:29.570 7 INFO neutron.db.segments_db [None req-e086492a-0044-4aa2-9a51-36765f164d8c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment aa0a1552-5e78-4786-873a-e14868bd4bf0 of type vxlan for network 5fd48234-1659-46ae-b3fc-3adedafedc07 [pid: 8|app: 0|req: 233/473] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/474] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/security-groups => generated 1659 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:27:29.818 7 INFO neutron.db.l3_hamode_db [None req-e086492a-0044-4aa2-9a51-36765f164d8c 8a2755b226e048edb34b127f15974fb2 54a567da8b6b4a3d84c20e164b102eba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/475] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/476] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/floatingips => generated 552 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:30.481 7 INFO neutron.db.l3_hamode_db [None req-e086492a-0044-4aa2-9a51-36765f164d8c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/478] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.233 () {38 vars in 971 bytes} [Thu Aug 20 02:27:30 2026] POST /v2.0/security-groups => generated 1685 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:27:30 2026] POST /v2.0/floatingips => generated 552 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/481] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:31 2026] GET /v2.0/security-groups/8c42c874-3da4-4d6b-a456-451b7fbb0d85 => generated 1685 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/482] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:29 2026] POST /v2.0/routers => generated 731 bytes in 1742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.233 () {38 vars in 981 bytes} [Thu Aug 20 02:27:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/486] 10.0.0.233 () {38 vars in 971 bytes} [Thu Aug 20 02:27:31 2026] POST /v2.0/security-groups => generated 1683 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/487] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:31 2026] GET /v2.0/security-groups/6cbc4769-34c2-4d0c-95bd-6ebf8c2bea91 => generated 1683 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/488] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:27:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--677432044&fields=id&tenant_id=2600ffe78ef646d1b16c95160b77e9ba => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/489] 10.0.0.233 () {38 vars in 981 bytes} [Thu Aug 20 02:27:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/490] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:27:31 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 683 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/491] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:31 2026] GET /v2.0/security-groups/6cbc4769-34c2-4d0c-95bd-6ebf8c2bea91 => generated 2308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/492] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:27:31 2026] GET /v2.0/quotas/2600ffe78ef646d1b16c95160b77e9ba => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/493] 10.0.0.233 () {38 vars in 981 bytes} [Thu Aug 20 02:27:31 2026] POST /v2.0/security-group-rules => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/494] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/495] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/security-groups/6cbc4769-34c2-4d0c-95bd-6ebf8c2bea91 => generated 2938 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/496] 10.0.0.233 () {34 vars in 1001 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/security-group-rules/bad3cd8e-95ae-4d05-892d-8f81429a1340 => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/497] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/security-groups/6cbc4769-34c2-4d0c-95bd-6ebf8c2bea91 => generated 2938 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/498] 10.0.0.233 () {36 vars in 1023 bytes} [Thu Aug 20 02:27:32 2026] DELETE /v2.0/security-group-rules/bad3cd8e-95ae-4d05-892d-8f81429a1340 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/499] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/security-groups/6cbc4769-34c2-4d0c-95bd-6ebf8c2bea91 => generated 2308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/500] 10.0.0.233 () {36 vars in 1013 bytes} [Thu Aug 20 02:27:32 2026] DELETE /v2.0/security-groups/6cbc4769-34c2-4d0c-95bd-6ebf8c2bea91 => 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: 242/501] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:27:31 2026] PUT /v2.0/routers/8a9f3e68-bd28-45c5-a4b3-748ee0c910eb/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/502] 10.0.0.233 () {34 vars in 907 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/extensions => generated 21537 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/503] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 245/504] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 260/505] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/security-groups/8c42c874-3da4-4d6b-a456-451b7fbb0d85 => generated 2310 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/506] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:32 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/507] 10.0.0.233 () {36 vars in 1013 bytes} [Thu Aug 20 02:27:32 2026] DELETE /v2.0/security-groups/8c42c874-3da4-4d6b-a456-451b7fbb0d85 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/508] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:27:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/509] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/510] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:33.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4482991-ca0d-4e94-adb3-b985e8c9e925 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 9b064040-e5c8-4430-aab9-cca6639718c9 2026-08-20 02:27:33.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4482991-ca0d-4e94-adb3-b985e8c9e925 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 9b064040-e5c8-4430-aab9-cca6639718c9 [pid: 8|app: 0|req: 262/511] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:27:32 2026] PUT /v2.0/routers/d4335591-c78b-496a-a351-9a164faec930/remove_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/512] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:27:33 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/513] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:33 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:34.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-77bb781c-07cc-4a4d-b76a-47f932c1d9e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 27cdc78e-eb36-4dfe-a4de-ece56c6b8cf1 2026-08-20 02:27:34.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77bb781c-07cc-4a4d-b76a-47f932c1d9e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 27cdc78e-eb36-4dfe-a4de-ece56c6b8cf1 2026-08-20 02:27:34.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-77bb781c-07cc-4a4d-b76a-47f932c1d9e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 6d28b452-ffb4-47d1-bbfb-340fbe079fa5 2026-08-20 02:27:34.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77bb781c-07cc-4a4d-b76a-47f932c1d9e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 6d28b452-ffb4-47d1-bbfb-340fbe079fa5 [pid: 7|app: 0|req: 252/514] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--853044353&fields=id&tenant_id=54a567da8b6b4a3d84c20e164b102eba => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:34.436 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-77bb781c-07cc-4a4d-b76a-47f932c1d9e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2244, 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 648, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 253/515] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/networks?id=98eead82-db61-4de9-9246-6eb55707c346 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/516] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/quotas/54a567da8b6b4a3d84c20e164b102eba => 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: 255/517] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/ports?tenant_id=54a567da8b6b4a3d84c20e164b102eba&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/518] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/519] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?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) 2026-08-20 02:27:34.782 8 INFO neutron.db.l3_hamode_db [None req-77bb781c-07cc-4a4d-b76a-47f932c1d9e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 7e9fd641-51cc-438c-bedf-a3b1ff350990 was deleted as no HA routers are present in tenant 8e3f51ef7f91462d8cb83d692473ea7c. [pid: 8|app: 0|req: 263/520] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:27:33 2026] DELETE /v2.0/routers/d4335591-c78b-496a-a351-9a164faec930 => generated 0 bytes in 807 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:34 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 258/522] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:27:34 2026] DELETE /v2.0/subnets/20e3551b-71cc-4190-aa34-f956081244ef => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:27:35.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ce43905-120e-4d7e-be1b-6b2236d630e8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 4ea83b65-346a-4f25-aa7a-b48155bc09e2 2026-08-20 02:27:35.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce43905-120e-4d7e-be1b-6b2236d630e8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 4ea83b65-346a-4f25-aa7a-b48155bc09e2 [pid: 7|app: 0|req: 259/523] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:35.141 8 INFO neutron.services.segments.plugin [-] Segment 37871731-15b9-41c0-b439-159908b14df5 resource provider aggregate not found 2026-08-20 02:27:35.153 8 INFO neutron.services.segments.plugin [-] Segment 37871731-15b9-41c0-b439-159908b14df5 resource provider aggregate not found 2026-08-20 02:27:35.163 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37871731-15b9-41c0-b439-159908b14df5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37871731-15b9-41c0-b439-159908b14df5 found for delete ", "request_id": "req-a13a0889-565a-41b1-a9e9-302a4e2c9902"}]} [pid: 7|app: 0|req: 260/524] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--730591392&fields=id&tenant_id=144ab707c1e04da3b6381034d95993ab => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:35.186 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37871731-15b9-41c0-b439-159908b14df5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37871731-15b9-41c0-b439-159908b14df5 found for delete ", "request_id": "req-1dd82d0f-f989-4c9b-9bee-b8823fd0f118"}]} [pid: 7|app: 0|req: 261/525] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/networks?id=ad362aac-0647-429f-8631-0be8d7e14a16 => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/526] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/quotas/144ab707c1e04da3b6381034d95993ab => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/527] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:27:34 2026] DELETE /v2.0/networks/87198d20-88b7-4ebb-a70d-14577c10ec94 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/528] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/ports?tenant_id=144ab707c1e04da3b6381034d95993ab&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/529] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16?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: 264/530] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16?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: 267/531] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/security-groups?tenant_id=8e3f51ef7f91462d8cb83d692473ea7c&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/532] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:27:35 2026] DELETE /v2.0/security-groups/44ef1c2b-e15d-4cf2-8c22-787d6160a0b5 => 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: 268/533] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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/534] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:35 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 269/535] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:36 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/536] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:36 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 270/537] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:37 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:37.183 8 INFO neutron.services.segments.plugin [-] Segment 52ee5d14-e50a-417f-b0d2-5ea902973608 resource provider aggregate not found 2026-08-20 02:27:37.201 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 52ee5d14-e50a-417f-b0d2-5ea902973608 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ee5d14-e50a-417f-b0d2-5ea902973608 found for delete ", "request_id": "req-651c59b5-5dbb-4a67-a178-50f617d4021f"}]} 2026-08-20 02:27:37.213 8 INFO neutron.services.segments.plugin [-] Segment 52ee5d14-e50a-417f-b0d2-5ea902973608 resource provider aggregate not found 2026-08-20 02:27:37.230 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 52ee5d14-e50a-417f-b0d2-5ea902973608 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ee5d14-e50a-417f-b0d2-5ea902973608 found for delete ", "request_id": "req-438d7a04-cf2e-4034-96de-f0a11b62f972"}]} [pid: 7|app: 0|req: 268/538] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:37 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:37.617 8 INFO neutron.db.segments_db [None req-c175e174-213f-457f-93e8-057eb398bb84 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment a04dd60d-f681-4404-82a0-60e83ca718f5 of type vxlan for network 82c656bf-3dd3-4923-8cb2-b3a53ad527f5 [pid: 8|app: 0|req: 271/539] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:27:37 2026] POST /v2.0/networks => generated 743 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/540] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:37 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 683 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/541] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:37 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 271/542] 199.19.213.186 () {34 vars in 911 bytes} [Thu Aug 20 02:27:37 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: 272/543] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:37 2026] POST /v2.0/subnets => generated 690 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/544] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:27:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2600ffe78ef646d1b16c95160b77e9ba => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:38.058 8 INFO neutron.db.segments_db [None req-99f5c29f-36d3-4c69-ad5e-04e9741c7893 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 751db165-1d32-4ff8-b94e-38fa5af202b4 of type vxlan for network 83cacd7c-42af-468f-9c9a-571aa72d98a3 2026-08-20 02:27:38.342 8 INFO neutron.db.l3_hamode_db [None req-99f5c29f-36d3-4c69-ad5e-04e9741c7893 8a2755b226e048edb34b127f15974fb2 5779b481dd584feaba557ad8ff20a5f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 273/545] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:27:38 2026] POST /v2.0/ports => generated 954 bytes in 446 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: 274/546] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:38 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/547] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:38 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 957 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/548] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:38 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:39.186 8 INFO neutron.db.l3_hamode_db [None req-99f5c29f-36d3-4c69-ad5e-04e9741c7893 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 277/549] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:27:38 2026] PUT /v2.0/ports/416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 1235 bytes in 379 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: 278/550] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:39 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/551] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:39 2026] GET /v2.0/networks?id=98eead82-db61-4de9-9246-6eb55707c346 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/552] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:39 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:39.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c0d7018-160a-4d89-9aa9-d1ee099ef1c5'] response: {'name': 'network-changed', 'server_uuid': '8ec34790-da9e-4797-892b-a10d3f0c9f67', 'tag': '416f9efc-60fa-4043-89f5-a3d8f551db0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 281/553] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:27:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=54a567da8b6b4a3d84c20e164b102eba => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/554] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:27:39 2026] POST /v2.0/ports => generated 954 bytes in 320 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: 283/555] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/556] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:38 2026] POST /v2.0/routers => generated 730 bytes in 2058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/557] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/558] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:27:40 2026] PUT /v2.0/ports/a6230cfa-4b4d-47c0-b18b-4871f524f80c => generated 1235 bytes in 404 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: 285/559] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/560] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 287/561] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/networks?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&shared=False => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/562] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/563] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 290/564] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:40 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/565] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:27:40 2026] PUT /v2.0/routers/79c8952f-802a-40e8-addf-f9da12f9e58e/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/566] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/567] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/568] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?tenant_id=54a567da8b6b4a3d84c20e164b102eba&device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/569] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a6230cfa-4b4d-47c0-b18b-4871f524f80c => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/570] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/subnets?id=4cd16b3f-89a1-4d86-a2a0-0a3efb4caa6f => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/571] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 278/572] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?network_id=98eead82-db61-4de9-9246-6eb55707c346&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:27:41.748 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e4ad584-35b2-42d0-b964-1ef7b32c8baa'] response: {'name': 'network-changed', 'server_uuid': '0778f1fe-bec6-4aef-9c52-d8a8bd35a072', 'tag': 'a6230cfa-4b4d-47c0-b18b-4871f524f80c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 279/573] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1238 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/574] 10.0.0.233 () {38 vars in 971 bytes} [Thu Aug 20 02:27:41 2026] POST /v2.0/security-groups => generated 1682 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/575] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/576] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/networks?id=ad362aac-0647-429f-8631-0be8d7e14a16 => generated 680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/577] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/578] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?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: 298/579] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=144ab707c1e04da3b6381034d95993ab => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/580] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/subnets?id=b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/581] 10.0.0.233 () {38 vars in 971 bytes} [Thu Aug 20 02:27:41 2026] POST /v2.0/security-groups => generated 1681 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/582] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/583] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:41 2026] GET /v2.0/ports?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/584] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/585] 10.0.0.233 () {38 vars in 971 bytes} [Thu Aug 20 02:27:42 2026] POST /v2.0/security-groups => generated 1682 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/586] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 305/587] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups?tenant_id=5779b481dd584feaba557ad8ff20a5f6 => generated 7910 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/588] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 307/589] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/62827fd2-afff-419d-b085-86f8a1773956 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/590] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/62827fd2-afff-419d-b085-86f8a1773956 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/591] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/592] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/21431c69-e49f-4cf1-b7f8-294b34a192c6 => generated 1682 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/593] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/594] 10.0.0.233 () {36 vars in 1013 bytes} [Thu Aug 20 02:27:42 2026] DELETE /v2.0/security-groups/21431c69-e49f-4cf1-b7f8-294b34a192c6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:27:42.583 7 INFO neutron.api.v2.resource [req-a178f6fb-3a03-475d-a1c4-9484f7c63f71 req-84950d09-3f3b-48c7-8730-ab606013ff55 47a67c4d669844a1b45aff37eac88b77 5779b481dd584feaba557ad8ff20a5f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 313/595] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/21431c69-e49f-4cf1-b7f8-294b34a192c6 => generated 146 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/596] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/30843d99-fa2e-4923-adfc-009be67f6da0 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/597] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:27:41 2026] POST /v2.0/ports => generated 954 bytes in 704 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: 315/598] 10.0.0.233 () {36 vars in 1013 bytes} [Thu Aug 20 02:27:42 2026] DELETE /v2.0/security-groups/30843d99-fa2e-4923-adfc-009be67f6da0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/599] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 957 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:42.811 7 INFO neutron.api.v2.resource [req-7464440b-f4ba-4287-96a4-d311a985ef53 req-afb8f4b0-c49a-42d4-b919-9bc6625d6f37 47a67c4d669844a1b45aff37eac88b77 5779b481dd584feaba557ad8ff20a5f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 317/600] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/30843d99-fa2e-4923-adfc-009be67f6da0 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/601] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/602] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/83597bae-73e9-4d9d-abee-55529e508da4 => generated 1682 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/603] 10.0.0.233 () {36 vars in 1013 bytes} [Thu Aug 20 02:27:42 2026] DELETE /v2.0/security-groups/83597bae-73e9-4d9d-abee-55529e508da4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/604] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/ports?tenant_id=54a567da8b6b4a3d84c20e164b102eba&device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:27:42.989 7 INFO neutron.api.v2.resource [req-62b4727f-7d55-4f93-963c-70968e664d84 req-e7534f3c-2bbd-4d94-8cb5-30b812de994d 47a67c4d669844a1b45aff37eac88b77 5779b481dd584feaba557ad8ff20a5f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 322/605] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/security-groups/83597bae-73e9-4d9d-abee-55529e508da4 => 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: 323/606] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:42 2026] GET /v2.0/networks?id=98eead82-db61-4de9-9246-6eb55707c346 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/607] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups?tenant_id=5779b481dd584feaba557ad8ff20a5f6 => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/608] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:27:42 2026] PUT /v2.0/ports/7cc244e4-2d80-4aa6-9158-49b920a63d58 => generated 1235 bytes in 413 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: 325/609] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a6230cfa-4b4d-47c0-b18b-4871f524f80c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/610] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups/62827fd2-afff-419d-b085-86f8a1773956 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/611] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/subnets?id=4cd16b3f-89a1-4d86-a2a0-0a3efb4caa6f => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/612] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups/62827fd2-afff-419d-b085-86f8a1773956 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/613] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 328/614] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/ports?network_id=98eead82-db61-4de9-9246-6eb55707c346&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/615] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:43.226 7 INFO neutron.api.v2.resource [req-7280f98d-c279-4bbd-888f-4a8301d2f6b4 req-667cea98-2e6f-44d6-8cb1-0443ac08f7af 47a67c4d669844a1b45aff37eac88b77 5779b481dd584feaba557ad8ff20a5f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 329/616] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups/83597bae-73e9-4d9d-abee-55529e508da4 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:27:43.252 7 INFO neutron.api.v2.resource [req-5a7458d2-2a33-47d3-86ba-b5f6dbb6d68e req-c526d4d3-2e81-46ef-908f-75370f60ad32 47a67c4d669844a1b45aff37eac88b77 5779b481dd584feaba557ad8ff20a5f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 330/617] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups/30843d99-fa2e-4923-adfc-009be67f6da0 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/618] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:43.287 7 INFO neutron.api.v2.resource [req-c74a8263-7c0b-42c1-8694-ff5c6ed01a29 req-337575f2-1a07-4d26-8f23-23881311cb91 47a67c4d669844a1b45aff37eac88b77 5779b481dd584feaba557ad8ff20a5f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 331/619] 10.0.0.233 () {34 vars in 991 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups/21431c69-e49f-4cf1-b7f8-294b34a192c6 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/620] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?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) 2026-08-20 02:27:43.452 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dba8ff0c-dce3-4b46-a879-4afb76999157'] response: {'name': 'network-changed', 'server_uuid': '0c8ef650-d433-44b8-bca9-89d9de10b149', 'tag': '7cc244e4-2d80-4aa6-9158-49b920a63d58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 290/621] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/622] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:43.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea7f744c-eeda-4de9-bb33-8304d96a5849 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 655dea59-4dfa-4594-bcdf-70ef6697a70c 2026-08-20 02:27:43.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea7f744c-eeda-4de9-bb33-8304d96a5849 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 655dea59-4dfa-4594-bcdf-70ef6697a70c [pid: 8|app: 0|req: 292/623] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/624] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/625] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:43 2026] GET /v2.0/ports?tenant_id=144ab707c1e04da3b6381034d95993ab&device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/626] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:27:44 2026] GET /v2.0/networks?tenant_id=144ab707c1e04da3b6381034d95993ab&shared=False => generated 776 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/627] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:27:44 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: 297/628] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:44 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 298/629] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:44 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/630] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:27:43 2026] PUT /v2.0/routers/79c8952f-802a-40e8-addf-f9da12f9e58e/remove_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/631] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:44 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/632] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:44 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:44.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-578fa634-275a-40c4-a30e-2a7813049c74 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 6f3967f7-b4e8-4553-a437-78c5c20e0152 2026-08-20 02:27:44.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-578fa634-275a-40c4-a30e-2a7813049c74 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 6f3967f7-b4e8-4553-a437-78c5c20e0152 2026-08-20 02:27:45.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-578fa634-275a-40c4-a30e-2a7813049c74 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 64147299-9120-4f65-8fe9-99087e542735 2026-08-20 02:27:45.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-578fa634-275a-40c4-a30e-2a7813049c74 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 64147299-9120-4f65-8fe9-99087e542735 [pid: 7|app: 0|req: 335/633] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/634] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/635] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/ports?tenant_id=144ab707c1e04da3b6381034d95993ab&device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/636] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7cc244e4-2d80-4aa6-9158-49b920a63d58 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/637] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/subnets?id=75994004-5a1b-46ba-aff9-11384aa477e5 => generated 698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:45.405 8 INFO neutron.services.segments.plugin [-] Segment 751db165-1d32-4ff8-b94e-38fa5af202b4 resource provider aggregate not found [pid: 7|app: 0|req: 340/638] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/ports?network_id=ad362aac-0647-429f-8631-0be8d7e14a16&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:27:45.420 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 751db165-1d32-4ff8-b94e-38fa5af202b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751db165-1d32-4ff8-b94e-38fa5af202b4 found for delete ", "request_id": "req-e9f9e964-f239-4c96-af19-8260a496e9e7"}]} 2026-08-20 02:27:45.420 8 INFO neutron.services.segments.plugin [-] Segment 751db165-1d32-4ff8-b94e-38fa5af202b4 resource provider aggregate not found 2026-08-20 02:27:45.443 8 INFO neutron.db.l3_hamode_db [None req-578fa634-275a-40c4-a30e-2a7813049c74 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 83cacd7c-42af-468f-9c9a-571aa72d98a3 was deleted as no HA routers are present in tenant 5779b481dd584feaba557ad8ff20a5f6. 2026-08-20 02:27:45.448 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 751db165-1d32-4ff8-b94e-38fa5af202b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751db165-1d32-4ff8-b94e-38fa5af202b4 found for delete ", "request_id": "req-b368e9c4-d7af-4a85-8a1a-8ee510b29b64"}]} [pid: 8|app: 0|req: 299/639] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:27:44 2026] DELETE /v2.0/routers/79c8952f-802a-40e8-addf-f9da12f9e58e => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/640] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/641] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/642] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16?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: 302/643] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/644] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:27:45 2026] DELETE /v2.0/subnets/87c7a8fe-13e2-4260-bee5-d51e484631bc => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/645] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:27:45 2026] DELETE /v2.0/networks/82c656bf-3dd3-4923-8cb2-b3a53ad527f5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/646] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/647] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/security-groups?tenant_id=5779b481dd584feaba557ad8ff20a5f6&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/648] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:45 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/649] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:27:45 2026] DELETE /v2.0/security-groups/62827fd2-afff-419d-b085-86f8a1773956 => 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: 345/650] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:46 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/651] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:46 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/654] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:46 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 347/655] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:46 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/656] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:46 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => 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: 348/657] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:46 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/658] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:47 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/659] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:47 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:47.442 8 INFO neutron.services.segments.plugin [-] Segment a04dd60d-f681-4404-82a0-60e83ca718f5 resource provider aggregate not found 2026-08-20 02:27:47.459 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a04dd60d-f681-4404-82a0-60e83ca718f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a04dd60d-f681-4404-82a0-60e83ca718f5 found for delete ", "request_id": "req-cfc40456-9ca3-4a78-a791-854dcd1497da"}]} 2026-08-20 02:27:47.472 8 INFO neutron.services.segments.plugin [-] Segment a04dd60d-f681-4404-82a0-60e83ca718f5 resource provider aggregate not found 2026-08-20 02:27:47.486 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a04dd60d-f681-4404-82a0-60e83ca718f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a04dd60d-f681-4404-82a0-60e83ca718f5 found for delete ", "request_id": "req-55c45d98-4314-44cb-ad42-38d8d437a9a3"}]} [pid: 7|app: 0|req: 350/660] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:47 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 351/661] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:47 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:48.042 8 INFO neutron.db.segments_db [None req-90a744c5-5040-43f7-8823-c90c2e79ad4e 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b of type vxlan for network b664b4e8-9058-4d97-871f-8a0567c85030 [pid: 7|app: 0|req: 352/662] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:48 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/663] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:27:47 2026] POST /v2.0/networks => generated 736 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/664] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:48 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/665] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:48 2026] POST /v2.0/subnets => generated 683 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:27:48.381 7 INFO neutron.db.segments_db [None req-2d566262-f174-4834-a3d7-6d72b43533b2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 2ff03df1-2368-47e8-9860-f96ee3b08052 of type vxlan for network 3b801dd3-a244-4ad6-ba2a-1601ef78f1b3 [pid: 8|app: 0|req: 313/666] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:48 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 969 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:48.687 7 INFO neutron.db.l3_hamode_db [None req-2d566262-f174-4834-a3d7-6d72b43533b2 8a2755b226e048edb34b127f15974fb2 44e2fc180e0a45c294b0762f4935f70c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 314/667] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:48 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/668] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:49 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/669] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:49 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/670] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:49 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => 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: 318/671] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:49 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:49.409 7 INFO neutron.db.l3_hamode_db [None req-2d566262-f174-4834-a3d7-6d72b43533b2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 319/672] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:49 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/673] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:49 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/674] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:50 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/675] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:27:48 2026] POST /v2.0/routers => generated 723 bytes in 1935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/676] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:50 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/677] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:50 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:51.064 8 INFO neutron.db.l3_db [None req-2347bb9f-353d-409e-930e-24d7fd6971c6 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] Floating IP 9375e405-455b-475a-8c40-a8862717fb0d associated. External IP: 10.96.250.207, port: a6230cfa-4b4d-47c0-b18b-4871f524f80c. [pid: 8|app: 0|req: 324/678] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:27:50 2026] PUT /v2.0/floatingips/9375e405-455b-475a-8c40-a8862717fb0d => generated 855 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/679] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:51 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => 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: 326/680] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:51 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/681] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:51 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/682] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:51 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/683] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:27:50 2026] PUT /v2.0/routers/16dfd6f6-835f-4fde-aef9-7dd0fcd5ae77/add_router_interface => generated 309 bytes in 1361 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:51.688 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c236857a-128b-457d-990f-d61da0d674c1'] response: {'name': 'network-changed', 'server_uuid': '0778f1fe-bec6-4aef-9c52-d8a8bd35a072', 'tag': 'a6230cfa-4b4d-47c0-b18b-4871f524f80c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/684] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:51 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/685] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:51 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/686] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/687] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/688] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:27:52 2026] POST /v2.0/security-groups => generated 1659 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/689] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/ports?tenant_id=54a567da8b6b4a3d84c20e164b102eba&device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/690] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/networks?id=98eead82-db61-4de9-9246-6eb55707c346 => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/691] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/692] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a6230cfa-4b4d-47c0-b18b-4871f524f80c => generated 858 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/693] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/subnets?id=4cd16b3f-89a1-4d86-a2a0-0a3efb4caa6f => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/694] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:27:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/695] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/ports?network_id=98eead82-db61-4de9-9246-6eb55707c346&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/696] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/697] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346?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: 365/698] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/699] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 367/700] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/701] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/702] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:52 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => 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: 334/703] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:27:52 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/704] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 336/705] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:53.421 7 INFO neutron.db.l3_db [None req-782edee8-d6ef-49b6-af07-1f77a341d7e4 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] Floating IP d5916411-12ae-44b9-a50f-edadea8bee38 associated. External IP: 10.96.250.219, port: 416f9efc-60fa-4043-89f5-a3d8f551db0b. [pid: 8|app: 0|req: 337/706] 10.0.0.233 () {34 vars in 1100 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1497090159&fields=id&tenant_id=44e2fc180e0a45c294b0762f4935f70c => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/707] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/networks?id=b664b4e8-9058-4d97-871f-8a0567c85030 => generated 668 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/708] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/quotas/44e2fc180e0a45c294b0762f4935f70c => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/709] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/ports?tenant_id=44e2fc180e0a45c294b0762f4935f70c&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/710] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:27:52 2026] PUT /v2.0/floatingips/d5916411-12ae-44b9-a50f-edadea8bee38 => generated 855 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/711] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/712] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:53 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:27:53.977 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d36a916-0de0-4177-a6d2-1f68a8a5f079'] response: {'name': 'network-changed', 'server_uuid': '8ec34790-da9e-4797-892b-a10d3f0c9f67', 'tag': '416f9efc-60fa-4043-89f5-a3d8f551db0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 372/713] 10.0.0.233 () {34 vars in 907 bytes} [Thu Aug 20 02:27:54 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: 342/714] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/715] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/716] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/717] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?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: 344/718] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/719] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/720] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/721] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/security-groups?id=3879f088-d0fc-43e6-a1a2-163119b0e3a3&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/722] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 349/723] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:27:54.553 7 INFO neutron.db.l3_db [None req-c52016eb-b926-433a-be3f-1d466087d9cd be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] Floating IP d074f42d-47ad-4235-9a2c-f8fefe0daff3 associated. External IP: 10.96.250.212, port: 7cc244e4-2d80-4aa6-9158-49b920a63d58. 2026-08-20 02:27:54.669 8 INFO neutron_taas.services.taas.taas_plugin [req-5962f278-d80b-4f82-bd02-dd4441da5b4e req-79ecb385-2455-4245-847b-af8b8b966290 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] TaaS: Handle Delete Port: a6230cfa-4b4d-47c0-b18b-4871f524f80c 2026-08-20 02:27:54.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5962f278-d80b-4f82-bd02-dd4441da5b4e req-79ecb385-2455-4245-847b-af8b8b966290 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] Tap Mirror: Handle Delete Port: a6230cfa-4b4d-47c0-b18b-4871f524f80c 2026-08-20 02:27:54.851 8 INFO neutron.db.l3_db [req-5962f278-d80b-4f82-bd02-dd4441da5b4e req-79ecb385-2455-4245-847b-af8b8b966290 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] Floating IP 9375e405-455b-475a-8c40-a8862717fb0d disassociated. External IP: 10.96.250.207, port: a6230cfa-4b4d-47c0-b18b-4871f524f80c. [pid: 7|app: 0|req: 375/724] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:27:54 2026] PUT /v2.0/floatingips/d074f42d-47ad-4235-9a2c-f8fefe0daff3 => generated 855 bytes in 686 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/725] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/726] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:54 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 378/727] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 858 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/728] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/729] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/subnets?id=b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/730] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/ports?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/731] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:27:54 2026] DELETE /v2.0/ports/a6230cfa-4b4d-47c0-b18b-4871f524f80c => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/732] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:55.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f596b3ce-ef9d-4880-b19e-0dfc54c98b81'] response: {'server_uuid': '0778f1fe-bec6-4aef-9c52-d8a8bd35a072', 'name': 'network-vif-deleted', 'tag': 'a6230cfa-4b4d-47c0-b18b-4871f524f80c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 351/733] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/734] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/735] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/736] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 353/737] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:55 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:56.025 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e88fa73d-7aea-4829-8cbf-064a364e391a'] response: {'name': 'network-changed', 'server_uuid': '0c8ef650-d433-44b8-bca9-89d9de10b149', 'tag': '7cc244e4-2d80-4aa6-9158-49b920a63d58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/738] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 354/739] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/740] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/ports?tenant_id=144ab707c1e04da3b6381034d95993ab&device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/741] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 388/742] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 355/743] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/networks?id=ad362aac-0647-429f-8631-0be8d7e14a16 => generated 776 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/744] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7cc244e4-2d80-4aa6-9158-49b920a63d58 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/745] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/subnets?id=75994004-5a1b-46ba-aff9-11384aa477e5 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/746] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/ports?network_id=ad362aac-0647-429f-8631-0be8d7e14a16&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: 357/747] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/748] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:27:56 2026] GET /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16?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: 358/749] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:57 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/750] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:57 2026] GET /v2.0/security-groups?id=f1097c46-a1a5-40ca-9fe8-687da036ba9a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/751] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:27:57 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 393/752] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:57 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/753] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:57 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:27:57.839 8 INFO neutron_taas.services.taas.taas_plugin [req-f0cdde27-689b-4295-84cb-2f2426597680 req-a47889ca-8e2e-44a0-81d6-3461d26bcaa5 be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] TaaS: Handle Delete Port: 7cc244e4-2d80-4aa6-9158-49b920a63d58 2026-08-20 02:27:57.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f0cdde27-689b-4295-84cb-2f2426597680 req-a47889ca-8e2e-44a0-81d6-3461d26bcaa5 be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] Tap Mirror: Handle Delete Port: 7cc244e4-2d80-4aa6-9158-49b920a63d58 2026-08-20 02:27:57.969 8 INFO neutron.db.l3_db [req-f0cdde27-689b-4295-84cb-2f2426597680 req-a47889ca-8e2e-44a0-81d6-3461d26bcaa5 be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] Floating IP d074f42d-47ad-4235-9a2c-f8fefe0daff3 disassociated. External IP: 10.96.250.212, port: 7cc244e4-2d80-4aa6-9158-49b920a63d58. [pid: 8|app: 0|req: 360/754] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:27:57 2026] DELETE /v2.0/ports/7cc244e4-2d80-4aa6-9158-49b920a63d58 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:27:58.398 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5af1df2d-2f71-44e3-b36c-5bf5bd54ed39'] response: {'server_uuid': '0c8ef650-d433-44b8-bca9-89d9de10b149', 'name': 'network-vif-deleted', 'tag': '7cc244e4-2d80-4aa6-9158-49b920a63d58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 395/755] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:58 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 361/756] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:27:58 2026] GET /v2.0/networks?id=b664b4e8-9058-4d97-871f-8a0567c85030 => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/757] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:58 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 396/758] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:27:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=44e2fc180e0a45c294b0762f4935f70c => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/759] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:58 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 397/760] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:27:58 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/761] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:27:59 2026] PUT /v2.0/ports/99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 => generated 1235 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/762] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:59 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => generated 12 bytes in 22 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: 399/763] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:59 2026] GET /v2.0/ports?device_id=0778f1fe-bec6-4aef-9c52-d8a8bd35a072 => 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: 365/764] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:27:59 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/765] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:27:59 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:00.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ef4bc8c-21c5-45fd-b543-07e06482b062'] response: {'name': 'network-changed', 'server_uuid': '0f527a58-1481-4dad-bfb5-38bf23fb9dd4', 'tag': '99cdfd86-0c28-4e4c-bd01-46ebb9aa3989', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/766] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/ports?tenant_id=44e2fc180e0a45c294b0762f4935f70c&device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 401/767] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/768] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/subnets?id=0a6454d6-e68c-48aa-8651-7a0a1fb626c0 => generated 686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/769] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/ports?network_id=b664b4e8-9058-4d97-871f-8a0567c85030&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: 368/770] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?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: 403/771] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?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: 369/772] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:00 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 370/773] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/774] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&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: 404/775] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:01 2026] DELETE /v2.0/security-groups/3879f088-d0fc-43e6-a1a2-163119b0e3a3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:01.144 8 INFO neutron.api.v2.resource [None req-b9884b71-cb82-4465-8c5b-e337d592bed2 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 372/776] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/security-groups/3879f088-d0fc-43e6-a1a2-163119b0e3a3 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:01.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c3214d4-830e-4c04-a317-375e735967a7 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] TaaS: Handle Delete Port: 3cd00764-1e14-4697-9546-9d0724e1a53e 2026-08-20 02:28:01.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c3214d4-830e-4c04-a317-375e735967a7 f4b330cba7b4449084787df04fc1527e 54a567da8b6b4a3d84c20e164b102eba - - default default] Tap Mirror: Handle Delete Port: 3cd00764-1e14-4697-9546-9d0724e1a53e [pid: 7|app: 0|req: 405/779] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:28:01 2026] DELETE /v2.0/floatingips/9375e405-455b-475a-8c40-a8862717fb0d => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:01.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-a95813f1-0bfa-4cb9-8a82-b2d411c5eb99 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 7576be8a-230b-4534-8309-5ba3e932e3a3 2026-08-20 02:28:01.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a95813f1-0bfa-4cb9-8a82-b2d411c5eb99 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 7576be8a-230b-4534-8309-5ba3e932e3a3 [pid: 7|app: 0|req: 406/780] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1240 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/781] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/782] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/ports?tenant_id=44e2fc180e0a45c294b0762f4935f70c&device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/783] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/networks?id=b664b4e8-9058-4d97-871f-8a0567c85030 => generated 764 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/784] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 => 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: 411/785] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/subnets?id=0a6454d6-e68c-48aa-8651-7a0a1fb626c0 => generated 686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/786] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:01 2026] GET /v2.0/ports?network_id=b664b4e8-9058-4d97-871f-8a0567c85030&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: 413/787] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:02 2026] GET /v2.0/ports?device_id=0c8ef650-d433-44b8-bca9-89d9de10b149 => 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: 414/788] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:02 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/789] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:02 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/790] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:02 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 417/791] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:02 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&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: 375/792] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:01 2026] PUT /v2.0/routers/8a9f3e68-bd28-45c5-a4b3-748ee0c910eb/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:02.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-0daa3469-840a-40b5-bd85-833d070dcee8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 0a5cdc48-2285-425f-96c4-8aa3198c0552 2026-08-20 02:28:02.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0daa3469-840a-40b5-bd85-833d070dcee8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 0a5cdc48-2285-425f-96c4-8aa3198c0552 2026-08-20 02:28:02.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-0daa3469-840a-40b5-bd85-833d070dcee8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 128de32d-d101-4a2f-a58f-5efa4a2b2eb1 2026-08-20 02:28:02.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0daa3469-840a-40b5-bd85-833d070dcee8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 128de32d-d101-4a2f-a58f-5efa4a2b2eb1 2026-08-20 02:28:02.871 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0daa3469-840a-40b5-bd85-833d070dcee8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2244, 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 648, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-08-20 02:28:03.215 7 INFO neutron.db.l3_hamode_db [None req-0daa3469-840a-40b5-bd85-833d070dcee8 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 5fd48234-1659-46ae-b3fc-3adedafedc07 was deleted as no HA routers are present in tenant 54a567da8b6b4a3d84c20e164b102eba. [pid: 7|app: 0|req: 418/793] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:02 2026] DELETE /v2.0/routers/8a9f3e68-bd28-45c5-a4b3-748ee0c910eb => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/794] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:03 2026] DELETE /v2.0/security-groups/f1097c46-a1a5-40ca-9fe8-687da036ba9a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:03.258 8 INFO neutron.api.v2.resource [None req-2db63ab0-f7b5-426e-a09d-61b035c91ef2 be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 377/795] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:28:03 2026] GET /v2.0/security-groups/f1097c46-a1a5-40ca-9fe8-687da036ba9a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:03.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-45d4b3b8-4bc5-4073-8346-dbba87013e35 be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] TaaS: Handle Delete Port: 65a3a3c0-e587-406c-be43-18c097390fd7 2026-08-20 02:28:03.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45d4b3b8-4bc5-4073-8346-dbba87013e35 be4bc9319a7149ec8654905a49bc584e 144ab707c1e04da3b6381034d95993ab - - default default] Tap Mirror: Handle Delete Port: 65a3a3c0-e587-406c-be43-18c097390fd7 [pid: 8|app: 0|req: 378/796] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:28:03 2026] DELETE /v2.0/floatingips/d074f42d-47ad-4235-9a2c-f8fefe0daff3 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/797] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:03 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:03.735 7 INFO neutron.services.segments.plugin [-] Segment aa0a1552-5e78-4786-873a-e14868bd4bf0 resource provider aggregate not found 2026-08-20 02:28:03.744 7 INFO neutron.services.segments.plugin [-] Segment aa0a1552-5e78-4786-873a-e14868bd4bf0 resource provider aggregate not found [pid: 7|app: 0|req: 419/798] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:03 2026] DELETE /v2.0/subnets/4cd16b3f-89a1-4d86-a2a0-0a3efb4caa6f => generated 0 bytes in 524 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:03.762 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aa0a1552-5e78-4786-873a-e14868bd4bf0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0a1552-5e78-4786-873a-e14868bd4bf0 found for delete ", "request_id": "req-3855f06f-effc-409d-b3bb-ced9310285ad"}]} 2026-08-20 02:28:03.776 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aa0a1552-5e78-4786-873a-e14868bd4bf0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0a1552-5e78-4786-873a-e14868bd4bf0 found for delete ", "request_id": "req-4e521a00-2666-4954-b83e-0b9ac173d340"}]} [pid: 7|app: 0|req: 420/799] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:03 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&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-08-20 02:28:03.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbd4bf2b-6e8b-42f3-a736-d0d951f6615b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 745777bd-de56-4f7b-a98a-d3b6a6c8c2fd 2026-08-20 02:28:03.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbd4bf2b-6e8b-42f3-a736-d0d951f6615b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 745777bd-de56-4f7b-a98a-d3b6a6c8c2fd [pid: 7|app: 0|req: 421/800] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:03 2026] DELETE /v2.0/networks/98eead82-db61-4de9-9246-6eb55707c346 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/801] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:04 2026] GET /v2.0/security-groups?tenant_id=54a567da8b6b4a3d84c20e164b102eba&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/802] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:04 2026] DELETE /v2.0/security-groups/7cfbece3-5087-4e35-bc3e-c0a34c0a8335 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:04.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c0f1f3e-5e4b-4868-ab78-94dde7531126 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 8ac30d48-26c4-49c5-966a-967f3f3d8682 2026-08-20 02:28:04.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c0f1f3e-5e4b-4868-ab78-94dde7531126 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 8ac30d48-26c4-49c5-966a-967f3f3d8682 [pid: 7|app: 0|req: 424/803] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:04 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/804] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:03 2026] PUT /v2.0/routers/aa92a707-2892-4ed8-b5c0-a80b1357853b/remove_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/805] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:04 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:05.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6db7375-0bd1-43ff-bc1a-f473f3fa58e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: e9c40a7e-a880-413a-a95b-61fe2c8f2238 2026-08-20 02:28:05.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6db7375-0bd1-43ff-bc1a-f473f3fa58e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: e9c40a7e-a880-413a-a95b-61fe2c8f2238 2026-08-20 02:28:05.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6db7375-0bd1-43ff-bc1a-f473f3fa58e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: bd2fe39b-2577-4756-b11d-8d7358ca2f1b 2026-08-20 02:28:05.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6db7375-0bd1-43ff-bc1a-f473f3fa58e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: bd2fe39b-2577-4756-b11d-8d7358ca2f1b 2026-08-20 02:28:05.725 7 INFO neutron.db.l3_hamode_db [None req-b6db7375-0bd1-43ff-bc1a-f473f3fa58e5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network cc1cd3f7-355a-4f34-888d-8744d81326f1 was deleted as no HA routers are present in tenant 144ab707c1e04da3b6381034d95993ab. [pid: 7|app: 0|req: 425/806] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:04 2026] DELETE /v2.0/routers/aa92a707-2892-4ed8-b5c0-a80b1357853b => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:05.788 7 INFO neutron.services.segments.plugin [-] Segment cb5f14ab-26c3-4490-8d9d-63725eb98278 resource provider aggregate not found 2026-08-20 02:28:05.799 7 INFO neutron.services.segments.plugin [-] Segment cb5f14ab-26c3-4490-8d9d-63725eb98278 resource provider aggregate not found 2026-08-20 02:28:05.812 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb5f14ab-26c3-4490-8d9d-63725eb98278 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb5f14ab-26c3-4490-8d9d-63725eb98278 found for delete ", "request_id": "req-4b29dd48-cbdb-4375-aab8-c7516d803008"}]} 2026-08-20 02:28:05.818 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb5f14ab-26c3-4490-8d9d-63725eb98278 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb5f14ab-26c3-4490-8d9d-63725eb98278 found for delete ", "request_id": "req-3a617206-10f5-4a9a-8098-11178e045058"}]} 2026-08-20 02:28:05.832 7 INFO neutron.services.segments.plugin [-] Segment fa029361-3cce-4ca2-8acb-1d675f4b294f resource provider aggregate not found 2026-08-20 02:28:05.846 7 INFO neutron.services.segments.plugin [-] Segment fa029361-3cce-4ca2-8acb-1d675f4b294f resource provider aggregate not found 2026-08-20 02:28:05.859 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa029361-3cce-4ca2-8acb-1d675f4b294f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa029361-3cce-4ca2-8acb-1d675f4b294f found for delete ", "request_id": "req-8e99241b-afd9-455c-a03a-bba7a5f4fc4b"}]} 2026-08-20 02:28:05.868 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa029361-3cce-4ca2-8acb-1d675f4b294f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa029361-3cce-4ca2-8acb-1d675f4b294f found for delete ", "request_id": "req-0b0e13bb-720b-4f20-af06-f1a9a0b34481"}]} [pid: 8|app: 0|req: 382/807] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:05 2026] DELETE /v2.0/subnets/75994004-5a1b-46ba-aff9-11384aa477e5 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:06.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a40e6de-68aa-44c4-bc87-e3b566ca20e9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 74f1ae9f-3fe6-45a5-8306-b3863ad1a793 2026-08-20 02:28:06.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a40e6de-68aa-44c4-bc87-e3b566ca20e9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 74f1ae9f-3fe6-45a5-8306-b3863ad1a793 [pid: 8|app: 0|req: 383/808] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:06 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/809] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:06 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&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: 426/810] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:05 2026] DELETE /v2.0/networks/ad362aac-0647-429f-8631-0be8d7e14a16 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/811] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:06 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:06.465 8 INFO neutron.db.segments_db [None req-deb89aaf-2e49-4348-9733-7d3fc600d4eb 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment cf02d8db-497e-41dd-a759-37118516eebe of type vxlan for network e1359b3e-007c-4846-ab01-1e6b64621b35 [pid: 8|app: 0|req: 385/812] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:28:06 2026] POST /v2.0/networks => generated 746 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/813] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:06 2026] GET /v2.0/security-groups?tenant_id=144ab707c1e04da3b6381034d95993ab&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:06.703 7 INFO neutron.db.l3_db [None req-da3a8b37-627c-4707-b607-733246e2ec46 c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] Floating IP cd97af99-5efc-423a-8064-6e47097c3c4e associated. External IP: 10.96.250.203, port: 99cdfd86-0c28-4e4c-bd01-46ebb9aa3989. [pid: 8|app: 0|req: 387/814] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:06 2026] POST /v2.0/subnets => generated 693 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/815] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:06 2026] DELETE /v2.0/security-groups/9d3e6ed1-41f6-4eed-80e4-a55aacc4c0fc => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:06.936 8 INFO neutron.db.segments_db [None req-e3fff712-cfa1-4ebf-b54c-c004ad94f652 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 of type vxlan for network ee576f0d-3ef3-414a-9c2e-98d70da4717b [pid: 7|app: 0|req: 428/816] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:28:06 2026] PUT /v2.0/floatingips/cd97af99-5efc-423a-8064-6e47097c3c4e => generated 855 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:07.060 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37031d9a-cc4a-44d0-82f0-2622b08a66a5'] response: {'name': 'network-changed', 'server_uuid': '0f527a58-1481-4dad-bfb5-38bf23fb9dd4', 'tag': '99cdfd86-0c28-4e4c-bd01-46ebb9aa3989', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 429/817] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:07.170 8 INFO neutron.db.l3_hamode_db [None req-e3fff712-cfa1-4ebf-b54c-c004ad94f652 8a2755b226e048edb34b127f15974fb2 4dcac525cf8642d29fddc744c55f18a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 430/818] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/819] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 432/820] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&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: 433/821] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/ports?tenant_id=44e2fc180e0a45c294b0762f4935f70c&device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/822] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/networks?id=b664b4e8-9058-4d97-871f-8a0567c85030 => generated 764 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/823] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 => generated 858 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/824] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/subnets?id=0a6454d6-e68c-48aa-8651-7a0a1fb626c0 => generated 686 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/825] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/ports?network_id=b664b4e8-9058-4d97-871f-8a0567c85030&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:07.881 7 INFO neutron.services.segments.plugin [-] Segment 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 resource provider aggregate not found 2026-08-20 02:28:07.886 7 INFO neutron.services.segments.plugin [-] Segment 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 resource provider aggregate not found [pid: 7|app: 0|req: 438/826] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:07.907 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 found for delete ", "request_id": "req-f86ca9ba-c113-4128-b07a-4884b07a3726"}]} 2026-08-20 02:28:07.908 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee8ad3f-ca32-4671-b889-76b0568fbcd5 found for delete ", "request_id": "req-17a54949-2bc3-43a9-9048-411b03a087e5"}]} [pid: 7|app: 0|req: 439/827] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:07 2026] GET /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:08.007 8 INFO neutron.db.l3_hamode_db [None req-e3fff712-cfa1-4ebf-b54c-c004ad94f652 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 440/828] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:08 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/829] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:08 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&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: 389/830] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:06 2026] POST /v2.0/routers => generated 733 bytes in 2112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:09.035 7 INFO neutron.db.segments_db [None req-d1253454-1579-4b2c-968b-3bcc2e4c03d1 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 of type vxlan for network 16449a1f-a864-4dfc-ac62-84e1a912bfdc [pid: 7|app: 0|req: 442/831] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:28:08 2026] POST /v2.0/networks => generated 743 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/832] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:09 2026] POST /v2.0/subnets => generated 691 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:09.290 7 INFO neutron.db.segments_db [None req-5530a790-98e5-4e8d-8e08-0b8d3d5a0c91 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment f86eaa11-0960-4f45-ae07-4c43255f03d5 of type vxlan for network e83b7d1d-3844-4121-8bd8-2cee33849fe5 2026-08-20 02:28:09.501 7 INFO neutron.db.l3_hamode_db [None req-5530a790-98e5-4e8d-8e08-0b8d3d5a0c91 8a2755b226e048edb34b127f15974fb2 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 390/833] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:28:08 2026] PUT /v2.0/routers/8cd9ec4e-90e5-4952-936a-ec12da145e27/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/834] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:10 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 392/835] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:28:10 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 393/836] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:10 2026] GET /v2.0/security-groups?id=c6f84176-64fc-4d7c-944d-89a0bb296813&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:10.301 7 INFO neutron.db.l3_hamode_db [None req-5530a790-98e5-4e8d-8e08-0b8d3d5a0c91 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:28:10.383 8 INFO neutron_taas.services.taas.taas_plugin [req-65298968-265a-48d5-8d56-63649272168c req-48488ca9-75cf-442b-9119-843395b78b31 c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] TaaS: Handle Delete Port: 99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 2026-08-20 02:28:10.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65298968-265a-48d5-8d56-63649272168c req-48488ca9-75cf-442b-9119-843395b78b31 c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] Tap Mirror: Handle Delete Port: 99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 2026-08-20 02:28:10.501 8 INFO neutron.db.l3_db [req-65298968-265a-48d5-8d56-63649272168c req-48488ca9-75cf-442b-9119-843395b78b31 c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] Floating IP cd97af99-5efc-423a-8064-6e47097c3c4e disassociated. External IP: 10.96.250.203, port: 99cdfd86-0c28-4e4c-bd01-46ebb9aa3989. [pid: 8|app: 0|req: 394/837] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:28:10 2026] DELETE /v2.0/ports/99cdfd86-0c28-4e4c-bd01-46ebb9aa3989 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:11.037 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cb90da6-e373-4d26-b2af-b11eb077ae04'] response: {'server_uuid': '0f527a58-1481-4dad-bfb5-38bf23fb9dd4', 'name': 'network-vif-deleted', 'tag': '99cdfd86-0c28-4e4c-bd01-46ebb9aa3989', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 395/838] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/networks?id=e1359b3e-007c-4846-ab01-1e6b64621b35 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/839] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/quotas/4dcac525cf8642d29fddc744c55f18a0 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/840] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/ports?tenant_id=4dcac525cf8642d29fddc744c55f18a0&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/841] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/networks/e1359b3e-007c-4846-ab01-1e6b64621b35?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/842] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:09 2026] POST /v2.0/routers => generated 731 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/843] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => 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: 399/844] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/networks/e1359b3e-007c-4846-ab01-1e6b64621b35?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/845] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:11 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 401/846] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:12 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/847] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:12 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 446/848] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:28:11 2026] PUT /v2.0/routers/59b09fd6-6f20-4493-b6fa-8944e8d173ec/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/849] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:28:13 2026] POST /v2.0/security-groups => generated 1659 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/850] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:28:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/851] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:28:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/852] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:13 2026] GET /v2.0/ports?device_id=0f527a58-1481-4dad-bfb5-38bf23fb9dd4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/853] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:13 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 405/854] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:28:13 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/855] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--244662585&fields=id&tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda => 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: 406/856] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/networks?id=16449a1f-a864-4dfc-ac62-84e1a912bfdc => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/857] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/quotas/181c5bc23bd04c15aa5a5c2a9ea44bda => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/858] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/ports?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/859] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/860] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:14 2026] DELETE /v2.0/security-groups/c6f84176-64fc-4d7c-944d-89a0bb296813 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/861] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/862] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:14.816 8 INFO neutron.api.v2.resource [None req-9d6ea890-080a-4602-999a-2f67f4acb953 c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 410/863] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/security-groups/c6f84176-64fc-4d7c-944d-89a0bb296813 => generated 146 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:14.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-547d0869-d8a9-4b71-8a47-3a18b736ee5f c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] TaaS: Handle Delete Port: 7c9cee56-d040-43de-be6d-800241f786bf 2026-08-20 02:28:14.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-547d0869-d8a9-4b71-8a47-3a18b736ee5f c0cec94030de40df946db324cd27170b 44e2fc180e0a45c294b0762f4935f70c - - default default] Tap Mirror: Handle Delete Port: 7c9cee56-d040-43de-be6d-800241f786bf [pid: 8|app: 0|req: 411/864] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:14 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 454/865] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:28:14 2026] DELETE /v2.0/floatingips/cd97af99-5efc-423a-8064-6e47097c3c4e => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:15.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-69285f0a-2672-483b-b408-edb88b246f56 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: f93fb751-601e-47ee-adaa-c6818b38d00b 2026-08-20 02:28:15.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69285f0a-2672-483b-b408-edb88b246f56 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: f93fb751-601e-47ee-adaa-c6818b38d00b [pid: 7|app: 0|req: 455/866] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:15 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 456/867] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:16 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 412/868] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:15 2026] PUT /v2.0/routers/16dfd6f6-835f-4fde-aef9-7dd0fcd5ae77/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:16.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-125f0d15-4b4f-43f9-8ef4-1a623c649ece 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 7a4f7db3-0cd1-4730-8daa-627426f7a5eb 2026-08-20 02:28:16.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-125f0d15-4b4f-43f9-8ef4-1a623c649ece 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 7a4f7db3-0cd1-4730-8daa-627426f7a5eb [pid: 8|app: 0|req: 413/869] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:16 2026] GET /v2.0/networks?id=e1359b3e-007c-4846-ab01-1e6b64621b35 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:16.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-125f0d15-4b4f-43f9-8ef4-1a623c649ece 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 276cc56b-40d7-4b3b-9718-619c68c72cf7 2026-08-20 02:28:16.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-125f0d15-4b4f-43f9-8ef4-1a623c649ece 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 276cc56b-40d7-4b3b-9718-619c68c72cf7 [pid: 8|app: 0|req: 414/870] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:28:16 2026] POST /v2.0/ports => generated 954 bytes in 439 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-08-20 02:28:17.052 7 INFO neutron.services.segments.plugin [-] Segment 2ff03df1-2368-47e8-9860-f96ee3b08052 resource provider aggregate not found 2026-08-20 02:28:17.057 7 INFO neutron.services.segments.plugin [-] Segment 2ff03df1-2368-47e8-9860-f96ee3b08052 resource provider aggregate not found 2026-08-20 02:28:17.077 7 INFO neutron.db.l3_hamode_db [None req-125f0d15-4b4f-43f9-8ef4-1a623c649ece 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 3b801dd3-a244-4ad6-ba2a-1601ef78f1b3 was deleted as no HA routers are present in tenant 44e2fc180e0a45c294b0762f4935f70c. 2026-08-20 02:28:17.082 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2ff03df1-2368-47e8-9860-f96ee3b08052 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff03df1-2368-47e8-9860-f96ee3b08052 found for delete ", "request_id": "req-6742a1b7-867d-47c3-b5f3-c27c07a1a792"}]} [pid: 7|app: 0|req: 457/873] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:16 2026] DELETE /v2.0/routers/16dfd6f6-835f-4fde-aef9-7dd0fcd5ae77 => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:17.095 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2ff03df1-2368-47e8-9860-f96ee3b08052 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff03df1-2368-47e8-9860-f96ee3b08052 found for delete ", "request_id": "req-7c2af53f-6303-46e0-a2fc-809da5f13513"}]} [pid: 7|app: 0|req: 458/874] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/875] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:28:16 2026] PUT /v2.0/ports/7a0621da-1a4a-473f-9b15-0b72dbd1dd57 => generated 1235 bytes in 432 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: 418/876] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/877] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:17.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4061e31b-b6a1-4bf0-8f40-6ccd98862c85'] response: {'name': 'network-changed', 'server_uuid': 'dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f', 'tag': '7a0621da-1a4a-473f-9b15-0b72dbd1dd57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 459/878] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:17 2026] DELETE /v2.0/subnets/0a6454d6-e68c-48aa-8651-7a0a1fb626c0 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:17.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-07c0e81e-c313-4d0b-9162-88711d60297c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 63dd7d95-0de5-4f61-82e3-bb3b8d08e62d 2026-08-20 02:28:17.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07c0e81e-c313-4d0b-9162-88711d60297c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 63dd7d95-0de5-4f61-82e3-bb3b8d08e62d 2026-08-20 02:28:17.659 8 INFO neutron.services.segments.plugin [-] Segment 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b resource provider aggregate not found 2026-08-20 02:28:17.663 8 INFO neutron.services.segments.plugin [-] Segment 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b resource provider aggregate not found 2026-08-20 02:28:17.675 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b found for delete ", "request_id": "req-3ab212a9-1b8a-42b9-9871-522a31e05d9e"}]} [pid: 8|app: 0|req: 420/879] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:17 2026] DELETE /v2.0/networks/b664b4e8-9058-4d97-871f-8a0567c85030 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:17.681 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 762fdc4f-a9cb-4d4b-98bc-e4c21cf8410b found for delete ", "request_id": "req-0167b22c-068e-4498-886a-8f93cf1b069d"}]} [pid: 7|app: 0|req: 460/880] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/security-groups?tenant_id=44e2fc180e0a45c294b0762f4935f70c&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/881] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/ports?tenant_id=4dcac525cf8642d29fddc744c55f18a0&device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/882] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/networks?tenant_id=4dcac525cf8642d29fddc744c55f18a0&shared=False => generated 774 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/883] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:28:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/884] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:17 2026] DELETE /v2.0/security-groups/3d82785f-d1ac-41a5-a714-d740464e3cb3 => 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: 463/885] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:18 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/886] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:18 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/887] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:18 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&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: 424/888] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:18 2026] GET /v2.0/ports?tenant_id=4dcac525cf8642d29fddc744c55f18a0&device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/889] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7a0621da-1a4a-473f-9b15-0b72dbd1dd57 => 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: 425/890] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/subnets?id=fb3eacc2-2a84-4bca-be2a-7f05ce1b7740 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/891] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/ports?network_id=e1359b3e-007c-4846-ab01-1e6b64621b35&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/892] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/networks/e1359b3e-007c-4846-ab01-1e6b64621b35?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: 467/893] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/networks/e1359b3e-007c-4846-ab01-1e6b64621b35?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/894] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/networks?id=16449a1f-a864-4dfc-ac62-84e1a912bfdc => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/895] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/896] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 470/897] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/898] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:19 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/899] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:28:19 2026] POST /v2.0/ports => generated 954 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/900] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:28:19 2026] PUT /v2.0/ports/b4a2c162-01a2-4370-bb0c-cebc9eb99be9 => generated 1235 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:20.138 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3410c7ff-7e2f-483c-9114-64e5ef2422ad'] response: {'name': 'network-changed', 'server_uuid': 'b5033c22-48cb-4b7d-ad24-6f8dc7190511', 'tag': 'b4a2c162-01a2-4370-bb0c-cebc9eb99be9', '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: 429/901] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 969 bytes in 71 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: 473/902] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/903] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/ports?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/904] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/networks?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&shared=False => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/905] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/906] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&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: 475/907] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:28:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/908] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 476/909] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/910] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/ports?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/911] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b4a2c162-01a2-4370-bb0c-cebc9eb99be9 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/912] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/913] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/subnets?id=34b7f2f1-5ab3-4c24-8584-a7eefac2113b => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/914] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/915] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/ports?network_id=16449a1f-a864-4dfc-ac62-84e1a912bfdc&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/916] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:21 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/917] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/918] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/security-groups?tenant_id=045176dd78c84bfba687bb82e69791ac&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/919] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/920] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:22 2026] DELETE /v2.0/security-groups/1e476343-e7b0-4a70-a240-4addced244e9 => 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: 440/921] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/ports/416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 968 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/922] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/security-groups?tenant_id=a4ab85631a9245998321fb979ed769ae&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/923] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:22 2026] DELETE /v2.0/security-groups/ced37e40-8a51-4b10-8407-ce4ab1b3de67 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/924] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/925] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:22 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/926] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:23 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/927] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:23 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/928] 199.19.213.186 () {34 vars in 1000 bytes} [Thu Aug 20 02:28:23 2026] GET /v2.0/subnets?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/929] 199.19.213.186 () {34 vars in 1146 bytes} [Thu Aug 20 02:28:23 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67&device_owner=compute%3Anova&network_id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/930] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:28:23 2026] PUT /v2.0/ports/416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 1149 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:23.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4be0c745-ff57-464c-9f54-af2c6e38321b'] response: {'name': 'network-changed', 'server_uuid': '8ec34790-da9e-4797-892b-a10d3f0c9f67', 'tag': '416f9efc-60fa-4043-89f5-a3d8f551db0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 445/931] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 487/932] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/933] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/934] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/935] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&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: 489/936] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/937] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => 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: 490/938] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/939] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/subnets?id=b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/940] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/ports?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/941] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/942] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 451/943] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/944] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:24 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/945] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/946] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/947] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/948] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/949] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/950] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/951] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/952] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 456/953] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/954] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/955] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/subnets?id=b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/956] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/ports?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79&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: 458/957] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:25 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 500/958] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:26 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/959] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:26 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/960] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:26 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/961] 199.19.213.186 () {34 vars in 1120 bytes} [Thu Aug 20 02:28:26 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/962] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:26 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 462/963] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:26 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&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: 502/964] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:28:26 2026] PUT /v2.0/ports/416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 968 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:27.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55131877-554b-493a-8b9a-57c0ea24828f'] response: {'name': 'network-changed', 'server_uuid': '8ec34790-da9e-4797-892b-a10d3f0c9f67', 'tag': '416f9efc-60fa-4043-89f5-a3d8f551db0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 463/965] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 503/966] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/967] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/968] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/969] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/970] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/971] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/subnets?id=b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/972] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/ports?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/973] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 509/974] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:27 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:28.043 8 INFO neutron.db.l3_db [None req-86cda8cb-fc3a-43c5-a371-dac2b9187b92 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] Floating IP 715e0d19-a2f2-4af6-82cb-1ffdd371f2b2 associated. External IP: 10.96.250.202, port: b4a2c162-01a2-4370-bb0c-cebc9eb99be9. [pid: 7|app: 0|req: 510/975] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/976] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/security-groups?id=47a502a8-87a3-4138-93f3-48f24d614ab3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/977] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/978] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/979] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:28:27 2026] PUT /v2.0/floatingips/715e0d19-a2f2-4af6-82cb-1ffdd371f2b2 => generated 855 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/980] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => generated 971 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:28.379 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c806cfe4-8181-4722-beef-1dbf1695ce45'] response: {'name': 'network-changed', 'server_uuid': 'b5033c22-48cb-4b7d-ad24-6f8dc7190511', 'tag': 'b4a2c162-01a2-4370-bb0c-cebc9eb99be9', 'status': 'completed', 'code': 200} 2026-08-20 02:28:28.465 8 INFO neutron_taas.services.taas.taas_plugin [req-0fd445ec-7f2d-4e98-8eab-701837ae5a34 req-37fb99ee-a656-4683-a70b-9cdedcc4d8c2 5d1ca03d097b47bfa14a5486ae51da52 4dcac525cf8642d29fddc744c55f18a0 - - default default] TaaS: Handle Delete Port: 7a0621da-1a4a-473f-9b15-0b72dbd1dd57 2026-08-20 02:28:28.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0fd445ec-7f2d-4e98-8eab-701837ae5a34 req-37fb99ee-a656-4683-a70b-9cdedcc4d8c2 5d1ca03d097b47bfa14a5486ae51da52 4dcac525cf8642d29fddc744c55f18a0 - - default default] Tap Mirror: Handle Delete Port: 7a0621da-1a4a-473f-9b15-0b72dbd1dd57 [pid: 8|app: 0|req: 467/981] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:28:28 2026] DELETE /v2.0/ports/7a0621da-1a4a-473f-9b15-0b72dbd1dd57 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/982] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/ports?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/983] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/networks?id=16449a1f-a864-4dfc-ac62-84e1a912bfdc => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/984] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/ports?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/985] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b4a2c162-01a2-4370-bb0c-cebc9eb99be9 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/986] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/subnets?id=34b7f2f1-5ab3-4c24-8584-a7eefac2113b => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/987] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/networks?id=bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/988] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/ports?network_id=16449a1f-a864-4dfc-ac62-84e1a912bfdc&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/989] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/990] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/991] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/subnets?id=b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/992] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?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: 523/993] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 471/994] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/security-groups?tenant_id=3afb687b3e044a4e8f86ca1d66f9ec67&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/995] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/ports?network_id=bade3112-3e98-4fbb-9c58-a24373d10d79&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/996] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:29 2026] DELETE /v2.0/security-groups/db362ec0-6f20-4adb-a2ae-d5d909ca5e7f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/997] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/998] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/999] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1000] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79?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: 527/1001] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:29 2026] GET /v2.0/security-groups?tenant_id=24ec66b361214523b421436cd11a08ea&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: 475/1002] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:29 2026] DELETE /v2.0/security-groups/f536ea89-e0bf-41da-80c2-2ebc21d82762 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:30.411 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f9db037-dba8-437e-98ae-e2629e6e0162'] response: {'server_uuid': 'dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f', 'name': 'network-vif-deleted', 'tag': '7a0621da-1a4a-473f-9b15-0b72dbd1dd57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 528/1003] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:30 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 476/1004] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:30 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => 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: 529/1005] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:30 2026] GET /v2.0/security-groups?id=24a32ced-ea66-495e-818b-20a8fe831efe&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1006] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:28:30 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:31.043 7 INFO neutron_taas.services.taas.taas_plugin [req-18effd5a-ac72-4fe1-89b2-d318c2c5b15b req-edbe0523-320b-49f9-96ca-e23f48bda6da 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] TaaS: Handle Delete Port: 416f9efc-60fa-4043-89f5-a3d8f551db0b 2026-08-20 02:28:31.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18effd5a-ac72-4fe1-89b2-d318c2c5b15b req-edbe0523-320b-49f9-96ca-e23f48bda6da 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] Tap Mirror: Handle Delete Port: 416f9efc-60fa-4043-89f5-a3d8f551db0b 2026-08-20 02:28:31.214 7 INFO neutron.db.l3_db [req-18effd5a-ac72-4fe1-89b2-d318c2c5b15b req-edbe0523-320b-49f9-96ca-e23f48bda6da 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] Floating IP d5916411-12ae-44b9-a50f-edadea8bee38 disassociated. External IP: 10.96.250.219, port: 416f9efc-60fa-4043-89f5-a3d8f551db0b. [pid: 8|app: 0|req: 480/1009] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:31 2026] GET /v2.0/ports?device_id=dff0d2cb-01f0-44e3-8b3a-7dae2106ab2f => 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: 530/1010] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:28:30 2026] DELETE /v2.0/ports/416f9efc-60fa-4043-89f5-a3d8f551db0b => generated 0 bytes in 685 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:31.655 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2471407-2332-4ef1-93a8-b20abf2604b8'] response: {'server_uuid': '8ec34790-da9e-4797-892b-a10d3f0c9f67', 'name': 'network-vif-deleted', 'tag': '416f9efc-60fa-4043-89f5-a3d8f551db0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/1011] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:31 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => 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: 482/1012] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:32 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:33.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ceb98c7-1e06-4ed8-b957-b457cc32c1b7 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: dbf7f0c7-55fd-4ade-b1aa-7b380e97ad2b 2026-08-20 02:28:33.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ceb98c7-1e06-4ed8-b957-b457cc32c1b7 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: dbf7f0c7-55fd-4ade-b1aa-7b380e97ad2b [pid: 7|app: 0|req: 531/1013] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:32 2026] PUT /v2.0/routers/8cd9ec4e-90e5-4952-936a-ec12da145e27/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:33.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ccff7a0-5716-4122-8a03-a0524233dbac 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: d281f839-c24e-4280-a65b-0e96ba00d9bd 2026-08-20 02:28:33.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ccff7a0-5716-4122-8a03-a0524233dbac 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: d281f839-c24e-4280-a65b-0e96ba00d9bd [pid: 7|app: 0|req: 532/1014] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:34 2026] GET /v2.0/ports?device_id=8ec34790-da9e-4797-892b-a10d3f0c9f67 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:34.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ccff7a0-5716-4122-8a03-a0524233dbac 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: eb45a1b6-84fe-4112-85a7-111fd2e0d62c 2026-08-20 02:28:34.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ccff7a0-5716-4122-8a03-a0524233dbac 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: eb45a1b6-84fe-4112-85a7-111fd2e0d62c 2026-08-20 02:28:34.529 8 INFO neutron.services.segments.plugin [-] Segment 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 resource provider aggregate not found 2026-08-20 02:28:34.534 8 INFO neutron.services.segments.plugin [-] Segment 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 resource provider aggregate not found 2026-08-20 02:28:34.556 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 found for delete ", "request_id": "req-e712fda0-1ebd-4901-96d8-7803a927927e"}]} 2026-08-20 02:28:34.561 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca2b8cb-6ba5-4a29-adab-dbb351b1d525 found for delete ", "request_id": "req-58cd9ed2-76ce-4878-a5a9-0e2756d5635a"}]} 2026-08-20 02:28:34.572 8 INFO neutron.db.l3_hamode_db [None req-9ccff7a0-5716-4122-8a03-a0524233dbac 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network ee576f0d-3ef3-414a-9c2e-98d70da4717b was deleted as no HA routers are present in tenant 4dcac525cf8642d29fddc744c55f18a0. [pid: 8|app: 0|req: 483/1015] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:33 2026] DELETE /v2.0/routers/8cd9ec4e-90e5-4952-936a-ec12da145e27 => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1016] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:34 2026] DELETE /v2.0/subnets/fb3eacc2-2a84-4bca-be2a-7f05ce1b7740 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:34.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-70ff7546-2f13-4531-ae40-1c544a20275c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 7964c62a-3238-4094-9dda-7477fc6c5034 2026-08-20 02:28:34.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70ff7546-2f13-4531-ae40-1c544a20275c 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 7964c62a-3238-4094-9dda-7477fc6c5034 [pid: 8|app: 0|req: 484/1017] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:34 2026] DELETE /v2.0/networks/e1359b3e-007c-4846-ab01-1e6b64621b35 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1018] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:35 2026] DELETE /v2.0/security-groups/24a32ced-ea66-495e-818b-20a8fe831efe => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:35.217 8 INFO neutron.api.v2.resource [None req-d211661a-88cd-4b80-b36b-cfc87b193866 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/1019] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:28:35 2026] GET /v2.0/security-groups/24a32ced-ea66-495e-818b-20a8fe831efe => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1020] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:35 2026] GET /v2.0/security-groups?tenant_id=4dcac525cf8642d29fddc744c55f18a0&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:35.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3c1ec59-d5d0-4a5b-9560-983e2716fca4 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] TaaS: Handle Delete Port: b3f546be-26c8-4640-b572-70a09e001be5 2026-08-20 02:28:35.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3c1ec59-d5d0-4a5b-9560-983e2716fca4 86f5e56800e9427b9d80add5f83bffde 2600ffe78ef646d1b16c95160b77e9ba - - default default] Tap Mirror: Handle Delete Port: b3f546be-26c8-4640-b572-70a09e001be5 [pid: 8|app: 0|req: 487/1021] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:35 2026] DELETE /v2.0/security-groups/47a502a8-87a3-4138-93f3-48f24d614ab3 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1022] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:28:35 2026] DELETE /v2.0/floatingips/d5916411-12ae-44b9-a50f-edadea8bee38 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1023] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:35 2026] GET /v2.0/security-groups?tenant_id=1bcf2383c11d47f18bd9325099748154&name=default => generated 2925 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1024] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:35 2026] DELETE /v2.0/security-groups/fc0c6443-5407-4f59-b6b0-d44947187dfc => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:35.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-be82a8f5-5399-4979-98b6-67ad0ab5cdd3 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 6b8b463f-867d-4a0e-bc6a-c2f92a432687 2026-08-20 02:28:35.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be82a8f5-5399-4979-98b6-67ad0ab5cdd3 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 6b8b463f-867d-4a0e-bc6a-c2f92a432687 [pid: 8|app: 0|req: 490/1025] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:36 2026] GET /v2.0/security-groups?tenant_id=6d47e224ba4543b9a105beb0b1583c02&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1026] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:36 2026] DELETE /v2.0/security-groups/10e2e45c-b802-4411-97fd-d13a2240ce16 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1027] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:35 2026] PUT /v2.0/routers/77691bc7-e8d2-4593-99f2-552501219031/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:36.582 8 INFO neutron.services.segments.plugin [-] Segment cf02d8db-497e-41dd-a759-37118516eebe resource provider aggregate not found 2026-08-20 02:28:36.597 8 INFO neutron.services.segments.plugin [-] Segment cf02d8db-497e-41dd-a759-37118516eebe resource provider aggregate not found 2026-08-20 02:28:36.615 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf02d8db-497e-41dd-a759-37118516eebe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf02d8db-497e-41dd-a759-37118516eebe found for delete ", "request_id": "req-842024ce-9302-459d-9402-2b72ce51c4d2"}]} 2026-08-20 02:28:36.625 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf02d8db-497e-41dd-a759-37118516eebe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf02d8db-497e-41dd-a759-37118516eebe found for delete ", "request_id": "req-81eada13-6f5a-4cbb-94c1-e06b50e0e03c"}]} 2026-08-20 02:28:36.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a670033-87c6-46dc-82b0-5cd0872d612b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: e09c7b80-6632-4f49-a9f5-10282a80581e 2026-08-20 02:28:36.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a670033-87c6-46dc-82b0-5cd0872d612b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: e09c7b80-6632-4f49-a9f5-10282a80581e 2026-08-20 02:28:37.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a670033-87c6-46dc-82b0-5cd0872d612b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: bcf7c5ee-9ab9-45c6-a968-95c1bb3bb513 2026-08-20 02:28:37.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a670033-87c6-46dc-82b0-5cd0872d612b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: bcf7c5ee-9ab9-45c6-a968-95c1bb3bb513 [pid: 7|app: 0|req: 537/1028] 10.0.0.179 () {32 vars in 653 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1029] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1030] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:37.444 8 INFO neutron.db.l3_hamode_db [None req-2a670033-87c6-46dc-82b0-5cd0872d612b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 1f2950bf-e595-4709-84a0-16a0889b169c was deleted as no HA routers are present in tenant 2600ffe78ef646d1b16c95160b77e9ba. [pid: 8|app: 0|req: 492/1031] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:36 2026] DELETE /v2.0/routers/77691bc7-e8d2-4593-99f2-552501219031 => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1032] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1033] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 1240 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1034] 10.0.0.179 () {32 vars in 665 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1035] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1036] 10.0.0.179 () {32 vars in 699 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1037] 10.0.0.179 () {32 vars in 697 bytes} [Thu Aug 20 02:28:37 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: 545/1038] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1039] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1040] 10.0.0.179 () {32 vars in 703 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1041] 10.0.0.179 () {32 vars in 693 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1042] 10.0.0.179 () {32 vars in 695 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1043] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:37 2026] DELETE /v2.0/subnets/b12eb2d7-33e5-478c-b47c-8a9756e77cb7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1044] 10.0.0.179 () {32 vars in 685 bytes} [Thu Aug 20 02:28:37 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: 551/1045] 10.0.0.179 () {32 vars in 687 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1046] 10.0.0.179 () {32 vars in 661 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1047] 10.0.0.179 () {32 vars in 699 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1048] 10.0.0.179 () {32 vars in 679 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1049] 10.0.0.179 () {32 vars in 683 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1050] 10.0.0.179 () {32 vars in 675 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1051] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1052] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1053] 10.0.0.179 () {32 vars in 687 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:37.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d209272-d48f-431d-b32e-e99ea4a6bb6d 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 8f2bec5f-fa08-4647-8372-ddc40e345e96 [pid: 7|app: 0|req: 560/1054] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:37.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d209272-d48f-431d-b32e-e99ea4a6bb6d 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 8f2bec5f-fa08-4647-8372-ddc40e345e96 [pid: 7|app: 0|req: 561/1055] 10.0.0.179 () {32 vars in 687 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1056] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1057] 10.0.0.179 () {32 vars in 699 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1058] 10.0.0.179 () {32 vars in 679 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1059] 10.0.0.179 () {32 vars in 667 bytes} [Thu Aug 20 02:28:37 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: 7|app: 0|req: 566/1060] 10.0.0.179 () {32 vars in 677 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1061] 10.0.0.179 () {32 vars in 665 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1062] 10.0.0.179 () {32 vars in 675 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1063] 10.0.0.179 () {32 vars in 713 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1064] 10.0.0.179 () {32 vars in 691 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1065] 10.0.0.179 () {32 vars in 683 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1066] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1067] 10.0.0.179 () {32 vars in 687 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1068] 10.0.0.179 () {32 vars in 705 bytes} [Thu Aug 20 02:28:37 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: 7|app: 0|req: 575/1069] 10.0.0.179 () {32 vars in 675 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1070] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1071] 10.0.0.179 () {32 vars in 675 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1072] 10.0.0.179 () {32 vars in 693 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1073] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:37 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: 495/1074] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:37 2026] DELETE /v2.0/networks/bade3112-3e98-4fbb-9c58-a24373d10d79 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1075] 10.0.0.179 () {32 vars in 709 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1076] 10.0.0.179 () {32 vars in 705 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1077] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1078] 10.0.0.179 () {32 vars in 697 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1079] 10.0.0.179 () {32 vars in 711 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1080] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1081] 10.0.0.179 () {32 vars in 687 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1082] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1083] 10.0.0.179 () {32 vars in 675 bytes} [Thu Aug 20 02:28:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1084] 10.0.0.179 () {32 vars in 671 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1085] 10.0.0.179 () {32 vars in 661 bytes} [Thu Aug 20 02:28:38 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: 501/1086] 10.0.0.179 () {32 vars in 699 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1087] 10.0.0.179 () {32 vars in 699 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1088] 10.0.0.179 () {32 vars in 677 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1089] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:38 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: 504/1090] 10.0.0.179 () {32 vars in 683 bytes} [Thu Aug 20 02:28:38 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: 505/1091] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1092] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/security-groups?tenant_id=2600ffe78ef646d1b16c95160b77e9ba&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1093] 10.0.0.179 () {32 vars in 685 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1094] 10.0.0.179 () {32 vars in 707 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1095] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1096] 10.0.0.179 () {32 vars in 697 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1097] 10.0.0.179 () {32 vars in 695 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1098] 10.0.0.179 () {32 vars in 685 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1099] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:38 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: 513/1100] 10.0.0.179 () {32 vars in 705 bytes} [Thu Aug 20 02:28:38 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: 514/1101] 10.0.0.179 () {32 vars in 667 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1102] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:38 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: 516/1103] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:38 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: 517/1104] 10.0.0.179 () {32 vars in 691 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1105] 10.0.0.179 () {32 vars in 691 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1106] 10.0.0.179 () {32 vars in 695 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1107] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:38 2026] DELETE /v2.0/security-groups/89f9c936-7640-496e-85b2-4e28230486e9 => 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: 520/1108] 10.0.0.179 () {32 vars in 685 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1109] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1110] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1111] 10.0.0.179 () {32 vars in 703 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1112] 10.0.0.179 () {32 vars in 713 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1113] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1114] 10.0.0.179 () {32 vars in 715 bytes} [Thu Aug 20 02:28:38 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: 7|app: 0|req: 592/1115] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1116] 10.0.0.179 () {32 vars in 741 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1117] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1118] 10.0.0.179 () {32 vars in 683 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1119] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1120] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1121] 10.0.0.179 () {32 vars in 679 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1122] 10.0.0.179 () {32 vars in 669 bytes} [Thu Aug 20 02:28:38 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: 7|app: 0|req: 596/1123] 10.0.0.179 () {32 vars in 697 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1124] 10.0.0.179 () {32 vars in 705 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1125] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1126] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1127] 10.0.0.179 () {32 vars in 683 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1128] 10.0.0.179 () {32 vars in 705 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1129] 10.0.0.179 () {32 vars in 695 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1130] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1131] 10.0.0.179 () {32 vars in 697 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1132] 10.0.0.179 () {32 vars in 679 bytes} [Thu Aug 20 02:28:38 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: 7|app: 0|req: 601/1133] 10.0.0.179 () {32 vars in 689 bytes} [Thu Aug 20 02:28:38 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: 533/1134] 10.0.0.179 () {32 vars in 701 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1135] 10.0.0.179 () {32 vars in 665 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1136] 10.0.0.179 () {32 vars in 681 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1137] 10.0.0.179 () {32 vars in 677 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1138] 10.0.0.179 () {32 vars in 693 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1139] 10.0.0.179 () {32 vars in 677 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1140] 10.0.0.179 () {32 vars in 667 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1141] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/taas => generated 175 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1142] 10.0.0.179 () {32 vars in 675 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1143] 10.0.0.179 () {32 vars in 687 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:38.633 8 INFO neutron.services.segments.plugin [-] Segment 7d5c6782-8005-4cc8-9142-7ed57db68543 resource provider aggregate not found 2026-08-20 02:28:38.650 8 INFO neutron.services.segments.plugin [-] Segment 7d5c6782-8005-4cc8-9142-7ed57db68543 resource provider aggregate not found 2026-08-20 02:28:38.659 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7d5c6782-8005-4cc8-9142-7ed57db68543 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d5c6782-8005-4cc8-9142-7ed57db68543 found for delete ", "request_id": "req-d5a2be05-a216-4e19-80f2-37325cd42971"}]} 2026-08-20 02:28:38.668 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7d5c6782-8005-4cc8-9142-7ed57db68543 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d5c6782-8005-4cc8-9142-7ed57db68543 found for delete ", "request_id": "req-c8bb035b-3461-484e-bb02-2dfead57e8b7"}]} 2026-08-20 02:28:38.679 8 INFO neutron.services.segments.plugin [-] Segment b0871674-b9e3-4c3b-83a2-903c002956a6 resource provider aggregate not found 2026-08-20 02:28:38.686 8 INFO neutron.services.segments.plugin [-] Segment b0871674-b9e3-4c3b-83a2-903c002956a6 resource provider aggregate not found 2026-08-20 02:28:38.698 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b0871674-b9e3-4c3b-83a2-903c002956a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0871674-b9e3-4c3b-83a2-903c002956a6 found for delete ", "request_id": "req-52397e8c-4f5d-43b2-8885-4d8f33324bb4"}]} 2026-08-20 02:28:38.701 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b0871674-b9e3-4c3b-83a2-903c002956a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0871674-b9e3-4c3b-83a2-903c002956a6 found for delete ", "request_id": "req-2b03eeba-a480-42a1-91ab-353048e7274f"}]} [pid: 8|app: 0|req: 538/1144] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/security-groups?tenant_id=fe160d707ef44f788f5d840f82c3797d&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1145] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:39 2026] DELETE /v2.0/security-groups/07356681-8d21-4781-b326-795940ef90e3 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1146] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:38 2026] GET /v2.0/security-groups?tenant_id=a466be2721ba46f5bc7bf5cd909c0c3b&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1147] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:39 2026] DELETE /v2.0/security-groups/f88b7eb0-fad9-4ec0-b129-a9b1591396e0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1148] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:40 2026] GET /v2.0/security-groups?tenant_id=7669d4c12b4b4c8a98802dab46539e87&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:41.345 8 INFO neutron.db.segments_db [None req-b60bf94c-e38c-4515-afd8-116df3fc70d8 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] Added segment c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc of type vxlan for network e9744326-cad0-4028-b3dc-556579f1949c [pid: 8|app: 0|req: 541/1149] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:41 2026] POST /v2.0/networks => generated 648 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1150] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:41 2026] GET /v2.0/security-groups?tenant_id=b4590694834743d0808852bf7c3d2c81&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1151] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:41 2026] DELETE /v2.0/security-groups/a444a6ab-0ed0-4872-8da1-2863d447563e => 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: 542/1152] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:41 2026] DELETE /v2.0/security-groups/3107ea88-cecd-4022-914c-5b98d4ed160c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1153] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:41 2026] POST /v2.0/subnets => generated 673 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:42.222 8 INFO neutron.db.segments_db [None req-937c17b5-6c42-4c3b-a4e1-790e07ceac51 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] Added segment 69136034-c9b6-4d90-9891-af1db55b866f of type vxlan for network cc8187ae-8348-4918-ade2-9c486c1d1071 [pid: 8|app: 0|req: 543/1154] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:42 2026] POST /v2.0/networks => generated 648 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1155] 10.0.0.179 () {34 vars in 743 bytes} [Thu Aug 20 02:28:42 2026] PUT /v2.0/networks/cc8187ae-8348-4918-ade2-9c486c1d1071 => generated 592 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1156] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:42 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1157] 10.0.0.179 () {34 vars in 741 bytes} [Thu Aug 20 02:28:42 2026] PUT /v2.0/subnets/f9ff8568-19e2-4ac9-8e51-7247eadf257c => generated 656 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:43.167 8 INFO neutron.services.segments.plugin [-] Segment 69136034-c9b6-4d90-9891-af1db55b866f resource provider aggregate not found 2026-08-20 02:28:43.170 8 INFO neutron.services.segments.plugin [-] Segment 69136034-c9b6-4d90-9891-af1db55b866f resource provider aggregate not found 2026-08-20 02:28:43.185 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69136034-c9b6-4d90-9891-af1db55b866f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69136034-c9b6-4d90-9891-af1db55b866f found for delete ", "request_id": "req-297efa8e-58b7-44c9-a846-fa3895f3850d"}]} 2026-08-20 02:28:43.187 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69136034-c9b6-4d90-9891-af1db55b866f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69136034-c9b6-4d90-9891-af1db55b866f found for delete ", "request_id": "req-9c9d3121-f83d-486b-b66b-a6debb96962c"}]} [pid: 8|app: 0|req: 545/1158] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:42 2026] DELETE /v2.0/networks/cc8187ae-8348-4918-ade2-9c486c1d1071 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:43.224 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a7d838d-fcad-4c65-a6f4-83a30dabd94e 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1159] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/networks/cc8187ae-8348-4918-ade2-9c486c1d1071 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1160] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1161] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/subnets?network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1162] 10.0.0.179 () {32 vars in 653 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1163] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/networks => generated 1313 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1164] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/subnets => generated 1312 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:43.506 7 INFO neutron.db.segments_db [None req-c74d36be-b26c-4fab-877e-12951f0039a5 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Added segment 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 of type vxlan for network 69171b0e-32ac-45fa-80b2-d9a006dbf9f4 [pid: 8|app: 0|req: 552/1165] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/networks/e9744326-cad0-4028-b3dc-556579f1949c => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1166] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/subnets/0f6f8ee0-ab17-47ce-9b6d-98824fce4b82 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:43.582 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4e45be6-a48a-4229-b65b-d78f35831f10 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1167] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/subnets/f9ff8568-19e2-4ac9-8e51-7247eadf257c => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:43.595 7 INFO neutron.db.segments_db [None req-c74d36be-b26c-4fab-877e-12951f0039a5 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Added segment 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e of type vxlan for network ded76ea3-f817-41b9-ad14-269022687dbc 2026-08-20 02:28:43.609 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5870fa4-cbf8-4a51-bad3-2312718e2880 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 555/1168] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/networks/cc8187ae-8348-4918-ade2-9c486c1d1071 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1169] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:43 2026] POST /v2.0/networks => generated 1245 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1170] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/subnets/0f6f8ee0-ab17-47ce-9b6d-98824fce4b82 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1171] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:28:43 2026] GET /v2.0/networks => generated 1844 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:43.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4a20598-73bf-4842-9d39-d03a5c15ce19 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] TaaS: Handle Delete Port: f9c39622-9b30-4a1e-ab69-a54a790cc631 2026-08-20 02:28:43.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4a20598-73bf-4842-9d39-d03a5c15ce19 6650074c54214bdb90b7ded7bd2d3e69 18130a85b3c94c15b3c9dd501cdb9649 - - default default] Tap Mirror: Handle Delete Port: f9c39622-9b30-4a1e-ab69-a54a790cc631 2026-08-20 02:28:43.949 7 INFO neutron.services.segments.plugin [-] Segment 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 resource provider aggregate not found 2026-08-20 02:28:43.953 7 INFO neutron.services.segments.plugin [-] Segment 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 resource provider aggregate not found 2026-08-20 02:28:43.967 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 found for delete ", "request_id": "req-8be1f521-4a0a-435e-a843-4efdda00ac9c"}]} 2026-08-20 02:28:43.973 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b8fd38f-e1d9-40fa-83da-7f0d2389d2a1 found for delete ", "request_id": "req-7db42f92-71da-4e12-8ddc-71cfb09333dc"}]} [pid: 7|app: 0|req: 616/1172] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/networks/69171b0e-32ac-45fa-80b2-d9a006dbf9f4 => 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: 557/1173] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/networks/e9744326-cad0-4028-b3dc-556579f1949c => 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: 617/1174] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:43 2026] DELETE /v2.0/networks/ded76ea3-f817-41b9-ad14-269022687dbc => 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: 558/1175] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:28:44 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:44.220 7 INFO neutron.db.segments_db [None req-256004fb-b7ed-4641-abf6-7b33ce092ad5 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Added segment 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 of type vxlan for network 0eeeeec0-ac23-4a1b-ad8e-fe620e2e2dc1 [pid: 7|app: 0|req: 618/1176] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:44 2026] POST /v2.0/networks => generated 654 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:44.396 8 INFO neutron.db.segments_db [None req-95d4bca7-7a87-49f2-bc94-843072fbfe4d 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Added segment a0749255-d514-448a-9edb-2c37616aad04 of type vxlan for network ad1d5a7d-a8ee-4f78-a89d-e89b7b7f4946 [pid: 8|app: 0|req: 559/1177] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:44 2026] POST /v2.0/networks => generated 654 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1178] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:44 2026] GET /v2.0/security-groups?tenant_id=18130a85b3c94c15b3c9dd501cdb9649&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1179] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:44 2026] DELETE /v2.0/security-groups/e7c630d7-9455-4bd0-9636-ec755b4ab624 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:45.203 8 INFO neutron.services.segments.plugin [-] Segment c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc resource provider aggregate not found 2026-08-20 02:28:45.211 8 INFO neutron.services.segments.plugin [-] Segment c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc resource provider aggregate not found 2026-08-20 02:28:45.215 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc found for delete ", "request_id": "req-ad138e46-c4f0-4d5f-b09e-dd35de24379c"}]} 2026-08-20 02:28:45.228 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1bacbd7-e897-4626-bd0d-2e92cd3ae4bc found for delete ", "request_id": "req-9fce1209-effd-4ec3-b772-09b64fbfa192"}]} [pid: 7|app: 0|req: 619/1180] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:28:44 2026] POST /v2.0/ports => generated 1504 bytes in 882 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1181] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:28:45 2026] GET /v2.0/ports => generated 1504 bytes in 433 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-08-20 02:28:45.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef014470-0587-4ad2-80c1-e0af91070c94 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] TaaS: Handle Delete Port: 47220fc8-475b-4a18-a53b-bd8193b7d33b 2026-08-20 02:28:45.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef014470-0587-4ad2-80c1-e0af91070c94 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Tap Mirror: Handle Delete Port: 47220fc8-475b-4a18-a53b-bd8193b7d33b 2026-08-20 02:28:45.986 7 INFO neutron.services.segments.plugin [-] Segment 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e resource provider aggregate not found 2026-08-20 02:28:45.998 7 INFO neutron.services.segments.plugin [-] Segment 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e resource provider aggregate not found 2026-08-20 02:28:46.005 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e found for delete ", "request_id": "req-c692fe7c-fe33-4d87-9cc7-aee808ea6ce1"}]} [pid: 7|app: 0|req: 620/1182] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:45 2026] DELETE /v2.0/ports/47220fc8-475b-4a18-a53b-bd8193b7d33b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:46.016 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ab1d1ee-859f-41d9-9329-f4592a8d4b7e found for delete ", "request_id": "req-2ff5b35c-5c1d-4b7a-ac54-f2bb3402b64f"}]} 2026-08-20 02:28:46.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1292b3a-9ff4-444e-a1e7-663cec9f77fe 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] TaaS: Handle Delete Port: d3abfe83-a964-40f2-95d2-403432d49e2d 2026-08-20 02:28:46.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1292b3a-9ff4-444e-a1e7-663cec9f77fe 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Tap Mirror: Handle Delete Port: d3abfe83-a964-40f2-95d2-403432d49e2d [pid: 8|app: 0|req: 563/1183] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:46 2026] DELETE /v2.0/ports/d3abfe83-a964-40f2-95d2-403432d49e2d => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1184] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:28:46 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-08-20 02:28:46.294 8 INFO neutron.db.segments_db [None req-ad0682f6-b917-4932-bbe1-2801a6378f54 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Added segment 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f of type vxlan for network 25e19380-6d70-4035-800b-21a40696cb17 [pid: 8|app: 0|req: 564/1187] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:46 2026] POST /v2.0/networks => generated 654 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:46.471 7 INFO neutron.db.segments_db [None req-0bc250b3-d0bf-444d-8e91-1685a4ca248d 45c6f2e481ca4acf989aa1aa50fb4eab 68d7157af0054f31a9cf48b67d836de1 - - default default] Added segment 27fb9953-2576-4a0d-8dd8-56b395b0fe82 of type vxlan for network 4022940b-b38d-41e6-9afd-c7660456c9aa [pid: 7|app: 0|req: 624/1188] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:46 2026] POST /v2.0/networks => generated 654 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1189] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:46 2026] GET /v2.0/security-groups?tenant_id=57fc328e67aa4f96a1f2e4260ba569e8&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:28:47.056 7 INFO neutron.db.segments_db [None req-51c5f786-922d-4cca-bccd-afc093a174b1 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Added segment 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 of type vxlan for network ac32d839-f1c7-4ea3-9f30-a74e8eb4e71b [pid: 8|app: 0|req: 566/1190] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:47 2026] DELETE /v2.0/security-groups/3eda5f40-2d4b-4c9d-a1e0-e8f4c90e15ce => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1191] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:46 2026] POST /v2.0/networks => generated 644 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1192] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:28:47 2026] POST /v2.0/ports => generated 775 bytes in 322 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: 567/1193] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:47 2026] POST /v2.0/subnets => generated 1323 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:28:47.559 8 INFO neutron.db.segments_db [None req-5b8e6217-8209-4d46-924d-a1761b0b5264 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Added segment 542fbc63-7f8e-45cf-858b-30f03e0bcd82 of type vxlan for network cba9c77a-8e80-45db-92c3-ff6a0e59ce87 [pid: 7|app: 0|req: 627/1194] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:47 2026] GET /v2.0/security-groups?tenant_id=6896e242c79f4bc7b69ca0d5eaabcbb3&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1195] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:47 2026] POST /v2.0/networks => generated 631 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1196] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:28:47 2026] GET /v2.0/subnets => generated 1959 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1197] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:47 2026] DELETE /v2.0/security-groups/cdb29315-3be2-443e-a8f2-a55528826400 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1198] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:47 2026] DELETE /v2.0/subnets/f4998be9-6b04-4314-8b10-dc05c29fbdef => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1199] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:47 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1200] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:47 2026] DELETE /v2.0/subnets/ef530a26-71db-4e9a-ad38-e20cbb706171 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1201] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:28:48 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:48.160 8 INFO neutron.services.segments.plugin [-] Segment 27fb9953-2576-4a0d-8dd8-56b395b0fe82 resource provider aggregate not found 2026-08-20 02:28:48.169 8 INFO neutron.services.segments.plugin [-] Segment 27fb9953-2576-4a0d-8dd8-56b395b0fe82 resource provider aggregate not found 2026-08-20 02:28:48.199 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 27fb9953-2576-4a0d-8dd8-56b395b0fe82 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27fb9953-2576-4a0d-8dd8-56b395b0fe82 found for delete ", "request_id": "req-1ee965d9-7ce2-4fd1-a5a4-4b82d82cb3bb"}]} [pid: 8|app: 0|req: 573/1202] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/networks/4022940b-b38d-41e6-9afd-c7660456c9aa => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:48.212 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 27fb9953-2576-4a0d-8dd8-56b395b0fe82 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27fb9953-2576-4a0d-8dd8-56b395b0fe82 found for delete ", "request_id": "req-1ac11cf3-14bc-4ce9-9ddd-dbacbc9a18fa"}]} [pid: 7|app: 0|req: 630/1203] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:28:47 2026] POST /v2.0/ports => generated 953 bytes in 350 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-08-20 02:28:48.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-b024346a-954a-4eef-a76b-532a6738ef9e 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] TaaS: Handle Delete Port: 51ce5359-1ca1-48ac-8d30-60e7a3e2569d 2026-08-20 02:28:48.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b024346a-954a-4eef-a76b-532a6738ef9e 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Tap Mirror: Handle Delete Port: 51ce5359-1ca1-48ac-8d30-60e7a3e2569d [pid: 8|app: 0|req: 574/1204] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/networks/25e19380-6d70-4035-800b-21a40696cb17 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1205] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/networks/ad1d5a7d-a8ee-4f78-a89d-e89b7b7f4946 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1206] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/ports/51ce5359-1ca1-48ac-8d30-60e7a3e2569d => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:48.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f1796a8-39b1-4a65-af7f-905edaafa09c 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1207] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/ports/51ce5359-1ca1-48ac-8d30-60e7a3e2569d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:48.506 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e462d0c2-db43-4388-a53f-cea420436d5b 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1208] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:48 2026] GET /v2.0/ports/51ce5359-1ca1-48ac-8d30-60e7a3e2569d => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1209] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/networks/0eeeeec0-ac23-4a1b-ad8e-fe620e2e2dc1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1210] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/subnets/68195727-3ba9-4fbd-b861-0b18919f244b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1211] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:48 2026] DELETE /v2.0/networks/cba9c77a-8e80-45db-92c3-ff6a0e59ce87 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:48.808 7 INFO neutron.db.segments_db [None req-40014fcb-8b70-40b6-9853-44423afe02e9 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Added segment b17b210a-c711-43d6-ac23-26fba15dca9e of type vxlan for network ebbdd601-9083-4c88-8886-08ac60b7acb5 [pid: 7|app: 0|req: 635/1212] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:48 2026] POST /v2.0/networks => generated 632 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1213] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:48 2026] POST /v2.0/subnets => generated 626 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1214] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/security-groups?tenant_id=68d7157af0054f31a9cf48b67d836de1&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1215] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:49 2026] DELETE /v2.0/security-groups/c1045ccf-8d4d-4f0d-bb7c-3e7ef4ea6d46 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1216] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:28:49 2026] POST /v2.0/ports => generated 911 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1217] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1218] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:49.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-69f82409-6205-4b14-8152-41f3c37ab97b 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] TaaS: Handle Delete Port: 583c8384-ed85-4135-9d3b-ad4c1733d794 2026-08-20 02:28:49.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69f82409-6205-4b14-8152-41f3c37ab97b 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Tap Mirror: Handle Delete Port: 583c8384-ed85-4135-9d3b-ad4c1733d794 [pid: 7|app: 0|req: 640/1219] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 641/1220] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1221] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:49 2026] DELETE /v2.0/ports/583c8384-ed85-4135-9d3b-ad4c1733d794 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:49.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53cf1d56-d0b8-4fd8-9396-f74879ca4d6f 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1222] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/ports/583c8384-ed85-4135-9d3b-ad4c1733d794 => 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: 581/1223] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:49 2026] DELETE /v2.0/subnets/6ec40485-b893-49c3-adcf-35c9eb96dda1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:49.964 7 INFO neutron.services.segments.plugin [-] Segment b17b210a-c711-43d6-ac23-26fba15dca9e resource provider aggregate not found 2026-08-20 02:28:49.970 7 INFO neutron.services.segments.plugin [-] Segment b17b210a-c711-43d6-ac23-26fba15dca9e resource provider aggregate not found 2026-08-20 02:28:49.983 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b17b210a-c711-43d6-ac23-26fba15dca9e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b17b210a-c711-43d6-ac23-26fba15dca9e found for delete ", "request_id": "req-276adf65-e06d-476e-8012-78d4e908c0c3"}]} 2026-08-20 02:28:49.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b17b210a-c711-43d6-ac23-26fba15dca9e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b17b210a-c711-43d6-ac23-26fba15dca9e found for delete ", "request_id": "req-4f987268-2a67-437b-8def-ea73f75af1a1"}]} [pid: 7|app: 0|req: 643/1224] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:49 2026] DELETE /v2.0/networks/ebbdd601-9083-4c88-8886-08ac60b7acb5 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1225] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:49 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1226] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:50 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:50.217 8 INFO neutron.services.segments.plugin [-] Segment 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f resource provider aggregate not found [pid: 7|app: 0|req: 644/1227] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:28:50 2026] POST /v2.0/ports => generated 774 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:50.228 8 INFO neutron.services.segments.plugin [-] Segment 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f resource provider aggregate not found 2026-08-20 02:28:50.236 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f found for delete ", "request_id": "req-ab9a314c-33d1-4579-ba33-5b5a739b6483"}]} 2026-08-20 02:28:50.256 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c4d0fb7-c3bd-4d84-8494-e0f87efd1d6f found for delete ", "request_id": "req-be203b19-a730-4d07-b285-d278ed0ed99a"}]} 2026-08-20 02:28:50.259 8 INFO neutron.services.segments.plugin [-] Segment a0749255-d514-448a-9edb-2c37616aad04 resource provider aggregate not found 2026-08-20 02:28:50.273 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0749255-d514-448a-9edb-2c37616aad04 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0749255-d514-448a-9edb-2c37616aad04 found for delete ", "request_id": "req-fd79cde3-f415-4c4a-9e7f-61b248b0ed3f"}]} 2026-08-20 02:28:50.279 8 INFO neutron.services.segments.plugin [-] Segment a0749255-d514-448a-9edb-2c37616aad04 resource provider aggregate not found 2026-08-20 02:28:50.297 8 INFO neutron.services.segments.plugin [-] Segment 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 resource provider aggregate not found 2026-08-20 02:28:50.312 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0749255-d514-448a-9edb-2c37616aad04 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0749255-d514-448a-9edb-2c37616aad04 found for delete ", "request_id": "req-1070a2f5-4d3b-4c53-b082-38bbb84c0698"}]} 2026-08-20 02:28:50.312 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 found for delete ", "request_id": "req-00f5bce4-937b-4259-a81e-1d524883eae5"}]} 2026-08-20 02:28:50.329 8 INFO neutron.services.segments.plugin [-] Segment 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 resource provider aggregate not found 2026-08-20 02:28:50.335 8 INFO neutron.services.segments.plugin [-] Segment 542fbc63-7f8e-45cf-858b-30f03e0bcd82 resource provider aggregate not found 2026-08-20 02:28:50.350 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d1ae0d3-78ba-4a05-8866-35efca09d9b9 found for delete ", "request_id": "req-8b27952a-1bb2-475d-8eb5-b2a6d1340a34"}]} 2026-08-20 02:28:50.356 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 542fbc63-7f8e-45cf-858b-30f03e0bcd82 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 542fbc63-7f8e-45cf-858b-30f03e0bcd82 found for delete ", "request_id": "req-77ad1d7d-424c-46f7-b376-0535ea613170"}]} 2026-08-20 02:28:50.366 8 INFO neutron.services.segments.plugin [-] Segment 542fbc63-7f8e-45cf-858b-30f03e0bcd82 resource provider aggregate not found 2026-08-20 02:28:50.388 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 542fbc63-7f8e-45cf-858b-30f03e0bcd82 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 542fbc63-7f8e-45cf-858b-30f03e0bcd82 found for delete ", "request_id": "req-47eba6ec-0b53-46d5-ab9a-7bee41375437"}]} [pid: 8|app: 0|req: 584/1228] 10.0.0.179 () {34 vars in 737 bytes} [Thu Aug 20 02:28:50 2026] PUT /v2.0/ports/fbfc2fb8-78e3-48fd-83dc-29bdb2664929 => generated 752 bytes in 249 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-08-20 02:28:50.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-3130fa0a-5b1e-427d-914e-2f36d705bbca 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] TaaS: Handle Delete Port: fbfc2fb8-78e3-48fd-83dc-29bdb2664929 2026-08-20 02:28:50.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3130fa0a-5b1e-427d-914e-2f36d705bbca 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Tap Mirror: Handle Delete Port: fbfc2fb8-78e3-48fd-83dc-29bdb2664929 [pid: 7|app: 0|req: 645/1229] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:50 2026] DELETE /v2.0/ports/fbfc2fb8-78e3-48fd-83dc-29bdb2664929 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 585/1230] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:28:50 2026] GET /v2.0/ports => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:50.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d362431b-3f94-41e6-a5f0-448b74912b4d 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1231] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:50 2026] GET /v2.0/ports/fbfc2fb8-78e3-48fd-83dc-29bdb2664929 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1232] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:28:50 2026] GET /v2.0/ports => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1233] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:50 2026] GET /v2.0/ports/fd0890d6-7729-4616-82f8-d94a4b801a64 => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:50.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aeb43388-ca27-4689-849d-ad019abbba2d 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 587/1234] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:50 2026] DELETE /v2.0/ports/583c8384-ed85-4135-9d3b-ad4c1733d794 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:50.884 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55845bf0-96b5-47d8-97a9-d604f28ea23e 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1235] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:50 2026] DELETE /v2.0/subnets/6ec40485-b893-49c3-adcf-35c9eb96dda1 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:50.906 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd337f27-c3f2-4c60-8ca0-7a2be993c70f 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1236] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:50 2026] DELETE /v2.0/subnets/68195727-3ba9-4fbd-b861-0b18919f244b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:28:51.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-a35e80f4-1bb5-41a9-8db6-bb38204320ee 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] TaaS: Handle Delete Port: fd0890d6-7729-4616-82f8-d94a4b801a64 2026-08-20 02:28:51.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a35e80f4-1bb5-41a9-8db6-bb38204320ee 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Tap Mirror: Handle Delete Port: fd0890d6-7729-4616-82f8-d94a4b801a64 [pid: 8|app: 0|req: 589/1237] 10.0.0.179 () {32 vars in 623 bytes} [Thu Aug 20 02:28:51 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: 649/1238] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:28:50 2026] DELETE /v2.0/ports/fd0890d6-7729-4616-82f8-d94a4b801a64 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:28:51.177 8 WARNING keystonemiddleware.audit [None req-dd337f27-c3f2-4c60-8ca0-7a2be993c70f 788246f6e1124f658890387341247592 35eba1b4d0324406ae78fbdeb7901791 - - default default] Skipping service tempest-service-1401862235 as it have no endpoints. [pid: 8|app: 0|req: 590/1239] 10.0.0.179 () {32 vars in 633 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/ => generated 632 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1240] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 650/1241] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:28:51 2026] DELETE /v2.0/networks/ac32d839-f1c7-4ea3-9f30-a74e8eb4e71b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1242] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1243] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/ports?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1244] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/networks?id=16449a1f-a864-4dfc-ac62-84e1a912bfdc => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1245] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b4a2c162-01a2-4370-bb0c-cebc9eb99be9 => 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: 594/1246] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/subnets?id=34b7f2f1-5ab3-4c24-8584-a7eefac2113b => 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: 653/1247] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/ports?network_id=16449a1f-a864-4dfc-ac62-84e1a912bfdc&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1248] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1249] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc?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: 597/1250] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/security-groups?tenant_id=35eba1b4d0324406ae78fbdeb7901791&name=default => generated 2925 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1251] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:51 2026] DELETE /v2.0/security-groups/f41ea546-e05c-4aa1-86b5-9602fe6179e2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:28:52.014 7 INFO neutron.services.segments.plugin [-] Segment 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 resource provider aggregate not found 2026-08-20 02:28:52.017 7 INFO neutron.services.segments.plugin [-] Segment 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 resource provider aggregate not found 2026-08-20 02:28:52.038 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 found for delete ", "request_id": "req-cf5770bb-2488-4c92-b795-99d9eaa8eb3a"}]} 2026-08-20 02:28:52.039 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42b05ed5-c5dc-4af9-a989-43b0ebfff2a8 found for delete ", "request_id": "req-3ca949e5-418b-409e-9322-9689962c7077"}]} [pid: 7|app: 0|req: 654/1252] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:51 2026] GET /v2.0/security-groups?tenant_id=87241638900b4d0786546838756ef1ba&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1253] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:52 2026] DELETE /v2.0/security-groups/58113ac0-a48d-4c71-99b0-2f28a341a1d9 => 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: 600/1254] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:52 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 601/1255] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:52 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1256] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:52 2026] GET /v2.0/security-groups?tenant_id=5d896c667aee4c05b84825023380ed3a&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1257] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:52 2026] DELETE /v2.0/security-groups/df5aef35-ef0a-4a2b-80ef-1a691e0d9f0e => 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: 656/1258] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:52 2026] GET /v2.0/security-groups?tenant_id=d6cba5cf7ac548c4979e7ef67f8294a5&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1259] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:53 2026] DELETE /v2.0/security-groups/9c7c7915-ce56-424f-9f89-32e10a34c358 => 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: 657/1260] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:53 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 604/1261] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:53 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:53.985 7 INFO neutron.db.segments_db [None req-eecb51bf-9d5c-4904-a516-9f66e693b084 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment f891bae6-fc29-4f93-9017-af82380e55ea of type vxlan for network 68e5b271-b080-40bb-a8fe-34015ad65c5c [pid: 7|app: 0|req: 658/1262] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:53 2026] POST /v2.0/networks => generated 634 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:54.131 8 INFO neutron.db.segments_db [None req-eef692d0-0072-415b-997d-1e115345f05e 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb of type vxlan for network 5a630a92-8214-45f3-acfa-d1a3736d8a79 [pid: 8|app: 0|req: 605/1263] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:28:54 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1264] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:54 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1265] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:54 2026] POST /v2.0/subnets => generated 655 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:28:54.758 7 INFO neutron.db.segments_db [None req-69216ce1-35a9-4967-b04b-0a7883bb4e85 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment 98770423-3f82-4050-9a1e-8565e03e3f32 of type vxlan for network f2a0075e-0669-41e6-8487-ba7656ab2faf [pid: 8|app: 0|req: 607/1266] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:54 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1267] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:54 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:54.989 7 INFO neutron.db.l3_hamode_db [None req-69216ce1-35a9-4967-b04b-0a7883bb4e85 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:28:55.127 7 INFO neutron.db.l3_hamode_db [None req-69216ce1-35a9-4967-b04b-0a7883bb4e85 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 660/1268] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:28:54 2026] POST /v2.0/routers => generated 510 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1269] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:28:55 2026] GET /v2.0/security-groups?tenant_id=da0c027ddcfa48e6aab7b6b36c2fe3aa&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1270] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:56 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1271] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:28:56 2026] DELETE /v2.0/security-groups/26bf4705-af6b-4616-8fe0-3fa7bc2786a5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1272] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:56 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1273] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:28:55 2026] PUT /v2.0/routers/9d9677c2-58c8-40de-9408-3af21a4fd0a7/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1274] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:56 2026] GET /v2.0/ports/594a9403-7420-4b34-9289-f07ee5bff94b => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1275] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:57 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1276] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:57 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1277] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:28:56 2026] PUT /v2.0/routers/9d9677c2-58c8-40de-9408-3af21a4fd0a7/add_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1278] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:28:57 2026] GET /v2.0/ports/4baa8d53-7a98-46a4-a2b4-1afe2c203545 => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:58.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf88708d-33a7-43b3-ae3a-c10d3473c0e8 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 4baa8d53-7a98-46a4-a2b4-1afe2c203545 2026-08-20 02:28:58.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf88708d-33a7-43b3-ae3a-c10d3473c0e8 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 4baa8d53-7a98-46a4-a2b4-1afe2c203545 [pid: 7|app: 0|req: 669/1279] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:58 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 670/1280] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:58 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1281] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:58 2026] PUT /v2.0/routers/9d9677c2-58c8-40de-9408-3af21a4fd0a7/remove_router_interface => generated 309 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:28:59.049 7 INFO neutron_taas.services.taas.taas_plugin [None req-355574bd-575a-48dd-a9db-f845f158ac1d 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 594a9403-7420-4b34-9289-f07ee5bff94b 2026-08-20 02:28:59.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-355574bd-575a-48dd-a9db-f845f158ac1d 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 594a9403-7420-4b34-9289-f07ee5bff94b [pid: 7|app: 0|req: 671/1282] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:28:58 2026] PUT /v2.0/routers/9d9677c2-58c8-40de-9408-3af21a4fd0a7/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1283] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:28:59 2026] GET /v2.0/ports?device_id=9d9677c2-58c8-40de-9408-3af21a4fd0a7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:28:59.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-787dc525-9f28-40c6-8eea-2d6bdce21a47 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 72225b32-3ffa-4938-afe6-93331d800a7b 2026-08-20 02:28:59.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-787dc525-9f28-40c6-8eea-2d6bdce21a47 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 72225b32-3ffa-4938-afe6-93331d800a7b [pid: 8|app: 0|req: 613/1284] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:28:59 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 614/1285] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:28:59 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:00.131 7 INFO neutron.services.segments.plugin [-] Segment 98770423-3f82-4050-9a1e-8565e03e3f32 resource provider aggregate not found 2026-08-20 02:29:00.134 7 INFO neutron.services.segments.plugin [-] Segment 98770423-3f82-4050-9a1e-8565e03e3f32 resource provider aggregate not found 2026-08-20 02:29:00.149 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98770423-3f82-4050-9a1e-8565e03e3f32 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98770423-3f82-4050-9a1e-8565e03e3f32 found for delete ", "request_id": "req-f85083e4-66d2-4ff2-bfd2-6247c15fb066"}]} 2026-08-20 02:29:00.152 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98770423-3f82-4050-9a1e-8565e03e3f32 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98770423-3f82-4050-9a1e-8565e03e3f32 found for delete ", "request_id": "req-af8f05ab-e9ea-4c83-836f-449fd72540db"}]} 2026-08-20 02:29:00.161 7 INFO neutron.db.l3_hamode_db [None req-787dc525-9f28-40c6-8eea-2d6bdce21a47 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] HA network f2a0075e-0669-41e6-8487-ba7656ab2faf was deleted as no HA routers are present in tenant 927d559386d9424bb36c9e4349e254ef. [pid: 7|app: 0|req: 672/1286] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:28:59 2026] DELETE /v2.0/routers/9d9677c2-58c8-40de-9408-3af21a4fd0a7 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1287] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:00 2026] GET /v2.0/security-groups?tenant_id=e3e977cf0c5c4f99aeab14ddb6b463d0&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1288] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:00 2026] DELETE /v2.0/subnets/5c4e8602-e37c-4b3c-9bc8-07e023e46f4c => 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: 616/1289] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:00 2026] DELETE /v2.0/security-groups/e86556d8-6dc6-4068-91bc-7325dc1599da => 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: 674/1290] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:00 2026] DELETE /v2.0/subnets/0af2a184-f101-4620-bf33-709a364fcc3d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:00.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7adb1b3-54b2-4e40-b61b-72d597278f4d 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: edc8e6f9-d074-4016-8c66-9c255ed58ed4 2026-08-20 02:29:00.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7adb1b3-54b2-4e40-b61b-72d597278f4d 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: edc8e6f9-d074-4016-8c66-9c255ed58ed4 [pid: 7|app: 0|req: 675/1291] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:00 2026] GET /v2.0/security-groups?tenant_id=ef791d1d06d842b7b6b1eb6bbdda0b38&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:00.752 8 INFO neutron.services.segments.plugin [-] Segment b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb resource provider aggregate not found 2026-08-20 02:29:00.756 8 INFO neutron.services.segments.plugin [-] Segment b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb resource provider aggregate not found [pid: 8|app: 0|req: 617/1292] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:00 2026] DELETE /v2.0/networks/5a630a92-8214-45f3-acfa-d1a3736d8a79 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:00.772 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb found for delete ", "request_id": "req-1f28c631-dfa9-4b6f-8ff5-12ce78b9e3c0"}]} 2026-08-20 02:29:00.772 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1dc535f-4a26-4bb9-91e6-dd4bdfd25bbb found for delete ", "request_id": "req-54895a87-a94d-42ad-8f9f-4aff057f140f"}]} [pid: 7|app: 0|req: 676/1293] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:00 2026] DELETE /v2.0/security-groups/79b2d49e-b828-4992-b37e-091648373047 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:00.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-20e9c0fd-ec36-49cd-9c0c-5d5ff8999e81 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 8e299291-e776-4091-a46c-cfaad0a2bffe 2026-08-20 02:29:00.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20e9c0fd-ec36-49cd-9c0c-5d5ff8999e81 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 8e299291-e776-4091-a46c-cfaad0a2bffe [pid: 7|app: 0|req: 677/1294] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:00 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 618/1295] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:00 2026] DELETE /v2.0/networks/68e5b271-b080-40bb-a8fe-34015ad65c5c => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1296] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:01 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:01.116 8 INFO neutron.db.segments_db [None req-fb8f6d9b-0a62-46b5-b378-95d6e0c97b42 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment 8e55c480-751e-42f3-a52b-c03e41dcc703 of type vxlan for network 6ce426e1-04b4-4ac7-8534-515aa1708881 [pid: 8|app: 0|req: 620/1297] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:01 2026] POST /v2.0/networks => generated 633 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1298] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:01 2026] POST /v2.0/subnets => generated 646 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:01.455 8 INFO neutron.db.segments_db [None req-c6204de8-f864-4fdb-836f-fbe912e8b8f6 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment fe76f430-6c86-4934-b7b0-0fa8fac97832 of type vxlan for network d81991d2-687f-4eaf-bb5a-98d5bedeb402 2026-08-20 02:29:01.667 8 INFO neutron.db.l3_hamode_db [None req-c6204de8-f864-4fdb-836f-fbe912e8b8f6 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:01.772 8 INFO neutron.db.l3_hamode_db [None req-c6204de8-f864-4fdb-836f-fbe912e8b8f6 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 678/1301] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:00 2026] POST /v2.0/floatingips => generated 552 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1302] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:01 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1303] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:01 2026] POST /v2.0/routers => generated 510 bytes in 938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1304] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:02 2026] POST /v2.0/ports => generated 956 bytes in 242 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: 680/1305] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:02 2026] POST /v2.0/floatingips => generated 552 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:02.795 8 INFO neutron.services.segments.plugin [-] Segment f891bae6-fc29-4f93-9017-af82380e55ea resource provider aggregate not found 2026-08-20 02:29:02.797 8 INFO neutron.services.segments.plugin [-] Segment f891bae6-fc29-4f93-9017-af82380e55ea resource provider aggregate not found 2026-08-20 02:29:02.819 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f891bae6-fc29-4f93-9017-af82380e55ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f891bae6-fc29-4f93-9017-af82380e55ea found for delete ", "request_id": "req-81d90fb2-abe8-46f1-8d77-b158cab60df0"}]} 2026-08-20 02:29:02.820 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f891bae6-fc29-4f93-9017-af82380e55ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f891bae6-fc29-4f93-9017-af82380e55ea found for delete ", "request_id": "req-313631e2-fa18-484f-8097-7362e7baac8d"}]} [pid: 7|app: 0|req: 681/1306] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:02 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1307] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:02 2026] PUT /v2.0/routers/668bcc98-5673-4067-8ca1-8edd8df71c1c/add_router_interface => generated 309 bytes in 850 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: 627/1308] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:03 2026] GET /v2.0/ports/2861fa5c-63ff-468c-b42d-a989516d3f7b => generated 1030 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1309] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:03 2026] POST /v2.0/floatingips => generated 552 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1310] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:03 2026] PUT /v2.0/floatingips/f2f68ced-0d2c-4508-b41a-d60b588e05e9/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:03.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e535787-0766-4402-bc97-02206f970aa4 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 2861fa5c-63ff-468c-b42d-a989516d3f7b 2026-08-20 02:29:03.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e535787-0766-4402-bc97-02206f970aa4 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 2861fa5c-63ff-468c-b42d-a989516d3f7b [pid: 7|app: 0|req: 684/1311] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:03 2026] PUT /v2.0/floatingips/e0300614-b111-4cba-ad19-bce367e1411e/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1312] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:03 2026] PUT /v2.0/floatingips/530fc050-2cfc-431f-9652-5a423f6ad948/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1313] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:03 2026] PUT /v2.0/floatingips/1892ea8c-3138-44d8-97ba-15e1e96a4c19/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1314] 10.0.0.179 () {32 vars in 672 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1315] 10.0.0.179 () {32 vars in 686 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1316] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1317] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1318] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:03 2026] PUT /v2.0/routers/668bcc98-5673-4067-8ca1-8edd8df71c1c/remove_router_interface => generated 309 bytes in 689 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: 691/1319] 10.0.0.179 () {32 vars in 680 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?not-tags=red => 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: 692/1320] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:04.286 8 INFO neutron.api.v2.resource [None req-1b3d37c8-2d02-4a71-9bd3-d307065018f2 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1321] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:04 2026] PUT /v2.0/routers/668bcc98-5673-4067-8ca1-8edd8df71c1c/remove_router_interface => generated 197 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1322] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/ports?device_id=668bcc98-5673-4067-8ca1-8edd8df71c1c => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1323] 10.0.0.179 () {32 vars in 690 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1324] 10.0.0.179 () {32 vars in 702 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:04.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f519674-8cc4-4e92-a33a-642c3c4d2374 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 2f218697-71ee-46eb-9978-58e7be7678c8 2026-08-20 02:29:04.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f519674-8cc4-4e92-a33a-642c3c4d2374 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 2f218697-71ee-46eb-9978-58e7be7678c8 2026-08-20 02:29:04.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-471f4179-099c-41a8-8765-4ca7f5c79d68 f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] TaaS: Handle Delete Port: 4daad81b-3bc1-4ab5-9c56-2fc95572f58f 2026-08-20 02:29:04.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-471f4179-099c-41a8-8765-4ca7f5c79d68 f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] Tap Mirror: Handle Delete Port: 4daad81b-3bc1-4ab5-9c56-2fc95572f58f [pid: 7|app: 0|req: 695/1325] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:04 2026] DELETE /v2.0/floatingips/f2f68ced-0d2c-4508-b41a-d60b588e05e9 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:04.762 8 INFO neutron.db.l3_hamode_db [None req-9f519674-8cc4-4e92-a33a-642c3c4d2374 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] HA network d81991d2-687f-4eaf-bb5a-98d5bedeb402 was deleted as no HA routers are present in tenant 927d559386d9424bb36c9e4349e254ef. [pid: 8|app: 0|req: 631/1326] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:04 2026] DELETE /v2.0/routers/668bcc98-5673-4067-8ca1-8edd8df71c1c => generated 0 bytes in 452 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:04.839 8 INFO neutron.services.segments.plugin [-] Segment fe76f430-6c86-4934-b7b0-0fa8fac97832 resource provider aggregate not found [pid: 7|app: 0|req: 696/1327] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:04 2026] GET /v2.0/security-groups?tenant_id=7bcf2cff38a245a399299cc7d9ddc154&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:04.844 8 INFO neutron.services.segments.plugin [-] Segment fe76f430-6c86-4934-b7b0-0fa8fac97832 resource provider aggregate not found 2026-08-20 02:29:04.855 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe76f430-6c86-4934-b7b0-0fa8fac97832 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe76f430-6c86-4934-b7b0-0fa8fac97832 found for delete ", "request_id": "req-c545b1ae-1898-4c7c-b8e2-7a5e5b99b038"}]} 2026-08-20 02:29:04.860 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe76f430-6c86-4934-b7b0-0fa8fac97832 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe76f430-6c86-4934-b7b0-0fa8fac97832 found for delete ", "request_id": "req-35d98c88-0466-4e85-8189-0baa8204db8b"}]} 2026-08-20 02:29:04.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-878089f0-bf94-4f15-a0cf-5e300bf66c1a f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] TaaS: Handle Delete Port: ccfb9809-0c32-4f19-912d-be58c9722ff9 2026-08-20 02:29:04.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-878089f0-bf94-4f15-a0cf-5e300bf66c1a f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] Tap Mirror: Handle Delete Port: ccfb9809-0c32-4f19-912d-be58c9722ff9 [pid: 7|app: 0|req: 697/1328] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:04 2026] DELETE /v2.0/subnets/3863e486-d5bc-425c-8e6b-e38badb0ba12 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1329] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:04 2026] DELETE /v2.0/floatingips/e0300614-b111-4cba-ad19-bce367e1411e => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1330] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:04 2026] DELETE /v2.0/security-groups/d9533a28-ef67-4b71-b545-fafd3985ccb3 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:05.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-33fee273-db97-4736-8167-add858afd9f0 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: e73ce164-72a3-4ffc-855b-6a69b883b1de 2026-08-20 02:29:05.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33fee273-db97-4736-8167-add858afd9f0 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: e73ce164-72a3-4ffc-855b-6a69b883b1de 2026-08-20 02:29:05.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd3ff0e9-6e36-459e-9e19-ff97fecffb30 f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] TaaS: Handle Delete Port: d52c464f-44d3-45b6-9dcd-ba8c4134a9a5 2026-08-20 02:29:05.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd3ff0e9-6e36-459e-9e19-ff97fecffb30 f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] Tap Mirror: Handle Delete Port: d52c464f-44d3-45b6-9dcd-ba8c4134a9a5 [pid: 8|app: 0|req: 633/1331] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:05 2026] DELETE /v2.0/networks/6ce426e1-04b4-4ac7-8534-515aa1708881 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1332] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:05 2026] DELETE /v2.0/floatingips/530fc050-2cfc-431f-9652-5a423f6ad948 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:05.300 7 INFO neutron.db.segments_db [None req-e2f03a0f-f9e6-4900-b0d3-f7e0c4a3be52 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment 5cbf81f1-3f91-4c81-9d4b-a734f1686432 of type vxlan for network 82c0288e-819d-4483-9298-cd404022e0dd [pid: 8|app: 0|req: 634/1333] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:05 2026] GET /v2.0/security-groups?tenant_id=d7673a989a7b48a79af339369de2236c&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1334] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:05 2026] POST /v2.0/networks => generated 634 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:05.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-add0523c-4c4d-42a9-8f0f-0b4b6fe0fc9e f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] TaaS: Handle Delete Port: 4181a0a5-9f28-42cc-aa5a-910d0e3f478a 2026-08-20 02:29:05.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-add0523c-4c4d-42a9-8f0f-0b4b6fe0fc9e f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] Tap Mirror: Handle Delete Port: 4181a0a5-9f28-42cc-aa5a-910d0e3f478a [pid: 7|app: 0|req: 701/1335] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:05 2026] DELETE /v2.0/security-groups/d0daa1a4-3535-4226-99bc-85f328d81b95 => 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: 635/1336] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:05 2026] DELETE /v2.0/floatingips/1892ea8c-3138-44d8-97ba-15e1e96a4c19 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1337] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:05 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:05.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7ff4737-c37b-4e06-be46-321afc5c7176 f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] TaaS: Handle Delete Port: 2ba7a60f-998b-4b48-aff1-c70734562a0c 2026-08-20 02:29:05.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7ff4737-c37b-4e06-be46-321afc5c7176 f45a06b392d1412f9db7a8d922548025 12d2c8653b60417db7f52a6df4c0c34c - - default default] Tap Mirror: Handle Delete Port: 2ba7a60f-998b-4b48-aff1-c70734562a0c 2026-08-20 02:29:05.762 7 INFO neutron.db.segments_db [None req-e26b21ad-de8c-4d9c-900c-ba224d24a200 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 of type vxlan for network a46d3d81-643c-4757-8df0-8ece2d46a729 [pid: 8|app: 0|req: 636/1338] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:05 2026] DELETE /v2.0/floatingips/8edd4819-ca21-49d6-9be9-024cd6b23e9e => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:06.009 7 INFO neutron.db.l3_hamode_db [None req-e26b21ad-de8c-4d9c-900c-ba224d24a200 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:06.117 7 INFO neutron.db.l3_hamode_db [None req-e26b21ad-de8c-4d9c-900c-ba224d24a200 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 703/1339] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:05 2026] POST /v2.0/routers => generated 510 bytes in 964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:06.876 8 INFO neutron.services.segments.plugin [-] Segment 8e55c480-751e-42f3-a52b-c03e41dcc703 resource provider aggregate not found 2026-08-20 02:29:06.905 8 INFO neutron.services.segments.plugin [-] Segment 8e55c480-751e-42f3-a52b-c03e41dcc703 resource provider aggregate not found 2026-08-20 02:29:06.960 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e55c480-751e-42f3-a52b-c03e41dcc703 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e55c480-751e-42f3-a52b-c03e41dcc703 found for delete ", "request_id": "req-7d720616-7846-4ce8-8ca4-ca694addda60"}]} 2026-08-20 02:29:06.976 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e55c480-751e-42f3-a52b-c03e41dcc703 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e55c480-751e-42f3-a52b-c03e41dcc703 found for delete ", "request_id": "req-1973d57e-dd52-4532-9d58-e95d6343b1f5"}]} [pid: 8|app: 0|req: 637/1340] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:06 2026] GET /v2.0/security-groups?tenant_id=ed2b24ec669e4928b0b963a4dcb830a0&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1341] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:06 2026] DELETE /v2.0/security-groups/35fb79a6-4c88-42de-9d4c-e40cfe2e055c => 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: 639/1342] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:07 2026] GET /v2.0/security-groups?tenant_id=5b9c52dfb792476c812eb339ff3c7a7d&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1343] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:07 2026] DELETE /v2.0/security-groups/cc66a2c2-98a7-4bc5-ad91-f0dce192b10e => 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: 704/1344] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:06 2026] PUT /v2.0/routers/7f6b2f99-fc79-4ff9-9c09-d01b905c38d1/add_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1345] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:07 2026] GET /v2.0/ports/a5ce524a-1067-4c8c-ae89-2ac9f554fa89 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1346] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:07 2026] GET /v2.0/security-groups?tenant_id=12d2c8653b60417db7f52a6df4c0c34c&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1347] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:07 2026] DELETE /v2.0/security-groups/5a791cdd-da71-48af-8fb0-10f224dc8c63 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:08.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5bc02e4-d4fd-4f47-83d8-789d80c63a9b 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: a5ce524a-1067-4c8c-ae89-2ac9f554fa89 2026-08-20 02:29:08.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5bc02e4-d4fd-4f47-83d8-789d80c63a9b 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: a5ce524a-1067-4c8c-ae89-2ac9f554fa89 [pid: 7|app: 0|req: 706/1348] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:07 2026] PUT /v2.0/routers/7f6b2f99-fc79-4ff9-9c09-d01b905c38d1/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1349] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:08 2026] GET /v2.0/ports?device_id=7f6b2f99-fc79-4ff9-9c09-d01b905c38d1 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:08.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d8f1594-9429-4c40-a78c-a78146bb1afc 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: a1ed5b14-7456-4d7d-918f-8f2ac66cd847 2026-08-20 02:29:08.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d8f1594-9429-4c40-a78c-a78146bb1afc 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: a1ed5b14-7456-4d7d-918f-8f2ac66cd847 [pid: 8|app: 0|req: 644/1350] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:29:08 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1351] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:08 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:08.999 7 INFO neutron.services.segments.plugin [-] Segment 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 resource provider aggregate not found 2026-08-20 02:29:09.004 7 INFO neutron.services.segments.plugin [-] Segment 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 resource provider aggregate not found 2026-08-20 02:29:09.020 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 found for delete ", "request_id": "req-d98ad771-6f97-46cb-9058-1957c1b0b0f1"}]} 2026-08-20 02:29:09.022 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aea8b21-de81-4ae3-9883-b8b7d4bb4256 found for delete ", "request_id": "req-f85d4d7e-139c-4620-bad5-3287e16f6289"}]} 2026-08-20 02:29:09.025 7 INFO neutron.db.l3_hamode_db [None req-2d8f1594-9429-4c40-a78c-a78146bb1afc 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] HA network a46d3d81-643c-4757-8df0-8ece2d46a729 was deleted as no HA routers are present in tenant 927d559386d9424bb36c9e4349e254ef. [pid: 7|app: 0|req: 707/1352] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:08 2026] DELETE /v2.0/routers/7f6b2f99-fc79-4ff9-9c09-d01b905c38d1 => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1353] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:09 2026] DELETE /v2.0/subnets/da2fcdd1-4560-421f-9bd4-9db06c50f84f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1354] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:09 2026] DELETE /v2.0/networks/82c0288e-819d-4483-9298-cd404022e0dd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:09.356 8 INFO neutron.db.segments_db [None req-244a3c04-c2c4-48a0-8e91-b20c20946831 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Added segment 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc of type vxlan for network 5f389519-77d1-4978-b034-eba539d59213 2026-08-20 02:29:09.556 8 INFO neutron.db.l3_hamode_db [None req-244a3c04-c2c4-48a0-8e91-b20c20946831 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 709/1355] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:09 2026] GET /v2.0/security-groups?tenant_id=d8e9e2966bce4eb4ab9e0132bf59f039&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1356] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:09 2026] DELETE /v2.0/security-groups/f1deb861-951c-4d3c-a95a-a777e6c0bf5a => 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: 711/1357] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:09 2026] GET /v2.0/security-groups?tenant_id=afed58b7907c49c590b71bbab7b77ab8&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1358] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:09 2026] DELETE /v2.0/security-groups/a279b5de-fbd6-484e-96d2-980bb5b5fdf0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:10.244 8 INFO neutron.db.l3_hamode_db [None req-244a3c04-c2c4-48a0-8e91-b20c20946831 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:11.038 7 INFO neutron.services.segments.plugin [-] Segment 5cbf81f1-3f91-4c81-9d4b-a734f1686432 resource provider aggregate not found 2026-08-20 02:29:11.043 7 INFO neutron.services.segments.plugin [-] Segment 5cbf81f1-3f91-4c81-9d4b-a734f1686432 resource provider aggregate not found 2026-08-20 02:29:11.049 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5cbf81f1-3f91-4c81-9d4b-a734f1686432 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cbf81f1-3f91-4c81-9d4b-a734f1686432 found for delete ", "request_id": "req-95d7cb76-bf49-4c97-9299-40f27c16df15"}]} 2026-08-20 02:29:11.053 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5cbf81f1-3f91-4c81-9d4b-a734f1686432 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cbf81f1-3f91-4c81-9d4b-a734f1686432 found for delete ", "request_id": "req-8ac48590-11b6-453c-bfe4-aa0088072228"}]} [pid: 8|app: 0|req: 647/1359] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:09 2026] POST /v2.0/routers => generated 692 bytes in 1798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1360] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:29:11 2026] GET /v2.0/routers/7464f10f-9b03-4497-9e9b-24034e593ea8 => generated 698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1361] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:29:11 2026] GET /v2.0/routers => generated 701 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1362] 10.0.0.179 () {34 vars in 741 bytes} [Thu Aug 20 02:29:11 2026] PUT /v2.0/routers/7464f10f-9b03-4497-9e9b-24034e593ea8 => generated 705 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1363] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:29:11 2026] GET /v2.0/routers/7464f10f-9b03-4497-9e9b-24034e593ea8 => generated 705 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1364] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:12 2026] GET /v2.0/ports?device_id=7464f10f-9b03-4497-9e9b-24034e593ea8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:12.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-14359a3e-9b01-49bb-a53c-86230c757e30 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 89d4e0dc-ddd3-40d9-962e-ef09a969642c 2026-08-20 02:29:12.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14359a3e-9b01-49bb-a53c-86230c757e30 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 89d4e0dc-ddd3-40d9-962e-ef09a969642c 2026-08-20 02:29:12.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-14359a3e-9b01-49bb-a53c-86230c757e30 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] TaaS: Handle Delete Port: 564b03c4-65ca-4d4b-974c-86bd79d4b9cb 2026-08-20 02:29:12.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14359a3e-9b01-49bb-a53c-86230c757e30 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] Tap Mirror: Handle Delete Port: 564b03c4-65ca-4d4b-974c-86bd79d4b9cb [pid: 7|app: 0|req: 716/1365] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1366] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1367] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:29:12.876 8 INFO neutron.services.segments.plugin [-] Segment 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc resource provider aggregate not found 2026-08-20 02:29:12.886 8 INFO neutron.services.segments.plugin [-] Segment 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc resource provider aggregate not found 2026-08-20 02:29:12.897 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc found for delete ", "request_id": "req-0e668058-d1a0-4ee2-bf1c-78dc35d4d7b4"}]} 2026-08-20 02:29:12.903 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ef7198-0ee6-4eef-b50b-c4e6cb2626fc found for delete ", "request_id": "req-59edefb9-4d17-4e1a-b1c5-6c1647351977"}]} 2026-08-20 02:29:12.905 8 INFO neutron.db.l3_hamode_db [None req-14359a3e-9b01-49bb-a53c-86230c757e30 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] HA network 5f389519-77d1-4978-b034-eba539d59213 was deleted as no HA routers are present in tenant 927d559386d9424bb36c9e4349e254ef. [pid: 8|app: 0|req: 650/1368] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:12 2026] DELETE /v2.0/routers/7464f10f-9b03-4497-9e9b-24034e593ea8 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1369] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:12 2026] GET /v2.0/ports?device_id=7464f10f-9b03-4497-9e9b-24034e593ea8 => 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: 719/1370] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:29:12.962 8 INFO neutron.api.v2.resource [None req-cc630972-63bc-4c40-bdc4-ade7218dc47e 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1371] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:12 2026] DELETE /v2.0/routers/7464f10f-9b03-4497-9e9b-24034e593ea8 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1372] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:12 2026] GET /v2.0/ports?device_id=7f6b2f99-fc79-4ff9-9c09-d01b905c38d1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:13.004 8 INFO neutron.api.v2.resource [None req-2fc5196f-b183-4b2d-b06b-3eaea62716f2 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1373] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:12 2026] DELETE /v2.0/routers/7f6b2f99-fc79-4ff9-9c09-d01b905c38d1 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:13.021 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea88d58a-88a4-4cab-b2a1-8bb1e4a56bba 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1374] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/subnets/da2fcdd1-4560-421f-9bd4-9db06c50f84f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1375] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/ports?device_id=668bcc98-5673-4067-8ca1-8edd8df71c1c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:13.064 8 INFO neutron.api.v2.resource [None req-b70ac3ab-6ff1-4269-8632-32f981e8d7b2 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1376] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/routers/668bcc98-5673-4067-8ca1-8edd8df71c1c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:13.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5be1007-e766-4d23-8e49-370dfabcd9bc 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1377] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/subnets/3863e486-d5bc-425c-8e6b-e38badb0ba12 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1378] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1379] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/ports?device_id=9d9677c2-58c8-40de-9408-3af21a4fd0a7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1380] 10.0.0.179 () {34 vars in 767 bytes} [Thu Aug 20 02:29:13 2026] PUT /v2.0/security-groups/5ee77480-c9f2-418a-814f-3d8bce77027a/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1381] 10.0.0.179 () {34 vars in 767 bytes} [Thu Aug 20 02:29:13 2026] PUT /v2.0/security-groups/ecd0d2b8-4c93-46a2-86ab-7854cec84aa9/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: 723/1382] 10.0.0.179 () {34 vars in 767 bytes} [Thu Aug 20 02:29:13 2026] PUT /v2.0/security-groups/03d8dd11-d345-4bf7-a751-639a2884a1a8/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1383] 10.0.0.179 () {34 vars in 767 bytes} [Thu Aug 20 02:29:13 2026] PUT /v2.0/security-groups/4a540972-e26f-4378-8104-4b64585792f8/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1384] 10.0.0.179 () {32 vars in 680 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1385] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1386] 10.0.0.179 () {32 vars in 690 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1387] 10.0.0.179 () {32 vars in 702 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:13.488 8 INFO neutron.api.v2.resource [None req-5f25e390-f317-4e75-8e6e-1d71f8c64494 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1388] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/routers/9d9677c2-58c8-40de-9408-3af21a4fd0a7 => generated 135 bytes in 381 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:13.506 8 INFO neutron.pecan_wsgi.hooks.translation [None req-efe90a42-15e3-4976-af71-9291f595d63f 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1389] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/subnets/5c4e8602-e37c-4b3c-9bc8-07e023e46f4c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:13.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7163f57b-1344-4200-9ebc-997a5657c193 6d80e91cb6504a74890391a661193503 927d559386d9424bb36c9e4349e254ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 662/1390] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/subnets/0af2a184-f101-4620-bf33-709a364fcc3d => 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: 729/1391] 10.0.0.179 () {32 vars in 688 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1392] 10.0.0.179 () {32 vars in 702 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1393] 10.0.0.179 () {32 vars in 698 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1394] 10.0.0.179 () {32 vars in 710 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1395] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/security-groups/5ee77480-c9f2-418a-814f-3d8bce77027a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1396] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/security-groups/ecd0d2b8-4c93-46a2-86ab-7854cec84aa9 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1397] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/security-groups/03d8dd11-d345-4bf7-a751-639a2884a1a8 => 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: 734/1398] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:13 2026] DELETE /v2.0/security-groups/4a540972-e26f-4378-8104-4b64585792f8 => 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: 665/1399] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:13 2026] GET /v2.0/security-groups?tenant_id=144c4f1e94ed487882b0b42befadef72&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1400] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:14 2026] DELETE /v2.0/security-groups/d5e6217a-662d-495e-aa31-4cf733742217 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1401] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:14 2026] GET /v2.0/security-groups?tenant_id=927d559386d9424bb36c9e4349e254ef&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1402] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:14 2026] DELETE /v2.0/security-groups/718f20c4-deaf-45b3-80d9-760eaab09930 => 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: 667/1403] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:14 2026] DELETE /v2.0/security-groups/a9238c44-f40c-4ead-96ad-238654904a85 => 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: 737/1404] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:14 2026] GET /v2.0/security-groups?tenant_id=ff7edeb0a9c34f2ca5364bd1ee740d19&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1405] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:14 2026] DELETE /v2.0/security-groups/d2eefb9a-b1da-44a0-bff1-294ab739d65e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1406] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:14 2026] GET /v2.0/security-groups?tenant_id=708fd17142de40769a07c058f88d3399&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1407] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:15 2026] DELETE /v2.0/security-groups/3999a8a2-892e-4d92-bb18-efa0d05be519 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1408] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:15 2026] GET /v2.0/security-groups?tenant_id=49233b0436fe4bf4803d4f14b4b6c465&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1409] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:15 2026] DELETE /v2.0/security-groups/a520bc05-6600-4e00-b225-61ffa8c12680 => 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: 740/1410] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:15 2026] GET /v2.0/security-groups?tenant_id=542f402018cd4a0288b7e5fe38fe2523&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1411] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:15 2026] DELETE /v2.0/security-groups/76977df4-6873-4ac8-849f-a597a02d4e32 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:16.076 7 INFO neutron.db.segments_db [None req-1283ab24-865c-45ee-98e1-faf385b740d3 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment da0274c2-fff4-4018-b5e8-8a734f85dc47 of type vxlan for network da0605d2-1a9f-4caa-a88c-01fc14710451 [pid: 7|app: 0|req: 741/1412] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:15 2026] POST /v2.0/networks => generated 629 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:16.233 8 INFO neutron.db.segments_db [None req-59d36b08-8209-4175-8292-4b14541e5109 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment 5db6659a-60b4-482f-987c-bcbf3c2866aa of type vxlan for network eb379211-0ccb-4a68-851e-808753fe26b2 [pid: 8|app: 0|req: 672/1413] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:16 2026] POST /v2.0/networks => generated 629 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1416] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:16 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: 675/1417] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:16 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:16.836 7 INFO neutron.db.segments_db [None req-e7db4001-9000-4eb1-9fdb-a4dd44c6978b 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment f46815c7-97c6-4407-89f9-97516e62396f of type vxlan for network 784ccb0b-bed5-4e01-af94-b832dfeef571 2026-08-20 02:29:17.043 7 INFO neutron.db.l3_hamode_db [None req-e7db4001-9000-4eb1-9fdb-a4dd44c6978b 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:17.163 7 INFO neutron.db.l3_hamode_db [None req-e7db4001-9000-4eb1-9fdb-a4dd44c6978b 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 743/1418] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:16 2026] POST /v2.0/routers => generated 506 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1419] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:17 2026] PUT /v2.0/routers/baecdad2-388c-40a4-b5b3-2fec2a2d1802/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1420] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:18 2026] GET /v2.0/ports/89442f50-c80e-4939-8c05-d0e3372e82fb => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1421] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:19 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1422] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:19 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1423] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:19 2026] GET /v2.0/security-groups?tenant_id=6b602cb518054ee086222131f5ed5109&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1424] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:19 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 749/1425] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:19 2026] DELETE /v2.0/security-groups/3231432e-9433-4c5f-9005-7431c1616359 => 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: 750/1426] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:19 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1427] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:18 2026] PUT /v2.0/routers/baecdad2-388c-40a4-b5b3-2fec2a2d1802/add_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1428] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:20 2026] GET /v2.0/ports/009f62c4-53ac-4064-91af-cb1f4f29aa16 => generated 955 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:20.295 8 INFO neutron.db.segments_db [None req-65fc3265-6fbf-466d-9a81-d602071eacdb e7c73b31b8d540ce814e038160abcade 9337b9e3c69444d28e068f1b2d956dd7 - - default default] Added segment 680a861c-1f2b-43ad-91d9-d6a76162d49d of type vxlan for network 145a46d0-cf35-46b2-ab19-8642dde448da [pid: 8|app: 0|req: 678/1429] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:20 2026] POST /v2.0/networks => generated 631 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:20.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dcbbd23-bd64-47cf-b9c5-bb9e6ce6422e 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 009f62c4-53ac-4064-91af-cb1f4f29aa16 2026-08-20 02:29:20.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dcbbd23-bd64-47cf-b9c5-bb9e6ce6422e 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 009f62c4-53ac-4064-91af-cb1f4f29aa16 [pid: 8|app: 0|req: 679/1430] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:20 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1431] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:20 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:20.790 8 INFO neutron.db.segments_db [None req-a59b306b-9d1f-4f2f-8207-27301950d23e e7c73b31b8d540ce814e038160abcade 9337b9e3c69444d28e068f1b2d956dd7 - - default default] Added segment 666631bd-7dd2-4436-9a35-e06683ebac0b of type vxlan for network 71b7af4c-9542-405c-8a65-cf3306d52346 [pid: 8|app: 0|req: 681/1432] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:20 2026] POST /v2.0/networks => generated 630 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1433] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:20 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1434] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:20 2026] PUT /v2.0/routers/baecdad2-388c-40a4-b5b3-2fec2a2d1802/remove_router_interface => generated 309 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1435] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:20 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:21.172 8 INFO neutron.db.segments_db [None req-389416cf-6b20-4e7b-9403-7e63a6fc2e5d e7c73b31b8d540ce814e038160abcade 9337b9e3c69444d28e068f1b2d956dd7 - - default default] Added segment 57b8ea5f-955b-4160-b2a8-3c01244a51f0 of type vxlan for network 9db826db-c616-4652-9382-fb17f4a408d3 2026-08-20 02:29:21.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-79dd3fb7-90f1-4651-8f5f-6645bb2bd671 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 89442f50-c80e-4939-8c05-d0e3372e82fb 2026-08-20 02:29:21.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79dd3fb7-90f1-4651-8f5f-6645bb2bd671 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 89442f50-c80e-4939-8c05-d0e3372e82fb [pid: 8|app: 0|req: 684/1436] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:21 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: 8|app: 0|req: 685/1437] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:21 2026] POST /v2.0/subnets => generated 629 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1438] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:20 2026] PUT /v2.0/routers/baecdad2-388c-40a4-b5b3-2fec2a2d1802/remove_router_interface => generated 309 bytes in 645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:21.555 8 INFO neutron.db.segments_db [None req-85c619df-baa4-4880-95cd-7d10e2a48afa e7c73b31b8d540ce814e038160abcade 9337b9e3c69444d28e068f1b2d956dd7 - - default default] Added segment 8314475d-b602-441b-aef8-41cc9676a82f of type vxlan for network 30e45fa6-24fb-4afb-927f-fe2dfb8f548e [pid: 7|app: 0|req: 754/1439] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:21 2026] GET /v2.0/ports?device_id=baecdad2-388c-40a4-b5b3-2fec2a2d1802 => 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: 686/1440] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:21 2026] POST /v2.0/networks => generated 631 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:21.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d33a94e-fa97-4f4d-9aa7-dd9a199f9a8e 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 648ac7c2-aea9-44b9-86f1-5296778955a7 2026-08-20 02:29:21.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d33a94e-fa97-4f4d-9aa7-dd9a199f9a8e 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 648ac7c2-aea9-44b9-86f1-5296778955a7 [pid: 8|app: 0|req: 687/1441] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:21 2026] POST /v2.0/subnets => generated 629 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1442] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:29:21 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:22.074 7 INFO neutron.services.segments.plugin [-] Segment f46815c7-97c6-4407-89f9-97516e62396f resource provider aggregate not found 2026-08-20 02:29:22.075 7 INFO neutron.services.segments.plugin [-] Segment f46815c7-97c6-4407-89f9-97516e62396f resource provider aggregate not found 2026-08-20 02:29:22.092 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f46815c7-97c6-4407-89f9-97516e62396f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f46815c7-97c6-4407-89f9-97516e62396f found for delete ", "request_id": "req-0e93b9ba-6ccd-40c3-81e2-654a3f5cbb7d"}]} 2026-08-20 02:29:22.095 7 INFO neutron.db.l3_hamode_db [None req-9d33a94e-fa97-4f4d-9aa7-dd9a199f9a8e 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] HA network 784ccb0b-bed5-4e01-af94-b832dfeef571 was deleted as no HA routers are present in tenant 18e62a6bf12b4d80ba45cd098a24a85c. 2026-08-20 02:29:22.101 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f46815c7-97c6-4407-89f9-97516e62396f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f46815c7-97c6-4407-89f9-97516e62396f found for delete ", "request_id": "req-cee71320-80eb-43e6-aaa2-8a3e7ad67ebd"}]} [pid: 7|app: 0|req: 755/1443] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:21 2026] DELETE /v2.0/routers/baecdad2-388c-40a4-b5b3-2fec2a2d1802 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1444] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:21 2026] GET /v2.0/security-groups?tenant_id=0b261648739146fe9f7326fbb1f09c46&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:22.155 7 INFO neutron.db.segments_db [None req-dc29ad6c-b71a-4df5-835c-df465ae84a7d e7c73b31b8d540ce814e038160abcade 9337b9e3c69444d28e068f1b2d956dd7 - - default default] Added segment 4d001df8-32a9-4db4-9baf-7f41ba016661 of type vxlan for network 93fcd261-bb1a-420d-ae7e-2066898aeb77 2026-08-20 02:29:22.209 8 INFO neutron_taas.services.taas.taas_plugin [req-2ed08dad-4bf5-4455-bb33-7f0f246feac1 req-bb78b755-7fc6-4aef-8438-57aa9d58d170 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] TaaS: Handle Delete Port: b4a2c162-01a2-4370-bb0c-cebc9eb99be9 2026-08-20 02:29:22.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ed08dad-4bf5-4455-bb33-7f0f246feac1 req-bb78b755-7fc6-4aef-8438-57aa9d58d170 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] Tap Mirror: Handle Delete Port: b4a2c162-01a2-4370-bb0c-cebc9eb99be9 [pid: 7|app: 0|req: 756/1445] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:22 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1446] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:22 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:22.338 8 INFO neutron.db.l3_db [req-2ed08dad-4bf5-4455-bb33-7f0f246feac1 req-bb78b755-7fc6-4aef-8438-57aa9d58d170 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] Floating IP 715e0d19-a2f2-4af6-82cb-1ffdd371f2b2 disassociated. External IP: 10.96.250.202, port: b4a2c162-01a2-4370-bb0c-cebc9eb99be9. [pid: 7|app: 0|req: 758/1447] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:22 2026] DELETE /v2.0/subnets/47aa4e4e-aaf2-4057-9b8d-c6ca4b10c506 => 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: 759/1448] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:22 2026] DELETE /v2.0/security-groups/15f98a80-5b6b-497a-b4cd-4d64ce6d4af2 => 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: 690/1449] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:29:22 2026] DELETE /v2.0/ports/b4a2c162-01a2-4370-bb0c-cebc9eb99be9 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1450] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:22 2026] GET /v2.0/security-groups?id=f9797459-b800-44dc-a81c-e8573d90ff38&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:22.740 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38fd8774-b897-4e2a-9936-67ea660699ab'] response: {'server_uuid': 'b5033c22-48cb-4b7d-ad24-6f8dc7190511', 'name': 'network-vif-deleted', 'tag': 'b4a2c162-01a2-4370-bb0c-cebc9eb99be9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 760/1451] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:22 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1452] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:29:22 2026] PUT /v2.0/subnets/f3667f7f-948e-4c5a-8983-63be67134e56/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1453] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:22 2026] DELETE /v2.0/subnets/ce41289a-0a8c-4ef1-b444-0d68dda48608 => 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: 762/1454] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:29:22 2026] PUT /v2.0/subnets/51b7cff1-142f-4981-8e14-6fab10c440f0/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1455] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:29:22 2026] PUT /v2.0/subnets/a4fac98a-6391-425a-8208-48e71a119fc5/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:22.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfa96af9-c8d5-49e9-b037-5f0d99b25247 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 488b1d20-e1d0-4375-85ff-bdb59098a972 2026-08-20 02:29:22.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa96af9-c8d5-49e9-b037-5f0d99b25247 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 488b1d20-e1d0-4375-85ff-bdb59098a972 [pid: 7|app: 0|req: 764/1456] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:29:22 2026] PUT /v2.0/subnets/e93d6fff-dd20-4c49-98ea-4817298b2ccc/tags => 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: 765/1457] 10.0.0.179 () {32 vars in 664 bytes} [Thu Aug 20 02:29:22 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1458] 10.0.0.179 () {32 vars in 678 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:23.087 8 INFO neutron.services.segments.plugin [-] Segment 5db6659a-60b4-482f-987c-bcbf3c2866aa resource provider aggregate not found 2026-08-20 02:29:23.096 8 INFO neutron.services.segments.plugin [-] Segment 5db6659a-60b4-482f-987c-bcbf3c2866aa resource provider aggregate not found 2026-08-20 02:29:23.101 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5db6659a-60b4-482f-987c-bcbf3c2866aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db6659a-60b4-482f-987c-bcbf3c2866aa found for delete ", "request_id": "req-c38cb9a2-7135-4b34-adcb-ef093ce4562a"}]} 2026-08-20 02:29:23.112 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5db6659a-60b4-482f-987c-bcbf3c2866aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db6659a-60b4-482f-987c-bcbf3c2866aa found for delete ", "request_id": "req-aa882faa-c564-4c9e-8509-f528600851a3"}]} [pid: 7|app: 0|req: 767/1459] 10.0.0.179 () {32 vars in 674 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1460] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:22 2026] DELETE /v2.0/networks/eb379211-0ccb-4a68-851e-808753fe26b2 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1461] 10.0.0.179 () {32 vars in 686 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1462] 10.0.0.179 () {32 vars in 672 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:23.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-21918877-d10b-4dc6-99f7-bbbb9d026e65 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 7d0aa64e-fe04-4afd-97c1-3ec7f0901940 2026-08-20 02:29:23.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21918877-d10b-4dc6-99f7-bbbb9d026e65 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 7d0aa64e-fe04-4afd-97c1-3ec7f0901940 [pid: 7|app: 0|req: 770/1463] 10.0.0.179 () {32 vars in 686 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1464] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1465] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1466] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/networks/da0605d2-1a9f-4caa-a88c-01fc14710451 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:23.456 8 INFO neutron.db.segments_db [None req-94c92155-88ba-448b-8e71-a0d2d3e3bbd3 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment f1720b13-c262-4760-97b3-8f019a947233 of type vxlan for network 09529241-c48f-419d-b052-4028c0287bb5 [pid: 7|app: 0|req: 773/1467] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/subnets/f3667f7f-948e-4c5a-8983-63be67134e56 => 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: 695/1468] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:23 2026] POST /v2.0/networks => generated 630 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1469] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/subnets/51b7cff1-142f-4981-8e14-6fab10c440f0 => 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: 775/1470] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/subnets/a4fac98a-6391-425a-8208-48e71a119fc5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1471] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:23 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:23.822 8 INFO neutron.db.segments_db [None req-80a384c8-2e99-4774-958a-beec092fa3cb 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment 6b214a6a-0dc9-43f6-9543-5b414541f812 of type vxlan for network 5ddcfa09-70e0-49f7-a4b4-b3ddd6fb98ff [pid: 7|app: 0|req: 776/1472] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/subnets/e93d6fff-dd20-4c49-98ea-4817298b2ccc => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1473] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:23 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => 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: 778/1474] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/subnets/797f052f-a270-43cb-97ec-7ee3756f3b80 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:24.054 8 INFO neutron.db.l3_hamode_db [None req-80a384c8-2e99-4774-958a-beec092fa3cb 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 779/1475] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:23 2026] DELETE /v2.0/networks/145a46d0-cf35-46b2-ab19-8642dde448da => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:24.113 7 INFO neutron.services.segments.plugin [-] Segment 680a861c-1f2b-43ad-91d9-d6a76162d49d resource provider aggregate not found 2026-08-20 02:29:24.121 7 INFO neutron.services.segments.plugin [-] Segment 680a861c-1f2b-43ad-91d9-d6a76162d49d resource provider aggregate not found 2026-08-20 02:29:24.131 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 680a861c-1f2b-43ad-91d9-d6a76162d49d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 680a861c-1f2b-43ad-91d9-d6a76162d49d found for delete ", "request_id": "req-155bed3e-f39b-4f85-9a10-9655a8d9a184"}]} 2026-08-20 02:29:24.133 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 680a861c-1f2b-43ad-91d9-d6a76162d49d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 680a861c-1f2b-43ad-91d9-d6a76162d49d found for delete ", "request_id": "req-2d7f99bb-6d66-4353-b13f-ebde7d9c21fd"}]} 2026-08-20 02:29:24.173 8 INFO neutron.db.l3_hamode_db [None req-80a384c8-2e99-4774-958a-beec092fa3cb 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:24.362 7 INFO neutron.db.segments_db [None req-4357d95a-85a7-464b-b993-2cdc5af79f28 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Added segment 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 of type vxlan for network edf98b61-23e3-48fd-babf-2d1343e3914d [pid: 7|app: 0|req: 780/1476] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:24 2026] POST /v2.0/networks => generated 649 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1477] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:24 2026] DELETE /v2.0/networks/71b7af4c-9542-405c-8a65-cf3306d52346 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1478] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:23 2026] POST /v2.0/routers => generated 507 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1479] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:24 2026] POST /v2.0/subnets => generated 627 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1480] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:24 2026] DELETE /v2.0/networks/9db826db-c616-4652-9382-fb17f4a408d3 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:24.919 8 INFO neutron.db.segments_db [None req-61406e05-a4d2-4dfa-a726-19e642a8386f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Added segment 07c4b5a1-d3ef-448c-a402-df388f8ff968 of type vxlan for network 188c6019-b6ba-470d-a1ad-379ef567f749 2026-08-20 02:29:25.127 8 INFO neutron.services.segments.plugin [-] Segment da0274c2-fff4-4018-b5e8-8a734f85dc47 resource provider aggregate not found 2026-08-20 02:29:25.131 8 INFO neutron.services.segments.plugin [-] Segment da0274c2-fff4-4018-b5e8-8a734f85dc47 resource provider aggregate not found 2026-08-20 02:29:25.150 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment da0274c2-fff4-4018-b5e8-8a734f85dc47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da0274c2-fff4-4018-b5e8-8a734f85dc47 found for delete ", "request_id": "req-1ab5d04f-2e1f-41e5-9086-598da9062b9b"}]} 2026-08-20 02:29:25.153 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment da0274c2-fff4-4018-b5e8-8a734f85dc47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da0274c2-fff4-4018-b5e8-8a734f85dc47 found for delete ", "request_id": "req-ba166ba6-ce3b-4379-8345-1bf2f1c4176d"}]} [pid: 7|app: 0|req: 783/1481] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:24 2026] POST /v2.0/ports => generated 948 bytes in 328 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-08-20 02:29:25.173 8 INFO neutron.services.segments.plugin [-] Segment 57b8ea5f-955b-4160-b2a8-3c01244a51f0 resource provider aggregate not found 2026-08-20 02:29:25.173 8 INFO neutron.services.segments.plugin [-] Segment 57b8ea5f-955b-4160-b2a8-3c01244a51f0 resource provider aggregate not found 2026-08-20 02:29:25.194 8 INFO neutron.db.l3_hamode_db [None req-61406e05-a4d2-4dfa-a726-19e642a8386f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:25.196 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 57b8ea5f-955b-4160-b2a8-3c01244a51f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b8ea5f-955b-4160-b2a8-3c01244a51f0 found for delete ", "request_id": "req-8686ece4-7a7c-42fe-9662-07b33ccbe59b"}]} 2026-08-20 02:29:25.199 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 57b8ea5f-955b-4160-b2a8-3c01244a51f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b8ea5f-955b-4160-b2a8-3c01244a51f0 found for delete ", "request_id": "req-35417530-a09a-4ffe-b063-a38f7831d7c7"}]} [pid: 7|app: 0|req: 784/1482] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:25 2026] DELETE /v2.0/networks/30e45fa6-24fb-4afb-927f-fe2dfb8f548e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1483] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:25 2026] GET /v2.0/ports?device_id=b5033c22-48cb-4b7d-ad24-6f8dc7190511 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:25.910 8 INFO neutron.db.l3_hamode_db [None req-61406e05-a4d2-4dfa-a726-19e642a8386f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:26.159 7 INFO neutron.services.segments.plugin [-] Segment 666631bd-7dd2-4436-9a35-e06683ebac0b resource provider aggregate not found 2026-08-20 02:29:26.160 7 INFO neutron.services.segments.plugin [-] Segment 666631bd-7dd2-4436-9a35-e06683ebac0b resource provider aggregate not found 2026-08-20 02:29:26.177 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 666631bd-7dd2-4436-9a35-e06683ebac0b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666631bd-7dd2-4436-9a35-e06683ebac0b found for delete ", "request_id": "req-5ebb18ea-83bf-4a2d-bf05-2ff3b287790b"}]} 2026-08-20 02:29:26.182 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 666631bd-7dd2-4436-9a35-e06683ebac0b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666631bd-7dd2-4436-9a35-e06683ebac0b found for delete ", "request_id": "req-d88abf10-595f-4082-8730-1319ad278ed2"}]} 2026-08-20 02:29:26.196 7 INFO neutron.services.segments.plugin [-] Segment 8314475d-b602-441b-aef8-41cc9676a82f resource provider aggregate not found 2026-08-20 02:29:26.203 7 INFO neutron.services.segments.plugin [-] Segment 8314475d-b602-441b-aef8-41cc9676a82f resource provider aggregate not found 2026-08-20 02:29:26.217 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8314475d-b602-441b-aef8-41cc9676a82f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8314475d-b602-441b-aef8-41cc9676a82f found for delete ", "request_id": "req-1adca4ed-a980-4906-89cb-de960adebcfb"}]} 2026-08-20 02:29:26.232 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8314475d-b602-441b-aef8-41cc9676a82f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8314475d-b602-441b-aef8-41cc9676a82f found for delete ", "request_id": "req-0d4afa43-0a29-43ce-bf94-dce485652056"}]} [pid: 7|app: 0|req: 786/1484] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:25 2026] PUT /v2.0/routers/95d44738-2182-4ea7-ae37-39eecfc79bec/add_router_interface => generated 309 bytes in 1133 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: 787/1485] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:26 2026] DELETE /v2.0/networks/93fcd261-bb1a-420d-ae7e-2066898aeb77 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1486] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:26 2026] DELETE /v2.0/security-groups/f9797459-b800-44dc-a81c-e8573d90ff38 => 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: 789/1487] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:26 2026] GET /v2.0/ports/e0d9193e-4a96-423f-9fd1-96d958a85841 => generated 1022 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:26.707 7 INFO neutron.api.v2.resource [None req-17e34945-6541-4440-9b99-7a32a4edf2e1 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1488] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:29:26 2026] GET /v2.0/security-groups/f9797459-b800-44dc-a81c-e8573d90ff38 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1489] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:24 2026] POST /v2.0/routers => generated 694 bytes in 1863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:26.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-6697c0a6-2cda-44b1-83f7-aa6060ca79db 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] TaaS: Handle Delete Port: 710b0fad-196d-489c-8b5a-8be3b21f9aa6 2026-08-20 02:29:26.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6697c0a6-2cda-44b1-83f7-aa6060ca79db 724ad300137440bca034b3f67f52aa51 181c5bc23bd04c15aa5a5c2a9ea44bda - - default default] Tap Mirror: Handle Delete Port: 710b0fad-196d-489c-8b5a-8be3b21f9aa6 [pid: 8|app: 0|req: 700/1490] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:26 2026] DELETE /v2.0/floatingips/715e0d19-a2f2-4af6-82cb-1ffdd371f2b2 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:27.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-821a8c44-fb1a-4894-a4eb-0d4153749cbf 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: e0d9193e-4a96-423f-9fd1-96d958a85841 2026-08-20 02:29:27.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-821a8c44-fb1a-4894-a4eb-0d4153749cbf 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: e0d9193e-4a96-423f-9fd1-96d958a85841 [pid: 7|app: 0|req: 791/1491] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:26 2026] PUT /v2.0/routers/95d44738-2182-4ea7-ae37-39eecfc79bec/remove_router_interface => generated 309 bytes in 753 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-08-20 02:29:27.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-67d840f6-667f-4aad-bf9e-882e82e71281 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 1f9cd470-c3a7-44d4-86fb-9b504c0062c2 2026-08-20 02:29:27.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67d840f6-667f-4aad-bf9e-882e82e71281 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 1f9cd470-c3a7-44d4-86fb-9b504c0062c2 [pid: 8|app: 0|req: 701/1492] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:26 2026] PUT /v2.0/routers/c0319f59-0f4c-410a-81e2-1c28d08d8b74/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:28.238 7 INFO neutron.services.segments.plugin [-] Segment 4d001df8-32a9-4db4-9baf-7f41ba016661 resource provider aggregate not found 2026-08-20 02:29:28.253 7 INFO neutron.services.segments.plugin [-] Segment 4d001df8-32a9-4db4-9baf-7f41ba016661 resource provider aggregate not found 2026-08-20 02:29:28.258 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d001df8-32a9-4db4-9baf-7f41ba016661 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d001df8-32a9-4db4-9baf-7f41ba016661 found for delete ", "request_id": "req-db219a5e-656e-47a7-b77e-3187d144e255"}]} 2026-08-20 02:29:28.271 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d001df8-32a9-4db4-9baf-7f41ba016661 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d001df8-32a9-4db4-9baf-7f41ba016661 found for delete ", "request_id": "req-ef029cf1-24b5-4b83-b94e-311aa0e8dd4f"}]} [pid: 8|app: 0|req: 702/1493] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:28 2026] GET /v2.0/security-groups?tenant_id=ab11ed33eb3349ee83e509ed0a3726f2&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1494] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:27 2026] PUT /v2.0/routers/59b09fd6-6f20-4493-b6fa-8944e8d173ec/remove_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:28.451 8 INFO neutron.api.v2.resource [None req-28200416-b191-4c64-b25f-70d5a8a5b99b 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 703/1495] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:28 2026] PUT /v2.0/routers/95d44738-2182-4ea7-ae37-39eecfc79bec/remove_router_interface => generated 197 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1496] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:28 2026] DELETE /v2.0/security-groups/c0595da6-d9b2-477b-8983-c747473c3928 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1497] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:28 2026] POST /v2.0/ports => generated 955 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:28.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-df91007a-290a-48ec-b5fa-90a63e16bc23 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: b84d0675-41fb-485e-8ce1-26f761e70168 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-20 02:29:28.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df91007a-290a-48ec-b5fa-90a63e16bc23 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: b84d0675-41fb-485e-8ce1-26f761e70168 [pid: 7|app: 0|req: 794/1498] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:28 2026] GET /v2.0/ports?device_id=95d44738-2182-4ea7-ae37-39eecfc79bec => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1499] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:28 2026] GET /v2.0/security-groups?tenant_id=b8b87bbd198d4d31bc26b04750424e16&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:28.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-df91007a-290a-48ec-b5fa-90a63e16bc23 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: d19fef34-077a-4907-80db-58ed8b5c1c52 2026-08-20 02:29:28.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df91007a-290a-48ec-b5fa-90a63e16bc23 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: d19fef34-077a-4907-80db-58ed8b5c1c52 [pid: 7|app: 0|req: 796/1500] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:28 2026] POST /v2.0/ports => generated 959 bytes in 290 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-08-20 02:29:29.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea6619dc-98d4-4923-8194-bc0d7f0ed2b1 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 39e9ade6-d315-40b1-917f-b45695fae4fe 2026-08-20 02:29:29.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea6619dc-98d4-4923-8194-bc0d7f0ed2b1 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 39e9ade6-d315-40b1-917f-b45695fae4fe 2026-08-20 02:29:29.319 8 INFO neutron.services.segments.plugin [-] Segment f86eaa11-0960-4f45-ae07-4c43255f03d5 resource provider aggregate not found 2026-08-20 02:29:29.331 8 INFO neutron.services.segments.plugin [-] Segment f86eaa11-0960-4f45-ae07-4c43255f03d5 resource provider aggregate not found 2026-08-20 02:29:29.347 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f86eaa11-0960-4f45-ae07-4c43255f03d5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86eaa11-0960-4f45-ae07-4c43255f03d5 found for delete ", "request_id": "req-6e46e518-fa00-401a-92bd-428f98073189"}]} 2026-08-20 02:29:29.350 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f86eaa11-0960-4f45-ae07-4c43255f03d5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86eaa11-0960-4f45-ae07-4c43255f03d5 found for delete ", "request_id": "req-e8228e1f-28b3-4699-9b16-7fbaf7f2793e"}]} 2026-08-20 02:29:29.361 8 INFO neutron.db.l3_hamode_db [None req-df91007a-290a-48ec-b5fa-90a63e16bc23 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network e83b7d1d-3844-4121-8bd8-2cee33849fe5 was deleted as no HA routers are present in tenant 181c5bc23bd04c15aa5a5c2a9ea44bda. [pid: 8|app: 0|req: 705/1501] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:28 2026] DELETE /v2.0/routers/59b09fd6-6f20-4493-b6fa-8944e8d173ec => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1502] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:29 2026] DELETE /v2.0/security-groups/aea662fd-bf3c-4595-8d53-250a98a2c1b7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:29.499 7 INFO neutron.db.l3_hamode_db [None req-ea6619dc-98d4-4923-8194-bc0d7f0ed2b1 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] HA network 5ddcfa09-70e0-49f7-a4b4-b3ddd6fb98ff was deleted as no HA routers are present in tenant 18e62a6bf12b4d80ba45cd098a24a85c. [pid: 7|app: 0|req: 797/1503] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:29 2026] DELETE /v2.0/routers/95d44738-2182-4ea7-ae37-39eecfc79bec => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1504] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:29 2026] DELETE /v2.0/subnets/34b7f2f1-5ab3-4c24-8584-a7eefac2113b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1505] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:29 2026] DELETE /v2.0/subnets/ddad5ecd-e8dd-4f80-bff1-043561dde0e3 => 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: 800/1506] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:29 2026] GET /v2.0/security-groups?tenant_id=9337b9e3c69444d28e068f1b2d956dd7&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:29.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-f012f541-091f-49cc-a0e8-e75ac0cf8b83 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 9e5b8eeb-71cc-40bb-bdb6-aa9915feb094 2026-08-20 02:29:29.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f012f541-091f-49cc-a0e8-e75ac0cf8b83 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 9e5b8eeb-71cc-40bb-bdb6-aa9915feb094 [pid: 7|app: 0|req: 801/1507] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:29 2026] DELETE /v2.0/networks/16449a1f-a864-4dfc-ac62-84e1a912bfdc => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:30.127 8 INFO neutron.db.l3_db [None req-f75b43c5-65d2-4906-897c-dfe7cfe61973 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Floating IP 55edbb37-521d-4bbf-ba88-440af5735fe3 associated. External IP: 10.96.250.219, port: 1b1229c0-540d-4d5e-b5eb-e1d3d61f4497. [pid: 7|app: 0|req: 802/1508] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:30 2026] DELETE /v2.0/networks/09529241-c48f-419d-b052-4028c0287bb5 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1509] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:30 2026] DELETE /v2.0/security-groups/8a5bbc22-d641-4345-bb08-53b607c57003 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:30.244 7 INFO neutron.db.segments_db [None req-266d4942-7948-4846-a012-a1cd9a062b03 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment 3e53be2f-0e6c-4955-ad59-a85d498affce of type vxlan for network 1bc7e6dc-c45a-467d-a008-8620ca7b3ac9 2026-08-20 02:29:30.278 7 INFO neutron.services.segments.plugin [-] Segment 6b214a6a-0dc9-43f6-9543-5b414541f812 resource provider aggregate not found 2026-08-20 02:29:30.292 7 INFO neutron.services.segments.plugin [-] Segment 6b214a6a-0dc9-43f6-9543-5b414541f812 resource provider aggregate not found 2026-08-20 02:29:30.299 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b214a6a-0dc9-43f6-9543-5b414541f812 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b214a6a-0dc9-43f6-9543-5b414541f812 found for delete ", "request_id": "req-adf2ce6c-05be-4735-825c-7389181273f5"}]} 2026-08-20 02:29:30.319 7 INFO neutron.services.segments.plugin [-] Segment b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 resource provider aggregate not found 2026-08-20 02:29:30.319 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b214a6a-0dc9-43f6-9543-5b414541f812 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b214a6a-0dc9-43f6-9543-5b414541f812 found for delete ", "request_id": "req-0a7715a0-138b-47b1-a0f3-d679bf63d41e"}]} [pid: 7|app: 0|req: 804/1510] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:30 2026] POST /v2.0/networks => generated 628 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:30.344 7 INFO neutron.services.segments.plugin [-] Segment b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 resource provider aggregate not found 2026-08-20 02:29:30.348 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 found for delete ", "request_id": "req-30953a3b-bb6e-4a08-a51b-8cb76ca9ab7b"}]} 2026-08-20 02:29:30.373 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4befbf6-72c6-476b-a6aa-1b2d1a39d3d1 found for delete ", "request_id": "req-5c65a34f-de54-4977-b091-ad846cfb54f3"}]} 2026-08-20 02:29:30.377 7 INFO neutron.services.segments.plugin [-] Segment f1720b13-c262-4760-97b3-8f019a947233 resource provider aggregate not found [pid: 7|app: 0|req: 805/1511] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:30 2026] GET /v2.0/security-groups?tenant_id=181c5bc23bd04c15aa5a5c2a9ea44bda&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:30.393 7 INFO neutron.services.segments.plugin [-] Segment f1720b13-c262-4760-97b3-8f019a947233 resource provider aggregate not found [pid: 8|app: 0|req: 707/1512] 10.0.0.179 () {34 vars in 677 bytes} [Thu Aug 20 02:29:29 2026] POST /v2.0/floatingips => generated 843 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:30.400 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1720b13-c262-4760-97b3-8f019a947233 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1720b13-c262-4760-97b3-8f019a947233 found for delete ", "request_id": "req-369cb6b7-861a-4353-b185-b04b706e1a72"}]} 2026-08-20 02:29:30.416 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1720b13-c262-4760-97b3-8f019a947233 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1720b13-c262-4760-97b3-8f019a947233 found for delete ", "request_id": "req-8d1ac95d-32cc-48af-85ea-76a786d72f0c"}]} [pid: 8|app: 0|req: 708/1513] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:30 2026] DELETE /v2.0/security-groups/e257d705-42c9-497f-8a78-0fc6e1713a93 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1514] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:30 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) 2026-08-20 02:29:30.610 8 INFO neutron.db.l3_db [None req-f053470b-c9a5-4fe4-bb2e-76976a4f6fd1 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Floating IP 55edbb37-521d-4bbf-ba88-440af5735fe3 disassociated. External IP: 10.96.250.219, port: 1b1229c0-540d-4d5e-b5eb-e1d3d61f4497. 2026-08-20 02:29:30.645 7 INFO neutron.db.segments_db [None req-e4dc6197-39dd-4b05-98ea-3f2269b1dac8 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d of type vxlan for network 43cb76d6-17a7-40ea-80ea-2e367d034836 2026-08-20 02:29:30.859 7 INFO neutron.db.l3_hamode_db [None req-e4dc6197-39dd-4b05-98ea-3f2269b1dac8 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 709/1515] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:29:30 2026] PUT /v2.0/floatingips/55edbb37-521d-4bbf-ba88-440af5735fe3 => generated 552 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:31.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-53f15adf-439f-4b6d-a054-6a0ec452a754 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: 01226f74-2b84-4923-86e0-c7055eb39205 2026-08-20 02:29:31.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53f15adf-439f-4b6d-a054-6a0ec452a754 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: 01226f74-2b84-4923-86e0-c7055eb39205 2026-08-20 02:29:31.012 7 INFO neutron.db.l3_hamode_db [None req-e4dc6197-39dd-4b05-98ea-3f2269b1dac8 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 710/1516] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:30 2026] DELETE /v2.0/floatingips/55edbb37-521d-4bbf-ba88-440af5735fe3 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1517] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:30 2026] POST /v2.0/routers => generated 507 bytes in 933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:31.939 8 INFO neutron.db.l3_db [None req-ff3fd40c-2539-4e74-b273-c1c4bfc63362 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Floating IP 8e7a2a24-8d3b-41fe-a313-2fba384d1c3c associated. External IP: 10.96.250.210, port: df94fa8a-8f33-4fdf-885b-19e60ff5f1e9. [pid: 8|app: 0|req: 711/1520] 10.0.0.179 () {34 vars in 677 bytes} [Thu Aug 20 02:29:31 2026] POST /v2.0/floatingips => generated 842 bytes in 1161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1521] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:29:32 2026] GET /v2.0/floatingips/8e7a2a24-8d3b-41fe-a313-2fba384d1c3c => generated 842 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1522] 10.0.0.179 () {32 vars in 655 bytes} [Thu Aug 20 02:29:32 2026] GET /v2.0/floatingips => generated 845 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1523] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:31 2026] PUT /v2.0/routers/539660aa-4a18-44c5-9114-93ba65f3484d/add_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:32.754 8 INFO neutron.db.l3_db [None req-232a83a2-1d1d-4d51-bd5d-4efa0ddb9763 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Floating IP 8e7a2a24-8d3b-41fe-a313-2fba384d1c3c associated. External IP: 10.96.250.210, port: df94fa8a-8f33-4fdf-885b-19e60ff5f1e9. 2026-08-20 02:29:32.889 7 INFO neutron.db.segments_db [None req-bd49b662-af59-4ef3-8098-b83c634b4c56 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Added segment 6daac9e6-5107-4d9d-a256-614f1ab9fc37 of type vxlan for network 67d1ec4c-dda3-4a36-a9fe-a43c50a0d846 [pid: 7|app: 0|req: 811/1524] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:32 2026] POST /v2.0/networks => generated 648 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1525] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:32 2026] GET /v2.0/ports/de718b9d-8fd2-4a6c-9a58-11e3232c7a86 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1526] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:29:32 2026] PUT /v2.0/floatingips/8e7a2a24-8d3b-41fe-a313-2fba384d1c3c => generated 843 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1527] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:32 2026] POST /v2.0/ports => generated 778 bytes in 714 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-08-20 02:29:33.811 7 INFO neutron.db.l3_db [None req-075745a3-ff8d-43a7-8807-6646718daf6c a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Floating IP 8e7a2a24-8d3b-41fe-a313-2fba384d1c3c disassociated. External IP: 10.96.250.210, port: 1b1229c0-540d-4d5e-b5eb-e1d3d61f4497. [pid: 7|app: 0|req: 814/1528] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:29:33 2026] PUT /v2.0/floatingips/8e7a2a24-8d3b-41fe-a313-2fba384d1c3c => generated 552 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:34.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-723933d3-4f26-40f1-8264-48f33b2aa40b 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: de718b9d-8fd2-4a6c-9a58-11e3232c7a86 2026-08-20 02:29:34.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-723933d3-4f26-40f1-8264-48f33b2aa40b 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: de718b9d-8fd2-4a6c-9a58-11e3232c7a86 2026-08-20 02:29:34.139 7 INFO neutron.db.segments_db [None req-cd1103ad-c8f1-4af4-b8ee-02a938db85f4 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Added segment f22b4f90-1cba-4ae6-ab84-5690485b248a of type vxlan for network be6966d2-5ee2-4b71-a8af-25880e604728 [pid: 7|app: 0|req: 815/1529] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:34 2026] POST /v2.0/networks => generated 635 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:34.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eb4b76e-c461-463d-8aa9-f799090c078b a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: b7067594-f157-4098-8d8a-7a64f04e0f3a 2026-08-20 02:29:34.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb4b76e-c461-463d-8aa9-f799090c078b a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: b7067594-f157-4098-8d8a-7a64f04e0f3a [pid: 7|app: 0|req: 816/1530] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:34 2026] DELETE /v2.0/floatingips/8e7a2a24-8d3b-41fe-a313-2fba384d1c3c => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1531] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:33 2026] PUT /v2.0/routers/539660aa-4a18-44c5-9114-93ba65f3484d/remove_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1532] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:34 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:34.725 7 INFO neutron.api.v2.resource [None req-19552609-40d7-4183-bfb1-17b92b753b91 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1533] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:34 2026] DELETE /v2.0/floatingips/8e7a2a24-8d3b-41fe-a313-2fba384d1c3c => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1534] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1535] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:34 2026] GET /v2.0/ports?device_id=539660aa-4a18-44c5-9114-93ba65f3484d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:34.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-05dde299-b013-4085-803f-2404afb6f171 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: 1b1229c0-540d-4d5e-b5eb-e1d3d61f4497 2026-08-20 02:29:34.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05dde299-b013-4085-803f-2404afb6f171 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: 1b1229c0-540d-4d5e-b5eb-e1d3d61f4497 [pid: 8|app: 0|req: 717/1536] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:34 2026] POST /v2.0/ports => generated 962 bytes in 297 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: 820/1537] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:34 2026] DELETE /v2.0/ports/1b1229c0-540d-4d5e-b5eb-e1d3d61f4497 => 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: 718/1538] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:35 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) 2026-08-20 02:29:35.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-d47a122a-7740-456f-90d4-8ef6445da4c8 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] TaaS: Handle Delete Port: c318d7d5-bf82-4eb7-a02d-1e53ca93f6be 2026-08-20 02:29:35.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d47a122a-7740-456f-90d4-8ef6445da4c8 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Tap Mirror: Handle Delete Port: c318d7d5-bf82-4eb7-a02d-1e53ca93f6be 2026-08-20 02:29:35.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ac9f43c-1f8b-4912-a0e3-753aa38e0dca 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 1938c91a-2a76-4d3d-abcf-a807c29e216f 2026-08-20 02:29:35.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ac9f43c-1f8b-4912-a0e3-753aa38e0dca 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 1938c91a-2a76-4d3d-abcf-a807c29e216f [pid: 8|app: 0|req: 719/1539] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/ports/c318d7d5-bf82-4eb7-a02d-1e53ca93f6be => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:35.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-604027d5-bc63-4889-9f63-06c4070bb59a a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: df94fa8a-8f33-4fdf-885b-19e60ff5f1e9 2026-08-20 02:29:35.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-604027d5-bc63-4889-9f63-06c4070bb59a a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: df94fa8a-8f33-4fdf-885b-19e60ff5f1e9 2026-08-20 02:29:35.427 7 INFO neutron.services.segments.plugin [-] Segment 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d resource provider aggregate not found 2026-08-20 02:29:35.428 7 INFO neutron.services.segments.plugin [-] Segment 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d resource provider aggregate not found 2026-08-20 02:29:35.452 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d found for delete ", "request_id": "req-d6e62d3f-2618-462f-9203-aee028e1dabc"}]} 2026-08-20 02:29:35.455 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 750cbe3c-a2e2-42d1-9872-4f4e77b5a25d found for delete ", "request_id": "req-0528b1e9-69a7-4c5f-9671-eb835bf1a3e9"}]} 2026-08-20 02:29:35.465 7 INFO neutron.db.l3_hamode_db [None req-5ac9f43c-1f8b-4912-a0e3-753aa38e0dca 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] HA network 43cb76d6-17a7-40ea-80ea-2e367d034836 was deleted as no HA routers are present in tenant 18e62a6bf12b4d80ba45cd098a24a85c. [pid: 7|app: 0|req: 821/1540] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/routers/539660aa-4a18-44c5-9114-93ba65f3484d => generated 0 bytes in 430 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1541] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/ports/df94fa8a-8f33-4fdf-885b-19e60ff5f1e9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:35.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cf52520-727d-4d04-8641-5b31f233e6ff 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 822/1542] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1543] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/ports/c318d7d5-bf82-4eb7-a02d-1e53ca93f6be => 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: 722/1544] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:35 2026] GET /v2.0/ports?device_id=c0319f59-0f4c-410a-81e2-1c28d08d8b74 => generated 958 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1545] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:35.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a328de51-48b9-4ce9-84c8-c0d73a92f5d7 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 724/1546] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:35 2026] GET /v2.0/ports/c318d7d5-bf82-4eb7-a02d-1e53ca93f6be => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1547] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/subnets/6e9bc72f-eeef-4e14-8318-d3079aaca40b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1548] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1549] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/subnets/250c7f21-f8b0-46e2-bd91-512bcc9cd496 => 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: 826/1550] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:35 2026] DELETE /v2.0/networks/1bc7e6dc-c45a-467d-a008-8620ca7b3ac9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:36.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e499be5-ae76-4d0c-b01f-44367fc4d913 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: a7a1df8e-0efd-48b9-a8d3-d81fe69f6e7d 2026-08-20 02:29:36.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e499be5-ae76-4d0c-b01f-44367fc4d913 a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: a7a1df8e-0efd-48b9-a8d3-d81fe69f6e7d [pid: 7|app: 0|req: 827/1551] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:35 2026] PUT /v2.0/subnetpools/46185633-392f-4a91-83a1-461b3033074c/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1552] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:36 2026] DELETE /v2.0/networks/be6966d2-5ee2-4b71-a8af-25880e604728 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:36.201 7 INFO neutron.db.segments_db [None req-6fd5880c-10f5-479b-9233-18db045ae1f1 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Added segment b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 of type vxlan for network dc8a26ed-1cd6-4a6f-8173-11c733bbc4cf 2026-08-20 02:29:36.411 7 INFO neutron.db.l3_hamode_db [None req-6fd5880c-10f5-479b-9233-18db045ae1f1 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 725/1553] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:29:35 2026] PUT /v2.0/routers/c0319f59-0f4c-410a-81e2-1c28d08d8b74/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1554] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:36 2026] PUT /v2.0/subnetpools/77042677-a86c-4330-8a37-39fec26601c7/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:36.616 8 INFO neutron.db.segments_db [None req-cde0e910-f608-44d3-b679-6533c8e4c4bc 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Added segment e6a68606-9d5f-404a-a27a-8d6e87478ed4 of type vxlan for network 81078796-d815-4252-8ca1-e32050decc79 [pid: 8|app: 0|req: 727/1555] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:36 2026] POST /v2.0/networks => generated 636 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:36.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-991e97a2-2a09-47eb-bd49-421fe1f0fb7f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: 302916e5-b9d2-47c2-9add-924d13ac4047 2026-08-20 02:29:36.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991e97a2-2a09-47eb-bd49-421fe1f0fb7f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: 302916e5-b9d2-47c2-9add-924d13ac4047 2026-08-20 02:29:37.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-991e97a2-2a09-47eb-bd49-421fe1f0fb7f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] TaaS: Handle Delete Port: 2e1035c5-fde5-4c80-aa31-40160fc21965 2026-08-20 02:29:37.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991e97a2-2a09-47eb-bd49-421fe1f0fb7f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] Tap Mirror: Handle Delete Port: 2e1035c5-fde5-4c80-aa31-40160fc21965 2026-08-20 02:29:37.129 7 INFO neutron.db.l3_hamode_db [None req-6fd5880c-10f5-479b-9233-18db045ae1f1 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:29:37.432 8 INFO neutron.services.segments.plugin [-] Segment 07c4b5a1-d3ef-448c-a402-df388f8ff968 resource provider aggregate not found 2026-08-20 02:29:37.441 8 INFO neutron.services.segments.plugin [-] Segment 07c4b5a1-d3ef-448c-a402-df388f8ff968 resource provider aggregate not found 2026-08-20 02:29:37.453 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 07c4b5a1-d3ef-448c-a402-df388f8ff968 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07c4b5a1-d3ef-448c-a402-df388f8ff968 found for delete ", "request_id": "req-6c10addc-f291-4b86-9a62-2d1ced9a26d5"}]} 2026-08-20 02:29:37.459 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 07c4b5a1-d3ef-448c-a402-df388f8ff968 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07c4b5a1-d3ef-448c-a402-df388f8ff968 found for delete ", "request_id": "req-2aa59855-5fef-40fc-9621-a723925c6159"}]} 2026-08-20 02:29:37.466 8 INFO neutron.db.l3_hamode_db [None req-991e97a2-2a09-47eb-bd49-421fe1f0fb7f a0cfb0e81abf45d6989b55b8ce9d0425 ef72393ddf5848beba2113b0238add5e - - default default] HA network 188c6019-b6ba-470d-a1ad-379ef567f749 was deleted as no HA routers are present in tenant ef72393ddf5848beba2113b0238add5e. [pid: 8|app: 0|req: 728/1556] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:36 2026] DELETE /v2.0/routers/c0319f59-0f4c-410a-81e2-1c28d08d8b74 => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:37.474 7 INFO neutron.services.segments.plugin [-] Segment 3e53be2f-0e6c-4955-ad59-a85d498affce resource provider aggregate not found 2026-08-20 02:29:37.480 7 INFO neutron.services.segments.plugin [-] Segment 3e53be2f-0e6c-4955-ad59-a85d498affce resource provider aggregate not found 2026-08-20 02:29:37.498 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3e53be2f-0e6c-4955-ad59-a85d498affce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e53be2f-0e6c-4955-ad59-a85d498affce found for delete ", "request_id": "req-c1c17b5e-2cdc-4977-bacd-3c225164d360"}]} 2026-08-20 02:29:37.499 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3e53be2f-0e6c-4955-ad59-a85d498affce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e53be2f-0e6c-4955-ad59-a85d498affce found for delete ", "request_id": "req-9a2f781a-55f4-4065-a14c-760bc85f5cce"}]} [pid: 8|app: 0|req: 729/1557] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:37 2026] PUT /v2.0/subnetpools/cf8da6cb-15ec-41cd-b753-f5a9be200ace/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:37.522 7 INFO neutron.services.segments.plugin [-] Segment f22b4f90-1cba-4ae6-ab84-5690485b248a resource provider aggregate not found 2026-08-20 02:29:37.528 7 INFO neutron.services.segments.plugin [-] Segment f22b4f90-1cba-4ae6-ab84-5690485b248a resource provider aggregate not found 2026-08-20 02:29:37.556 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f22b4f90-1cba-4ae6-ab84-5690485b248a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22b4f90-1cba-4ae6-ab84-5690485b248a found for delete ", "request_id": "req-9c53c6da-139a-4a5c-abe2-c50e28eeb3ad"}]} 2026-08-20 02:29:37.557 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f22b4f90-1cba-4ae6-ab84-5690485b248a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22b4f90-1cba-4ae6-ab84-5690485b248a found for delete ", "request_id": "req-47324943-146f-419d-8a23-a0db20a60bb4"}]} [pid: 8|app: 0|req: 730/1558] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:37 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1559] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:37 2026] DELETE /v2.0/subnets/39508d48-1d60-4e32-b113-e7e6935a7a68 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1560] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:36 2026] POST /v2.0/routers => generated 688 bytes in 1776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1561] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:37 2026] PUT /v2.0/subnetpools/47a11f1b-5a0c-469d-8447-b5fda8372f5b/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1562] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:37 2026] DELETE /v2.0/networks/edf98b61-23e3-48fd-babf-2d1343e3914d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1563] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/routers/905229c5-efa6-489a-b4e5-8a211e591930 => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1564] 10.0.0.179 () {32 vars in 672 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1565] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/routers => generated 697 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1566] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:37 2026] POST /v2.0/ports => generated 927 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1567] 10.0.0.179 () {32 vars in 686 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:38.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4211835-7d5a-4a67-ad9d-b3df552a2f63 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] TaaS: Handle Delete Port: a25f488b-b4d7-410f-a618-e739e273fb47 2026-08-20 02:29:38.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4211835-7d5a-4a67-ad9d-b3df552a2f63 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Tap Mirror: Handle Delete Port: a25f488b-b4d7-410f-a618-e739e273fb47 [pid: 8|app: 0|req: 738/1568] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:38 2026] DELETE /v2.0/ports/a25f488b-b4d7-410f-a618-e739e273fb47 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1569] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:38.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b03cf0ed-5719-4568-b1e1-f4d57c8c830f 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1570] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/ports/a25f488b-b4d7-410f-a618-e739e273fb47 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1571] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1572] 10.0.0.179 () {34 vars in 741 bytes} [Thu Aug 20 02:29:38 2026] PUT /v2.0/routers/905229c5-efa6-489a-b4e5-8a211e591930 => generated 701 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1573] 10.0.0.179 () {32 vars in 680 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1574] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:38 2026] DELETE /v2.0/subnets/46f87f33-530a-4637-a2f1-2c46602120b7 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1575] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1576] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/routers/905229c5-efa6-489a-b4e5-8a211e591930 => generated 701 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1577] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/security-groups?tenant_id=ef72393ddf5848beba2113b0238add5e&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1578] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:38 2026] DELETE /v2.0/networks/81078796-d815-4252-8ca1-e32050decc79 => 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: 745/1579] 10.0.0.179 () {32 vars in 690 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1580] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/ports?device_id=905229c5-efa6-489a-b4e5-8a211e591930 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1581] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:38 2026] DELETE /v2.0/security-groups/8e549ec0-f18e-4efe-ba4c-fd68b7672c19 => 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: 747/1582] 10.0.0.179 () {32 vars in 702 bytes} [Thu Aug 20 02:29:38 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1583] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:38 2026] POST /v2.0/ports => generated 779 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 837/1584] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:38 2026] DELETE /v2.0/subnetpools/46185633-392f-4a91-83a1-461b3033074c => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:39.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-16ac15c9-5af3-46ed-897e-f2edf9159742 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 6f17afa2-baf5-4498-8c57-a1a94213ecd8 2026-08-20 02:29:39.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16ac15c9-5af3-46ed-897e-f2edf9159742 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 6f17afa2-baf5-4498-8c57-a1a94213ecd8 [pid: 7|app: 0|req: 838/1585] 10.0.0.179 () {34 vars in 737 bytes} [Thu Aug 20 02:29:39 2026] PUT /v2.0/ports/99460411-c4d0-4cf0-b679-57d7fe5a9bf7 => generated 752 bytes in 166 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: 839/1586] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnetpools/77042677-a86c-4330-8a37-39fec26601c7 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:39.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-16ac15c9-5af3-46ed-897e-f2edf9159742 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] TaaS: Handle Delete Port: 323c9320-4904-4dc2-b358-bd20e07a8683 2026-08-20 02:29:39.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16ac15c9-5af3-46ed-897e-f2edf9159742 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] Tap Mirror: Handle Delete Port: 323c9320-4904-4dc2-b358-bd20e07a8683 2026-08-20 02:29:39.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-62fcb0f3-83c0-4887-b018-fd8c09ed7cdc 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] TaaS: Handle Delete Port: 99460411-c4d0-4cf0-b679-57d7fe5a9bf7 2026-08-20 02:29:39.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62fcb0f3-83c0-4887-b018-fd8c09ed7cdc 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Tap Mirror: Handle Delete Port: 99460411-c4d0-4cf0-b679-57d7fe5a9bf7 [pid: 7|app: 0|req: 840/1587] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/ports/99460411-c4d0-4cf0-b679-57d7fe5a9bf7 => 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: 841/1588] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnetpools/cf8da6cb-15ec-41cd-b753-f5a9be200ace => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:39.482 8 INFO neutron.services.segments.plugin [-] Segment 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 resource provider aggregate not found [pid: 7|app: 0|req: 842/1589] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:39.494 8 INFO neutron.services.segments.plugin [-] Segment 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 resource provider aggregate not found 2026-08-20 02:29:39.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 found for delete ", "request_id": "req-f91876a3-b70e-4d44-9bda-ac468e08703a"}]} 2026-08-20 02:29:39.519 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a0ced6-8952-4cdc-8584-9a3dedcc4a81 found for delete ", "request_id": "req-67d95ba7-37df-4aee-84c0-1bc0bfc9676b"}]} [pid: 7|app: 0|req: 843/1590] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnetpools/47a11f1b-5a0c-469d-8447-b5fda8372f5b => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:39.569 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eaefbf50-aa88-437c-a3ab-40666dc1911b 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 844/1591] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports/99460411-c4d0-4cf0-b679-57d7fe5a9bf7 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:39.589 7 INFO neutron.services.segments.plugin [-] Segment e6a68606-9d5f-404a-a27a-8d6e87478ed4 resource provider aggregate not found 2026-08-20 02:29:39.595 7 INFO neutron.services.segments.plugin [-] Segment e6a68606-9d5f-404a-a27a-8d6e87478ed4 resource provider aggregate not found 2026-08-20 02:29:39.614 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6a68606-9d5f-404a-a27a-8d6e87478ed4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a68606-9d5f-404a-a27a-8d6e87478ed4 found for delete ", "request_id": "req-c53d4d63-6c26-486d-a264-c47b91c8743e"}]} 2026-08-20 02:29:39.619 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6a68606-9d5f-404a-a27a-8d6e87478ed4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a68606-9d5f-404a-a27a-8d6e87478ed4 found for delete ", "request_id": "req-8e5c3214-3f88-47ec-8e0c-2186dd23768b"}]} [pid: 7|app: 0|req: 845/1592] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnetpools/9bdc4140-69e3-4d6c-a1bc-4fb1d0e5a0f0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:39.657 8 INFO neutron.db.l3_hamode_db [None req-16ac15c9-5af3-46ed-897e-f2edf9159742 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] HA network dc8a26ed-1cd6-4a6f-8173-11c733bbc4cf was deleted as no HA routers are present in tenant 18e62a6bf12b4d80ba45cd098a24a85c. [pid: 8|app: 0|req: 748/1593] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:38 2026] DELETE /v2.0/routers/905229c5-efa6-489a-b4e5-8a211e591930 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1594] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1595] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports?device_id=905229c5-efa6-489a-b4e5-8a211e591930 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:39.710 8 INFO neutron.api.v2.resource [None req-01efcd52-04b6-482c-85cf-34b52264448d 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1596] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/routers/905229c5-efa6-489a-b4e5-8a211e591930 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1597] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports/404d1e98-e4e4-43bc-bfa6-c37a4b7555d6 => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1598] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports?device_id=539660aa-4a18-44c5-9114-93ba65f3484d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:39.736 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e88f4226-77f5-44d8-90d5-cad6037b9c16 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1599] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/ports/a25f488b-b4d7-410f-a618-e739e273fb47 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:39.751 8 INFO neutron.api.v2.resource [None req-8a22ead6-6455-425b-badf-17147bcc7348 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] delete failed (client error): The resource could not be found. 2026-08-20 02:29:39.751 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c08990e-9733-40f9-a6d0-ca45f771a4c6 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1600] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/routers/539660aa-4a18-44c5-9114-93ba65f3484d => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1601] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnets/46f87f33-530a-4637-a2f1-2c46602120b7 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:39.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa0e0c1f-4039-4191-9f42-8ba7137b121c 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] DELETE failed (client error): The resource could not be found. 2026-08-20 02:29:39.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32bc4031-d8d0-4d9b-9493-a7966a1c83d7 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1602] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnets/6e9bc72f-eeef-4e14-8318-d3079aaca40b => 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: 850/1603] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnets/250c7f21-f8b0-46e2-bd91-512bcc9cd496 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1604] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports?device_id=95d44738-2182-4ea7-ae37-39eecfc79bec => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:39.810 8 INFO neutron.api.v2.resource [None req-672611f1-1cbf-4df3-beb5-b41ae22a7ab5 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1605] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/routers/95d44738-2182-4ea7-ae37-39eecfc79bec => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:39.828 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33a896c2-4b1f-45ec-a9d0-53727a398851 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1606] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnets/ddad5ecd-e8dd-4f80-bff1-043561dde0e3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1607] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:39 2026] GET /v2.0/ports?device_id=baecdad2-388c-40a4-b5b3-2fec2a2d1802 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:39.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5605bcc-767a-4d04-b57a-fbd1a9faf539 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] TaaS: Handle Delete Port: 404d1e98-e4e4-43bc-bfa6-c37a4b7555d6 2026-08-20 02:29:39.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5605bcc-767a-4d04-b57a-fbd1a9faf539 3b0cb50697c54e3299162c7b1b1a5e6a a973bd853fab4573a6c6de483bcb3fa5 - - default default] Tap Mirror: Handle Delete Port: 404d1e98-e4e4-43bc-bfa6-c37a4b7555d6 2026-08-20 02:29:39.871 8 INFO neutron.api.v2.resource [None req-f14c23d0-c151-47ec-929c-6b3eeb5641b9 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 758/1608] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/routers/baecdad2-388c-40a4-b5b3-2fec2a2d1802 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:39.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9487bd70-891f-497f-bf31-4e1ad0dbe61e 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1609] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnets/47aa4e4e-aaf2-4057-9b8d-c6ca4b10c506 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:39.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c0ea99d-a01f-4f55-84a5-f56fd2fa67a5 6e3df78459ed41859789c7788f6dad5b 18e62a6bf12b4d80ba45cd098a24a85c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1610] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/subnets/ce41289a-0a8c-4ef1-b444-0d68dda48608 => 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: 851/1611] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/ports/404d1e98-e4e4-43bc-bfa6-c37a4b7555d6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1612] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:39 2026] DELETE /v2.0/networks/67d1ec4c-dda3-4a36-a9fe-a43c50a0d846 => 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: 852/1613] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:40 2026] GET /v2.0/security-groups?tenant_id=18e62a6bf12b4d80ba45cd098a24a85c&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: 853/1614] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:40 2026] GET /v2.0/security-groups?tenant_id=a973bd853fab4573a6c6de483bcb3fa5&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1615] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:40 2026] GET /v2.0/security-groups?tenant_id=9f7b3164d4614b768d2326978d2a2c8d&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1616] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:40 2026] DELETE /v2.0/security-groups/67c2611d-b286-413f-bd5b-cca783d03b8b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1617] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:40 2026] DELETE /v2.0/security-groups/2c9d30e9-edfc-4d10-b746-baf0e4de9c39 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1618] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:40 2026] DELETE /v2.0/security-groups/723ec8d1-a8c5-4a37-82f4-1f58ffd92960 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:40.900 8 INFO neutron.db.segments_db [None req-5eec93c2-cc0a-4ccc-8071-b3f5b9ee6239 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Added segment df014975-70a2-4696-b4ea-7918a7c77a9d of type vxlan for network 5e0f9c5e-3dd7-4f85-86ff-526bd0d93e64 2026-08-20 02:29:40.956 8 INFO neutron.db.segments_db [None req-5eec93c2-cc0a-4ccc-8071-b3f5b9ee6239 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Added segment ba702e97-033b-4a77-8f76-69dacb5338d7 of type vxlan for network f13674ed-630e-4db0-9772-70eb3eafcd52 [pid: 8|app: 0|req: 763/1619] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:40 2026] POST /v2.0/networks => generated 1244 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1620] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:29:41 2026] GET /v2.0/networks => generated 1843 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1621] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:41 2026] GET /v2.0/security-groups?tenant_id=c44e63f6af0540b1bb89f9e6ae6e7adb&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1622] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:41 2026] DELETE /v2.0/security-groups/8d39e852-4197-4df7-b9d4-8ff5ab401ee7 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1623] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:41 2026] DELETE /v2.0/networks/5e0f9c5e-3dd7-4f85-86ff-526bd0d93e64 => 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: 859/1624] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:41 2026] DELETE /v2.0/networks/f13674ed-630e-4db0-9772-70eb3eafcd52 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1625] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:29:41 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1626] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:41 2026] GET /v2.0/security-groups?tenant_id=43d1e8e30b2148bdab84906337e62c54&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:41.478 7 INFO neutron.db.segments_db [None req-dd8c1342-8d48-4bfc-a2dc-2d85f2522464 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Added segment 5e735bf4-724d-472c-9e69-d0e543a4abaf of type vxlan for network 9fe66bca-87db-4386-8a5e-f787c0341c50 2026-08-20 02:29:41.535 8 INFO neutron.services.segments.plugin [-] Segment b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 resource provider aggregate not found 2026-08-20 02:29:41.539 8 INFO neutron.services.segments.plugin [-] Segment b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 resource provider aggregate not found 2026-08-20 02:29:41.556 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 found for delete ", "request_id": "req-ebc43b7f-49a9-44bb-bcaa-6bc308f5f72c"}]} 2026-08-20 02:29:41.567 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b447c5-82c8-48b3-9f99-83ad1ea5fb28 found for delete ", "request_id": "req-53050d5b-3195-4fc8-95ea-87d7b48ef88c"}]} 2026-08-20 02:29:41.581 8 INFO neutron.services.segments.plugin [-] Segment 6daac9e6-5107-4d9d-a256-614f1ab9fc37 resource provider aggregate not found [pid: 8|app: 0|req: 767/1627] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:41 2026] DELETE /v2.0/security-groups/086a9c1e-aa34-4150-81b7-978349d403e3 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:41.600 8 INFO neutron.services.segments.plugin [-] Segment 6daac9e6-5107-4d9d-a256-614f1ab9fc37 resource provider aggregate not found 2026-08-20 02:29:41.604 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6daac9e6-5107-4d9d-a256-614f1ab9fc37 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6daac9e6-5107-4d9d-a256-614f1ab9fc37 found for delete ", "request_id": "req-b1925b30-cdac-46b4-8c60-5f9aaf6045a3"}]} [pid: 7|app: 0|req: 861/1628] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:41 2026] POST /v2.0/networks => generated 650 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:41.631 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6daac9e6-5107-4d9d-a256-614f1ab9fc37 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6daac9e6-5107-4d9d-a256-614f1ab9fc37 found for delete ", "request_id": "req-2d2fc143-b3f8-443c-8ba9-49b0d45049c1"}]} 2026-08-20 02:29:41.637 8 INFO neutron.services.segments.plugin [-] Segment df014975-70a2-4696-b4ea-7918a7c77a9d resource provider aggregate not found 2026-08-20 02:29:41.644 7 INFO neutron.services.segments.plugin [-] Segment ba702e97-033b-4a77-8f76-69dacb5338d7 resource provider aggregate not found 2026-08-20 02:29:41.646 7 INFO neutron.services.segments.plugin [-] Segment ba702e97-033b-4a77-8f76-69dacb5338d7 resource provider aggregate not found 2026-08-20 02:29:41.654 8 INFO neutron.services.segments.plugin [-] Segment df014975-70a2-4696-b4ea-7918a7c77a9d resource provider aggregate not found 2026-08-20 02:29:41.659 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment df014975-70a2-4696-b4ea-7918a7c77a9d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df014975-70a2-4696-b4ea-7918a7c77a9d found for delete ", "request_id": "req-a9fcb8ce-a829-4738-9e73-04975d61b6b4"}]} 2026-08-20 02:29:41.663 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba702e97-033b-4a77-8f76-69dacb5338d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba702e97-033b-4a77-8f76-69dacb5338d7 found for delete ", "request_id": "req-96868a0a-4773-4f35-8e64-4cdaaff1a334"}]} 2026-08-20 02:29:41.669 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba702e97-033b-4a77-8f76-69dacb5338d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba702e97-033b-4a77-8f76-69dacb5338d7 found for delete ", "request_id": "req-6ed5c239-21f3-433a-a946-d9ea7813b978"}]} 2026-08-20 02:29:41.671 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment df014975-70a2-4696-b4ea-7918a7c77a9d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df014975-70a2-4696-b4ea-7918a7c77a9d found for delete ", "request_id": "req-d2a27a4e-5420-4943-91da-52740515e008"}]} 2026-08-20 02:29:41.703 8 INFO neutron.db.segments_db [None req-33de632c-8449-45cf-9b80-8a37ea88ed0f 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Added segment 701b39a4-c852-4361-8df2-cc9dcb060891 of type vxlan for network 4e6596e0-30bb-415e-bb2c-8ba03bbdf7a7 [pid: 8|app: 0|req: 768/1629] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:41 2026] POST /v2.0/networks => generated 650 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1630] 10.0.0.179 () {34 vars in 665 bytes} [Thu Aug 20 02:29:41 2026] POST /v2.0/ports => generated 1506 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1631] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:29:42 2026] GET /v2.0/ports => generated 1506 bytes in 92 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-08-20 02:29:42.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f370fa4-8302-4e10-b66f-0e45c88c4873 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] TaaS: Handle Delete Port: d6015de2-011f-41b1-b506-23e19ed71922 2026-08-20 02:29:42.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f370fa4-8302-4e10-b66f-0e45c88c4873 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Tap Mirror: Handle Delete Port: d6015de2-011f-41b1-b506-23e19ed71922 [pid: 7|app: 0|req: 863/1632] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:42 2026] DELETE /v2.0/ports/d6015de2-011f-41b1-b506-23e19ed71922 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:42.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bb9c706-faa0-43eb-9884-1eb2b73946a3 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] TaaS: Handle Delete Port: 8e95156a-7ccc-4d0c-b66e-6e789ad90b45 2026-08-20 02:29:42.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bb9c706-faa0-43eb-9884-1eb2b73946a3 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Tap Mirror: Handle Delete Port: 8e95156a-7ccc-4d0c-b66e-6e789ad90b45 [pid: 7|app: 0|req: 864/1633] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:29:42 2026] DELETE /v2.0/ports/8e95156a-7ccc-4d0c-b66e-6e789ad90b45 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1634] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:29:42 2026] GET /v2.0/ports => 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: 770/1635] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:29:42.899 7 INFO neutron.db.segments_db [None req-e413ca20-5f78-4a74-8f0c-2fd9d0da627a 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Added segment f164ab7e-9826-4edb-bb0f-10c552125582 of type vxlan for network cae38922-c88e-42b1-bfbf-f5b65272e5f5 [pid: 8|app: 0|req: 771/1636] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:42 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1637] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:42 2026] POST /v2.0/networks => generated 649 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1638] 10.0.0.179 () {34 vars in 758 bytes} [Thu Aug 20 02:29:42 2026] PUT /v2.0/security-groups/e2d300e2-71d7-42b2-9924-c30c20a63714 => generated 1663 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:43.027 7 INFO neutron.db.segments_db [None req-90c0cc9b-2b3e-4e26-aebe-0610604c8860 0d19b9c8b6ed4d738a2cf8f813357336 ed78409606ce4331b3bab222512a5a88 - - default default] Added segment 8f9f2e19-c310-478d-9960-23f7432c0181 of type vxlan for network 28bbba9d-073e-4ca9-84ae-6e452c58c990 [pid: 8|app: 0|req: 773/1639] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-groups/e2d300e2-71d7-42b2-9924-c30c20a63714 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1640] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/security-groups/e2d300e2-71d7-42b2-9924-c30c20a63714 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1641] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:42 2026] POST /v2.0/networks => generated 650 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1642] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:43.149 8 INFO neutron.api.v2.resource [None req-09fc2d02-711f-4717-a8b8-02819411867c 858eb3bac982465eb81c1b343943b1c1 d676aef28f494ba8ac8af51735217978 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1643] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/security-groups/e2d300e2-71d7-42b2-9924-c30c20a63714 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1644] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1645] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:29:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1646] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-group-rules/5402fc3d-e914-42ea-ac2e-0ccc825c2797 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1647] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1648] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:43 2026] POST /v2.0/subnets => generated 1274 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1649] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/security-group-rules/5402fc3d-e914-42ea-ac2e-0ccc825c2797 => 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: 869/1650] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/subnets => generated 1910 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1651] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1652] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/subnets/17bafcae-e869-4fb5-bdd1-8308f194606c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1653] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:29:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1654] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-group-rules/89ba94f2-3da9-400c-a899-7ba4c05b3ad0 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1655] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/subnets/9c549d61-10f2-46ce-9eaf-70d6e7f6120c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1656] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1657] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1658] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/security-group-rules/89ba94f2-3da9-400c-a899-7ba4c05b3ad0 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1659] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:29:43.996 7 INFO neutron.services.segments.plugin [-] Segment 8f9f2e19-c310-478d-9960-23f7432c0181 resource provider aggregate not found 2026-08-20 02:29:43.999 7 INFO neutron.services.segments.plugin [-] Segment 8f9f2e19-c310-478d-9960-23f7432c0181 resource provider aggregate not found 2026-08-20 02:29:44.007 8 INFO neutron.db.securitygroups_db [None req-40d91859-3607-48cf-8a93-3519677c18e8 858eb3bac982465eb81c1b343943b1c1 d676aef28f494ba8ac8af51735217978 - - default default] Project d676aef28f494ba8ac8af51735217978 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-08-20 02:29:44.018 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f9f2e19-c310-478d-9960-23f7432c0181 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9f2e19-c310-478d-9960-23f7432c0181 found for delete ", "request_id": "req-9d808caf-0ac3-4f14-a8c9-2056d2554bd9"}]} 2026-08-20 02:29:44.024 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f9f2e19-c310-478d-9960-23f7432c0181 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9f2e19-c310-478d-9960-23f7432c0181 found for delete ", "request_id": "req-eaabff5f-422b-4132-bfc5-d1b5f80baeeb"}]} [pid: 7|app: 0|req: 873/1660] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:43 2026] DELETE /v2.0/networks/28bbba9d-073e-4ca9-84ae-6e452c58c990 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1661] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:29:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1662] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-group-rules/b99e8a11-1700-4b9a-99aa-6cbe74696a86 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1663] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:44 2026] DELETE /v2.0/networks/cae38922-c88e-42b1-bfbf-f5b65272e5f5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1664] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1665] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:44 2026] DELETE /v2.0/security-group-rules/b99e8a11-1700-4b9a-99aa-6cbe74696a86 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1666] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1667] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:44 2026] DELETE /v2.0/networks/4e6596e0-30bb-415e-bb2c-8ba03bbdf7a7 => 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: 793/1668] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:44 2026] DELETE /v2.0/security-groups/5bd14294-f7b4-45ad-8d6e-79bcfc07cb53 => 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: 794/1669] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1670] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:44 2026] DELETE /v2.0/networks/9fe66bca-87db-4386-8a5e-f787c0341c50 => 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: 795/1671] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1672] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-groups?tenant_id=a5249ea9478c40caaea1c12cf5c30dcc&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1673] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:44 2026] DELETE /v2.0/security-groups/16df70c9-ab41-4cd2-878a-983cf46bb006 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1674] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-groups?tenant_id=d676aef28f494ba8ac8af51735217978&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1675] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:44 2026] GET /v2.0/security-groups?tenant_id=ed78409606ce4331b3bab222512a5a88&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1676] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:45 2026] DELETE /v2.0/security-groups/dfcaac44-ed56-4441-a63a-93c5047baace => 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: 796/1677] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:44 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: 7|app: 0|req: 882/1678] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:45 2026] DELETE /v2.0/security-groups/760d975f-cbeb-4df9-8454-e38ad2c49321 => 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: 797/1679] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:45 2026] PUT /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1680] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1681] 10.0.0.179 () {34 vars in 770 bytes} [Thu Aug 20 02:29:45 2026] PUT /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1682] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1683] 10.0.0.179 () {34 vars in 766 bytes} [Thu Aug 20 02:29:45 2026] PUT /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1684] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1685] 10.0.0.179 () {34 vars in 788 bytes} [Thu Aug 20 02:29:45 2026] PUT /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1686] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1687] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:45 2026] PUT /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1688] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1689] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:45.929 7 INFO neutron.api.v2.resource [None req-e8ce67a7-e745-4cf2-81a9-9a0bdfe64a5a 28cf9433767742fba1144f20a3eec0d7 746e67a372cb4adebc76a2f9a65f2df2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1690] 10.0.0.179 () {32 vars in 751 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1691] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:45 2026] DELETE /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/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: 889/1692] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:45 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:46.031 7 INFO neutron.services.segments.plugin [-] Segment f164ab7e-9826-4edb-bb0f-10c552125582 resource provider aggregate not found 2026-08-20 02:29:46.045 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f164ab7e-9826-4edb-bb0f-10c552125582 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f164ab7e-9826-4edb-bb0f-10c552125582 found for delete ", "request_id": "req-23b068e5-a4ce-446c-86d2-9f220a587b47"}]} 2026-08-20 02:29:46.052 7 INFO neutron.services.segments.plugin [-] Segment f164ab7e-9826-4edb-bb0f-10c552125582 resource provider aggregate not found 2026-08-20 02:29:46.063 7 INFO neutron.services.segments.plugin [-] Segment 701b39a4-c852-4361-8df2-cc9dcb060891 resource provider aggregate not found 2026-08-20 02:29:46.067 8 INFO neutron.api.v2.resource [None req-435afae9-aa82-4329-8d5f-7811a79e0288 28cf9433767742fba1144f20a3eec0d7 746e67a372cb4adebc76a2f9a65f2df2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1693] 10.0.0.179 () {32 vars in 754 bytes} [Thu Aug 20 02:29:46 2026] DELETE /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 02:29:46.071 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f164ab7e-9826-4edb-bb0f-10c552125582 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f164ab7e-9826-4edb-bb0f-10c552125582 found for delete ", "request_id": "req-c16f1112-7811-43eb-9e70-e0f7246e8cfe"}]} 2026-08-20 02:29:46.086 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 701b39a4-c852-4361-8df2-cc9dcb060891 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 701b39a4-c852-4361-8df2-cc9dcb060891 found for delete ", "request_id": "req-faed9914-3174-4fa6-8bc8-94e1c29bf292"}]} 2026-08-20 02:29:46.091 7 INFO neutron.services.segments.plugin [-] Segment 701b39a4-c852-4361-8df2-cc9dcb060891 resource provider aggregate not found 2026-08-20 02:29:46.121 7 INFO neutron.services.segments.plugin [-] Segment 5e735bf4-724d-472c-9e69-d0e543a4abaf resource provider aggregate not found 2026-08-20 02:29:46.122 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 701b39a4-c852-4361-8df2-cc9dcb060891 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 701b39a4-c852-4361-8df2-cc9dcb060891 found for delete ", "request_id": "req-13083afa-b287-4535-a246-8355dec59416"}]} 2026-08-20 02:29:46.149 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e735bf4-724d-472c-9e69-d0e543a4abaf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e735bf4-724d-472c-9e69-d0e543a4abaf found for delete ", "request_id": "req-f4eaf98b-c5b9-4d4b-856e-c836e96ae2d4"}]} 2026-08-20 02:29:46.150 7 INFO neutron.services.segments.plugin [-] Segment 5e735bf4-724d-472c-9e69-d0e543a4abaf resource provider aggregate not found 2026-08-20 02:29:46.165 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e735bf4-724d-472c-9e69-d0e543a4abaf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e735bf4-724d-472c-9e69-d0e543a4abaf found for delete ", "request_id": "req-652b9ebb-4cf0-4c0b-a4aa-4aeffc3d3621"}]} [pid: 7|app: 0|req: 890/1694] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:29:46 2026] DELETE /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => 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: 805/1695] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:46 2026] GET /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:46.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-7911f655-7999-4ded-98fb-35b9b4b9ded6 28cf9433767742fba1144f20a3eec0d7 746e67a372cb4adebc76a2f9a65f2df2 - - default default] TaaS: Handle Delete Port: 786b90d7-690d-4fc5-8db8-a38034bc078c 2026-08-20 02:29:46.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7911f655-7999-4ded-98fb-35b9b4b9ded6 28cf9433767742fba1144f20a3eec0d7 746e67a372cb4adebc76a2f9a65f2df2 - - default default] Tap Mirror: Handle Delete Port: 786b90d7-690d-4fc5-8db8-a38034bc078c [pid: 7|app: 0|req: 891/1698] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:46 2026] DELETE /v2.0/floatingips/70a31469-cd18-4416-ba89-e7375b97d926 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:46.876 8 INFO neutron.db.segments_db [None req-6a6fb584-08b7-428c-9da2-0f0d196fbbb2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 1cf6b228-901d-4afa-950a-09e57f1ed4a8 of type vxlan for network bfc7da10-accd-4fe0-8667-b2753c7a4b41 [pid: 8|app: 0|req: 808/1699] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:29:46 2026] POST /v2.0/networks => generated 741 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1700] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:46 2026] POST /v2.0/subnetpools => generated 548 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1701] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:46 2026] POST /v2.0/subnets => generated 688 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1702] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:29:47 2026] GET /v2.0/subnetpools/30bee4a5-1c4c-4601-9c60-032081ac648c => generated 548 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:47.165 7 INFO neutron.db.segments_db [None req-717f95e5-deae-4ece-bf44-67cede88d941 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 6ad54a88-ce90-43d5-9a7a-4f0f9188236f of type vxlan for network 5820e488-2c64-40b2-97dc-a04a79cae77b 2026-08-20 02:29:47.264 8 INFO neutron.db.segments_db [None req-dbd16f7b-1f4c-4be4-94c5-ac7ddc85e6a9 aa9483d5c8d8450eaec8932b11aa1052 8026ba9e4aa74e4ea9fb6d5a94bbfa00 - - default default] Added segment 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 of type vxlan for network dd9502a7-044c-4c0e-b93e-3fa20691eb73 [pid: 8|app: 0|req: 810/1703] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:47 2026] POST /v2.0/networks => generated 643 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:47.381 7 INFO neutron.db.l3_hamode_db [None req-717f95e5-deae-4ece-bf44-67cede88d941 8a2755b226e048edb34b127f15974fb2 6e3074a4990d4231a0c6218cb5a10b7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 811/1704] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:29:47 2026] PUT /v2.0/subnetpools/30bee4a5-1c4c-4601-9c60-032081ac648c => generated 501 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1705] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:47 2026] GET /v2.0/security-groups?tenant_id=564b9d2a5aa14e1fb555f9115b37cc18&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1706] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:47 2026] POST /v2.0/subnets => generated 641 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1707] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:47 2026] DELETE /v2.0/subnetpools/30bee4a5-1c4c-4601-9c60-032081ac648c => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1708] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:47 2026] DELETE /v2.0/security-groups/6bb77fc4-aea3-413a-804d-9ae59b440b31 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:47.976 8 INFO neutron.db.segments_db [None req-ee08fc47-c9de-4fc4-949d-2092f0b6745e aa9483d5c8d8450eaec8932b11aa1052 8026ba9e4aa74e4ea9fb6d5a94bbfa00 - - default default] Added segment 4d644ff7-10be-46da-88b1-71e60377a4e9 of type vxlan for network 3b69c702-f09e-4cbb-9694-806a9b9002d9 [pid: 8|app: 0|req: 816/1709] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:47 2026] POST /v2.0/networks => generated 643 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:48.077 8 INFO neutron.api.v2.resource [None req-de07e211-54ea-46a5-9d8d-2560ffa44ca7 5a0f4f0e960e4987b9430e0493dc4ec6 ca2546f8b62642d5ab156880303b00d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1710] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:29:48 2026] GET /v2.0/subnetpools/30bee4a5-1c4c-4601-9c60-032081ac648c => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:48.115 7 INFO neutron.db.l3_hamode_db [None req-717f95e5-deae-4ece-bf44-67cede88d941 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 818/1711] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:48 2026] GET /v2.0/security-groups?tenant_id=746e67a372cb4adebc76a2f9a65f2df2&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1712] 10.0.0.179 () {34 vars in 743 bytes} [Thu Aug 20 02:29:48 2026] PUT /v2.0/networks/3b69c702-f09e-4cbb-9694-806a9b9002d9 => generated 592 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:48.301 8 INFO neutron.api.v2.resource [None req-3343d5c5-27c1-4388-b79f-bdab6a3e9b4d 5a0f4f0e960e4987b9430e0493dc4ec6 ca2546f8b62642d5ab156880303b00d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1713] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:48 2026] DELETE /v2.0/subnetpools/30bee4a5-1c4c-4601-9c60-032081ac648c => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1714] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:48 2026] DELETE /v2.0/security-groups/6cd35877-6f3f-40f0-876c-59317b53f917 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1715] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:48 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1716] 10.0.0.179 () {34 vars in 741 bytes} [Thu Aug 20 02:29:48 2026] PUT /v2.0/subnets/b080f3e5-82bd-44a1-aaff-d46a61a6401f => generated 636 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:48.896 8 INFO neutron.services.segments.plugin [-] Segment 4d644ff7-10be-46da-88b1-71e60377a4e9 resource provider aggregate not found 2026-08-20 02:29:48.902 8 INFO neutron.services.segments.plugin [-] Segment 4d644ff7-10be-46da-88b1-71e60377a4e9 resource provider aggregate not found 2026-08-20 02:29:48.912 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d644ff7-10be-46da-88b1-71e60377a4e9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d644ff7-10be-46da-88b1-71e60377a4e9 found for delete ", "request_id": "req-f44351af-451d-45e1-9d9f-5a8a6574cdb1"}]} [pid: 8|app: 0|req: 824/1717] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:48 2026] DELETE /v2.0/networks/3b69c702-f09e-4cbb-9694-806a9b9002d9 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:48.922 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d644ff7-10be-46da-88b1-71e60377a4e9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d644ff7-10be-46da-88b1-71e60377a4e9 found for delete ", "request_id": "req-f00f10e9-1608-4f60-875e-88cbee8fc129"}]} [pid: 7|app: 0|req: 894/1718] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:29:47 2026] POST /v2.0/routers => generated 728 bytes in 1846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:29:48.982 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d391a8b-b984-487e-9b03-71855c592de3 aa9483d5c8d8450eaec8932b11aa1052 8026ba9e4aa74e4ea9fb6d5a94bbfa00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/1719] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:48 2026] DELETE /v2.0/networks/3b69c702-f09e-4cbb-9694-806a9b9002d9 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1720] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:48 2026] GET /v2.0/security-groups?tenant_id=ca2546f8b62642d5ab156880303b00d8&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1721] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:29:49 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1722] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:49 2026] DELETE /v2.0/security-groups/24380e3b-a929-4822-96bf-9d8702afd8a5 => 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: 828/1723] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:29:49 2026] GET /v2.0/subnets?network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => 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: 829/1724] 10.0.0.179 () {32 vars in 653 bytes} [Thu Aug 20 02:29:49 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: 830/1725] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:29:49 2026] GET /v2.0/networks => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1726] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:29:49 2026] GET /v2.0/subnets => generated 1280 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1727] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:29:49 2026] GET /v2.0/networks/dd9502a7-044c-4c0e-b93e-3fa20691eb73 => generated 668 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1728] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:29:49 2026] GET /v2.0/subnets/99ed321e-68d4-43eb-9809-0ff698f0b282 => generated 641 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:49.670 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9ae5108-9393-43ca-9a69-727e583d803c aa9483d5c8d8450eaec8932b11aa1052 8026ba9e4aa74e4ea9fb6d5a94bbfa00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1729] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:49 2026] DELETE /v2.0/subnets/b080f3e5-82bd-44a1-aaff-d46a61a6401f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:49.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cd3bd76-c0ca-4677-9772-bddabad37cd4 aa9483d5c8d8450eaec8932b11aa1052 8026ba9e4aa74e4ea9fb6d5a94bbfa00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1730] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:49 2026] DELETE /v2.0/networks/3b69c702-f09e-4cbb-9694-806a9b9002d9 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1731] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:29:49 2026] DELETE /v2.0/subnets/99ed321e-68d4-43eb-9809-0ff698f0b282 => 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: 837/1732] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:49 2026] DELETE /v2.0/networks/dd9502a7-044c-4c0e-b93e-3fa20691eb73 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1733] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:29:48 2026] PUT /v2.0/routers/3fcfc536-3815-43cc-8969-0939142dfd59/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1734] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:50 2026] GET /v2.0/security-groups?tenant_id=8026ba9e4aa74e4ea9fb6d5a94bbfa00&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1735] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:50 2026] DELETE /v2.0/security-groups/c2ac5b6a-ceaf-41de-a940-3fc40a4c8ab2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:50.937 8 INFO neutron.services.segments.plugin [-] Segment 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 resource provider aggregate not found 2026-08-20 02:29:50.943 8 INFO neutron.services.segments.plugin [-] Segment 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 resource provider aggregate not found 2026-08-20 02:29:50.959 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 found for delete ", "request_id": "req-e6e069f3-631a-49f2-8bc7-d349ef79de80"}]} 2026-08-20 02:29:50.977 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfaaff6-5eef-45ec-8cd8-4825827a7f91 found for delete ", "request_id": "req-6ac5055f-f3de-4e4b-9783-8d5dc19b0dd7"}]} 2026-08-20 02:29:51.800 8 INFO neutron.db.segments_db [None req-fe6c0b58-f024-4452-9df7-87207bd54f72 52ba5a4031dc472e8d6a163c85b8b19c 73b3f833e76343d48810e1e6c56fa9b9 - - default default] Added segment 4bac9ad7-9c2c-4968-b5fc-ef309e006aec of type vxlan for network bf95b470-bb7c-40b0-bdb0-fd2f08527981 [pid: 8|app: 0|req: 839/1736] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:29:51 2026] POST /v2.0/networks => generated 632 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1737] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:29:51 2026] PUT /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1738] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:51 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1739] 10.0.0.179 () {34 vars in 764 bytes} [Thu Aug 20 02:29:52 2026] PUT /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1740] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1741] 10.0.0.179 () {34 vars in 760 bytes} [Thu Aug 20 02:29:52 2026] PUT /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1742] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1743] 10.0.0.179 () {34 vars in 782 bytes} [Thu Aug 20 02:29:52 2026] PUT /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/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: 843/1744] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1745] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:29:52 2026] PUT /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1746] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1747] 10.0.0.179 () {32 vars in 741 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:52.677 8 INFO neutron.api.v2.resource [None req-de7c1fa1-e716-4233-8fba-3bcca468432d 52ba5a4031dc472e8d6a163c85b8b19c 73b3f833e76343d48810e1e6c56fa9b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1748] 10.0.0.179 () {32 vars in 745 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/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: 847/1749] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks?id=bfc7da10-accd-4fe0-8667-b2753c7a4b41 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1750] 10.0.0.179 () {32 vars in 744 bytes} [Thu Aug 20 02:29:52 2026] DELETE /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1751] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/quotas/6e3074a4990d4231a0c6218cb5a10b7b => 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: 903/1752] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1753] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1754] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/security-groups => generated 4529 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1755] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/ports?tenant_id=6e3074a4990d4231a0c6218cb5a10b7b&fields=id => generated 103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:29:52.911 7 INFO neutron.api.v2.resource [None req-3082ef33-f796-43d0-99b0-620a77040eb3 52ba5a4031dc472e8d6a163c85b8b19c 73b3f833e76343d48810e1e6c56fa9b9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1756] 10.0.0.179 () {32 vars in 748 bytes} [Thu Aug 20 02:29:52 2026] DELETE /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/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: 852/1757] 10.0.0.179 () {34 vars in 758 bytes} [Thu Aug 20 02:29:52 2026] PUT /v2.0/security-groups/a445b7a5-a9e8-4164-984c-e8abba186766 => generated 1663 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1758] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:29:52 2026] DELETE /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1759] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/security-groups/a445b7a5-a9e8-4164-984c-e8abba186766 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1760] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:29:52 2026] GET /v2.0/networks/bfc7da10-accd-4fe0-8667-b2753c7a4b41?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1761] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981/tags => 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: 854/1762] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/networks/bfc7da10-accd-4fe0-8667-b2753c7a4b41?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: 909/1763] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:53 2026] DELETE /v2.0/security-groups/a445b7a5-a9e8-4164-984c-e8abba186766 => 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: 910/1764] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1765] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:53.194 8 INFO neutron.services.segments.plugin [-] Segment 4bac9ad7-9c2c-4968-b5fc-ef309e006aec resource provider aggregate not found 2026-08-20 02:29:53.202 8 INFO neutron.services.segments.plugin [-] Segment 4bac9ad7-9c2c-4968-b5fc-ef309e006aec resource provider aggregate not found 2026-08-20 02:29:53.210 7 INFO neutron.api.v2.resource [None req-234fbbc2-5649-4e62-9e92-c465d68e0b25 a80a5db9f3f44a728016de4d5886814f 3b69a9bb4611459f848777e5b10a466f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1766] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:53 2026] DELETE /v2.0/security-groups/a445b7a5-a9e8-4164-984c-e8abba186766 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:29:53.218 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4bac9ad7-9c2c-4968-b5fc-ef309e006aec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bac9ad7-9c2c-4968-b5fc-ef309e006aec found for delete ", "request_id": "req-22ac43a9-711a-4879-9e45-c012db49852b"}]} [pid: 8|app: 0|req: 855/1767] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:29:53 2026] DELETE /v2.0/networks/bf95b470-bb7c-40b0-bdb0-fd2f08527981 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:29:53.229 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4bac9ad7-9c2c-4968-b5fc-ef309e006aec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bac9ad7-9c2c-4968-b5fc-ef309e006aec found for delete ", "request_id": "req-d4f38ec7-e0d2-4540-8f0d-9d07bbfd9e2c"}]} [pid: 7|app: 0|req: 913/1768] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:29:53 2026] POST /v2.0/security-groups => generated 1625 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1769] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:29:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1770] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-group-rules/f1d01cb9-4547-426f-8bfc-a4f768c0d86d => generated 601 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1771] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1772] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:53 2026] DELETE /v2.0/security-group-rules/f1d01cb9-4547-426f-8bfc-a4f768c0d86d => 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: 858/1773] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1774] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:29:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1775] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-group-rules/0bf9001c-8b58-4be0-9a0e-a8041c7dde41 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1776] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1777] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-groups?tenant_id=c934cb42e3184943b1624102b6366412&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1778] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:53 2026] GET /v2.0/security-groups?tenant_id=9994863ec997411398c840c29dfb8fab&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1779] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-group-rules/0bf9001c-8b58-4be0-9a0e-a8041c7dde41 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1780] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-groups/d083626e-4b8c-42f1-a661-ced5fe6fb43d => 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: 862/1781] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-groups/70dca631-9473-4e1c-9a01-6d4e393d494b => 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: 920/1782] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1783] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => 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: 864/1784] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-groups?tenant_id=73b3f833e76343d48810e1e6c56fa9b9&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1785] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:29:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1786] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-group-rules/afe6c566-e115-47ed-8652-ddb7c0d0a7bb => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1787] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-groups/d2ce189e-35df-45d7-a16d-3b1fd0366385 => 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: 923/1788] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1789] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-group-rules/afe6c566-e115-47ed-8652-ddb7c0d0a7bb => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1790] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-groups?tenant_id=f82f5481cb274385bfcb408611d27e9f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1791] 10.0.0.179 () {32 vars in 673 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1792] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-groups/3b61fe85-e375-4872-85dd-89bbaa1bc75e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1793] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:54 2026] DELETE /v2.0/security-groups/5bfbd599-c2f7-4fbb-a4c7-d4db0f92df73 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1794] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1795] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:29:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1796] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:55 2026] GET /v2.0/security-groups?tenant_id=3b69a9bb4611459f848777e5b10a466f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1797] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:55 2026] DELETE /v2.0/security-groups/17c7c996-da13-4e15-8825-3f4bd890e0f7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1798] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:55 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => 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: 870/1799] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:56 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => 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: 930/1800] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:29:57 2026] GET /v2.0/networks?id=bfc7da10-accd-4fe0-8667-b2753c7a4b41 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1801] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:57 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => 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: 871/1802] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:29:57 2026] POST /v2.0/ports => generated 958 bytes in 410 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: 872/1803] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:29:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1804] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:58 2026] PUT /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/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: 932/1805] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:29:57 2026] PUT /v2.0/ports/913d2dd7-316e-4c03-bd99-ba0247a205af => generated 1239 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1806] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags => generated 25 bytes in 32 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-08-20 02:29:58.352 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c0de9fc-7561-45bd-88a2-1b7b38e5d216'] response: {'name': 'network-changed', 'server_uuid': 'e556f78f-65f4-4efe-9048-0ba38ad4a133', 'tag': '913d2dd7-316e-4c03-bd99-ba0247a205af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 933/1807] 10.0.0.179 () {34 vars in 770 bytes} [Thu Aug 20 02:29:58 2026] PUT /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1808] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/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: 934/1809] 10.0.0.179 () {34 vars in 766 bytes} [Thu Aug 20 02:29:58 2026] PUT /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1810] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/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: 935/1811] 10.0.0.179 () {34 vars in 788 bytes} [Thu Aug 20 02:29:58 2026] PUT /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1812] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1813] 10.0.0.179 () {34 vars in 759 bytes} [Thu Aug 20 02:29:58 2026] PUT /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1814] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1815] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:29:58.753 7 INFO neutron.api.v2.resource [None req-ecf7015d-a0be-4660-bcd9-c5661f310d57 96adece6a9504d2980e1ac9ec23002bc ec345c2c7d784391acf30a2cfe3dcdcb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1816] 10.0.0.179 () {32 vars in 751 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1817] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1818] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:29:58 2026] DELETE /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1819] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&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: 7|app: 0|req: 940/1820] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:29:58.876 8 INFO neutron.api.v2.resource [None req-28be0a32-699c-4876-b872-78cfbfbe3935 96adece6a9504d2980e1ac9ec23002bc ec345c2c7d784391acf30a2cfe3dcdcb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1821] 10.0.0.179 () {32 vars in 754 bytes} [Thu Aug 20 02:29:58 2026] DELETE /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1822] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/ports?tenant_id=6e3074a4990d4231a0c6218cb5a10b7b&device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1823] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:29:58 2026] DELETE /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/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: 942/1824] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/networks?tenant_id=6e3074a4990d4231a0c6218cb5a10b7b&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1825] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1826] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1827] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:29:59 2026] DELETE /v2.0/subnetpools/70b27d6a-a2d2-43e2-948b-13483a13833e => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1828] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:58 2026] GET /v2.0/security-groups?tenant_id=101ddade2af04e32921cad571079cb77&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1829] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:59 2026] DELETE /v2.0/security-groups/4e81e9f2-1128-4970-9dca-647d11c423fd => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1830] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:59 2026] GET /v2.0/security-groups?tenant_id=d25fe044a7214fe2ba8569aba6a91a80&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1831] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:29:59 2026] GET /v2.0/security-groups?tenant_id=4fba8cd806d849029f112c3afe0e2097&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1832] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:59 2026] DELETE /v2.0/security-groups/933e0956-a4f9-4b8a-a9a0-22bd07b9fcb2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1833] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:29:59 2026] DELETE /v2.0/security-groups/11f23f95-c335-4da9-83b8-f1b3cb09e56d => 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: 886/1834] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:29:59 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1835] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:29:59 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1836] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/ports?tenant_id=6e3074a4990d4231a0c6218cb5a10b7b&device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1837] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/security-groups?tenant_id=e99ab0dbc85544058786d75e9f427e60&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1838] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=913d2dd7-316e-4c03-bd99-ba0247a205af => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1839] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/security-groups?tenant_id=ec345c2c7d784391acf30a2cfe3dcdcb&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1840] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/subnets?id=15cfd643-6431-4bde-96ef-bac350d3625d => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1841] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:00 2026] DELETE /v2.0/security-groups/2e78da12-3058-4bfa-8dc7-88516da881cd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1842] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/ports?network_id=bfc7da10-accd-4fe0-8667-b2753c7a4b41&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1843] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:00 2026] DELETE /v2.0/security-groups/467f3844-f51b-458e-8fa2-ec5b442b6093 => 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: 954/1844] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/networks/bfc7da10-accd-4fe0-8667-b2753c7a4b41?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: 891/1845] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:30:00 2026] GET /v2.0/networks/bfc7da10-accd-4fe0-8667-b2753c7a4b41?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: 955/1846] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:01 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1847] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:01 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&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: 894/1850] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:02 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1851] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:02 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:02.624 7 INFO neutron.db.segments_db [None req-dcc31ce6-0a1f-43b7-9cd8-1b5aea2c04fd a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Added segment daa14a8f-f489-4427-8531-9824971ca63c of type vxlan for network 5738687e-785f-4066-94c6-b2f493f032ed [pid: 8|app: 0|req: 896/1852] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:02 2026] GET /v2.0/security-groups?tenant_id=d04b3138930f482384edc9e5e7666e3c&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1853] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:30:02 2026] POST /v2.0/networks => generated 632 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:02.755 7 INFO neutron.db.segments_db [None req-59ef721c-0db7-451d-89cd-0d3fcad09c8c a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Added segment 1999dea3-6ede-4140-8539-137eaa54ab50 of type vxlan for network b3732055-d83e-4cd8-af0f-0de329a70edd [pid: 8|app: 0|req: 897/1854] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:02 2026] DELETE /v2.0/security-groups/8b401d15-99b0-44bd-aae0-6ef935fdbedb => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:02.981 7 INFO neutron.db.l3_hamode_db [None req-59ef721c-0db7-451d-89cd-0d3fcad09c8c a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 898/1855] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:03 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1856] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:03 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:03.723 7 INFO neutron.db.l3_hamode_db [None req-59ef721c-0db7-451d-89cd-0d3fcad09c8c a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 958/1857] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:30:02 2026] POST /v2.0/routers => generated 694 bytes in 1796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1858] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:04 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1859] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:04 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&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: 959/1860] 10.0.0.179 () {32 vars in 776 bytes} [Thu Aug 20 02:30:04 2026] GET /v2.0/subnets?project_id=09250bc625d245589de3d03c43481ddc&cidr=10.100.0.0%2F28 => generated 14 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1861] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:30:04 2026] GET /v2.0/networks?router%3Aexternal=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: 960/1862] 10.0.0.179 () {32 vars in 784 bytes} [Thu Aug 20 02:30:04 2026] GET /v2.0/subnets?network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b&cidr=10.100.0.0%2F28 => 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: 903/1863] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:30:04 2026] POST /v2.0/subnets => generated 657 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1864] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:05 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1865] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:05 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&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: 906/1866] 10.0.0.30 () {30 vars in 649 bytes} [Thu Aug 20 02:30:06 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1867] 10.0.0.30 () {30 vars in 723 bytes} [Thu Aug 20 02:30:06 2026] GET /v2.0/quotas/1249ef8d8838431ebe722113bfab6daa/details => generated 847 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1868] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:30:05 2026] PUT /v2.0/routers/5382ce0a-dbe7-49a1-9167-c22ee5f209f6/add_router_interface => generated 309 bytes in 1702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1869] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:30:06 2026] GET /v2.0/networks => generated 5057 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1870] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:30:06 2026] GET /v2.0/subnets => generated 3895 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1871] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:30:06 2026] GET /v2.0/routers => generated 1461 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1872] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:07 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1873] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:07 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&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: 963/1874] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-groups => generated 1675 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1875] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1876] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1877] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1878] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:07.831 8 INFO neutron.db.securitygroups_db [None req-053cde34-26da-46bd-8793-2409819951f7 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Project 09250bc625d245589de3d03c43481ddc 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: 914/1879] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:07.948 7 INFO neutron.db.securitygroups_db [None req-43b62ce9-4944-47a0-901e-a83dd3a4458b a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Project 09250bc625d245589de3d03c43481ddc 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: 966/1880] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1881] 10.0.0.30 () {30 vars in 649 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1882] 10.0.0.30 () {30 vars in 723 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/quotas/1249ef8d8838431ebe722113bfab6daa/details => generated 847 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1883] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1884] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1885] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/networks => generated 1297 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1886] 10.0.0.233 () {34 vars in 1100 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1142405944&fields=id&tenant_id=09250bc625d245589de3d03c43481ddc => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1887] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1888] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/quotas/09250bc625d245589de3d03c43481ddc => 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: 919/1889] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&fields=id => generated 103 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1890] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?fields=segments => 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: 920/1891] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 972/1892] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:08 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 921/1893] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:09 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1894] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:09 2026] GET /v2.0/security-groups?id=4988c726-20bf-4895-a18a-8a13f80cf10e&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1895] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:30:09 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => 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: 923/1896] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:10 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:10.086 7 INFO neutron_taas.services.taas.taas_plugin [req-c998eb0e-8141-400b-b8ee-f5660fafdf59 req-aeec88d3-2b3e-438f-9405-bef2a8ac3ece 07cfaf25a9904454a20d778c11c656c9 6e3074a4990d4231a0c6218cb5a10b7b - - default default] TaaS: Handle Delete Port: 913d2dd7-316e-4c03-bd99-ba0247a205af 2026-08-20 02:30:10.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c998eb0e-8141-400b-b8ee-f5660fafdf59 req-aeec88d3-2b3e-438f-9405-bef2a8ac3ece 07cfaf25a9904454a20d778c11c656c9 6e3074a4990d4231a0c6218cb5a10b7b - - default default] Tap Mirror: Handle Delete Port: 913d2dd7-316e-4c03-bd99-ba0247a205af [pid: 7|app: 0|req: 974/1897] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:30:09 2026] DELETE /v2.0/ports/913d2dd7-316e-4c03-bd99-ba0247a205af => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:30:10.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-815297ea-b738-430f-aebd-83e15cea5859'] response: {'server_uuid': 'e556f78f-65f4-4efe-9048-0ba38ad4a133', 'name': 'network-vif-deleted', 'tag': '913d2dd7-316e-4c03-bd99-ba0247a205af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 975/1898] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:10 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1899] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:10 2026] GET /v2.0/security-groups?tenant_id=1249ef8d8838431ebe722113bfab6daa&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: 976/1900] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:10 2026] DELETE /v2.0/security-groups/16504fde-92fe-4a06-94d9-a44545d8e340 => 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: 925/1901] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:11 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 977/1902] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:11 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1903] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:12 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 978/1904] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:13 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => 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: 979/1905] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:13 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 927/1906] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:30:13 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 660 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1907] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:30:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=09250bc625d245589de3d03c43481ddc => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1908] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:30:13 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 929/1909] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:14 2026] GET /v2.0/ports?device_id=e556f78f-65f4-4efe-9048-0ba38ad4a133 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1910] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:30:13 2026] PUT /v2.0/ports/34899b79-eefd-41eb-a2ee-d7507b92e11d => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:14.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d992a04e-b2ae-4841-8100-4e5e994582e8'] response: {'name': 'network-changed', 'server_uuid': 'a0e4f423-8313-4bf8-81ff-bd27a0b41a37', 'tag': '34899b79-eefd-41eb-a2ee-d7507b92e11d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 930/1911] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:14 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 982/1912] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:14 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&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: 931/1913] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:14 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 932/1914] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:30:14 2026] GET /v2.0/networks?tenant_id=09250bc625d245589de3d03c43481ddc&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1915] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:30:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:15.083 7 INFO neutron.db.segments_db [None req-0a7cd669-0dbd-4efb-97e8-e089f0f245ca 8f124cbdf6f34755bbb11a604be8fafe 0d0874063ea848ffa09350094d95b0d1 - - default default] Added segment d77d3d4c-a590-4ddb-9abe-4a6f9349c111 of type vxlan for network 5f308af7-2648-4e6f-8f64-c9a92ca61d99 [pid: 7|app: 0|req: 983/1916] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:14 2026] POST /v2.0/networks => generated 632 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:15.241 8 INFO neutron.db.segments_db [None req-a10cf046-c6f6-4bdc-be5b-81fc999fd351 8f124cbdf6f34755bbb11a604be8fafe 0d0874063ea848ffa09350094d95b0d1 - - default default] Added segment cc76ab07-9783-4a0b-b0f2-cd3f6ece436f of type vxlan for network 8cbaac71-0d2c-494b-a4f4-63e50265c11b [pid: 8|app: 0|req: 934/1917] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:15 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-08-20 02:30:15.377 7 INFO neutron.db.segments_db [None req-3499bb10-6609-4243-b54a-739017b3de7e 8f124cbdf6f34755bbb11a604be8fafe 0d0874063ea848ffa09350094d95b0d1 - - default default] Added segment 836c5487-06fa-404b-b8b6-b2e735415336 of type vxlan for network 4b47ec14-f545-484f-b156-100bdf2f96a7 [pid: 7|app: 0|req: 984/1918] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:15 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:15.537 8 INFO neutron.db.segments_db [None req-1841f5ef-580b-4ebb-a21c-c2257960d5e1 8f124cbdf6f34755bbb11a604be8fafe 0d0874063ea848ffa09350094d95b0d1 - - default default] Added segment e24e8ffd-0178-421b-a116-ef3c2a549a99 of type vxlan for network b2761b89-10ec-4010-a9a5-baf138cb38bf [pid: 8|app: 0|req: 935/1919] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:15 2026] POST /v2.0/networks => generated 630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1920] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:15 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:15.681 8 INFO neutron.db.segments_db [None req-0cfe14cb-aba1-4cdb-8dcf-964df7e94dc7 8f124cbdf6f34755bbb11a604be8fafe 0d0874063ea848ffa09350094d95b0d1 - - default default] Added segment c298d8d5-0608-443a-9d59-0e3eba2013bf of type vxlan for network 876fd5f0-3541-4c3a-bb97-aee214def707 [pid: 7|app: 0|req: 986/1921] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:15 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&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: 936/1922] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:15 2026] POST /v2.0/networks => generated 632 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1923] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:30:15 2026] PUT /v2.0/networks/5f308af7-2648-4e6f-8f64-c9a92ca61d99/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1924] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:30:15 2026] PUT /v2.0/networks/8cbaac71-0d2c-494b-a4f4-63e50265c11b/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1925] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:30:15 2026] PUT /v2.0/networks/4b47ec14-f545-484f-b156-100bdf2f96a7/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1926] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:15 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1927] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=34899b79-eefd-41eb-a2ee-d7507b92e11d => 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: 989/1928] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:30:15 2026] PUT /v2.0/networks/b2761b89-10ec-4010-a9a5-baf138cb38bf/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1929] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/subnets?id=793ba670-99ca-48fd-ba62-ef2ce7ec2ba1 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1930] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/ports?network_id=5738687e-785f-4066-94c6-b2f493f032ed&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1931] 10.0.0.179 () {32 vars in 666 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1932] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?fields=segments => 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: 942/1933] 10.0.0.179 () {32 vars in 680 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1934] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 943/1935] 10.0.0.179 () {32 vars in 676 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1936] 10.0.0.179 () {32 vars in 688 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1937] 10.0.0.179 () {32 vars in 674 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1938] 10.0.0.179 () {32 vars in 688 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1941] 10.0.0.179 () {32 vars in 684 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1942] 10.0.0.179 () {32 vars in 696 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:16.623 7 INFO neutron.services.segments.plugin [-] Segment d77d3d4c-a590-4ddb-9abe-4a6f9349c111 resource provider aggregate not found 2026-08-20 02:30:16.624 7 INFO neutron.services.segments.plugin [-] Segment d77d3d4c-a590-4ddb-9abe-4a6f9349c111 resource provider aggregate not found 2026-08-20 02:30:16.647 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d77d3d4c-a590-4ddb-9abe-4a6f9349c111 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77d3d4c-a590-4ddb-9abe-4a6f9349c111 found for delete ", "request_id": "req-5cf8e93e-7902-4f30-a378-669275d1d61d"}]} [pid: 7|app: 0|req: 999/1943] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:16 2026] DELETE /v2.0/networks/5f308af7-2648-4e6f-8f64-c9a92ca61d99 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:30:16.650 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d77d3d4c-a590-4ddb-9abe-4a6f9349c111 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77d3d4c-a590-4ddb-9abe-4a6f9349c111 found for delete ", "request_id": "req-a8858057-b7c6-483d-943c-a2ac89ba421e"}]} 2026-08-20 02:30:16.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-74ddc0af-3685-4972-9565-f56c84781c6e 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 3e2d75a2-9492-45d4-9069-2c6a27bc831b 2026-08-20 02:30:16.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74ddc0af-3685-4972-9565-f56c84781c6e 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 3e2d75a2-9492-45d4-9069-2c6a27bc831b [pid: 7|app: 0|req: 1000/1944] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:16 2026] DELETE /v2.0/networks/8cbaac71-0d2c-494b-a4f4-63e50265c11b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1945] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:16 2026] DELETE /v2.0/networks/4b47ec14-f545-484f-b156-100bdf2f96a7 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1946] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:16 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 1003/1947] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:16 2026] DELETE /v2.0/networks/b2761b89-10ec-4010-a9a5-baf138cb38bf => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1948] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:17 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&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: 1005/1949] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:17 2026] DELETE /v2.0/networks/876fd5f0-3541-4c3a-bb97-aee214def707 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1950] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:30:16 2026] PUT /v2.0/routers/3fcfc536-3815-43cc-8969-0939142dfd59/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:17.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-a39a6109-9ed1-41bc-a617-14461271b704 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 7c7e8139-c4be-4333-b6ae-9eb167a1e6ad 2026-08-20 02:30:17.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39a6109-9ed1-41bc-a617-14461271b704 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 7c7e8139-c4be-4333-b6ae-9eb167a1e6ad 2026-08-20 02:30:17.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-a39a6109-9ed1-41bc-a617-14461271b704 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: eed9ea4e-9fbc-4697-906d-7930f3cfd589 2026-08-20 02:30:17.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39a6109-9ed1-41bc-a617-14461271b704 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: eed9ea4e-9fbc-4697-906d-7930f3cfd589 2026-08-20 02:30:18.075 7 INFO neutron.db.l3_hamode_db [None req-a39a6109-9ed1-41bc-a617-14461271b704 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 5820e488-2c64-40b2-97dc-a04a79cae77b was deleted as no HA routers are present in tenant 6e3074a4990d4231a0c6218cb5a10b7b. [pid: 7|app: 0|req: 1006/1951] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:30:17 2026] DELETE /v2.0/routers/3fcfc536-3815-43cc-8969-0939142dfd59 => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1952] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:30:18 2026] DELETE /v2.0/subnets/15cfd643-6431-4bde-96ef-bac350d3625d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1953] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:17 2026] GET /v2.0/security-groups?tenant_id=4cd87d0634854d0589a7dc36a9d5a884&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1954] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:18 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1955] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:18 2026] DELETE /v2.0/security-groups/d45ea7f6-b1a7-4272-b5e6-524ac6f42550 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:18.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fe0486a-e519-405c-b19c-9921eeec0b70 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 2194b55b-cf94-4ad7-879d-5726bb0734f3 2026-08-20 02:30:18.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fe0486a-e519-405c-b19c-9921eeec0b70 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 2194b55b-cf94-4ad7-879d-5726bb0734f3 [pid: 7|app: 0|req: 1010/1956] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:18 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1957] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:18 2026] GET /v2.0/security-groups?tenant_id=0d0874063ea848ffa09350094d95b0d1&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:18.519 8 INFO neutron.services.segments.plugin [-] Segment 1cf6b228-901d-4afa-950a-09e57f1ed4a8 resource provider aggregate not found 2026-08-20 02:30:18.523 8 INFO neutron.services.segments.plugin [-] Segment 1cf6b228-901d-4afa-950a-09e57f1ed4a8 resource provider aggregate not found [pid: 7|app: 0|req: 1012/1958] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:18 2026] DELETE /v2.0/security-groups/a0142190-9089-4fb1-a13c-58c9d6dfb07f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:18.545 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cf6b228-901d-4afa-950a-09e57f1ed4a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf6b228-901d-4afa-950a-09e57f1ed4a8 found for delete ", "request_id": "req-30c05ca0-1deb-4d6c-8bba-fcc180256191"}]} 2026-08-20 02:30:18.555 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cf6b228-901d-4afa-950a-09e57f1ed4a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf6b228-901d-4afa-950a-09e57f1ed4a8 found for delete ", "request_id": "req-f698e994-ce42-4713-9337-6da88e34aee9"}]} [pid: 8|app: 0|req: 947/1959] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:18 2026] DELETE /v2.0/networks/bfc7da10-accd-4fe0-8667-b2753c7a4b41 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:30:18.672 7 INFO neutron.services.segments.plugin [-] Segment cc76ab07-9783-4a0b-b0f2-cd3f6ece436f resource provider aggregate not found 2026-08-20 02:30:18.676 7 INFO neutron.services.segments.plugin [-] Segment cc76ab07-9783-4a0b-b0f2-cd3f6ece436f resource provider aggregate not found 2026-08-20 02:30:18.690 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cc76ab07-9783-4a0b-b0f2-cd3f6ece436f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc76ab07-9783-4a0b-b0f2-cd3f6ece436f found for delete ", "request_id": "req-ef83ec07-2e8b-46f0-a714-3669e2c1f7eb"}]} 2026-08-20 02:30:18.699 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cc76ab07-9783-4a0b-b0f2-cd3f6ece436f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc76ab07-9783-4a0b-b0f2-cd3f6ece436f found for delete ", "request_id": "req-9616142c-7ed8-41aa-bec4-afed2ea08a68"}]} 2026-08-20 02:30:18.712 7 INFO neutron.services.segments.plugin [-] Segment 836c5487-06fa-404b-b8b6-b2e735415336 resource provider aggregate not found 2026-08-20 02:30:18.719 7 INFO neutron.services.segments.plugin [-] Segment 836c5487-06fa-404b-b8b6-b2e735415336 resource provider aggregate not found 2026-08-20 02:30:18.731 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 836c5487-06fa-404b-b8b6-b2e735415336 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 836c5487-06fa-404b-b8b6-b2e735415336 found for delete ", "request_id": "req-d5b89485-0e4e-4306-9fac-db777d989046"}]} [pid: 8|app: 0|req: 948/1960] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:18 2026] GET /v2.0/security-groups?tenant_id=6e3074a4990d4231a0c6218cb5a10b7b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:18.737 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 836c5487-06fa-404b-b8b6-b2e735415336 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 836c5487-06fa-404b-b8b6-b2e735415336 found for delete ", "request_id": "req-b9129a15-c2ad-4213-bafb-666384efb66a"}]} 2026-08-20 02:30:18.749 7 INFO neutron.services.segments.plugin [-] Segment e24e8ffd-0178-421b-a116-ef3c2a549a99 resource provider aggregate not found 2026-08-20 02:30:18.758 7 INFO neutron.services.segments.plugin [-] Segment e24e8ffd-0178-421b-a116-ef3c2a549a99 resource provider aggregate not found 2026-08-20 02:30:18.785 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e24e8ffd-0178-421b-a116-ef3c2a549a99 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e24e8ffd-0178-421b-a116-ef3c2a549a99 found for delete ", "request_id": "req-afafc051-6750-4439-a38a-0ac641d19876"}]} 2026-08-20 02:30:18.786 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e24e8ffd-0178-421b-a116-ef3c2a549a99 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e24e8ffd-0178-421b-a116-ef3c2a549a99 found for delete ", "request_id": "req-17582c9c-c723-4fd0-a0e0-2e83863d17ef"}]} 2026-08-20 02:30:18.810 7 INFO neutron.services.segments.plugin [-] Segment c298d8d5-0608-443a-9d59-0e3eba2013bf resource provider aggregate not found 2026-08-20 02:30:18.821 7 INFO neutron.services.segments.plugin [-] Segment c298d8d5-0608-443a-9d59-0e3eba2013bf resource provider aggregate not found 2026-08-20 02:30:18.839 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c298d8d5-0608-443a-9d59-0e3eba2013bf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c298d8d5-0608-443a-9d59-0e3eba2013bf found for delete ", "request_id": "req-92190b53-2d49-4f30-9646-654e02be36d4"}]} 2026-08-20 02:30:18.845 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c298d8d5-0608-443a-9d59-0e3eba2013bf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c298d8d5-0608-443a-9d59-0e3eba2013bf found for delete ", "request_id": "req-6fed778f-967e-44aa-91e0-a13c25ee409d"}]} [pid: 8|app: 0|req: 949/1961] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:18 2026] DELETE /v2.0/security-groups/4988c726-20bf-4895-a18a-8a13f80cf10e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:18.863 7 INFO neutron.services.segments.plugin [-] Segment 6ad54a88-ce90-43d5-9a7a-4f0f9188236f resource provider aggregate not found 2026-08-20 02:30:18.866 7 INFO neutron.services.segments.plugin [-] Segment 6ad54a88-ce90-43d5-9a7a-4f0f9188236f resource provider aggregate not found 2026-08-20 02:30:18.883 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ad54a88-ce90-43d5-9a7a-4f0f9188236f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad54a88-ce90-43d5-9a7a-4f0f9188236f found for delete ", "request_id": "req-b31e8592-d8b2-415e-bded-8fe0d17f4615"}]} 2026-08-20 02:30:18.888 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ad54a88-ce90-43d5-9a7a-4f0f9188236f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad54a88-ce90-43d5-9a7a-4f0f9188236f found for delete ", "request_id": "req-a4545f6b-6f96-4c5e-a0fb-17e9a7f6a017"}]} [pid: 7|app: 0|req: 1013/1962] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:18 2026] GET /v2.0/security-groups?tenant_id=eee3ce34fd854e29b25e766e6883d138&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1963] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:18 2026] DELETE /v2.0/security-groups/138d7f2d-de13-4e01-83bd-a7f7684a3162 => 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: 1014/1964] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:19 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1965] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:19 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1966] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:20 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1967] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:20 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1968] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:21 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 953/1969] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:21 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1970] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:21 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1971] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:21 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1972] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:30:22 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:22.753 7 INFO neutron.db.segments_db [None req-e1b82bbd-72ef-4e77-9bde-b9585c99fd82 d54d9d43c56b4109b43e777434c77294 ef838ed4ed48454bb9a75e72d02395a7 - - default default] Added segment 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 of type vxlan for network 0d3e58d0-8880-44f1-a2c0-02c418d7db34 2026-08-20 02:30:22.802 8 INFO neutron.db.l3_db [None req-3c406290-fadc-4e81-bd9c-77945a3c4bf9 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Floating IP bd35a799-49dd-4dbd-9cca-c082ca411d4d associated. External IP: 10.96.250.211, port: 34899b79-eefd-41eb-a2ee-d7507b92e11d. [pid: 7|app: 0|req: 1019/1973] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:22 2026] POST /v2.0/networks => generated 631 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1974] 10.0.0.179 () {34 vars in 677 bytes} [Thu Aug 20 02:30:22 2026] POST /v2.0/floatingips => generated 855 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1975] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:30:22 2026] POST /v2.0/ports => generated 743 bytes in 261 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: 956/1976] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:23.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-056d759a-a419-4af9-a0e0-cc8360d83461'] response: {'name': 'network-changed', 'server_uuid': 'a0e4f423-8313-4bf8-81ff-bd27a0b41a37', 'tag': '34899b79-eefd-41eb-a2ee-d7507b92e11d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1021/1977] 10.0.0.179 () {34 vars in 747 bytes} [Thu Aug 20 02:30:23 2026] PUT /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1978] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1022/1979] 10.0.0.179 () {34 vars in 758 bytes} [Thu Aug 20 02:30:23 2026] PUT /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/green => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 958/1980] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 34 bytes in 57 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: 1023/1981] 10.0.0.179 () {34 vars in 754 bytes} [Thu Aug 20 02:30:23 2026] PUT /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/red => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 959/1982] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 960/1983] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1984] 10.0.0.179 () {34 vars in 776 bytes} [Thu Aug 20 02:30:23 2026] PUT /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 961/1985] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1986] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 962/1987] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=34899b79-eefd-41eb-a2ee-d7507b92e11d => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1988] 10.0.0.179 () {34 vars in 747 bytes} [Thu Aug 20 02:30:23 2026] PUT /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1989] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/subnets?id=793ba670-99ca-48fd-ba62-ef2ce7ec2ba1 => generated 678 bytes in 35 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: 1027/1990] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1991] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports?network_id=5738687e-785f-4066-94c6-b2f493f032ed&device_owner=network%3Adhcp => generated 1244 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: 7|app: 0|req: 1028/1992] 10.0.0.179 () {32 vars in 735 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/red => generated 0 bytes in 35 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: 965/1993] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:23.978 7 INFO neutron.api.v2.resource [None req-d036c2a4-a81e-4d57-a5a7-a424aa055c79 d54d9d43c56b4109b43e777434c77294 ef838ed4ed48454bb9a75e72d02395a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1029/1994] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/green => generated 99 bytes in 39 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: 966/1995] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:30:23 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 1030/1996] 10.0.0.179 () {32 vars in 738 bytes} [Thu Aug 20 02:30:23 2026] DELETE /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1997] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:24 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 30 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 968/1998] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:24 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:24.161 7 INFO neutron.api.v2.resource [None req-943c1a62-bfc4-4f4a-b96c-7ac36cd8245e d54d9d43c56b4109b43e777434c77294 ef838ed4ed48454bb9a75e72d02395a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/1999] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:30:24 2026] DELETE /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2000] 10.0.0.179 () {32 vars in 730 bytes} [Thu Aug 20 02:30:24 2026] DELETE /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1032/2001] 10.0.0.179 () {32 vars in 727 bytes} [Thu Aug 20 02:30:24 2026] GET /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:30:24.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-81e66d4e-96e5-4d4f-b4af-bafdd44fa5c2 d54d9d43c56b4109b43e777434c77294 ef838ed4ed48454bb9a75e72d02395a7 - - default default] TaaS: Handle Delete Port: 4a4ad957-ad81-44ce-a22b-a7534aa954c7 2026-08-20 02:30:24.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81e66d4e-96e5-4d4f-b4af-bafdd44fa5c2 d54d9d43c56b4109b43e777434c77294 ef838ed4ed48454bb9a75e72d02395a7 - - default default] Tap Mirror: Handle Delete Port: 4a4ad957-ad81-44ce-a22b-a7534aa954c7 [pid: 8|app: 0|req: 970/2002] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:30:24 2026] DELETE /v2.0/ports/4a4ad957-ad81-44ce-a22b-a7534aa954c7 => generated 0 bytes in 202 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-08-20 02:30:24.625 7 INFO neutron.services.segments.plugin [-] Segment 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 resource provider aggregate not found 2026-08-20 02:30:24.628 7 INFO neutron.services.segments.plugin [-] Segment 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 resource provider aggregate not found 2026-08-20 02:30:24.648 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 found for delete ", "request_id": "req-a89d544e-fd93-4a47-b14a-ba6a1c6a97c1"}]} 2026-08-20 02:30:24.650 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9624e9d6-1a2a-47e2-9f7f-764d902e5ba7 found for delete ", "request_id": "req-f518b9d8-8bb9-404c-97bf-64048963f57e"}]} [pid: 7|app: 0|req: 1033/2003] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:24 2026] DELETE /v2.0/networks/0d3e58d0-8880-44f1-a2c0-02c418d7db34 => 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: 971/2004] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:25 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2005] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:25 2026] GET /v2.0/security-groups?tenant_id=ef838ed4ed48454bb9a75e72d02395a7&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2006] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:25 2026] DELETE /v2.0/security-groups/f98c9020-487c-4161-add4-584fe61a6e54 => 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: 1035/2007] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:25 2026] GET /v2.0/security-groups?tenant_id=5872bea898404955bbc0594d3ca72d5d&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: 973/2008] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:25 2026] DELETE /v2.0/security-groups/64d34e8b-ee43-4ba9-90a5-83dba8fe3570 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:29.213 7 INFO neutron.db.segments_db [None req-bc6f6157-a20f-44f9-bcb9-92df14a9d77b 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] Added segment 52b04613-2c2a-4391-af6f-212156dba0fd of type vxlan for network 25e145bc-446b-4a93-a27a-fc0518131982 2026-08-20 02:30:29.453 7 INFO neutron.db.l3_hamode_db [None req-bc6f6157-a20f-44f9-bcb9-92df14a9d77b 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:30:29.577 7 INFO neutron.db.l3_hamode_db [None req-bc6f6157-a20f-44f9-bcb9-92df14a9d77b 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1036/2009] 10.0.0.179 () {34 vars in 668 bytes} [Thu Aug 20 02:30:29 2026] POST /v2.0/routers => generated 474 bytes in 1043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2010] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:30:30 2026] PUT /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 25 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2011] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:30 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2012] 10.0.0.179 () {34 vars in 762 bytes} [Thu Aug 20 02:30:30 2026] PUT /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/green => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2013] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:30 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2014] 10.0.0.179 () {34 vars in 758 bytes} [Thu Aug 20 02:30:30 2026] PUT /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/red => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2015] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:30 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/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: 977/2016] 10.0.0.179 () {34 vars in 780 bytes} [Thu Aug 20 02:30:30 2026] PUT /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/black.or.white => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2017] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:30 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 52 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2020] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:30:30 2026] PUT /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 37 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2021] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:31 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 37 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2022] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:30:31 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:31.801 7 INFO neutron.api.v2.resource [None req-e0e2c6ba-0715-4d47-9b9d-290b43182798 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/2023] 10.0.0.179 () {32 vars in 743 bytes} [Thu Aug 20 02:30:31 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/green => generated 99 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2024] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:30:31 2026] DELETE /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/red => 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: 980/2025] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:31 2026] GET /v2.0/security-groups?tenant_id=e21ad20a5a3842adb86f89d77b1de9c9&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2026] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:31 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 30 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2027] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:31 2026] DELETE /v2.0/security-groups/a39ad656-0f5d-47bc-bd84-10d30378be6e => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:32.090 7 INFO neutron.api.v2.resource [None req-33126fb2-289d-4c26-be81-fdfd3bbb2302 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1047/2028] 10.0.0.179 () {32 vars in 746 bytes} [Thu Aug 20 02:30:31 2026] DELETE /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2029] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:30:32 2026] DELETE /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => 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: 1048/2030] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:30:32 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2031] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:30:32 2026] GET /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2032] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:30:32 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2033] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:32 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2034] 10.0.0.179 () {34 vars in 742 bytes} [Thu Aug 20 02:30:32 2026] PUT /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761 => generated 480 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2035] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:30:32 2026] GET /v2.0/ports?device_id=a94be657-dd1c-40f4-af73-c5f0afcd9761 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:33.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5e94075-b89a-4a41-8a22-a7b35fa0f498 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] TaaS: Handle Delete Port: db8310ee-6d27-4715-a0c3-081fbe71d1f7 2026-08-20 02:30:33.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5e94075-b89a-4a41-8a22-a7b35fa0f498 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] Tap Mirror: Handle Delete Port: db8310ee-6d27-4715-a0c3-081fbe71d1f7 2026-08-20 02:30:33.374 7 INFO neutron.services.segments.plugin [-] Segment 52b04613-2c2a-4391-af6f-212156dba0fd resource provider aggregate not found 2026-08-20 02:30:33.386 7 INFO neutron.services.segments.plugin [-] Segment 52b04613-2c2a-4391-af6f-212156dba0fd resource provider aggregate not found 2026-08-20 02:30:33.400 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 52b04613-2c2a-4391-af6f-212156dba0fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b04613-2c2a-4391-af6f-212156dba0fd found for delete ", "request_id": "req-fe70e897-25ac-4551-837c-8b0528c5b81f"}]} 2026-08-20 02:30:33.405 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 52b04613-2c2a-4391-af6f-212156dba0fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b04613-2c2a-4391-af6f-212156dba0fd found for delete ", "request_id": "req-74bc047b-0902-40da-8c92-1baf39736456"}]} 2026-08-20 02:30:33.410 7 INFO neutron.db.l3_hamode_db [None req-a5e94075-b89a-4a41-8a22-a7b35fa0f498 261e89836065419a97a60987b24aab15 bb7d86f73fb94b9c94840f9268029545 - - default default] HA network 25e145bc-446b-4a93-a27a-fc0518131982 was deleted as no HA routers are present in tenant bb7d86f73fb94b9c94840f9268029545. [pid: 7|app: 0|req: 1050/2036] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:30:32 2026] DELETE /v2.0/routers/a94be657-dd1c-40f4-af73-c5f0afcd9761 => generated 0 bytes in 494 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2037] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:34 2026] GET /v2.0/security-groups?tenant_id=bb7d86f73fb94b9c94840f9268029545&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: 1051/2038] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:34 2026] DELETE /v2.0/security-groups/1bb28993-718c-43aa-af9e-bea74e33c6d9 => 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: 988/2039] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:34 2026] GET /v2.0/security-groups?tenant_id=3048d2298cfb44899b41cec11601a5be&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2040] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:34 2026] DELETE /v2.0/security-groups/7d00f0ac-5c97-49bf-bd78-bb8b5545a6d8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:38.120 8 INFO neutron.db.segments_db [None req-6046f250-100b-4d2e-8c26-bf9d74c46037 bd8e8b6d77bc459d855cd2ea91a59826 5c86cf2958c241c991d9192f14804f59 - - default default] Added segment 5c8ca354-82d4-4499-903b-f3865f72d9cf of type vxlan for network 0694e856-a3b2-47de-93e5-669e81fc5abb [pid: 8|app: 0|req: 989/2041] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:30:37 2026] POST /v2.0/networks => generated 632 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2042] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:30:38 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2043] 10.0.0.179 () {34 vars in 666 bytes} [Thu Aug 20 02:30:38 2026] POST /v2.0/trunks => generated 407 bytes in 219 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: 1054/2044] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:30:38 2026] PUT /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2045] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:38 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2046] 10.0.0.179 () {34 vars in 760 bytes} [Thu Aug 20 02:30:38 2026] PUT /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2047] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:38 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2048] 10.0.0.179 () {34 vars in 756 bytes} [Thu Aug 20 02:30:38 2026] PUT /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2049] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:38 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2050] 10.0.0.179 () {34 vars in 778 bytes} [Thu Aug 20 02:30:38 2026] PUT /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2051] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:38 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2052] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:30:39 2026] PUT /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2053] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2054] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:39.119 8 INFO neutron.api.v2.resource [None req-fb259986-1dd3-418e-bfa7-8bc98daaf39e bd8e8b6d77bc459d855cd2ea91a59826 5c86cf2958c241c991d9192f14804f59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2055] 10.0.0.179 () {32 vars in 741 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2056] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:39 2026] DELETE /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2057] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:39.208 7 INFO neutron.api.v2.resource [None req-9b3a3cd8-c90b-4422-b83a-c1ed4df72c34 bd8e8b6d77bc459d855cd2ea91a59826 5c86cf2958c241c991d9192f14804f59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2058] 10.0.0.179 () {32 vars in 744 bytes} [Thu Aug 20 02:30:39 2026] DELETE /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2059] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:30:39 2026] DELETE /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => 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: 1062/2060] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0/tags => 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: 999/2061] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2062] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:30:39 2026] GET /v2.0/ports/6aa0db51-4792-41fc-aee0-8240d52e3cfd => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2063] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:30:39 2026] DELETE /v2.0/trunks/8b3a5e1c-0ece-40c8-8a8e-226b9e0c0ff0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:30:39.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-756e3784-f018-465b-b273-053254298ef9 bd8e8b6d77bc459d855cd2ea91a59826 5c86cf2958c241c991d9192f14804f59 - - default default] TaaS: Handle Delete Port: 6aa0db51-4792-41fc-aee0-8240d52e3cfd 2026-08-20 02:30:39.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-756e3784-f018-465b-b273-053254298ef9 bd8e8b6d77bc459d855cd2ea91a59826 5c86cf2958c241c991d9192f14804f59 - - default default] Tap Mirror: Handle Delete Port: 6aa0db51-4792-41fc-aee0-8240d52e3cfd [pid: 7|app: 0|req: 1064/2064] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:30:39 2026] DELETE /v2.0/ports/6aa0db51-4792-41fc-aee0-8240d52e3cfd => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:30:39.820 8 INFO neutron.services.segments.plugin [-] Segment 5c8ca354-82d4-4499-903b-f3865f72d9cf resource provider aggregate not found 2026-08-20 02:30:39.820 8 INFO neutron.services.segments.plugin [-] Segment 5c8ca354-82d4-4499-903b-f3865f72d9cf resource provider aggregate not found 2026-08-20 02:30:39.842 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c8ca354-82d4-4499-903b-f3865f72d9cf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c8ca354-82d4-4499-903b-f3865f72d9cf found for delete ", "request_id": "req-a70dcbce-0f52-47d2-94e3-8206720b1f64"}]} [pid: 8|app: 0|req: 1001/2065] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:30:39 2026] DELETE /v2.0/networks/0694e856-a3b2-47de-93e5-669e81fc5abb => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:30:39.846 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c8ca354-82d4-4499-903b-f3865f72d9cf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c8ca354-82d4-4499-903b-f3865f72d9cf found for delete ", "request_id": "req-b8536c4a-b179-4bab-abb1-abf30c8562d4"}]} [pid: 7|app: 0|req: 1065/2066] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:40 2026] GET /v2.0/security-groups?tenant_id=e8a2ad9a1de1430099be8f093500a293&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: 1002/2067] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:40 2026] DELETE /v2.0/security-groups/1d31b450-e577-4850-9efc-5db780dc317b => 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: 1066/2068] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:40 2026] GET /v2.0/security-groups?tenant_id=5c86cf2958c241c991d9192f14804f59&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2069] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:40 2026] DELETE /v2.0/security-groups/c64645f1-13a6-4264-8d45-5c389f632377 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2070] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:30:41 2026] GET /v2.0/security-groups?tenant_id=a3266f8130274fbf8e7364e22a3d68db&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2071] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:30:42 2026] DELETE /v2.0/security-groups/24908b0b-2f6a-4883-870d-771e3afa19c7 => 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: 1068/2072] 10.0.0.179 () {32 vars in 826 bytes} [Thu Aug 20 02:30:42 2026] GET /v2.0/ports?project_id=09250bc625d245589de3d03c43481ddc&network_id=5738687e-785f-4066-94c6-b2f493f032ed => generated 3691 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2073] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:30:43 2026] GET /v2.0/subnets?network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:43.483 7 INFO neutron.db.l3_db [None req-8755071d-cc1e-48c3-97a1-7e7072e04749 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Floating IP bd35a799-49dd-4dbd-9cca-c082ca411d4d disassociated. External IP: 10.96.250.211, port: 34899b79-eefd-41eb-a2ee-d7507b92e11d. [pid: 7|app: 0|req: 1069/2074] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:30:43 2026] PUT /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 554 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:43.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bc19689-4073-4fff-af5c-54ac55ebcc04'] response: {'name': 'network-changed', 'server_uuid': 'a0e4f423-8313-4bf8-81ff-bd27a0b41a37', 'tag': '34899b79-eefd-41eb-a2ee-d7507b92e11d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1006/2075] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:43 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 554 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:44.248 7 INFO neutron.db.segments_db [None req-a7c1cdaf-c375-405b-b227-363f9a25cbbd 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 2352d687-16de-4f2e-87aa-8995ef850e4d of type vxlan for network 3f07fea0-08db-42af-8239-48e63450fd25 [pid: 7|app: 0|req: 1070/2076] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:30:43 2026] POST /v2.0/networks => generated 740 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2077] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2078] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2079] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=34899b79-eefd-41eb-a2ee-d7507b92e11d => 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: 1007/2080] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:30:44 2026] POST /v2.0/subnets => generated 687 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2081] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/subnets?id=793ba670-99ca-48fd-ba62-ef2ce7ec2ba1 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2082] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/ports?network_id=5738687e-785f-4066-94c6-b2f493f032ed&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:44.567 8 INFO neutron.db.segments_db [None req-a49fdc9c-7a8e-4365-9b08-3118554fe4b5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment ce8546bd-712e-4dde-ad45-f6260678866a of type vxlan for network 0697c385-caf8-4b77-9f54-174948eecd1c [pid: 7|app: 0|req: 1076/2083] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 1077/2084] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:44.797 8 INFO neutron.db.l3_hamode_db [None req-a49fdc9c-7a8e-4365-9b08-3118554fe4b5 8a2755b226e048edb34b127f15974fb2 bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1078/2085] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:30:44 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:30:45.444 8 INFO neutron.db.l3_hamode_db [None req-a49fdc9c-7a8e-4365-9b08-3118554fe4b5 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1079/2086] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:30:45 2026] POST /v2.0/security-groups => generated 1673 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2087] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30: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: 8|app: 0|req: 1008/2088] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:30:44 2026] POST /v2.0/routers => generated 727 bytes in 1736 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2089] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2090] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:46 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: 1085/2093] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:46.599 7 INFO neutron.db.securitygroups_db [None req-22e86d4c-5821-4378-b0df-2af07258e0d4 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Project 09250bc625d245589de3d03c43481ddc 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: 1086/2094] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:46 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:46.761 7 INFO neutron.db.securitygroups_db [None req-da82d17d-e4fa-44bc-b1c3-dee7860a4eb6 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Project 09250bc625d245589de3d03c43481ddc 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: 1087/2095] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2096] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/networks => generated 1297 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2097] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:30:46 2026] PUT /v2.0/routers/3bb56daa-a0ee-4b73-878b-80bcf8945f89/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2098] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-927023164&fields=id&tenant_id=09250bc625d245589de3d03c43481ddc => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2099] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 660 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2100] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/quotas/09250bc625d245589de3d03c43481ddc => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2101] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2102] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 1012/2103] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2104] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:47 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:48.768 8 INFO neutron.db.segments_db [None req-c01721bf-a402-4e30-b386-c49ba9e56e77 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b of type vxlan for network ff6fc7bd-e107-433a-a1e7-af5e8fc41204 [pid: 8|app: 0|req: 1013/2105] 10.0.0.179 () {34 vars in 671 bytes} [Thu Aug 20 02:30:48 2026] POST /v2.0/networks => generated 740 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2106] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:30:48 2026] POST /v2.0/subnets => generated 687 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2107] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:49 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:30:49.059 7 INFO neutron.db.segments_db [None req-5f8be9aa-d89e-4a19-9279-5c96c7fce9f3 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Added segment 16406524-55a6-40f9-b7da-fd7e4c99c5aa of type vxlan for network 4f091b0d-ba40-415f-b51e-a859a4a75fd6 2026-08-20 02:30:49.275 7 INFO neutron.db.l3_hamode_db [None req-5f8be9aa-d89e-4a19-9279-5c96c7fce9f3 8a2755b226e048edb34b127f15974fb2 3a00abc3964742f581b27b96978df314 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:30:50.068 7 INFO neutron.db.l3_hamode_db [None req-5f8be9aa-d89e-4a19-9279-5c96c7fce9f3 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1015/2108] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:50 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2109] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:30:49 2026] POST /v2.0/routers => generated 727 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2110] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:51 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1016/2111] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:30:51 2026] PUT /v2.0/routers/7c1bca6b-a534-410b-ad88-70e7dafdb07d/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2112] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:30:52 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2113] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:52 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1017/2114] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:30:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=09250bc625d245589de3d03c43481ddc => generated 273 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2115] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:30:52 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 1099/2116] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:30:52 2026] POST /v2.0/security-groups => generated 1673 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2117] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2118] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:30:52 2026] PUT /v2.0/ports/ff9b9e50-f07f-4f22-971a-29f0dd10250b => generated 1235 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:30:53.267 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f58b4b16-c218-41e2-b209-7558479388fc'] response: {'name': 'network-changed', 'server_uuid': '955dea55-6885-4822-a258-55e8571a9fc1', 'tag': 'ff9b9e50-f07f-4f22-971a-29f0dd10250b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1101/2119] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 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: 1102/2120] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:53 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1019/2121] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2122] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:53 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2123] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:53.608 7 INFO neutron.db.securitygroups_db [None req-a6813b63-a625-49bb-aa4d-69c121a4d231 fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Project bdae3bcde34f4bc0991dd4609bf103b4 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: 1104/2124] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:30:53.723 8 INFO neutron.db.securitygroups_db [None req-c93b37ae-bd73-422b-9009-859bd2d8b11a fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Project bdae3bcde34f4bc0991dd4609bf103b4 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: 1021/2125] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2126] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:53 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2127] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:30:53 2026] GET /v2.0/networks?tenant_id=09250bc625d245589de3d03c43481ddc&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2128] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:30:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2129] 10.0.0.179 () {34 vars in 685 bytes} [Thu Aug 20 02:30:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2130] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2131] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:30:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2132] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:54 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2133] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:54 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2134] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:30:54 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2135] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:30:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ff9b9e50-f07f-4f22-971a-29f0dd10250b => 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: 1112/2136] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/subnets?id=793ba670-99ca-48fd-ba62-ef2ce7ec2ba1 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2137] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/ports?network_id=5738687e-785f-4066-94c6-b2f493f032ed&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: 1025/2138] 10.0.0.179 () {34 vars in 676 bytes} [Thu Aug 20 02:30:54 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: 7|app: 0|req: 1114/2139] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 1026/2140] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2141] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--314404190&fields=id&tenant_id=bdae3bcde34f4bc0991dd4609bf103b4 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2142] 10.0.0.233 () {34 vars in 1098 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-391633618&fields=id&tenant_id=bdae3bcde34f4bc0991dd4609bf103b4 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2143] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/networks?id=3f07fea0-08db-42af-8239-48e63450fd25 => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2144] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/quotas/bdae3bcde34f4bc0991dd4609bf103b4 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2145] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/ports?tenant_id=bdae3bcde34f4bc0991dd4609bf103b4&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2146] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25?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: 1118/2147] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2148] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1119/2149] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2150] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:55 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2151] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:56 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1032/2152] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:56 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2153] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:56 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2154] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:57 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1122/2155] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:58 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2156] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:58 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2157] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:58 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1035/2158] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:30:59 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2159] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:30:59 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2160] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1125/2161] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/networks?id=3f07fea0-08db-42af-8239-48e63450fd25 => generated 672 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2162] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bdae3bcde34f4bc0991dd4609bf103b4 => generated 272 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2163] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2164] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2165] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:31:00 2026] POST /v2.0/ports => generated 993 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1127/2166] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1128/2167] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2168] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:31:00 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2169] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:31:00 2026] PUT /v2.0/ports/cd5deb23-c4bf-49b9-981b-1d3cf35aa816 => generated 1274 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:31:01.003 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc24fb06-2775-4cac-9254-94683c4ab94c'] response: {'name': 'network-changed', 'server_uuid': '7d931f4c-131e-4c9e-a05a-ec25053950a2', 'tag': 'cd5deb23-c4bf-49b9-981b-1d3cf35aa816', 'status': 'completed', 'code': 200} 2026-08-20 02:31:01.029 7 INFO neutron.db.l3_db [None req-3fca1b5f-a78a-4c3c-81e5-1fe932120704 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Floating IP bd35a799-49dd-4dbd-9cca-c082ca411d4d associated. External IP: 10.96.250.211, port: ff9b9e50-f07f-4f22-971a-29f0dd10250b. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1041/2170] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1008 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2171] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2172] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:31:00 2026] PUT /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 855 bytes in 624 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:01.378 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8de1d458-c453-4853-b6b9-9bc838d71a84'] response: {'name': 'network-changed', 'server_uuid': '955dea55-6885-4822-a258-55e8571a9fc1', 'tag': 'ff9b9e50-f07f-4f22-971a-29f0dd10250b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1043/2175] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2176] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/ports?tenant_id=bdae3bcde34f4bc0991dd4609bf103b4&device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1277 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2177] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/networks?tenant_id=bdae3bcde34f4bc0991dd4609bf103b4&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2178] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2179] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/ports?tenant_id=09250bc625d245589de3d03c43481ddc&device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2180] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:31:01 2026] GET /v2.0/networks?id=5738687e-785f-4066-94c6-b2f493f032ed => generated 756 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2181] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ff9b9e50-f07f-4f22-971a-29f0dd10250b => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2182] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/subnets?id=793ba670-99ca-48fd-ba62-ef2ce7ec2ba1 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2183] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/ports?network_id=5738687e-785f-4066-94c6-b2f493f032ed&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: 1137/2184] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 1048/2185] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed?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: 1138/2186] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2187] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2188] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2189] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/ports?tenant_id=bdae3bcde34f4bc0991dd4609bf103b4&device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2190] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=cd5deb23-c4bf-49b9-981b-1d3cf35aa816 => 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: 1051/2191] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/subnets?id=f4120327-31e7-4dc2-87e2-88d4888772e1 => 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: 1141/2192] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/ports?network_id=3f07fea0-08db-42af-8239-48e63450fd25&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: 1052/2193] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25?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: 1142/2194] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:31:02 2026] GET /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25?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: 1053/2195] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:31:03 2026] GET /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2196] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:03 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2197] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:03 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2198] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:04 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2199] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:04 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2200] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:05 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2201] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:05 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2202] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:31:06 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2203] 199.19.213.186 () {34 vars in 1124 bytes} [Thu Aug 20 02:31:06 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2204] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:06 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2205] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:07 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2206] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:08 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2207] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:08 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2208] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:08 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:31:08.621 8 INFO neutron.db.l3_db [None req-a450b49c-d408-41fb-b7af-270543365328 fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Floating IP aef79b57-4c43-4002-96d2-a865af0a3d08 associated. External IP: 10.96.250.202, port: cd5deb23-c4bf-49b9-981b-1d3cf35aa816. [pid: 8|app: 0|req: 1060/2209] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:31:08 2026] PUT /v2.0/floatingips/aef79b57-4c43-4002-96d2-a865af0a3d08 => generated 855 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:08.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f6c2583-e9ce-44c6-92a9-46d9e98aeb20'] response: {'name': 'network-changed', 'server_uuid': '7d931f4c-131e-4c9e-a05a-ec25053950a2', 'tag': 'cd5deb23-c4bf-49b9-981b-1d3cf35aa816', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1150/2210] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/ports?tenant_id=bdae3bcde34f4bc0991dd4609bf103b4&device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1279 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2211] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/networks?id=3f07fea0-08db-42af-8239-48e63450fd25 => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2212] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=cd5deb23-c4bf-49b9-981b-1d3cf35aa816 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2213] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/subnets?id=f4120327-31e7-4dc2-87e2-88d4888772e1 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2214] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/ports?network_id=3f07fea0-08db-42af-8239-48e63450fd25&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: 1063/2215] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25?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: 1153/2216] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:31:09 2026] GET /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25?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: 1064/2217] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:31:11 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2218] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:11 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2221] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:17 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2222] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:17 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2223] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:31:17 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1279 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2224] 10.0.0.179 () {32 vars in 858 bytes} [Thu Aug 20 02:31:17 2026] GET /v2.0/floatingips?floating_network_id=527844d5-1ec2-427d-ad67-45463a2ccb3b&port_id=cd5deb23-c4bf-49b9-981b-1d3cf35aa816 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2225] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:31:18 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2226] 10.0.0.176 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:18 2026] GET /v2.0/security-groups?id=10fe5ac8-45cd-43e2-9932-60d500d664e9&id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2227] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:20 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2228] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:20 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2229] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:20 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2230] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:20 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2231] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:22 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2232] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:22 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1072/2233] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:22 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2234] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:22 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2235] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:23 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1163/2236] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:23 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1074/2237] 10.0.0.233 () {34 vars in 1120 bytes} [Thu Aug 20 02:31:23 2026] GET /v2.0/security-groups?id=dfdd9af8-a84d-4b0a-967c-a0eccdd96523&id=10fe5ac8-45cd-43e2-9932-60d500d664e9&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2238] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:23 2026] GET /v2.0/security-groups?id=d1b04eaa-c769-445f-b37a-391b46d83530&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2239] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:31:23 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2240] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:31:23 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:31:23.495 8 INFO neutron_taas.services.taas.taas_plugin [req-e7c779c5-fe44-4a03-bf8b-5f5486df7fd5 req-9ad795eb-746c-48e3-b9e2-fc69811e0b3b a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: ff9b9e50-f07f-4f22-971a-29f0dd10250b 2026-08-20 02:31:23.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7c779c5-fe44-4a03-bf8b-5f5486df7fd5 req-9ad795eb-746c-48e3-b9e2-fc69811e0b3b a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: ff9b9e50-f07f-4f22-971a-29f0dd10250b 2026-08-20 02:31:23.538 7 INFO neutron_taas.services.taas.taas_plugin [req-dace9a01-e2d0-4adc-9e19-1f287329f5e4 req-ffd5b948-9b6b-488b-a892-3c13e5536afd fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] TaaS: Handle Delete Port: cd5deb23-c4bf-49b9-981b-1d3cf35aa816 2026-08-20 02:31:23.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dace9a01-e2d0-4adc-9e19-1f287329f5e4 req-ffd5b948-9b6b-488b-a892-3c13e5536afd fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Tap Mirror: Handle Delete Port: cd5deb23-c4bf-49b9-981b-1d3cf35aa816 2026-08-20 02:31:23.629 8 INFO neutron.db.l3_db [req-e7c779c5-fe44-4a03-bf8b-5f5486df7fd5 req-9ad795eb-746c-48e3-b9e2-fc69811e0b3b a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Floating IP bd35a799-49dd-4dbd-9cca-c082ca411d4d disassociated. External IP: 10.96.250.211, port: ff9b9e50-f07f-4f22-971a-29f0dd10250b. 2026-08-20 02:31:23.661 7 INFO neutron.db.l3_db [req-dace9a01-e2d0-4adc-9e19-1f287329f5e4 req-ffd5b948-9b6b-488b-a892-3c13e5536afd fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Floating IP aef79b57-4c43-4002-96d2-a865af0a3d08 disassociated. External IP: 10.96.250.202, port: cd5deb23-c4bf-49b9-981b-1d3cf35aa816. [pid: 8|app: 0|req: 1076/2241] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:31:23 2026] DELETE /v2.0/ports/ff9b9e50-f07f-4f22-971a-29f0dd10250b => generated 0 bytes in 546 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2242] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:31:23 2026] DELETE /v2.0/ports/cd5deb23-c4bf-49b9-981b-1d3cf35aa816 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:23.979 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-709277ca-22af-4086-8c99-7f039134b1ac'] response: {'server_uuid': '955dea55-6885-4822-a258-55e8571a9fc1', 'name': 'network-vif-deleted', 'tag': 'ff9b9e50-f07f-4f22-971a-29f0dd10250b', 'status': 'completed', 'code': 200} 2026-08-20 02:31:23.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79828a6d-1fb6-4746-99b9-1d9a4d59d74b'] response: {'server_uuid': '7d931f4c-131e-4c9e-a05a-ec25053950a2', 'name': 'network-vif-deleted', 'tag': 'cd5deb23-c4bf-49b9-981b-1d3cf35aa816', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1077/2243] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:24 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1167/2244] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:24 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1078/2245] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:25 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1168/2246] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:25 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => 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: 1079/2247] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:26 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1169/2248] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:26 2026] GET /v2.0/ports?device_id=955dea55-6885-4822-a258-55e8571a9fc1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2249] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:27 2026] GET /v2.0/ports?device_id=7d931f4c-131e-4c9e-a05a-ec25053950a2 => 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: 1170/2250] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:27 2026] DELETE /v2.0/security-groups/d1b04eaa-c769-445f-b37a-391b46d83530 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:27.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-5447427b-d2ec-40c2-a24a-e309c644d93e a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: b4a67cd0-1f03-4f38-93ab-ab2ede52f54d 2026-08-20 02:31:27.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5447427b-d2ec-40c2-a24a-e309c644d93e a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: b4a67cd0-1f03-4f38-93ab-ab2ede52f54d [pid: 8|app: 0|req: 1081/2251] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:31:27 2026] DELETE /v2.0/floatingips/bd35a799-49dd-4dbd-9cca-c082ca411d4d => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2252] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:28 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2253] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:28 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&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: 1172/2254] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:28 2026] DELETE /v2.0/security-groups/10fe5ac8-45cd-43e2-9932-60d500d664e9 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:28.816 8 INFO neutron.api.v2.resource [None req-d9c123c9-4efd-4e18-b2d2-a59c48dae5c9 fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1083/2255] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:31:28 2026] GET /v2.0/security-groups/10fe5ac8-45cd-43e2-9932-60d500d664e9 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:31:28.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-829753a2-43a5-42c1-971c-b4f8c24d7c0b fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] TaaS: Handle Delete Port: f0fff477-9223-47fa-8232-d95a6027f3b0 2026-08-20 02:31:28.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-829753a2-43a5-42c1-971c-b4f8c24d7c0b fd7dfd5b6daa401ea9971338ad88e72b bdae3bcde34f4bc0991dd4609bf103b4 - - default default] Tap Mirror: Handle Delete Port: f0fff477-9223-47fa-8232-d95a6027f3b0 [pid: 7|app: 0|req: 1173/2256] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:31:28 2026] DELETE /v2.0/floatingips/aef79b57-4c43-4002-96d2-a865af0a3d08 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2257] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:29 2026] DELETE /v2.0/security-groups/dfdd9af8-a84d-4b0a-967c-a0eccdd96523 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2258] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:29 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2259] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:29 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:29.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc349fb8-15bc-4ff1-8f2b-43257e25a5fa 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 0a3e324f-94af-4256-81dc-375c37ab44c0 2026-08-20 02:31:29.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc349fb8-15bc-4ff1-8f2b-43257e25a5fa 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 0a3e324f-94af-4256-81dc-375c37ab44c0 [pid: 7|app: 0|req: 1174/2260] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:31:29 2026] PUT /v2.0/routers/3bb56daa-a0ee-4b73-878b-80bcf8945f89/remove_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2261] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:30 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2262] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:31:30 2026] GET /v2.0/security-groups?id=3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d&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: 1089/2263] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:31:30 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:30.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-c12ec0e0-193b-4b84-aba0-0e8ba383a75b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 570b17cd-93c8-41ea-b37e-826d11e1d2e4 2026-08-20 02:31:30.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c12ec0e0-193b-4b84-aba0-0e8ba383a75b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 570b17cd-93c8-41ea-b37e-826d11e1d2e4 2026-08-20 02:31:30.717 8 INFO neutron_taas.services.taas.taas_plugin [req-5e297a2a-7819-4c01-ae38-0f3d93999af4 req-e828a98e-a045-4c04-bdef-50e46a143b45 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: 34899b79-eefd-41eb-a2ee-d7507b92e11d 2026-08-20 02:31:30.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5e297a2a-7819-4c01-ae38-0f3d93999af4 req-e828a98e-a045-4c04-bdef-50e46a143b45 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: 34899b79-eefd-41eb-a2ee-d7507b92e11d [pid: 8|app: 0|req: 1090/2264] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:31:30 2026] DELETE /v2.0/ports/34899b79-eefd-41eb-a2ee-d7507b92e11d => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:30.871 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b021a349-2fb7-42c9-8410-180c2a2edb39'] response: {'server_uuid': 'a0e4f423-8313-4bf8-81ff-bd27a0b41a37', 'name': 'network-vif-deleted', 'tag': '34899b79-eefd-41eb-a2ee-d7507b92e11d', 'status': 'completed', 'code': 200} 2026-08-20 02:31:30.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-c12ec0e0-193b-4b84-aba0-0e8ba383a75b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: f401c2a4-c8ec-4ee4-8e52-1a3f0ac6f7d5 2026-08-20 02:31:30.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c12ec0e0-193b-4b84-aba0-0e8ba383a75b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: f401c2a4-c8ec-4ee4-8e52-1a3f0ac6f7d5 2026-08-20 02:31:31.180 7 INFO neutron.services.segments.plugin [-] Segment ce8546bd-712e-4dde-ad45-f6260678866a resource provider aggregate not found 2026-08-20 02:31:31.182 7 INFO neutron.services.segments.plugin [-] Segment ce8546bd-712e-4dde-ad45-f6260678866a resource provider aggregate not found 2026-08-20 02:31:31.193 7 INFO neutron.db.l3_hamode_db [None req-c12ec0e0-193b-4b84-aba0-0e8ba383a75b 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 0697c385-caf8-4b77-9f54-174948eecd1c was deleted as no HA routers are present in tenant bdae3bcde34f4bc0991dd4609bf103b4. 2026-08-20 02:31:31.197 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce8546bd-712e-4dde-ad45-f6260678866a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8546bd-712e-4dde-ad45-f6260678866a found for delete ", "request_id": "req-7c089fd0-3304-488c-a928-5356d409067a"}]} 2026-08-20 02:31:31.197 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce8546bd-712e-4dde-ad45-f6260678866a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8546bd-712e-4dde-ad45-f6260678866a found for delete ", "request_id": "req-a4e5e2bb-1920-47cf-bd3d-44873e88a16f"}]} [pid: 7|app: 0|req: 1175/2265] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:30 2026] DELETE /v2.0/routers/3bb56daa-a0ee-4b73-878b-80bcf8945f89 => generated 0 bytes in 734 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2266] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:31 2026] DELETE /v2.0/subnets/f4120327-31e7-4dc2-87e2-88d4888772e1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:31.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c216904-1789-43b8-9e85-761da96724ee 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: df5c47f9-1731-4b2b-b21a-5a884a8791d3 2026-08-20 02:31:31.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c216904-1789-43b8-9e85-761da96724ee 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: df5c47f9-1731-4b2b-b21a-5a884a8791d3 [pid: 8|app: 0|req: 1094/2269] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:31 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2270] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:31 2026] DELETE /v2.0/networks/3f07fea0-08db-42af-8239-48e63450fd25 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:31.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-abd6b009-d18d-4fd6-b631-0914afe6a345 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 5d807d3e-6366-41c2-91f1-0c1f3104287a 2026-08-20 02:31:31.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abd6b009-d18d-4fd6-b631-0914afe6a345 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 5d807d3e-6366-41c2-91f1-0c1f3104287a [pid: 8|app: 0|req: 1095/2271] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:31:31 2026] PUT /v2.0/routers/7c1bca6b-a534-410b-ad88-70e7dafdb07d/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2272] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:32 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:31:32.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-698378d3-4cbf-44f3-87cf-b31557ac3cc2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 8cb5edcf-0a74-4834-825e-61cc0e8a805d 2026-08-20 02:31:32.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698378d3-4cbf-44f3-87cf-b31557ac3cc2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 8cb5edcf-0a74-4834-825e-61cc0e8a805d 2026-08-20 02:31:32.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-698378d3-4cbf-44f3-87cf-b31557ac3cc2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 54774ac3-0270-4341-a50b-f38a7e58f44c 2026-08-20 02:31:33.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698378d3-4cbf-44f3-87cf-b31557ac3cc2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 54774ac3-0270-4341-a50b-f38a7e58f44c 2026-08-20 02:31:33.234 7 INFO neutron.services.segments.plugin [-] Segment 2352d687-16de-4f2e-87aa-8995ef850e4d resource provider aggregate not found 2026-08-20 02:31:33.239 7 INFO neutron.services.segments.plugin [-] Segment 2352d687-16de-4f2e-87aa-8995ef850e4d resource provider aggregate not found 2026-08-20 02:31:33.257 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2352d687-16de-4f2e-87aa-8995ef850e4d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2352d687-16de-4f2e-87aa-8995ef850e4d found for delete ", "request_id": "req-91f61c00-1903-482c-b3d9-6264e14b5508"}]} 2026-08-20 02:31:33.262 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2352d687-16de-4f2e-87aa-8995ef850e4d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2352d687-16de-4f2e-87aa-8995ef850e4d found for delete ", "request_id": "req-5fb01355-9d02-40d5-9105-0ecd6ae9a5f5"}]} 2026-08-20 02:31:33.403 7 INFO neutron.db.l3_hamode_db [None req-698378d3-4cbf-44f3-87cf-b31557ac3cc2 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] HA network 4f091b0d-ba40-415f-b51e-a859a4a75fd6 was deleted as no HA routers are present in tenant 3a00abc3964742f581b27b96978df314. [pid: 7|app: 0|req: 1177/2273] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:32 2026] DELETE /v2.0/routers/7c1bca6b-a534-410b-ad88-70e7dafdb07d => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2274] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:33 2026] DELETE /v2.0/subnets/358902ca-0132-456e-a963-0ad2350bc921 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:33.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-da8190fc-9822-4896-8882-bc3dee88fe03 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 0411e502-34c3-4fef-80ca-2097fc11dd42 2026-08-20 02:31:33.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da8190fc-9822-4896-8882-bc3dee88fe03 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 0411e502-34c3-4fef-80ca-2097fc11dd42 [pid: 8|app: 0|req: 1098/2275] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:31:33 2026] GET /v2.0/ports?device_id=a0e4f423-8313-4bf8-81ff-bd27a0b41a37 => 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: 1178/2276] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:33 2026] DELETE /v2.0/networks/ff6fc7bd-e107-433a-a1e7-af5e8fc41204 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2277] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:34 2026] GET /v2.0/security-groups?tenant_id=3a00abc3964742f581b27b96978df314&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2278] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:34 2026] DELETE /v2.0/security-groups/6764701c-8b29-4663-88fa-ed671f6a38a5 => 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: 1100/2279] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:34 2026] GET /v2.0/security-groups?tenant_id=bdae3bcde34f4bc0991dd4609bf103b4&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2280] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:34 2026] DELETE /v2.0/security-groups/96e79cd5-575e-471a-9c7a-016a41eb9817 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2281] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:34 2026] DELETE /v2.0/security-groups/3f58cd57-ba9d-4cbd-bdf2-835ad5400f9d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:35.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f60d504-d72b-4e45-a1ab-d77ebfdbee44 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: 6dccce06-e80a-4d05-a59e-3294085206c0 2026-08-20 02:31:35.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f60d504-d72b-4e45-a1ab-d77ebfdbee44 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: 6dccce06-e80a-4d05-a59e-3294085206c0 2026-08-20 02:31:35.279 7 INFO neutron.services.segments.plugin [-] Segment 16406524-55a6-40f9-b7da-fd7e4c99c5aa resource provider aggregate not found 2026-08-20 02:31:35.283 7 INFO neutron.services.segments.plugin [-] Segment 16406524-55a6-40f9-b7da-fd7e4c99c5aa resource provider aggregate not found 2026-08-20 02:31:35.297 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16406524-55a6-40f9-b7da-fd7e4c99c5aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16406524-55a6-40f9-b7da-fd7e4c99c5aa found for delete ", "request_id": "req-73eaaa05-d69e-4616-9d0f-f1118100cac3"}]} 2026-08-20 02:31:35.298 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16406524-55a6-40f9-b7da-fd7e4c99c5aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16406524-55a6-40f9-b7da-fd7e4c99c5aa found for delete ", "request_id": "req-ea4760dd-35fc-4ee2-ae64-872357f54384"}]} 2026-08-20 02:31:35.318 7 INFO neutron.services.segments.plugin [-] Segment 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b resource provider aggregate not found 2026-08-20 02:31:35.323 7 INFO neutron.services.segments.plugin [-] Segment 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b resource provider aggregate not found 2026-08-20 02:31:35.340 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b found for delete ", "request_id": "req-b44e5361-fcdb-46f0-8cf1-064146a172b0"}]} 2026-08-20 02:31:35.345 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8995a2e6-85ea-4666-b1fa-4a5fa40ff63b found for delete ", "request_id": "req-83de4af2-1e3b-4158-b0d6-d1533e99bf36"}]} [pid: 7|app: 0|req: 1181/2282] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:31:34 2026] PUT /v2.0/routers/5382ce0a-dbe7-49a1-9167-c22ee5f209f6/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2283] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:35 2026] DELETE /v2.0/subnets/793ba670-99ca-48fd-ba62-ef2ce7ec2ba1 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:36.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-d83c8586-fde5-4973-b8cf-9f1ada888eeb a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: 76edb66d-1c29-4ca6-8223-42e578e491c9 2026-08-20 02:31:36.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d83c8586-fde5-4973-b8cf-9f1ada888eeb a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: 76edb66d-1c29-4ca6-8223-42e578e491c9 2026-08-20 02:31:36.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-d83c8586-fde5-4973-b8cf-9f1ada888eeb a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: e4ca798e-349e-4474-a11c-49339730978f 2026-08-20 02:31:36.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d83c8586-fde5-4973-b8cf-9f1ada888eeb a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: e4ca798e-349e-4474-a11c-49339730978f 2026-08-20 02:31:36.675 7 INFO neutron.db.l3_hamode_db [None req-d83c8586-fde5-4973-b8cf-9f1ada888eeb a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] HA network b3732055-d83e-4cd8-af0f-0de329a70edd was deleted as no HA routers are present in tenant 09250bc625d245589de3d03c43481ddc. [pid: 7|app: 0|req: 1182/2284] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:35 2026] DELETE /v2.0/routers/5382ce0a-dbe7-49a1-9167-c22ee5f209f6 => generated 0 bytes in 787 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:36.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b909ed3-5104-4cad-ac79-a9b84b2f3041 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] TaaS: Handle Delete Port: 948c546a-7e6e-4464-b5b3-6070ee19a54d 2026-08-20 02:31:36.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b909ed3-5104-4cad-ac79-a9b84b2f3041 a5e1b12c6ff1481eab4d4ac12fe4857f 09250bc625d245589de3d03c43481ddc - - default default] Tap Mirror: Handle Delete Port: 948c546a-7e6e-4464-b5b3-6070ee19a54d 2026-08-20 02:31:36.994 8 INFO neutron.services.segments.plugin [-] Segment daa14a8f-f489-4427-8531-9824971ca63c resource provider aggregate not found 2026-08-20 02:31:36.997 8 INFO neutron.services.segments.plugin [-] Segment daa14a8f-f489-4427-8531-9824971ca63c resource provider aggregate not found 2026-08-20 02:31:37.014 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment daa14a8f-f489-4427-8531-9824971ca63c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa14a8f-f489-4427-8531-9824971ca63c found for delete ", "request_id": "req-4330dac4-b8ce-4d09-86e9-03ebbe1336b2"}]} [pid: 8|app: 0|req: 1103/2285] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:36 2026] DELETE /v2.0/networks/5738687e-785f-4066-94c6-b2f493f032ed => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:37.019 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment daa14a8f-f489-4427-8531-9824971ca63c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa14a8f-f489-4427-8531-9824971ca63c found for delete ", "request_id": "req-11231203-057b-445c-a388-53412391e991"}]} 2026-08-20 02:31:37.359 7 INFO neutron.services.segments.plugin [-] Segment 1999dea3-6ede-4140-8539-137eaa54ab50 resource provider aggregate not found 2026-08-20 02:31:37.363 7 INFO neutron.services.segments.plugin [-] Segment 1999dea3-6ede-4140-8539-137eaa54ab50 resource provider aggregate not found 2026-08-20 02:31:37.373 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1999dea3-6ede-4140-8539-137eaa54ab50 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1999dea3-6ede-4140-8539-137eaa54ab50 found for delete ", "request_id": "req-d641eaa9-044d-4ccb-8a86-9f0872c35068"}]} 2026-08-20 02:31:37.375 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1999dea3-6ede-4140-8539-137eaa54ab50 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1999dea3-6ede-4140-8539-137eaa54ab50 found for delete ", "request_id": "req-8997ede7-2eb0-404a-9d7b-8d806e5547f4"}]} [pid: 7|app: 0|req: 1183/2286] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:37 2026] GET /v2.0/security-groups?tenant_id=f649addade7e4a148b27575cf6e94d15&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2287] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:37 2026] DELETE /v2.0/security-groups/81e3a59c-4bec-4099-80b7-f3745824650e => 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: 1184/2288] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:38 2026] GET /v2.0/security-groups?tenant_id=09250bc625d245589de3d03c43481ddc&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: 1105/2289] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:38 2026] DELETE /v2.0/security-groups/8c852f2c-f66d-47b8-b48b-9e3cf31ae6fd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:38.881 7 INFO neutron.db.segments_db [None req-84517e7a-c06c-48ad-b95e-c4f851304790 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] Added segment 8b96dbf4-3501-410f-baf1-81d88de0ced6 of type vxlan for network ad75fd2e-3f52-4d42-9318-f560b9af0695 [pid: 7|app: 0|req: 1185/2290] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:38 2026] POST /v2.0/networks => generated 726 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2291] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:31:38 2026] POST /v2.0/subnets => generated 644 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:39.143 7 WARNING neutron.api.v2.base [None req-27805ee3-2978-4630-9a51-e17e1f1cc4bc 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - 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-08-20 02:31:39.144 7 INFO neutron.api.v2.resource [None req-27805ee3-2978-4630-9a51-e17e1f1cc4bc 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1186/2292] 10.0.0.179 () {34 vars in 681 bytes} [Thu Aug 20 02:31:39 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-08-20 02:31:39.298 8 INFO neutron.services.segments.plugin [-] Segment 8b96dbf4-3501-410f-baf1-81d88de0ced6 resource provider aggregate not found 2026-08-20 02:31:39.305 8 INFO neutron.services.segments.plugin [-] Segment 8b96dbf4-3501-410f-baf1-81d88de0ced6 resource provider aggregate not found 2026-08-20 02:31:39.320 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b96dbf4-3501-410f-baf1-81d88de0ced6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b96dbf4-3501-410f-baf1-81d88de0ced6 found for delete ", "request_id": "req-7163dc1e-43f9-4fb3-9e1c-65791d1d92bc"}]} 2026-08-20 02:31:39.323 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b96dbf4-3501-410f-baf1-81d88de0ced6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b96dbf4-3501-410f-baf1-81d88de0ced6 found for delete ", "request_id": "req-64a14c11-78b5-4daa-9cb8-1dd2493b92eb"}]} [pid: 8|app: 0|req: 1107/2293] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:39 2026] DELETE /v2.0/networks/ad75fd2e-3f52-4d42-9318-f560b9af0695 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:39.377 7 INFO neutron.db.segments_db [None req-f193c7c4-3c55-495b-8737-2f92439113df 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] Added segment c78ba5a2-c753-4719-bd0e-4b705ee98c87 of type vxlan for network 9650218c-dc5c-4c98-b762-b88c131d9924 [pid: 7|app: 0|req: 1187/2294] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:39 2026] POST /v2.0/networks => generated 727 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2295] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:31:39 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:39.685 7 WARNING neutron.api.v2.base [None req-eae4d24b-ce38-4950-8d5d-effe01795c73 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - 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-08-20 02:31:39.686 7 INFO neutron.api.v2.resource [None req-eae4d24b-ce38-4950-8d5d-effe01795c73 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1188/2296] 10.0.0.179 () {34 vars in 681 bytes} [Thu Aug 20 02:31:39 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2297] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:39 2026] DELETE /v2.0/networks/9650218c-dc5c-4c98-b762-b88c131d9924 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:39.933 7 INFO neutron.db.segments_db [None req-ec53dcf7-a53a-4495-a0ff-0526aedf4434 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] Added segment cbcd520f-0a7a-4a2d-ad63-3477eea4d35f of type vxlan for network 1d0d04f1-93d6-4356-b003-e18a270e1584 [pid: 7|app: 0|req: 1189/2298] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:39 2026] POST /v2.0/networks => generated 726 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2299] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:31:40 2026] POST /v2.0/subnets => generated 647 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2300] 10.0.0.179 () {34 vars in 681 bytes} [Thu Aug 20 02:31:40 2026] POST /v2.0/rbac-policies => generated 324 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2301] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:31:40 2026] GET /v2.0/networks/1d0d04f1-93d6-4356-b003-e18a270e1584 => generated 654 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:31:41.339 8 INFO neutron.services.segments.plugin [-] Segment c78ba5a2-c753-4719-bd0e-4b705ee98c87 resource provider aggregate not found 2026-08-20 02:31:41.343 8 INFO neutron.services.segments.plugin [-] Segment c78ba5a2-c753-4719-bd0e-4b705ee98c87 resource provider aggregate not found 2026-08-20 02:31:41.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27d79c7c-3ed5-4ae1-9dfc-1881fb153ae5 32947c2ca7904be8a435d47341723bc0 e865a5056da34f73935cb29179dda180 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1191/2302] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:31:41 2026] GET /v2.0/networks/1d0d04f1-93d6-4356-b003-e18a270e1584 => generated 138 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:31:41.357 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c78ba5a2-c753-4719-bd0e-4b705ee98c87 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78ba5a2-c753-4719-bd0e-4b705ee98c87 found for delete ", "request_id": "req-48cde727-84e3-498a-8c25-a7c61a6ae35f"}]} 2026-08-20 02:31:41.360 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c78ba5a2-c753-4719-bd0e-4b705ee98c87 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78ba5a2-c753-4719-bd0e-4b705ee98c87 found for delete ", "request_id": "req-deae5bc4-4e11-4910-850e-a5418332c309"}]} 2026-08-20 02:31:41.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-d73479c1-5654-42e4-8979-8a06e6635472 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] TaaS: Handle Delete Port: 97b8fb5e-bcae-4c95-adfa-e5e74ca6f806 2026-08-20 02:31:41.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d73479c1-5654-42e4-8979-8a06e6635472 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] Tap Mirror: Handle Delete Port: 97b8fb5e-bcae-4c95-adfa-e5e74ca6f806 2026-08-20 02:31:41.478 8 INFO neutron.db.segments_db [None req-82ad84c5-624e-49e1-a173-74e534b33484 bb0f7e9396e14b2d8c1c9ef6473e59e1 b8307b6097c144779d72cf5b651b9a5d - - default default] Added segment 3fda00e0-4953-425c-ba29-93ffbccc03c6 of type vxlan for network 97113510-e767-4151-b7c9-7dc596ffaf4b [pid: 8|app: 0|req: 1112/2303] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:41 2026] POST /v2.0/networks => generated 632 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2304] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:31:41 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:41.828 7 INFO neutron.services.segments.plugin [-] Segment cbcd520f-0a7a-4a2d-ad63-3477eea4d35f resource provider aggregate not found 2026-08-20 02:31:41.832 7 INFO neutron.services.segments.plugin [-] Segment cbcd520f-0a7a-4a2d-ad63-3477eea4d35f resource provider aggregate not found 2026-08-20 02:31:41.846 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cbcd520f-0a7a-4a2d-ad63-3477eea4d35f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbcd520f-0a7a-4a2d-ad63-3477eea4d35f found for delete ", "request_id": "req-2e31a6a1-50fe-4ab5-89cc-911fbb3036e1"}]} 2026-08-20 02:31:41.851 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cbcd520f-0a7a-4a2d-ad63-3477eea4d35f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbcd520f-0a7a-4a2d-ad63-3477eea4d35f found for delete ", "request_id": "req-17493a70-1258-4041-ab4c-958501dfd3a0"}]} [pid: 7|app: 0|req: 1192/2305] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:41 2026] DELETE /v2.0/networks/1d0d04f1-93d6-4356-b003-e18a270e1584 => generated 0 bytes in 513 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:41.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b1f77bd-b26f-4bfa-8231-eae460f037e5 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1193/2306] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:41 2026] DELETE /v2.0/subnets/eba6733d-71b2-4a08-914f-72876efd454c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2307] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:31:41 2026] PUT /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:31:41.914 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df88796f-e490-4c6f-ad0f-376d35b756bd 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2308] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:41 2026] DELETE /v2.0/subnets/67764a7c-2ab2-4d1a-b52d-db06309e41f4 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:31:41.930 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5fd9f8b-cd8d-428a-a3a1-ce72d68d3074 9c637c96e90e4e0fba9860116f20b495 68d591719de8439794d60e23a99948ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1116/2309] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:41 2026] DELETE /v2.0/subnets/945a8df2-eedc-4a8a-81e8-74919a43ba04 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2310] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:41 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/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: 1117/2311] 10.0.0.179 () {34 vars in 762 bytes} [Thu Aug 20 02:31:41 2026] PUT /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2312] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2313] 10.0.0.179 () {34 vars in 758 bytes} [Thu Aug 20 02:31:42 2026] PUT /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/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: 1196/2314] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2315] 10.0.0.179 () {34 vars in 780 bytes} [Thu Aug 20 02:31:42 2026] PUT /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2316] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2317] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:31:42 2026] PUT /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2318] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2319] 10.0.0.179 () {32 vars in 739 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:42.450 7 INFO neutron.api.v2.resource [None req-b4f4e398-1ab7-4677-9d75-f370b3014cfc bb0f7e9396e14b2d8c1c9ef6473e59e1 b8307b6097c144779d72cf5b651b9a5d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2320] 10.0.0.179 () {32 vars in 743 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2321] 10.0.0.179 () {32 vars in 742 bytes} [Thu Aug 20 02:31:42 2026] DELETE /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2322] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:31:42.611 8 INFO neutron.api.v2.resource [None req-bfab2c4c-9a0c-4fff-ae22-c880c5a94cc5 bb0f7e9396e14b2d8c1c9ef6473e59e1 b8307b6097c144779d72cf5b651b9a5d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1123/2323] 10.0.0.179 () {32 vars in 746 bytes} [Thu Aug 20 02:31:42 2026] DELETE /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2324] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:31:42 2026] DELETE /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => 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: 1124/2325] 10.0.0.179 () {32 vars in 731 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2326] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:31:42 2026] DELETE /v2.0/subnets/c2e02d56-854c-44c6-8c2f-40735b11aeff => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2327] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:42 2026] GET /v2.0/security-groups?tenant_id=68d591719de8439794d60e23a99948ea&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: 1203/2328] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:42 2026] DELETE /v2.0/security-groups/ac3f18a5-1a10-468c-be39-5a7091320ab5 => 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: 1126/2329] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:42 2026] DELETE /v2.0/networks/97113510-e767-4151-b7c9-7dc596ffaf4b => 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: 1204/2330] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:43 2026] GET /v2.0/security-groups?tenant_id=e865a5056da34f73935cb29179dda180&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2331] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:43 2026] DELETE /v2.0/security-groups/1d000e43-00bd-4c1e-9663-41db1f3b7702 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:43.375 8 INFO neutron.services.segments.plugin [-] Segment 3fda00e0-4953-425c-ba29-93ffbccc03c6 resource provider aggregate not found 2026-08-20 02:31:43.376 8 INFO neutron.services.segments.plugin [-] Segment 3fda00e0-4953-425c-ba29-93ffbccc03c6 resource provider aggregate not found 2026-08-20 02:31:43.391 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3fda00e0-4953-425c-ba29-93ffbccc03c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fda00e0-4953-425c-ba29-93ffbccc03c6 found for delete ", "request_id": "req-62619968-3cb3-4d35-90ff-ad9f9961f700"}]} 2026-08-20 02:31:43.397 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3fda00e0-4953-425c-ba29-93ffbccc03c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fda00e0-4953-425c-ba29-93ffbccc03c6 found for delete ", "request_id": "req-3293bf18-2f52-4319-8bf0-b59232967eda"}]} [pid: 7|app: 0|req: 1205/2332] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:43 2026] GET /v2.0/security-groups?tenant_id=0da203177ccf48e89aeae97e0b9d9787&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: 1128/2333] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:43 2026] DELETE /v2.0/security-groups/2ded58a3-2126-49d6-a175-b7994d4a2440 => 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: 1206/2334] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:43 2026] GET /v2.0/security-groups?tenant_id=5be0780a35f04d73b016941db1b8b013&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2335] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:43 2026] DELETE /v2.0/security-groups/13caa7a7-8fdc-4a41-bbde-ee57c5785358 => 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: 1207/2336] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:44 2026] GET /v2.0/security-groups?tenant_id=b8307b6097c144779d72cf5b651b9a5d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2337] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:44 2026] DELETE /v2.0/security-groups/eac950d9-404d-4207-8082-39f7ff0f22c9 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:47.827 7 INFO neutron.db.segments_db [None req-45df6d86-c2f9-4ef0-b04b-ab6f6fc27adc 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Added segment 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 of type vxlan for network c2d0ea66-70f6-4397-a7fc-4478bcb3ea81 [pid: 7|app: 0|req: 1209/2340] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:47 2026] POST /v2.0/networks => generated 631 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2341] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:31:47 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:48.290 7 INFO neutron.db.segments_db [None req-9c4dc53f-43ab-46ac-a003-655ca8b46f95 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Added segment 2dac9029-eb7c-495f-a32c-1d7b75ff2438 of type vxlan for network cb69ff9d-dce7-4a55-a79d-9293cf587686 [pid: 7|app: 0|req: 1210/2342] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:48 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1133/2343] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:31:48 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:48.697 7 INFO neutron.db.segments_db [None req-18567ec2-e1f1-470e-b170-9eaf12f9cc6e 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Added segment b1d07e53-8fd3-40e7-be01-629c25237ab6 of type vxlan for network 20030f00-9ca3-4615-b805-dad169a3d941 [pid: 7|app: 0|req: 1211/2344] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:48 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1134/2345] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:31:48 2026] POST /v2.0/ports => generated 743 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:49.084 7 INFO neutron.db.segments_db [None req-0ae6973d-3361-4159-a317-b834f346f94d 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Added segment e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 of type vxlan for network fd4fa8ec-c261-45ff-a983-abeee354fcdb [pid: 7|app: 0|req: 1212/2346] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:49 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1135/2347] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:31:49 2026] POST /v2.0/ports => generated 743 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:31:49.480 7 INFO neutron.db.segments_db [None req-08a2cbdb-2390-4cba-80f1-ea4f6e821695 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Added segment 5d272fcb-047d-411a-9658-40ec16eaaa63 of type vxlan for network b13540e6-5e1b-4685-a938-fbcc6aa33a81 [pid: 7|app: 0|req: 1213/2348] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:31:49 2026] POST /v2.0/networks => generated 632 bytes in 162 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: 1136/2349] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:31:49 2026] POST /v2.0/ports => generated 743 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2350] 10.0.0.179 () {34 vars in 747 bytes} [Thu Aug 20 02:31:49 2026] PUT /v2.0/ports/d9f0f2f5-330d-4c97-a992-9d79dfb3e1dc/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1137/2351] 10.0.0.179 () {34 vars in 747 bytes} [Thu Aug 20 02:31:49 2026] PUT /v2.0/ports/06b4d443-fd99-43ef-aa33-1fc180f1ef45/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1215/2352] 10.0.0.179 () {34 vars in 747 bytes} [Thu Aug 20 02:31:49 2026] PUT /v2.0/ports/10ea6ea4-b40d-4259-a3b0-9d0760bb3776/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1138/2353] 10.0.0.179 () {34 vars in 747 bytes} [Thu Aug 20 02:31:50 2026] PUT /v2.0/ports/d6070a75-351a-4b06-b8ab-5a4174b4263e/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1216/2354] 10.0.0.179 () {32 vars in 660 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 147 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: 1139/2355] 10.0.0.179 () {32 vars in 674 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2356] 10.0.0.179 () {32 vars in 670 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2357] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2358] 10.0.0.179 () {32 vars in 668 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2359] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2360] 10.0.0.179 () {32 vars in 678 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2361] 10.0.0.179 () {32 vars in 690 bytes} [Thu Aug 20 02:31:50 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:31:50.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-624b612a-65b5-4a6c-a3cd-612be6efbc35 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] TaaS: Handle Delete Port: d9f0f2f5-330d-4c97-a992-9d79dfb3e1dc 2026-08-20 02:31:50.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-624b612a-65b5-4a6c-a3cd-612be6efbc35 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Tap Mirror: Handle Delete Port: d9f0f2f5-330d-4c97-a992-9d79dfb3e1dc [pid: 7|app: 0|req: 1220/2362] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:31:50 2026] DELETE /v2.0/ports/d9f0f2f5-330d-4c97-a992-9d79dfb3e1dc => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:51.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-190cb25b-b25d-445c-9c09-9e4f1019628c 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] TaaS: Handle Delete Port: 06b4d443-fd99-43ef-aa33-1fc180f1ef45 2026-08-20 02:31:51.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-190cb25b-b25d-445c-9c09-9e4f1019628c 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Tap Mirror: Handle Delete Port: 06b4d443-fd99-43ef-aa33-1fc180f1ef45 [pid: 8|app: 0|req: 1143/2363] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:31:50 2026] DELETE /v2.0/ports/06b4d443-fd99-43ef-aa33-1fc180f1ef45 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:51.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a344deb-5343-4b68-8a9a-ddb67e93c666 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] TaaS: Handle Delete Port: 10ea6ea4-b40d-4259-a3b0-9d0760bb3776 2026-08-20 02:31:51.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a344deb-5343-4b68-8a9a-ddb67e93c666 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Tap Mirror: Handle Delete Port: 10ea6ea4-b40d-4259-a3b0-9d0760bb3776 [pid: 7|app: 0|req: 1221/2364] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:31:51 2026] DELETE /v2.0/ports/10ea6ea4-b40d-4259-a3b0-9d0760bb3776 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:51.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa838906-bbd3-44cf-b16b-b750fd864c3c 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] TaaS: Handle Delete Port: d6070a75-351a-4b06-b8ab-5a4174b4263e 2026-08-20 02:31:51.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa838906-bbd3-44cf-b16b-b750fd864c3c 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Tap Mirror: Handle Delete Port: d6070a75-351a-4b06-b8ab-5a4174b4263e [pid: 8|app: 0|req: 1144/2365] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:31:51 2026] DELETE /v2.0/ports/d6070a75-351a-4b06-b8ab-5a4174b4263e => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:52.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-18f37bf3-16a9-4ad9-ab8b-f2c85fa8deb6 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] TaaS: Handle Delete Port: a185ae85-f9a0-4491-9c9a-8dd34850031f 2026-08-20 02:31:52.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f37bf3-16a9-4ad9-ab8b-f2c85fa8deb6 56b66f9ee1cf4389b242ef565d14a268 4190f43235e3416b9245278a9f41f526 - - default default] Tap Mirror: Handle Delete Port: a185ae85-f9a0-4491-9c9a-8dd34850031f [pid: 7|app: 0|req: 1222/2366] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:31:52 2026] DELETE /v2.0/ports/a185ae85-f9a0-4491-9c9a-8dd34850031f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:52.293 8 INFO neutron.services.segments.plugin [-] Segment 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 resource provider aggregate not found 2026-08-20 02:31:52.299 8 INFO neutron.services.segments.plugin [-] Segment 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 resource provider aggregate not found 2026-08-20 02:31:52.309 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 found for delete ", "request_id": "req-21268f94-15ce-4e8b-a91d-0437035c4c67"}]} 2026-08-20 02:31:52.329 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00b75b44-a3d9-4bc7-9257-ee49f29adfb5 found for delete ", "request_id": "req-3309a383-c9d6-44c2-b9c1-b42b2f03c6cf"}]} [pid: 8|app: 0|req: 1145/2367] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:52 2026] DELETE /v2.0/networks/c2d0ea66-70f6-4397-a7fc-4478bcb3ea81 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:31:52.448 7 INFO neutron.services.segments.plugin [-] Segment 2dac9029-eb7c-495f-a32c-1d7b75ff2438 resource provider aggregate not found 2026-08-20 02:31:52.454 7 INFO neutron.services.segments.plugin [-] Segment 2dac9029-eb7c-495f-a32c-1d7b75ff2438 resource provider aggregate not found 2026-08-20 02:31:52.467 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2dac9029-eb7c-495f-a32c-1d7b75ff2438 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dac9029-eb7c-495f-a32c-1d7b75ff2438 found for delete ", "request_id": "req-a8d553c8-9393-482a-b01f-9db2cc56c5dc"}]} 2026-08-20 02:31:52.467 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2dac9029-eb7c-495f-a32c-1d7b75ff2438 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dac9029-eb7c-495f-a32c-1d7b75ff2438 found for delete ", "request_id": "req-8750341b-a435-48a4-8050-892db0adb649"}]} [pid: 7|app: 0|req: 1223/2368] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:52 2026] DELETE /v2.0/networks/cb69ff9d-dce7-4a55-a79d-9293cf587686 => 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: 1146/2369] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:52 2026] DELETE /v2.0/networks/20030f00-9ca3-4615-b805-dad169a3d941 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2370] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:52 2026] DELETE /v2.0/networks/fd4fa8ec-c261-45ff-a983-abeee354fcdb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2371] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:31:52 2026] DELETE /v2.0/networks/b13540e6-5e1b-4685-a938-fbcc6aa33a81 => 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: 1225/2372] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:53 2026] GET /v2.0/security-groups?tenant_id=939170806c3444c69d0c0dd176be57bc&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2373] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:53 2026] DELETE /v2.0/security-groups/06e8a191-e8ee-4c07-80d8-d2ca67fa88e0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2374] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:53 2026] GET /v2.0/security-groups?tenant_id=212ae724e8314efca4bf0118cceb0907&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2375] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:54 2026] DELETE /v2.0/security-groups/ef8fdf78-be65-4f95-b354-973fc0ed5690 => 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: 1227/2376] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:31:54 2026] GET /v2.0/security-groups?tenant_id=4190f43235e3416b9245278a9f41f526&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:31:54.329 8 INFO neutron.services.segments.plugin [-] Segment b1d07e53-8fd3-40e7-be01-629c25237ab6 resource provider aggregate not found 2026-08-20 02:31:54.350 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1d07e53-8fd3-40e7-be01-629c25237ab6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d07e53-8fd3-40e7-be01-629c25237ab6 found for delete ", "request_id": "req-6cc67f23-1dea-4347-bf22-6ba7a8ce7dcd"}]} 2026-08-20 02:31:54.357 8 INFO neutron.services.segments.plugin [-] Segment b1d07e53-8fd3-40e7-be01-629c25237ab6 resource provider aggregate not found 2026-08-20 02:31:54.375 8 INFO neutron.services.segments.plugin [-] Segment 5d272fcb-047d-411a-9658-40ec16eaaa63 resource provider aggregate not found 2026-08-20 02:31:54.382 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1d07e53-8fd3-40e7-be01-629c25237ab6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d07e53-8fd3-40e7-be01-629c25237ab6 found for delete ", "request_id": "req-ccc048df-fbc9-46d2-b231-e3b68b527553"}]} 2026-08-20 02:31:54.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d272fcb-047d-411a-9658-40ec16eaaa63 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d272fcb-047d-411a-9658-40ec16eaaa63 found for delete ", "request_id": "req-cd983ddf-667a-4fbb-9cf6-524fc78cb792"}]} 2026-08-20 02:31:54.399 8 INFO neutron.services.segments.plugin [-] Segment 5d272fcb-047d-411a-9658-40ec16eaaa63 resource provider aggregate not found [pid: 8|app: 0|req: 1150/2377] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:31:54 2026] DELETE /v2.0/security-groups/5af405d2-4464-4f1d-88dd-9e231a1c32fe => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:31:54.416 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d272fcb-047d-411a-9658-40ec16eaaa63 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d272fcb-047d-411a-9658-40ec16eaaa63 found for delete ", "request_id": "req-45621277-a5f6-47b6-a39c-be3ef3296c92"}]} 2026-08-20 02:31:54.485 7 INFO neutron.services.segments.plugin [-] Segment e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 resource provider aggregate not found 2026-08-20 02:31:54.489 7 INFO neutron.services.segments.plugin [-] Segment e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 resource provider aggregate not found 2026-08-20 02:31:54.502 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 found for delete ", "request_id": "req-c8921426-0da1-4c7e-8a13-fc00521d1240"}]} 2026-08-20 02:31:54.507 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8b0dcbe-fb31-41e1-8f82-28ccfa76bb92 found for delete ", "request_id": "req-c10a3a71-84c5-47ab-9ac8-494f9b11dc3a"}]} [pid: 7|app: 0|req: 1228/2378] 10.0.0.179 () {34 vars in 678 bytes} [Thu Aug 20 02:31:58 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: 8|app: 0|req: 1151/2379] 10.0.0.179 () {34 vars in 678 bytes} [Thu Aug 20 02:31:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2380] 10.0.0.179 () {34 vars in 678 bytes} [Thu Aug 20 02:31:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2381] 10.0.0.179 () {34 vars in 678 bytes} [Thu Aug 20 02:31:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2382] 10.0.0.179 () {34 vars in 678 bytes} [Thu Aug 20 02:31:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2383] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:31:58 2026] PUT /v2.0/policies/ebbbc700-d580-4126-9179-ae9193aa6f04/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2384] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:31:58 2026] PUT /v2.0/policies/8ebb2162-96e8-4174-ad24-385d3c34a88b/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: 1154/2385] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:31:58 2026] PUT /v2.0/policies/d0e7ed8b-691b-4b57-b88a-cbb31697f948/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2386] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:31:58 2026] PUT /v2.0/policies/d68f1071-f612-40d7-9c55-8006bd6167fb/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2387] 10.0.0.179 () {32 vars in 674 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2388] 10.0.0.179 () {32 vars in 688 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2389] 10.0.0.179 () {32 vars in 684 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2390] 10.0.0.179 () {32 vars in 696 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2391] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2392] 10.0.0.179 () {32 vars in 696 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2393] 10.0.0.179 () {32 vars in 692 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2394] 10.0.0.179 () {32 vars in 704 bytes} [Thu Aug 20 02:31:59 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2395] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:31:59 2026] DELETE /v2.0/qos/policies/ebbbc700-d580-4126-9179-ae9193aa6f04 => 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: 1237/2396] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:31:59 2026] DELETE /v2.0/qos/policies/8ebb2162-96e8-4174-ad24-385d3c34a88b => 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: 1160/2397] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:31:59 2026] DELETE /v2.0/qos/policies/d0e7ed8b-691b-4b57-b88a-cbb31697f948 => 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: 1238/2398] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:31:59 2026] DELETE /v2.0/qos/policies/d68f1071-f612-40d7-9c55-8006bd6167fb => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2399] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:31:59 2026] DELETE /v2.0/qos/policies/dda846e1-1852-4a1a-99ef-bb4b313696c9 => 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: 1239/2400] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:00 2026] GET /v2.0/security-groups?tenant_id=e6de86fc5d2b42bbab440976fec4cbb6&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2401] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:00 2026] DELETE /v2.0/security-groups/a1ea236b-eb7e-4375-b8d7-c010a9d3b676 => 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: 1240/2402] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:01 2026] GET /v2.0/security-groups?tenant_id=8fce8f567dca450580c32580f13b6c30&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2403] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:01 2026] DELETE /v2.0/security-groups/e232c7cf-f334-41a3-ba43-e29f6f7a16c9 => 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: 1242/2406] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:01 2026] GET /v2.0/security-groups?tenant_id=dac071eac81b44fcafc57f7c4709c8da&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2407] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:01 2026] DELETE /v2.0/security-groups/169736d4-076e-4045-8698-550929db6b86 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:05.743 7 INFO neutron.db.segments_db [None req-03696f5c-436b-4ae6-9401-83d10e5298de 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Added segment 7d94f380-8797-4aaa-a4fc-d2fe19530ddf of type vxlan for network 06af17fa-487e-4b7d-a636-33c12da8db13 2026-08-20 02:32:05.942 7 INFO neutron.db.l3_hamode_db [None req-03696f5c-436b-4ae6-9401-83d10e5298de 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:32:06.051 7 INFO neutron.db.l3_hamode_db [None req-03696f5c-436b-4ae6-9401-83d10e5298de 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1243/2408] 10.0.0.179 () {34 vars in 668 bytes} [Thu Aug 20 02:32:05 2026] POST /v2.0/routers => generated 474 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:06.645 8 INFO neutron.db.l3_hamode_db [None req-ddcb830c-b6ae-4a87-9cc9-64e79e0d456b 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:32:06.754 8 INFO neutron.db.l3_hamode_db [None req-ddcb830c-b6ae-4a87-9cc9-64e79e0d456b 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1166/2409] 10.0.0.179 () {34 vars in 668 bytes} [Thu Aug 20 02:32:06 2026] POST /v2.0/routers => generated 474 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:07.303 7 INFO neutron.db.l3_hamode_db [None req-437ebf08-c25a-4b0d-8773-d6d4f08060d6 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:32:07.434 7 INFO neutron.db.l3_hamode_db [None req-437ebf08-c25a-4b0d-8773-d6d4f08060d6 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1244/2410] 10.0.0.179 () {34 vars in 668 bytes} [Thu Aug 20 02:32:07 2026] POST /v2.0/routers => generated 474 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:08.067 8 INFO neutron.db.l3_hamode_db [None req-0f25ef7e-6e9f-4036-8731-4db8461e9c42 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:32:08.211 8 INFO neutron.db.l3_hamode_db [None req-0f25ef7e-6e9f-4036-8731-4db8461e9c42 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1167/2411] 10.0.0.179 () {34 vars in 668 bytes} [Thu Aug 20 02:32:08 2026] POST /v2.0/routers => generated 474 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:08.856 7 INFO neutron.db.l3_hamode_db [None req-61549a78-c685-4064-8853-a63ccaba10b6 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:32:08.961 7 INFO neutron.db.l3_hamode_db [None req-61549a78-c685-4064-8853-a63ccaba10b6 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1245/2412] 10.0.0.179 () {34 vars in 668 bytes} [Thu Aug 20 02:32:08 2026] POST /v2.0/routers => generated 474 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2413] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:32:09 2026] PUT /v2.0/routers/6e540515-37c5-47db-b4ca-842cddb4eac8/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2414] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:32:09 2026] PUT /v2.0/routers/46495711-e9a3-4449-b844-13984ab48f8f/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2415] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:32:09 2026] PUT /v2.0/routers/65bbb5f1-4214-4184-8673-9cc445f5f0b6/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2416] 10.0.0.179 () {34 vars in 751 bytes} [Thu Aug 20 02:32:09 2026] PUT /v2.0/routers/ae643b58-ea01-4685-a630-5c9db9ac12c6/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2417] 10.0.0.179 () {32 vars in 664 bytes} [Thu Aug 20 02:32:09 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2418] 10.0.0.179 () {32 vars in 678 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2419] 10.0.0.179 () {32 vars in 674 bytes} [Thu Aug 20 02:32: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: 1249/2420] 10.0.0.179 () {32 vars in 686 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2421] 10.0.0.179 () {32 vars in 672 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2422] 10.0.0.179 () {32 vars in 686 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2423] 10.0.0.179 () {32 vars in 682 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2424] 10.0.0.179 () {32 vars in 694 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2425] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:32:10 2026] GET /v2.0/routers/6e540515-37c5-47db-b4ca-842cddb4eac8 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2426] 10.0.0.179 () {34 vars in 742 bytes} [Thu Aug 20 02:32:10 2026] PUT /v2.0/routers/6e540515-37c5-47db-b4ca-842cddb4eac8 => generated 485 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2427] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:32:11 2026] GET /v2.0/ports?device_id=6e540515-37c5-47db-b4ca-842cddb4eac8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:11.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-30c3f67e-aed0-4311-8b3e-3147751b71ce 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] TaaS: Handle Delete Port: 26a75e0a-7608-4c3a-91f3-7c895afa701a 2026-08-20 02:32:11.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30c3f67e-aed0-4311-8b3e-3147751b71ce 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Tap Mirror: Handle Delete Port: 26a75e0a-7608-4c3a-91f3-7c895afa701a [pid: 7|app: 0|req: 1253/2428] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:32:11 2026] DELETE /v2.0/routers/6e540515-37c5-47db-b4ca-842cddb4eac8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2429] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:32:11 2026] GET /v2.0/routers/46495711-e9a3-4449-b844-13984ab48f8f => generated 493 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2430] 10.0.0.179 () {34 vars in 742 bytes} [Thu Aug 20 02:32:11 2026] PUT /v2.0/routers/46495711-e9a3-4449-b844-13984ab48f8f => generated 493 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2431] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:32:11 2026] GET /v2.0/ports?device_id=46495711-e9a3-4449-b844-13984ab48f8f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:12.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-c00300af-04c7-43d5-a84f-951be2c550b6 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] TaaS: Handle Delete Port: b184ff5b-5224-4e66-859c-0524bdca51f1 2026-08-20 02:32:12.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c00300af-04c7-43d5-a84f-951be2c550b6 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Tap Mirror: Handle Delete Port: b184ff5b-5224-4e66-859c-0524bdca51f1 [pid: 7|app: 0|req: 1255/2432] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:32:11 2026] DELETE /v2.0/routers/46495711-e9a3-4449-b844-13984ab48f8f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2433] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:32:12 2026] GET /v2.0/routers/65bbb5f1-4214-4184-8673-9cc445f5f0b6 => generated 502 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2434] 10.0.0.179 () {34 vars in 742 bytes} [Thu Aug 20 02:32:12 2026] PUT /v2.0/routers/65bbb5f1-4214-4184-8673-9cc445f5f0b6 => generated 502 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2435] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:32:12 2026] GET /v2.0/ports?device_id=65bbb5f1-4214-4184-8673-9cc445f5f0b6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:13.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-1aaa237b-e294-4be4-9122-842c28562755 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] TaaS: Handle Delete Port: 7ffdd711-1fbd-43e2-882a-13912215c88f 2026-08-20 02:32:13.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aaa237b-e294-4be4-9122-842c28562755 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Tap Mirror: Handle Delete Port: 7ffdd711-1fbd-43e2-882a-13912215c88f [pid: 7|app: 0|req: 1257/2436] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:32:12 2026] DELETE /v2.0/routers/65bbb5f1-4214-4184-8673-9cc445f5f0b6 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2437] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:32:13 2026] GET /v2.0/routers/ae643b58-ea01-4685-a630-5c9db9ac12c6 => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2438] 10.0.0.179 () {34 vars in 742 bytes} [Thu Aug 20 02:32:13 2026] PUT /v2.0/routers/ae643b58-ea01-4685-a630-5c9db9ac12c6 => generated 487 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2439] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:32:14 2026] GET /v2.0/ports?device_id=ae643b58-ea01-4685-a630-5c9db9ac12c6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:14.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d92cfcf-6528-4294-9ea4-99ea93db192a 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] TaaS: Handle Delete Port: 1dc1f1c7-9192-4466-b950-98d709109975 2026-08-20 02:32:14.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d92cfcf-6528-4294-9ea4-99ea93db192a 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Tap Mirror: Handle Delete Port: 1dc1f1c7-9192-4466-b950-98d709109975 [pid: 7|app: 0|req: 1259/2440] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:32:14 2026] DELETE /v2.0/routers/ae643b58-ea01-4685-a630-5c9db9ac12c6 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2441] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:32:14 2026] GET /v2.0/routers/8251069a-7af4-43fc-9617-89d9bdf59021 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2442] 10.0.0.179 () {34 vars in 742 bytes} [Thu Aug 20 02:32:14 2026] PUT /v2.0/routers/8251069a-7af4-43fc-9617-89d9bdf59021 => generated 480 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2443] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:32:14 2026] GET /v2.0/ports?device_id=8251069a-7af4-43fc-9617-89d9bdf59021 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:15.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-317e25cd-69c9-41a5-a223-ba7ccd1c5e0b 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] TaaS: Handle Delete Port: 647033d4-8edf-48ff-8c5b-99cb6f044547 2026-08-20 02:32:15.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-317e25cd-69c9-41a5-a223-ba7ccd1c5e0b 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] Tap Mirror: Handle Delete Port: 647033d4-8edf-48ff-8c5b-99cb6f044547 2026-08-20 02:32:15.410 7 INFO neutron.services.segments.plugin [-] Segment 7d94f380-8797-4aaa-a4fc-d2fe19530ddf resource provider aggregate not found 2026-08-20 02:32:15.416 7 INFO neutron.services.segments.plugin [-] Segment 7d94f380-8797-4aaa-a4fc-d2fe19530ddf resource provider aggregate not found 2026-08-20 02:32:15.430 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7d94f380-8797-4aaa-a4fc-d2fe19530ddf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d94f380-8797-4aaa-a4fc-d2fe19530ddf found for delete ", "request_id": "req-dd64992c-3e91-44ce-95c9-4b760f925702"}]} 2026-08-20 02:32:15.432 7 INFO neutron.db.l3_hamode_db [None req-317e25cd-69c9-41a5-a223-ba7ccd1c5e0b 7ee7dc94c10a4b0fb0dd262e151449de 0810b874f5fc41f9ae626f2e0f6318c7 - - default default] HA network 06af17fa-487e-4b7d-a636-33c12da8db13 was deleted as no HA routers are present in tenant 0810b874f5fc41f9ae626f2e0f6318c7. 2026-08-20 02:32:15.434 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7d94f380-8797-4aaa-a4fc-d2fe19530ddf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d94f380-8797-4aaa-a4fc-d2fe19530ddf found for delete ", "request_id": "req-bc6839ba-e6bf-4182-8b9f-7d9b2a4f7a5b"}]} [pid: 7|app: 0|req: 1261/2444] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:32:14 2026] DELETE /v2.0/routers/8251069a-7af4-43fc-9617-89d9bdf59021 => generated 0 bytes in 481 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2447] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:16 2026] GET /v2.0/security-groups?tenant_id=0810b874f5fc41f9ae626f2e0f6318c7&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2448] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:16 2026] DELETE /v2.0/security-groups/683104c1-ed33-4019-99fb-b80662f7975f => 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: 1185/2449] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:16 2026] GET /v2.0/security-groups?tenant_id=849b88657870461791ff902a8217a1c0&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2450] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:16 2026] DELETE /v2.0/security-groups/1543b88e-2461-49ec-a787-68a6a4de7e7b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2451] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:16 2026] GET /v2.0/security-groups?tenant_id=31bab168ebe64832847796ff1db8ecd8&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2452] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:17 2026] DELETE /v2.0/security-groups/827f3a36-0fab-4e9e-bdd1-79a9abecb258 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:21.203 8 INFO neutron.db.segments_db [None req-b3680b43-f32c-4131-ada7-a38b81effdde 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Added segment 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 of type vxlan for network 49edc541-413a-4bb1-ad62-c057c4e2e176 [pid: 8|app: 0|req: 1187/2453] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:20 2026] POST /v2.0/networks => generated 632 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2454] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:32:21 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2455] 10.0.0.179 () {34 vars in 666 bytes} [Thu Aug 20 02:32:21 2026] POST /v2.0/trunks => generated 407 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:32:21.803 7 INFO neutron.db.segments_db [None req-783ddda7-e0cd-460a-8ff7-0146a1d6e1cd 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Added segment f6693862-d8d2-4156-8d91-2fc3adc6902d of type vxlan for network 34f5861a-03be-44da-91c9-2bd9ca59b11b [pid: 7|app: 0|req: 1268/2456] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:21 2026] POST /v2.0/networks => generated 632 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2457] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:32:21 2026] POST /v2.0/ports => generated 743 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2458] 10.0.0.179 () {34 vars in 666 bytes} [Thu Aug 20 02:32:22 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:32:22.321 8 INFO neutron.db.segments_db [None req-1ced060d-83ce-47b4-9026-a06fef5cd93a 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Added segment aac0f1dc-6713-4f81-a7cc-d8bea97254c8 of type vxlan for network 245a9b90-556d-4381-be74-f98d68cbb0a2 [pid: 8|app: 0|req: 1190/2459] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:22 2026] POST /v2.0/networks => generated 631 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2460] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:32:22 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2461] 10.0.0.179 () {34 vars in 666 bytes} [Thu Aug 20 02:32:22 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:32:22.944 7 INFO neutron.db.segments_db [None req-ab7f6dbc-ebd8-4ac8-9d77-5b77a6c5b4f7 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Added segment 20f0f7ee-230d-4623-9d51-c97ba1336fb7 of type vxlan for network 6547d68c-1bb6-4e24-8902-ec738af8a35d [pid: 7|app: 0|req: 1271/2462] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:22 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2463] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:32:23 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2464] 10.0.0.179 () {34 vars in 666 bytes} [Thu Aug 20 02:32:23 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 02:32:23.531 8 INFO neutron.db.segments_db [None req-ea399c94-aeb6-4e0a-9fb5-35b05589160a 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Added segment 8803721b-51c9-4c04-aea2-cd3adec64855 of type vxlan for network 94df039c-a882-46e4-a79a-482060a613a7 [pid: 8|app: 0|req: 1193/2465] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:23 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2466] 10.0.0.179 () {34 vars in 664 bytes} [Thu Aug 20 02:32:23 2026] POST /v2.0/ports => generated 743 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2467] 10.0.0.179 () {34 vars in 666 bytes} [Thu Aug 20 02:32:23 2026] POST /v2.0/trunks => generated 407 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: 1274/2468] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:32:24 2026] PUT /v2.0/trunks/d2b4b243-59b7-4b37-84ab-f5fabdb6d269/tags => generated 17 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2469] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:32:24 2026] PUT /v2.0/trunks/45390173-e4db-447e-8706-897e7aee8c8e/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2470] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:32:24 2026] PUT /v2.0/trunks/0b2ab1a0-d3dd-4617-85ba-62ec0c64d0fc/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2471] 10.0.0.179 () {34 vars in 749 bytes} [Thu Aug 20 02:32:24 2026] PUT /v2.0/trunks/bf076350-7660-4d8d-97ab-aaf46507f618/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2472] 10.0.0.179 () {32 vars in 662 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2473] 10.0.0.179 () {32 vars in 676 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2474] 10.0.0.179 () {32 vars in 672 bytes} [Thu Aug 20 02:32:24 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: 1198/2475] 10.0.0.179 () {32 vars in 684 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2476] 10.0.0.179 () {32 vars in 670 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2477] 10.0.0.179 () {32 vars in 684 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2478] 10.0.0.179 () {32 vars in 680 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2479] 10.0.0.179 () {32 vars in 692 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2480] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks/d2b4b243-59b7-4b37-84ab-f5fabdb6d269 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2481] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/ports/3565e69b-9606-4f85-866c-281ad6327994 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2482] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:32:24 2026] DELETE /v2.0/trunks/d2b4b243-59b7-4b37-84ab-f5fabdb6d269 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2483] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks/45390173-e4db-447e-8706-897e7aee8c8e => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2484] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/ports/698ff32f-f57b-42e5-8e8b-e073bfbaf8fa => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2485] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:32:24 2026] DELETE /v2.0/trunks/45390173-e4db-447e-8706-897e7aee8c8e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2486] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks/0b2ab1a0-d3dd-4617-85ba-62ec0c64d0fc => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2487] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/ports/50e9ac76-1837-4c79-aa3c-2389b922e5c2 => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2488] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:32:24 2026] DELETE /v2.0/trunks/0b2ab1a0-d3dd-4617-85ba-62ec0c64d0fc => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2489] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/trunks/bf076350-7660-4d8d-97ab-aaf46507f618 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2490] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:32:24 2026] GET /v2.0/ports/3b35a284-5eba-460e-a0b1-f717473f2bb2 => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2491] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:32:24 2026] DELETE /v2.0/trunks/bf076350-7660-4d8d-97ab-aaf46507f618 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2492] 10.0.0.179 () {32 vars in 719 bytes} [Thu Aug 20 02:32:25 2026] GET /v2.0/trunks/82b29a0f-aeb3-4fcd-a6b0-b8cf978e4350 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2493] 10.0.0.179 () {32 vars in 717 bytes} [Thu Aug 20 02:32:25 2026] GET /v2.0/ports/bf4d2e5c-54df-4eee-925d-fd347d48d9c9 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2494] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:32:25 2026] DELETE /v2.0/trunks/82b29a0f-aeb3-4fcd-a6b0-b8cf978e4350 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:25.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-15f3fd96-3100-4726-92b2-91dc70770fbc 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] TaaS: Handle Delete Port: 3565e69b-9606-4f85-866c-281ad6327994 2026-08-20 02:32:25.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15f3fd96-3100-4726-92b2-91dc70770fbc 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Tap Mirror: Handle Delete Port: 3565e69b-9606-4f85-866c-281ad6327994 [pid: 8|app: 0|req: 1208/2495] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:32:25 2026] DELETE /v2.0/ports/3565e69b-9606-4f85-866c-281ad6327994 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:25.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba3656c7-61ec-44c0-9694-8f9ebbf39ee1 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] TaaS: Handle Delete Port: 698ff32f-f57b-42e5-8e8b-e073bfbaf8fa 2026-08-20 02:32:25.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba3656c7-61ec-44c0-9694-8f9ebbf39ee1 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Tap Mirror: Handle Delete Port: 698ff32f-f57b-42e5-8e8b-e073bfbaf8fa [pid: 7|app: 0|req: 1288/2496] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:32:25 2026] DELETE /v2.0/ports/698ff32f-f57b-42e5-8e8b-e073bfbaf8fa => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:25.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-1909c88c-bf36-4c1f-9155-2a13e35d79a1 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] TaaS: Handle Delete Port: 50e9ac76-1837-4c79-aa3c-2389b922e5c2 2026-08-20 02:32:25.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1909c88c-bf36-4c1f-9155-2a13e35d79a1 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Tap Mirror: Handle Delete Port: 50e9ac76-1837-4c79-aa3c-2389b922e5c2 [pid: 8|app: 0|req: 1209/2497] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:32:25 2026] DELETE /v2.0/ports/50e9ac76-1837-4c79-aa3c-2389b922e5c2 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:25.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-158dbb30-875b-4125-83f1-81914f2a13c6 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] TaaS: Handle Delete Port: 3b35a284-5eba-460e-a0b1-f717473f2bb2 2026-08-20 02:32:25.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-158dbb30-875b-4125-83f1-81914f2a13c6 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Tap Mirror: Handle Delete Port: 3b35a284-5eba-460e-a0b1-f717473f2bb2 [pid: 7|app: 0|req: 1289/2498] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:32:25 2026] DELETE /v2.0/ports/3b35a284-5eba-460e-a0b1-f717473f2bb2 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:25.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5723cc0-93bf-49c8-96f3-e548c5a24fd4 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] TaaS: Handle Delete Port: bf4d2e5c-54df-4eee-925d-fd347d48d9c9 2026-08-20 02:32:25.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5723cc0-93bf-49c8-96f3-e548c5a24fd4 59847fd2b5d84d2dbc136eb952425731 908a48ef13824b9f9feebef3e712054f - - default default] Tap Mirror: Handle Delete Port: bf4d2e5c-54df-4eee-925d-fd347d48d9c9 [pid: 8|app: 0|req: 1210/2499] 10.0.0.179 () {32 vars in 720 bytes} [Thu Aug 20 02:32:25 2026] DELETE /v2.0/ports/bf4d2e5c-54df-4eee-925d-fd347d48d9c9 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:26.144 7 INFO neutron.services.segments.plugin [-] Segment 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 resource provider aggregate not found 2026-08-20 02:32:26.147 7 INFO neutron.services.segments.plugin [-] Segment 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 resource provider aggregate not found 2026-08-20 02:32:26.161 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 found for delete ", "request_id": "req-18bcf904-6ba1-45ad-8748-73f08f848778"}]} 2026-08-20 02:32:26.162 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00bc3251-15e5-4cd5-8bb0-cf027adb2af1 found for delete ", "request_id": "req-2091796e-b4d0-4f65-9c70-ba7e80f71d4c"}]} [pid: 7|app: 0|req: 1290/2500] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:26 2026] DELETE /v2.0/networks/49edc541-413a-4bb1-ad62-c057c4e2e176 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:26.286 8 INFO neutron.services.segments.plugin [-] Segment f6693862-d8d2-4156-8d91-2fc3adc6902d resource provider aggregate not found 2026-08-20 02:32:26.291 8 INFO neutron.services.segments.plugin [-] Segment f6693862-d8d2-4156-8d91-2fc3adc6902d resource provider aggregate not found 2026-08-20 02:32:26.305 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6693862-d8d2-4156-8d91-2fc3adc6902d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6693862-d8d2-4156-8d91-2fc3adc6902d found for delete ", "request_id": "req-f66167c9-b4e0-4803-85f5-8f0e1440fcb4"}]} 2026-08-20 02:32:26.307 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6693862-d8d2-4156-8d91-2fc3adc6902d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6693862-d8d2-4156-8d91-2fc3adc6902d found for delete ", "request_id": "req-52cf41d0-c576-4bb2-b25a-552d5d6fb2ff"}]} [pid: 8|app: 0|req: 1211/2501] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:26 2026] DELETE /v2.0/networks/34f5861a-03be-44da-91c9-2bd9ca59b11b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2502] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:26 2026] DELETE /v2.0/networks/245a9b90-556d-4381-be74-f98d68cbb0a2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2503] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:26 2026] DELETE /v2.0/networks/6547d68c-1bb6-4e24-8902-ec738af8a35d => 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: 1292/2504] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:26 2026] DELETE /v2.0/networks/94df039c-a882-46e4-a79a-482060a613a7 => 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: 1213/2505] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:27 2026] GET /v2.0/security-groups?tenant_id=26f2230d5869441d98bf197226160baf&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2506] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:27 2026] DELETE /v2.0/security-groups/138d6be1-ebf3-485c-a645-97e937a763d2 => 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: 1214/2507] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:27 2026] GET /v2.0/security-groups?tenant_id=908a48ef13824b9f9feebef3e712054f&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2508] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:27 2026] DELETE /v2.0/security-groups/9aca7363-f3c7-47d8-8e50-8f3a91d410fd => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:28.179 7 INFO neutron.services.segments.plugin [-] Segment aac0f1dc-6713-4f81-a7cc-d8bea97254c8 resource provider aggregate not found 2026-08-20 02:32:28.184 7 INFO neutron.services.segments.plugin [-] Segment aac0f1dc-6713-4f81-a7cc-d8bea97254c8 resource provider aggregate not found 2026-08-20 02:32:28.201 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aac0f1dc-6713-4f81-a7cc-d8bea97254c8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac0f1dc-6713-4f81-a7cc-d8bea97254c8 found for delete ", "request_id": "req-b2227c71-dff7-4ef0-bfa1-5b2de92f872c"}]} 2026-08-20 02:32:28.206 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aac0f1dc-6713-4f81-a7cc-d8bea97254c8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac0f1dc-6713-4f81-a7cc-d8bea97254c8 found for delete ", "request_id": "req-4e647ede-8a90-43b5-88d8-5d1bbd1f911a"}]} 2026-08-20 02:32:28.218 7 INFO neutron.services.segments.plugin [-] Segment 8803721b-51c9-4c04-aea2-cd3adec64855 resource provider aggregate not found 2026-08-20 02:32:28.224 7 INFO neutron.services.segments.plugin [-] Segment 8803721b-51c9-4c04-aea2-cd3adec64855 resource provider aggregate not found 2026-08-20 02:32:28.230 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8803721b-51c9-4c04-aea2-cd3adec64855 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8803721b-51c9-4c04-aea2-cd3adec64855 found for delete ", "request_id": "req-25e8b05d-4ec6-4b96-8821-4dcb5a50026b"}]} 2026-08-20 02:32:28.235 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8803721b-51c9-4c04-aea2-cd3adec64855 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8803721b-51c9-4c04-aea2-cd3adec64855 found for delete ", "request_id": "req-b5fb22e3-9b80-47a7-85fa-21cae9cfc385"}]} [pid: 8|app: 0|req: 1215/2509] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:28 2026] GET /v2.0/security-groups?tenant_id=93d64ebcbff84447b28c3e367ffd5a44&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:32:28.327 8 INFO neutron.services.segments.plugin [-] Segment 20f0f7ee-230d-4623-9d51-c97ba1336fb7 resource provider aggregate not found 2026-08-20 02:32:28.327 8 INFO neutron.services.segments.plugin [-] Segment 20f0f7ee-230d-4623-9d51-c97ba1336fb7 resource provider aggregate not found 2026-08-20 02:32:28.342 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 20f0f7ee-230d-4623-9d51-c97ba1336fb7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20f0f7ee-230d-4623-9d51-c97ba1336fb7 found for delete ", "request_id": "req-34dcdb4c-7880-4db3-9d41-e0bf959329bf"}]} 2026-08-20 02:32:28.344 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 20f0f7ee-230d-4623-9d51-c97ba1336fb7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20f0f7ee-230d-4623-9d51-c97ba1336fb7 found for delete ", "request_id": "req-e737af41-1a2a-4cc0-b9a0-d7e96dc467b0"}]} [pid: 7|app: 0|req: 1295/2510] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:28 2026] DELETE /v2.0/security-groups/2420d799-c0b7-4e31-b0fb-8be09400a53e => 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: 1216/2513] 10.0.0.179 () {34 vars in 678 bytes} [Thu Aug 20 02:32:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2514] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:32:31 2026] PUT /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2515] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2516] 10.0.0.179 () {34 vars in 764 bytes} [Thu Aug 20 02:32:31 2026] PUT /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2517] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/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: 1300/2518] 10.0.0.179 () {34 vars in 760 bytes} [Thu Aug 20 02:32:31 2026] PUT /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/red => 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: 1219/2519] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2520] 10.0.0.179 () {34 vars in 782 bytes} [Thu Aug 20 02:32:31 2026] PUT /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2521] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2522] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:32:31 2026] PUT /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2523] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/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: 1303/2524] 10.0.0.179 () {32 vars in 741 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:31.969 8 INFO neutron.api.v2.resource [None req-288cec60-32a5-4168-b605-b6f0412b69e4 7763de3864a24be38dae27fb4f1ce4ba dd833808a3684718b132a1fb33769c52 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1222/2525] 10.0.0.179 () {32 vars in 745 bytes} [Thu Aug 20 02:32:31 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2526] 10.0.0.179 () {32 vars in 744 bytes} [Thu Aug 20 02:32:31 2026] DELETE /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2527] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:32 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:32.090 7 INFO neutron.api.v2.resource [None req-30c0ccf3-8562-4478-b560-2f2c9f653b86 7763de3864a24be38dae27fb4f1ce4ba dd833808a3684718b132a1fb33769c52 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1305/2528] 10.0.0.179 () {32 vars in 748 bytes} [Thu Aug 20 02:32:32 2026] DELETE /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2529] 10.0.0.179 () {32 vars in 736 bytes} [Thu Aug 20 02:32:32 2026] DELETE /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2530] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:32 2026] GET /v2.0/policies/67366adb-be91-4aed-a8e8-ef8a87f80359/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2531] 10.0.0.179 () {32 vars in 734 bytes} [Thu Aug 20 02:32:32 2026] DELETE /v2.0/qos/policies/67366adb-be91-4aed-a8e8-ef8a87f80359 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2532] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:32 2026] GET /v2.0/security-groups?tenant_id=dd833808a3684718b132a1fb33769c52&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2533] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:33 2026] DELETE /v2.0/security-groups/7ece274a-c744-481c-9bde-d26663a6ec34 => 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: 1308/2534] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:33 2026] GET /v2.0/security-groups?tenant_id=5638e370bc99484181871b1176846d70&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2535] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:33 2026] DELETE /v2.0/security-groups/47158439-0110-4bad-ae9a-b2dfb5f30ab2 => 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: 1309/2536] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:32:36 2026] POST /v2.0/security-groups => generated 1603 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2537] 10.0.0.179 () {34 vars in 767 bytes} [Thu Aug 20 02:32:36 2026] PUT /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2538] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:36 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2539] 10.0.0.179 () {34 vars in 778 bytes} [Thu Aug 20 02:32:36 2026] PUT /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2540] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:36 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2541] 10.0.0.179 () {34 vars in 774 bytes} [Thu Aug 20 02:32:36 2026] PUT /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/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: 1312/2542] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:36 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2543] 10.0.0.179 () {34 vars in 796 bytes} [Thu Aug 20 02:32:36 2026] PUT /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2544] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:37 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2545] 10.0.0.179 () {34 vars in 767 bytes} [Thu Aug 20 02:32:37 2026] PUT /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2546] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:37 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2547] 10.0.0.179 () {32 vars in 755 bytes} [Thu Aug 20 02:32:37 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:37.225 7 INFO neutron.api.v2.resource [None req-73b40488-9f1c-4294-8c05-f0b99268ec3d 45fdd0d932504d1dbdc2dc4b1db7b007 049550b3fb5f4124850200481fa98af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1315/2548] 10.0.0.179 () {32 vars in 759 bytes} [Thu Aug 20 02:32:37 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2549] 10.0.0.179 () {32 vars in 758 bytes} [Thu Aug 20 02:32:37 2026] DELETE /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2550] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:37 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:37.355 8 INFO neutron.api.v2.resource [None req-8f040a42-e937-46e2-a26b-98bb24c6af2a 45fdd0d932504d1dbdc2dc4b1db7b007 049550b3fb5f4124850200481fa98af3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1235/2551] 10.0.0.179 () {32 vars in 762 bytes} [Thu Aug 20 02:32:37 2026] DELETE /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2552] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:32:37 2026] DELETE /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => 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: 1236/2553] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:32:37 2026] GET /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2554] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:37 2026] DELETE /v2.0/security-groups/72388d4f-0cd7-4293-99b8-bea7918674a7 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2555] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:38 2026] GET /v2.0/security-groups?tenant_id=049550b3fb5f4124850200481fa98af3&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2556] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:38 2026] DELETE /v2.0/security-groups/874d44b0-eacc-4b63-a600-a5713c42db95 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2557] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:38 2026] GET /v2.0/security-groups?tenant_id=1a9916e611334e769bf80a3722ec9d78&name=default => generated 2929 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2558] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:38 2026] DELETE /v2.0/security-groups/48ff0656-300d-4cf9-b570-9c560b93473d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:41.895 8 INFO neutron.db.segments_db [None req-bae10d62-388b-4329-ba9d-b6463abc603b 7f2a389bc989470da80677db1c724d1c 591063bf36174d12950ae15092a7ed34 - - default default] Added segment c9748ca5-8782-4b1a-8ab6-a1540f66607d of type vxlan for network c6fd4e6c-e55f-4872-a328-cb2575f2f3df [pid: 8|app: 0|req: 1239/2559] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:41 2026] POST /v2.0/networks => generated 632 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:42.062 7 INFO neutron.db.segments_db [None req-bbee31a5-1eb1-4e92-8d8e-7d7dee43aca6 7f2a389bc989470da80677db1c724d1c 591063bf36174d12950ae15092a7ed34 - - default default] Added segment 998091f3-2f98-4a16-94c7-d49f780f4048 of type vxlan for network f63cd5f2-e426-430e-8902-2b42637a1505 [pid: 7|app: 0|req: 1321/2560] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:41 2026] POST /v2.0/networks => generated 631 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2561] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:32:42 2026] PUT /v2.0/networks/c6fd4e6c-e55f-4872-a328-cb2575f2f3df/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2562] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:42 2026] GET /v2.0/networks/c6fd4e6c-e55f-4872-a328-cb2575f2f3df/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: 1241/2563] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:32:42 2026] PUT /v2.0/networks/f63cd5f2-e426-430e-8902-2b42637a1505/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2564] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:42 2026] GET /v2.0/networks/f63cd5f2-e426-430e-8902-2b42637a1505/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2565] 10.0.0.179 () {34 vars in 753 bytes} [Thu Aug 20 02:32:42 2026] PUT /v2.0/networks/f63cd5f2-e426-430e-8902-2b42637a1505/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2566] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:42 2026] GET /v2.0/networks/f63cd5f2-e426-430e-8902-2b42637a1505/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2567] 10.0.0.179 () {32 vars in 733 bytes} [Thu Aug 20 02:32:42 2026] GET /v2.0/networks/c6fd4e6c-e55f-4872-a328-cb2575f2f3df/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:32:42.734 7 INFO neutron.services.segments.plugin [-] Segment c9748ca5-8782-4b1a-8ab6-a1540f66607d resource provider aggregate not found 2026-08-20 02:32:42.741 7 INFO neutron.services.segments.plugin [-] Segment c9748ca5-8782-4b1a-8ab6-a1540f66607d resource provider aggregate not found 2026-08-20 02:32:42.758 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c9748ca5-8782-4b1a-8ab6-a1540f66607d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9748ca5-8782-4b1a-8ab6-a1540f66607d found for delete ", "request_id": "req-4030b10c-4f2b-407c-9c44-62210cf7c198"}]} 2026-08-20 02:32:42.760 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c9748ca5-8782-4b1a-8ab6-a1540f66607d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9748ca5-8782-4b1a-8ab6-a1540f66607d found for delete ", "request_id": "req-d9755b24-fce8-4f9f-9025-d166e6099e4a"}]} [pid: 7|app: 0|req: 1325/2568] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:42 2026] DELETE /v2.0/networks/c6fd4e6c-e55f-4872-a328-cb2575f2f3df => 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: 1244/2569] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:32:42 2026] DELETE /v2.0/networks/f63cd5f2-e426-430e-8902-2b42637a1505 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:32:42.967 8 INFO neutron.services.segments.plugin [-] Segment 998091f3-2f98-4a16-94c7-d49f780f4048 resource provider aggregate not found 2026-08-20 02:32:42.981 8 INFO neutron.services.segments.plugin [-] Segment 998091f3-2f98-4a16-94c7-d49f780f4048 resource provider aggregate not found 2026-08-20 02:32:42.985 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 998091f3-2f98-4a16-94c7-d49f780f4048 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 998091f3-2f98-4a16-94c7-d49f780f4048 found for delete ", "request_id": "req-5423be10-1fc4-462f-9a4b-48184948ac54"}]} 2026-08-20 02:32:42.997 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 998091f3-2f98-4a16-94c7-d49f780f4048 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 998091f3-2f98-4a16-94c7-d49f780f4048 found for delete ", "request_id": "req-1e29bb3b-0c63-4ebc-b2a4-a6f162f019b7"}]} [pid: 7|app: 0|req: 1326/2570] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:43 2026] GET /v2.0/security-groups?tenant_id=ad264634181245838e52dcf83eb617f4&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2571] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:43 2026] DELETE /v2.0/security-groups/f3a17480-e098-44b6-83af-dd718b032cd8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2572] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:43 2026] GET /v2.0/security-groups?tenant_id=591063bf36174d12950ae15092a7ed34&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2573] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:43 2026] DELETE /v2.0/security-groups/ef769882-d296-4bc9-a1e0-e80b872f1fef => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2576] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:47 2026] GET /v2.0/security-groups?tenant_id=0305b88761ad4013b484a62d67f7ac13&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2577] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:47 2026] DELETE /v2.0/security-groups/d1b47991-aa88-4f60-889e-650d6c95e5ec => 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: 1330/2578] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:32:47 2026] GET /v2.0/security-groups?tenant_id=f33f9874440a4ac5bd6922b6ecde5688&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2579] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:32:48 2026] DELETE /v2.0/security-groups/9566ed10-b4a9-457e-ab13-b9d3f99ee548 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:32:57.129 7 INFO neutron.db.segments_db [None req-0ab07b57-9651-4132-ad91-820a22296df3 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Added segment d50fa623-be2f-4452-96a8-04348553d8bd of type vxlan for network ed27c282-fab3-43df-8a4a-dd4bd730e81f [pid: 7|app: 0|req: 1331/2580] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:56 2026] POST /v2.0/networks => generated 639 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2581] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:57 2026] POST /v2.0/subnets => generated 657 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2582] 10.0.0.179 () {32 vars in 722 bytes} [Thu Aug 20 02:32:57 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2583] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:57 2026] POST /v2.0/subnets => generated 731 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:57.794 7 INFO neutron.db.segments_db [None req-2474b7dc-90b3-429b-abfa-67ea92790c5b c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Added segment 122b1070-6089-417a-8e6e-8074bf422606 of type vxlan for network ebd3dc5b-6244-4df9-a7a8-c1511d64025c [pid: 7|app: 0|req: 1333/2584] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:57 2026] POST /v2.0/networks => generated 638 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2585] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:57 2026] POST /v2.0/subnets => generated 656 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2586] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:58 2026] POST /v2.0/subnets => generated 724 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:58.403 8 INFO neutron.db.segments_db [None req-54999094-5901-43e9-9ad5-516e2be011cb c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Added segment 7355575a-0109-462e-aa8d-c960938383e6 of type vxlan for network 4dd5669c-2063-4f19-bef3-0a9e60861e97 [pid: 8|app: 0|req: 1253/2587] 10.0.0.179 () {34 vars in 670 bytes} [Thu Aug 20 02:32:58 2026] POST /v2.0/networks => generated 638 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2588] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:58 2026] POST /v2.0/subnets => generated 654 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2589] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:58 2026] POST /v2.0/subnets => generated 730 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:32:58.963 7 INFO neutron.db.segments_db [None req-5ef8e768-5c1d-4062-b8a8-b9a167f7f258 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Added segment 19ab9a9b-e270-4c93-b474-3090efa8faab of type vxlan for network 8811f525-357a-4bcc-a2d6-b4d6f994812e 2026-08-20 02:32:59.172 7 INFO neutron.db.l3_hamode_db [None req-5ef8e768-5c1d-4062-b8a8-b9a167f7f258 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 02:32:59.879 7 INFO neutron.db.l3_hamode_db [None req-5ef8e768-5c1d-4062-b8a8-b9a167f7f258 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1336/2590] 10.0.0.179 () {34 vars in 669 bytes} [Thu Aug 20 02:32:58 2026] POST /v2.0/routers => generated 685 bytes in 1756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2593] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:33:00 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/add_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2594] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:33:01 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2595] 10.0.0.179 () {34 vars in 783 bytes} [Thu Aug 20 02:33:03 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/add_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2596] 10.0.0.179 () {34 vars in 684 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-groups => generated 1630 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2597] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2598] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2599] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2600] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2601] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2602] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2603] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2604] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:05 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: 1261/2605] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2606] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2607] 10.0.0.179 () {34 vars in 695 bytes} [Thu Aug 20 02:33:05 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: 7|app: 0|req: 1346/2608] 10.0.0.233 () {34 vars in 1096 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1717414800&fields=id&tenant_id=e37b444fffc742b6ad1b8fd9293df45d => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2609] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2610] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/quotas/e37b444fffc742b6ad1b8fd9293df45d => 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: 1264/2611] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&fields=id => generated 287 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2612] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=segments => generated 14 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2613] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1349/2614] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:08 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2615] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:33:13 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 705 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2616] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:33:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e37b444fffc742b6ad1b8fd9293df45d => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2617] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:33:13 2026] POST /v2.0/ports => generated 1183 bytes in 457 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: 1268/2618] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:13 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1198 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2619] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:14 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2620] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:33:13 2026] PUT /v2.0/ports/e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => generated 1464 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:33:14.235 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eeda55a-4bcb-4100-8590-d63e37cae647'] response: {'name': 'network-changed', 'server_uuid': 'cd0a319b-71a6-489b-ad83-fc59d49b1fbd', 'tag': 'e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1270/2621] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:33:14 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1352/2622] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:33:14 2026] GET /v2.0/networks?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&shared=False => generated 2376 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2623] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:33:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2624] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:33:15 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2625] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:33:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.127&port_id=e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => 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: 1354/2626] 199.19.213.186 () {34 vars in 1104 bytes} [Thu Aug 20 02:33:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => 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: 1273/2627] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:33:15 2026] GET /v2.0/subnets?id=be12bcee-cd8d-473b-ae8d-f58e3620a269&id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2628] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:16 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2629] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:16 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2630] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:33:16 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1275/2631] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:33:16 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1277/2634] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:19 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2635] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:19 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2636] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:24 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2637] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:24 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2638] 10.0.0.179 () {32 vars in 818 bytes} [Thu Aug 20 02:33:24 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&mac_address=fa%3A16%3A3e%3Ab4%3A9c%3Afa => generated 1200 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:33:25.228 7 INFO neutron.db.l3_db [None req-4ff17217-2db3-4904-8b4e-a871057797c4 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Floating IP d37b0579-8274-4d97-a3b5-840deb127262 associated. External IP: 10.96.250.203, port: e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803. [pid: 7|app: 0|req: 1360/2639] 10.0.0.179 () {34 vars in 677 bytes} [Thu Aug 20 02:33:24 2026] POST /v2.0/floatingips => generated 855 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:33:25.602 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ba535c5-7edf-4941-b0e1-94a36ced43a3'] response: {'name': 'network-changed', 'server_uuid': 'cd0a319b-71a6-489b-ad83-fc59d49b1fbd', 'tag': 'e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2640] 10.0.0.233 () {34 vars in 1096 bytes} [Thu Aug 20 02:33:25 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1717414800&fields=id&tenant_id=e37b444fffc742b6ad1b8fd9293df45d => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2641] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:33:25 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2642] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:33:25 2026] GET /v2.0/quotas/e37b444fffc742b6ad1b8fd9293df45d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2643] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:33:25 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&fields=id => generated 333 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2644] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:33:25 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2645] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:33:25 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1283/2646] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2647] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2648] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2649] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.127&port_id=e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2650] 199.19.213.186 () {34 vars in 1104 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => 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: 1286/2651] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/subnets?id=be12bcee-cd8d-473b-ae8d-f58e3620a269&id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 1409 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2652] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2653] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2654] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2655] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:33:26 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1368/2656] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:33:30 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2657] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:33:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e37b444fffc742b6ad1b8fd9293df45d => generated 179 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2658] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:33:30 2026] POST /v2.0/ports => generated 1183 bytes in 407 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: 1290/2659] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:33:30 2026] PUT /v2.0/ports/64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => generated 1464 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2660] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:31 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1198 bytes in 78 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: 1291/2663] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:31 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:33:31.496 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45b560ba-e0af-4a63-b30c-798da49d2fab'] response: {'name': 'network-changed', 'server_uuid': 'd6352a7e-df5a-44c6-b845-bf369accc411', 'tag': '64b9b2e9-5270-4990-a0cd-a4ca66e0b11b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1373/2664] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:33:32 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2665] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:33:32 2026] GET /v2.0/networks?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&shared=False => generated 2376 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2666] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:33:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2667] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:33:32 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2668] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:32 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2669] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2670] 199.19.213.186 () {34 vars in 1056 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => 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: 1295/2671] 199.19.213.186 () {34 vars in 1106 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A288&port_id=64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => 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: 1377/2672] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/subnets?id=85f36fbb-6266-4a98-ac28-f60c947e393f&id=60414a48-faca-426e-b4ee-da068873c2b7 => generated 1413 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2673] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2674] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&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: 1297/2675] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1379/2676] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:33:33 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1298/2677] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:36 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2678] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:36 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2679] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:33:41 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2680] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:41 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2681] 10.0.0.179 () {32 vars in 818 bytes} [Thu Aug 20 02:33:41 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&mac_address=fa%3A16%3A3e%3Aa6%3A73%3A5e => generated 1200 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:33:42.601 7 INFO neutron.db.l3_db [None req-341b7e86-3343-4b22-b854-54ba6ce9c081 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Floating IP f3c07e30-be23-4536-be94-375c3af41dc4 associated. External IP: 10.96.250.209, port: 64b9b2e9-5270-4990-a0cd-a4ca66e0b11b. [pid: 7|app: 0|req: 1382/2682] 10.0.0.179 () {34 vars in 677 bytes} [Thu Aug 20 02:33:41 2026] POST /v2.0/floatingips => generated 854 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 02:33:42.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38f5809e-57ec-46ab-8736-17f8adf7d33f'] response: {'name': 'network-changed', 'server_uuid': 'd6352a7e-df5a-44c6-b845-bf369accc411', 'tag': '64b9b2e9-5270-4990-a0cd-a4ca66e0b11b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2683] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2684] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2685] 199.19.213.186 () {34 vars in 1056 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2686] 199.19.213.186 () {34 vars in 1106 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A288&port_id=64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => 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: 1303/2687] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/subnets?id=85f36fbb-6266-4a98-ac28-f60c947e393f&id=60414a48-faca-426e-b4ee-da068873c2b7 => 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: 1385/2688] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&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: 1304/2689] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2690] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2691] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:33:43 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1388/2694] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 02:33:47 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1469 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2695] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 02:33:47 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2696] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:33:59 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2697] 10.0.0.129 () {30 vars in 690 bytes} [Thu Aug 20 02:34:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2698] 10.0.0.129 () {30 vars in 692 bytes} [Thu Aug 20 02:34:00 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: 1309/2699] 10.0.0.129 () {30 vars in 668 bytes} [Thu Aug 20 02:34:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2700] 10.0.0.129 () {30 vars in 704 bytes} [Thu Aug 20 02:34:00 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: 1310/2701] 10.0.0.129 () {28 vars in 439 bytes} [Thu Aug 20 02:34:00 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: 1392/2702] 10.0.0.129 () {30 vars in 728 bytes} [Thu Aug 20 02:34:00 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 657 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2703] 10.0.0.129 () {30 vars in 690 bytes} [Thu Aug 20 02:34:00 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: 1393/2704] 10.0.0.129 () {30 vars in 692 bytes} [Thu Aug 20 02:34:00 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: 1312/2705] 10.0.0.129 () {30 vars in 668 bytes} [Thu Aug 20 02:34:00 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: 1394/2706] 10.0.0.129 () {30 vars in 704 bytes} [Thu Aug 20 02:34:00 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: 1313/2707] 10.0.0.129 () {30 vars in 728 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2708] 10.0.0.129 () {30 vars in 690 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2709] 10.0.0.129 () {30 vars in 692 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2710] 10.0.0.129 () {30 vars in 668 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2711] 10.0.0.129 () {30 vars in 704 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2712] 10.0.0.129 () {30 vars in 730 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2713] 10.0.0.129 () {30 vars in 682 bytes} [Thu Aug 20 02:34:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2716] 10.0.0.129 () {34 vars in 704 bytes} [Thu Aug 20 02:34:01 2026] POST /v2.0/ports => generated 1132 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2717] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1399/2718] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2719] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2720] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2721] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2722] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:34:04 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: 1322/2723] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2724] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2725] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:34:04.784 7 INFO neutron.api.v2.resource [None req-275d00bd-9c9e-45b8-8a9a-5d9f4851d6c6 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1403/2726] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/security-groups/lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2727] 199.19.213.186 () {30 vars in 785 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/security-groups?name=lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2728] 199.19.213.186 () {34 vars in 736 bytes} [Thu Aug 20 02:34:04 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: 1325/2729] 199.19.213.186 () {30 vars in 815 bytes} [Thu Aug 20 02:34:04 2026] GET /v2.0/security-group-rules?security_group_id=c301262f-d630-4c87-bc40-49966bc91ea5 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2730] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:34:04 2026] PUT /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2731] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:34:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1406/2732] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:34:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2733] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:34: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: 7|app: 0|req: 1407/2734] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:34:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2735] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:34:05 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2736] 10.0.0.233 () {34 vars in 1016 bytes} [Thu Aug 20 02:34:12 2026] GET /v2.0/security-groups?id=f46531ef-5e23-475a-a51c-689c55ac2640&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2737] 10.0.0.233 () {34 vars in 982 bytes} [Thu Aug 20 02:34:12 2026] GET /v2.0/networks?id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2738] 10.0.0.233 () {34 vars in 965 bytes} [Thu Aug 20 02:34:12 2026] GET /v2.0/quotas/b79ac7c18a424fe79b3f7a7cf09794d9 => 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: 1330/2739] 10.0.0.233 () {34 vars in 1002 bytes} [Thu Aug 20 02:34:12 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2740] 10.0.0.233 () {34 vars in 1008 bytes} [Thu Aug 20 02:34:12 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2741] 10.0.0.233 () {34 vars in 1108 bytes} [Thu Aug 20 02:34:12 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1411/2742] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:13 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1332/2743] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:13 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1412/2744] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:16 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1333/2745] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:16 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1335/2748] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:19 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1414/2749] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:19 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1336/2750] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:34:20 2026] GET /v2.0/networks?id=d067c518-4b28-4882-9ecc-59af6100cc43 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2751] 199.19.213.186 () {34 vars in 1050 bytes} [Thu Aug 20 02:34:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9 => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2752] 199.19.213.186 () {38 vars in 955 bytes} [Thu Aug 20 02:34:20 2026] POST /v2.0/ports => generated 1078 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2753] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:34:20 2026] PUT /v2.0/ports/2d51256a-1adb-4517-9168-b40fcab83ca0 => generated 1239 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:34:20.862 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3306d00-878c-4b43-b7ab-0e6e41fe4201'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '2d51256a-1adb-4517-9168-b40fcab83ca0', '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: 1338/2754] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:34:21 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1242 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: 1417/2755] 199.19.213.186 () {34 vars in 1018 bytes} [Thu Aug 20 02:34:21 2026] GET /v2.0/networks?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2756] 199.19.213.186 () {34 vars in 930 bytes} [Thu Aug 20 02:34:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2757] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:21 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2758] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:34:21 2026] GET /v2.0/security-groups?id=f46531ef-5e23-475a-a51c-689c55ac2640&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: 7|app: 0|req: 1419/2759] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2760] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2761] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => 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: 1342/2762] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2763] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2764] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1422/2765] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:34:22 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1344/2766] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:24 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2767] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:34:24 2026] GET /v2.0/security-groups?id=f46531ef-5e23-475a-a51c-689c55ac2640&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2768] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:25 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1424/2769] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:34:26 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2770] 199.19.213.186 () {34 vars in 1044 bytes} [Thu Aug 20 02:34:26 2026] GET /v2.0/security-groups?id=f46531ef-5e23-475a-a51c-689c55ac2640&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2771] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:27 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1347/2772] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:34:27 2026] GET /v2.0/security-groups?id=f46531ef-5e23-475a-a51c-689c55ac2640&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2773] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:27 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2774] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:30 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1427/2775] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:34:30 2026] GET /v2.0/security-groups?id=f46531ef-5e23-475a-a51c-689c55ac2640&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2776] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:34:30 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2783] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2784] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2785] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:05 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: 1354/2786] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:05 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: 1433/2787] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:05 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2788] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:35:05 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1434/2789] 199.19.213.186 () {34 vars in 717 bytes} [Thu Aug 20 02:35:05 2026] POST /v2.0/ports => generated 1059 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2790] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:35:06 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2791] 10.0.0.233 () {34 vars in 907 bytes} [Thu Aug 20 02:35:06 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: 1357/2792] 199.19.213.186 () {34 vars in 1262 bytes} [Thu Aug 20 02:35:07 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2793] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:07 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1358/2794] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:07 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2795] 199.19.213.186 () {34 vars in 975 bytes} [Thu Aug 20 02:35:07 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2796] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:07 2026] GET /v2.0/networks?id=ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2797] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:35:07 2026] PUT /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1249 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:35:08.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a600e9ad-f666-4fe1-8d65-d2acdbae149b'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': 'd5018f4f-afc5-4cff-af40-20bf04588129', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1360/2798] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:35:08 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2799] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:08 2026] GET /v2.0/networks?id=ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2800] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => 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: 1440/2801] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:08 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2802] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:08 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2803] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:09 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2804] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:09 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2805] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2806] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => 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: 1443/2807] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2808] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2809] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1366/2810] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1445/2811] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => 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: 1367/2812] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2813] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2814] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1447/2815] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:10 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1369/2816] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:35:14 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1251 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2817] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:35:14 2026] PUT /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1276 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:35:14.938 8 INFO neutron.api.v2.resource [None req-b184e8b1-46b4-4b1a-b4bc-c3c9ee9c6473 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1370/2818] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:35:14 2026] GET /v2.0/security-groups/lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:35:14.952 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-876f974a-3d15-43da-ada1-d1626bbc0530'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': 'd5018f4f-afc5-4cff-af40-20bf04588129', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1449/2819] 199.19.213.186 () {30 vars in 785 bytes} [Thu Aug 20 02:35:14 2026] GET /v2.0/security-groups?name=lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2820] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:35:14 2026] PUT /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1314 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:35:15.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14307b78-b0e3-4530-97c9-14604146cc65'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': 'd5018f4f-afc5-4cff-af40-20bf04588129', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/2821] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1372/2822] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35: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: 1451/2823] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35: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: 1373/2824] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35: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: 1452/2825] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2826] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2827] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2828] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2829] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2830] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/networks?id=ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 802 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2831] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2832] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2833] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2834] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2835] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2836] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2837] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1459/2838] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:15 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1461/2841] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:35:16 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2842] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:16 2026] GET /v2.0/networks?id=ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2843] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => 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: 1382/2844] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:16 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2845] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:16 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&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: 1383/2846] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:16 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1464/2847] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:17 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:35:22.837 8 INFO neutron.db.l3_db [None req-1859e34d-2ea1-4fd3-9fe4-6b00efb0373e c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Floating IP d0b92503-d588-4a53-b4ab-23e5caf08ec8 associated. External IP: 10.96.250.204, port: 914e0e69-54f8-4e72-98e0-afd4d71ca2c4. [pid: 8|app: 0|req: 1384/2848] 10.0.0.179 () {34 vars in 677 bytes} [Thu Aug 20 02:35:22 2026] POST /v2.0/floatingips => generated 899 bytes in 1023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2849] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:26 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: 1385/2850] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2851] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:26 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: 1386/2852] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:26 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-08-20 02:35:26.626 7 INFO neutron.api.v2.resource [None req-138fad50-2538-44cb-bdcb-2ea6444a3f44 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/2853] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:35:26 2026] GET /v2.0/security-groups/lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2854] 199.19.213.186 () {30 vars in 785 bytes} [Thu Aug 20 02:35:26 2026] GET /v2.0/security-groups?name=lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2855] 199.19.213.186 () {30 vars in 815 bytes} [Thu Aug 20 02:35:26 2026] GET /v2.0/security-group-rules?security_group_id=c301262f-d630-4c87-bc40-49966bc91ea5 => generated 1182 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2856] 199.19.213.186 () {34 vars in 747 bytes} [Thu Aug 20 02:35:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2857] 199.19.213.186 () {34 vars in 747 bytes} [Thu Aug 20 02:35:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2860] 10.0.0.129 () {30 vars in 690 bytes} [Thu Aug 20 02:35:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2861] 10.0.0.129 () {30 vars in 692 bytes} [Thu Aug 20 02:35:34 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: 1391/2862] 10.0.0.129 () {30 vars in 668 bytes} [Thu Aug 20 02:35:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2863] 10.0.0.129 () {30 vars in 704 bytes} [Thu Aug 20 02:35:34 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: 1392/2864] 10.0.0.129 () {28 vars in 439 bytes} [Thu Aug 20 02:35:35 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: 1473/2865] 10.0.0.129 () {30 vars in 728 bytes} [Thu Aug 20 02:35:35 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2866] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2867] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:36 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: 1394/2868] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:37 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: 1475/2869] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:37 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: 1395/2870] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:37 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2871] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:35:37 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2872] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2873] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2874] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2875] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:37 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: 8|app: 0|req: 1398/2876] 199.19.213.186 () {34 vars in 717 bytes} [Thu Aug 20 02:35:37 2026] POST /v2.0/ports => generated 1324 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2877] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:35:38 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1399/2878] 10.0.0.233 () {34 vars in 907 bytes} [Thu Aug 20 02:35:38 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2879] 199.19.213.186 () {34 vars in 1262 bytes} [Thu Aug 20 02:35:39 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2880] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:39 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2881] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:39 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1401/2882] 199.19.213.186 () {34 vars in 975 bytes} [Thu Aug 20 02:35:40 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1324 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2883] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:40 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2884] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:35:40 2026] PUT /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1514 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:35:40.582 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bf0c7b5-9ef4-432e-ad5c-c7af31d0286a'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '12cf32e0-2f5a-4064-b875-64e6b6806cf1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1483/2885] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4092 bytes in 41 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: 1403/2886] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2887] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2888] 199.19.213.186 () {34 vars in 1102 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => 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: 1485/2889] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/subnets?id=be12bcee-cd8d-473b-ae8d-f58e3620a269&id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2890] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2891] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2892] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1487/2893] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:41 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2894] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4092 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2895] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => 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: 1408/2896] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2897] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&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: 1409/2898] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1490/2899] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1410/2900] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2901] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2902] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2903] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1412/2904] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1493/2905] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2906] 199.19.213.186 () {34 vars in 1102 bytes} [Thu Aug 20 02:35:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2907] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:35:43 2026] GET /v2.0/subnets?id=be12bcee-cd8d-473b-ae8d-f58e3620a269&id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2908] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:43 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2909] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:35:43 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&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: 1415/2910] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:43 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1496/2911] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:43 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1417/2914] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:35:46 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2915] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:35:46 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2916] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2917] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/subnets/be12bcee-cd8d-473b-ae8d-f58e3620a269 => generated 742 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2918] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:47 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: 1500/2919] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2920] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:47 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: 1501/2921] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:47 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: 1421/2922] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2923] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2924] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2925] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2926] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2927] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2928] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:47 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2929] 10.0.0.129 () {30 vars in 690 bytes} [Thu Aug 20 02:35:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2930] 10.0.0.129 () {30 vars in 692 bytes} [Thu Aug 20 02:35:55 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: 1506/2931] 10.0.0.129 () {30 vars in 668 bytes} [Thu Aug 20 02:35:55 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: 1426/2932] 10.0.0.129 () {30 vars in 704 bytes} [Thu Aug 20 02:35:55 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: 1507/2933] 10.0.0.129 () {28 vars in 439 bytes} [Thu Aug 20 02:35:56 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2934] 10.0.0.129 () {30 vars in 728 bytes} [Thu Aug 20 02:35:56 2026] GET /v2.0/subnets/60414a48-faca-426e-b4ee-da068873c2b7 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2935] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2936] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:56 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: 1509/2937] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2938] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2939] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:57 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 674 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2940] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:35:57 2026] GET /v2.0/subnets/60414a48-faca-426e-b4ee-da068873c2b7 => generated 672 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2941] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:35:57 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2942] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:35:57 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: 1512/2943] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:35:57 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: 1432/2944] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:35:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2945] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:35:57 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: 1433/2946] 199.19.213.186 () {34 vars in 717 bytes} [Thu Aug 20 02:35:57 2026] POST /v2.0/ports => generated 1328 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2947] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:35:57 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1434/2948] 199.19.213.186 () {34 vars in 1262 bytes} [Thu Aug 20 02:35:58 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4?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: 7|app: 0|req: 1515/2949] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:35:58 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1435/2950] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:35:58 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2951] 199.19.213.186 () {34 vars in 975 bytes} [Thu Aug 20 02:35:59 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1328 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2952] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:35:59 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2953] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:35:59 2026] PUT /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1518 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:35:59.857 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-484b3be5-28a0-4682-be41-eda476f6e511'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '74c614ff-4fbe-4f7f-81ee-ff7f73a665d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2954] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 5604 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1518/2955] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => 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: 1438/2956] 199.19.213.186 () {34 vars in 1056 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.12&port_id=74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => 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: 1519/2957] 199.19.213.186 () {34 vars in 1106 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A114&port_id=74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2958] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/subnets?id=85f36fbb-6266-4a98-ac28-f60c947e393f&id=60414a48-faca-426e-b4ee-da068873c2b7 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2959] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2960] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2961] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1441/2962] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:00 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1443/2965] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:01 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 5604 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2966] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2967] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:01 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2968] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:01 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2969] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:01 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2970] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:01 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1446/2971] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => 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: 1526/2972] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2973] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2974] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1448/2975] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1528/2976] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2977] 199.19.213.186 () {34 vars in 1102 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => 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: 1529/2978] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/subnets?id=be12bcee-cd8d-473b-ae8d-f58e3620a269&id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2979] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2980] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2981] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1531/2982] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2983] 199.19.213.186 () {34 vars in 1056 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.12&port_id=74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => 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: 1532/2984] 199.19.213.186 () {34 vars in 1106 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A114&port_id=74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2985] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/subnets?id=85f36fbb-6266-4a98-ac28-f60c947e393f&id=60414a48-faca-426e-b4ee-da068873c2b7 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2986] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&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: 1454/2987] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&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: 1534/2988] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1455/2989] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:02 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1535/2990] 10.0.0.233 () {34 vars in 971 bytes} [Thu Aug 20 02:36:06 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2991] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:06 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2992] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:06 2026] GET /v2.0/subnets/60414a48-faca-426e-b4ee-da068873c2b7 => generated 672 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2993] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:06 2026] GET /v2.0/subnets/85f36fbb-6266-4a98-ac28-f60c947e393f => generated 748 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2994] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:06 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2995] 199.19.213.186 () {34 vars in 790 bytes} [Thu Aug 20 02:36:07 2026] PUT /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1255 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:07.343 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e7cb012-2ade-454b-b3d7-cc3fc00c2b15'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '12cf32e0-2f5a-4064-b875-64e6b6806cf1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1538/2996] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1459/2997] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2998] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2999] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:07 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: 1540/3000] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3001] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:07 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: 1541/3002] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3003] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3004] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3005] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => 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: 1543/3006] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3007] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3008] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3009] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 5381 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3010] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 801 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3011] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => 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: 1546/3012] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:07 2026] GET /v2.0/subnets?id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3013] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:08 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&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: 1547/3014] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:08 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1468/3015] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:08 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3018] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:20 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: 1470/3019] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:20 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: 1550/3020] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:20 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: 1471/3021] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:20 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: 1551/3022] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3023] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:20 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 5381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3024] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:21 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: 1473/3025] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:21 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: 1553/3026] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:21 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: 1474/3027] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3028] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1520 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3029] 199.19.213.186 () {34 vars in 790 bytes} [Thu Aug 20 02:36:21 2026] PUT /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1251 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:21.563 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-192745a8-c802-41f0-82bf-9a156c23a42a'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '74c614ff-4fbe-4f7f-81ee-ff7f73a665d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1555/3030] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 798 bytes in 59 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: 1476/3031] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/subnets/60414a48-faca-426e-b4ee-da068873c2b7 => generated 672 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3032] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1287 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3033] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:36:21 2026] PUT /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1080 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3034] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:21 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 798 bytes in 37 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: 1478/3035] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3036] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3037] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => 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: 1559/3038] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4977 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3039] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3040] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:22 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1481/3041] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:23 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:23.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89db37e0-78bd-42fc-a741-5273b605b93b'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '74c614ff-4fbe-4f7f-81ee-ff7f73a665d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1561/3042] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3043] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => 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: 1562/3044] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3045] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1483/3046] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3047] 199.19.213.186 () {34 vars in 975 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3048] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3049] 199.19.213.186 () {34 vars in 1016 bytes} [Thu Aug 20 02:36:24 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1485/3050] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:36:24 2026] PUT /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 917 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3051] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3869 bytes in 41 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-08-20 02:36:25.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e7e6eb0-36a4-4af3-98c8-eaf4cdd288b9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 2026-08-20 02:36:25.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7e6eb0-36a4-4af3-98c8-eaf4cdd288b9 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 [pid: 8|app: 0|req: 1486/3052] 199.19.213.186 () {32 vars in 759 bytes} [Thu Aug 20 02:36:25 2026] DELETE /v2.0/ports/74c614ff-4fbe-4f7f-81ee-ff7f73a665d4 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3053] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:25 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: 1487/3054] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:25 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: 1568/3055] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:25 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: 1488/3056] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3057] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3058] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3059] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3060] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3061] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3062] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:25 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3063] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3064] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3869 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3065] 199.19.213.186 () {34 vars in 1226 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks?id=d067c518-4b28-4882-9ecc-59af6100cc43&id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 3097 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3066] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => 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: 1574/3067] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3068] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&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: 1575/3069] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1495/3070] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3071] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => 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: 1496/3072] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3073] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3074] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1578/3075] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1498/3076] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3077] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/subnets?id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3078] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3079] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1500/3080] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:26 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1502/3083] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:31 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: 1582/3084] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:31 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: 1503/3085] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3086] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3087] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3869 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3088] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:31 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: 1505/3089] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:31 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: 1585/3090] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:31 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: 1506/3091] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3092] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:31 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3093] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:36:32 2026] PUT /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1080 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:32.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c6f94b7-c818-49f3-9705-18fffbdd85b1'] response: {'name': 'network-changed', 'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'tag': '12cf32e0-2f5a-4064-b875-64e6b6806cf1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1587/3094] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 798 bytes in 35 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: 1508/3095] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3096] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3097] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3098] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3099] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1590/3100] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:32 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1511/3101] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:33 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3102] 199.19.213.186 () {34 vars in 975 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3103] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1?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: 7|app: 0|req: 1592/3104] 199.19.213.186 () {34 vars in 1016 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3105] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:34 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 3694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3106] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:36:34 2026] PUT /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => generated 917 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3107] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:35 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 58 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-08-20 02:36:35.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-278c8b41-e6f6-42e2-8286-dd7622be1301 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 12cf32e0-2f5a-4064-b875-64e6b6806cf1 2026-08-20 02:36:35.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-278c8b41-e6f6-42e2-8286-dd7622be1301 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 12cf32e0-2f5a-4064-b875-64e6b6806cf1 [pid: 7|app: 0|req: 1594/3108] 199.19.213.186 () {32 vars in 759 bytes} [Thu Aug 20 02:36:35 2026] DELETE /v2.0/ports/12cf32e0-2f5a-4064-b875-64e6b6806cf1 => 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: 1515/3109] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:35 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: 1595/3110] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3111] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:36 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: 1596/3112] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3113] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => 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: 1597/3114] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3115] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3116] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3117] 199.19.213.186 () {30 vars in 743 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3118] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3119] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3120] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3121] 199.19.213.186 () {34 vars in 1146 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/networks?id=d067c518-4b28-4882-9ecc-59af6100cc43&id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3122] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => 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: 1522/3123] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3124] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3125] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3126] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1524/3127] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:36:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.177&port_id=d5018f4f-afc5-4cff-af40-20bf04588129 => generated 19 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3128] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/subnets?id=f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3129] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/ports?network_id=ed27c282-fab3-43df-8a4a-dd4bd730e81f&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: 1605/3130] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1526/3131] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:37 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?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: 1528/3134] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:47 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: 1607/3135] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:47 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: 1529/3136] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:47 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: 1608/3137] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:47 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-08-20 02:36:47.461 8 INFO neutron.api.v2.resource [None req-6ee2e9af-904f-46ea-be99-8bc58eb18596 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3138] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:36:47 2026] GET /v2.0/security-groups/lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => 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: 1609/3139] 199.19.213.186 () {30 vars in 785 bytes} [Thu Aug 20 02:36:47 2026] GET /v2.0/security-groups?name=lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3140] 199.19.213.186 () {30 vars in 815 bytes} [Thu Aug 20 02:36:47 2026] GET /v2.0/security-group-rules?security_group_id=c301262f-d630-4c87-bc40-49966bc91ea5 => generated 2334 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3141] 199.19.213.186 () {32 vars in 789 bytes} [Thu Aug 20 02:36:47 2026] DELETE /v2.0/security-group-rules/1552ab34-478d-4557-b07f-14c128a7d757 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3142] 199.19.213.186 () {32 vars in 789 bytes} [Thu Aug 20 02:36:47 2026] DELETE /v2.0/security-group-rules/a56cb3b9-99fa-403f-b5bc-d37b7d413d9b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:51.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eb16b81-fbb7-4a9c-88b7-56ceebab5f61 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: 7c83ae74-cb6b-446a-9af6-6065f711b19e 2026-08-20 02:36:51.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eb16b81-fbb7-4a9c-88b7-56ceebab5f61 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: 7c83ae74-cb6b-446a-9af6-6065f711b19e 2026-08-20 02:36:51.537 7 INFO neutron.db.l3_db [None req-8eb16b81-fbb7-4a9c-88b7-56ceebab5f61 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Floating IP d0b92503-d588-4a53-b4ab-23e5caf08ec8 disassociated (deleted). External IP: 10.96.250.204, port: 914e0e69-54f8-4e72-98e0-afd4d71ca2c4. [pid: 7|app: 0|req: 1611/3143] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:36:51 2026] DELETE /v2.0/floatingips/d0b92503-d588-4a53-b4ab-23e5caf08ec8 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:51.933 8 INFO neutron.api.v2.resource [None req-98c24afd-c7ca-4caf-9efd-1742da7443b6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3144] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:36:51 2026] GET /v2.0/floatingips/d0b92503-d588-4a53-b4ab-23e5caf08ec8 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3145] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3146] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:52 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: 1613/3147] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3148] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:36:52.837 7 INFO neutron.api.v2.resource [None req-89c75ca0-7949-4306-8b5b-485004bf6a70 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3149] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:36:52 2026] GET /v2.0/security-groups/lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3150] 199.19.213.186 () {30 vars in 785 bytes} [Thu Aug 20 02:36:52 2026] GET /v2.0/security-groups?name=lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3151] 199.19.213.186 () {30 vars in 815 bytes} [Thu Aug 20 02:36:52 2026] GET /v2.0/security-group-rules?security_group_id=c301262f-d630-4c87-bc40-49966bc91ea5 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3152] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:52 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: 1616/3153] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3154] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:53 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: 1617/3155] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:53 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: 1539/3156] 199.19.213.186 () {30 vars in 741 bytes} [Thu Aug 20 02:36:53 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3157] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:53 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3158] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:53 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3159] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:53 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3160] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:54 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3161] 199.19.213.186 () {34 vars in 975 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3162] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3163] 199.19.213.186 () {34 vars in 1016 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3164] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:55 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3165] 199.19.213.186 () {38 vars in 1028 bytes} [Thu Aug 20 02:36:55 2026] PUT /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1151 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3166] 199.19.213.186 () {30 vars in 769 bytes} [Thu Aug 20 02:36:56 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1244 bytes in 41 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: 1623/3167] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:36:56 2026] PUT /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1090 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3168] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:56 2026] GET /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 1090 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: 8|app: 0|req: 1546/3169] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports?tenant_id=b79ac7c18a424fe79b3f7a7cf09794d9&device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => 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: 1547/3170] 199.19.213.186 () {34 vars in 1066 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/networks?id=d067c518-4b28-4882-9ecc-59af6100cc43&id=ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 1523 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3171] 199.19.213.186 () {34 vars in 1060 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.35&port_id=2d51256a-1adb-4517-9168-b40fcab83ca0 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:36:57.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-c98bc5ef-6bf6-4450-9beb-88352c22e65e 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: d5018f4f-afc5-4cff-af40-20bf04588129 2026-08-20 02:36:57.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c98bc5ef-6bf6-4450-9beb-88352c22e65e 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: d5018f4f-afc5-4cff-af40-20bf04588129 [pid: 8|app: 0|req: 1549/3172] 199.19.213.186 () {34 vars in 984 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/subnets?id=99093b30-925d-4375-bd70-54d18977cc33 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3173] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports?network_id=d067c518-4b28-4882-9ecc-59af6100cc43&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3174] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3175] 199.19.213.186 () {32 vars in 759 bytes} [Thu Aug 20 02:36:56 2026] DELETE /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3176] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/networks/d067c518-4b28-4882-9ecc-59af6100cc43?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: 1625/3177] 199.19.213.186 () {30 vars in 703 bytes} [Thu Aug 20 02:36:57 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: 1553/3178] 199.19.213.186 () {30 vars in 705 bytes} [Thu Aug 20 02:36:57 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: 1626/3179] 199.19.213.186 () {30 vars in 681 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3180] 199.19.213.186 () {30 vars in 717 bytes} [Thu Aug 20 02:36:57 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) 2026-08-20 02:36:57.546 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f351f7e4-894c-4b6c-89bd-0ecd99166c05 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3181] 199.19.213.186 () {32 vars in 759 bytes} [Thu Aug 20 02:36:57 2026] DELETE /v2.0/ports/d5018f4f-afc5-4cff-af40-20bf04588129 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3182] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:36:57.624 7 INFO neutron.api.v2.resource [None req-ea11ee92-e94b-4c91-8ee2-ecb9cce64536 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3183] 199.19.213.186 () {30 vars in 763 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/security-groups/lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3184] 199.19.213.186 () {30 vars in 785 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/security-groups?name=lb-135c64be-3fb4-44b5-92b2-f8f46c87f002 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3185] 199.19.213.186 () {30 vars in 737 bytes} [Thu Aug 20 02:36:57 2026] GET /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3186] 199.19.213.186 () {34 vars in 789 bytes} [Thu Aug 20 02:36:57 2026] PUT /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 1094 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3187] 199.19.213.186 () {32 vars in 779 bytes} [Thu Aug 20 02:36:57 2026] DELETE /v2.0/security-groups/c301262f-d630-4c87-bc40-49966bc91ea5 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:36:58.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ac18dd2-126d-499f-89e9-4a2160c07843 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 914e0e69-54f8-4e72-98e0-afd4d71ca2c4 2026-08-20 02:36:58.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac18dd2-126d-499f-89e9-4a2160c07843 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 914e0e69-54f8-4e72-98e0-afd4d71ca2c4 [pid: 8|app: 0|req: 1558/3188] 199.19.213.186 () {32 vars in 759 bytes} [Thu Aug 20 02:36:57 2026] DELETE /v2.0/ports/914e0e69-54f8-4e72-98e0-afd4d71ca2c4 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3189] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:37:00 2026] GET /v2.0/ports?device_id=5e676aab-9bf0-4256-924e-2b1600d9fe2d => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:00.984 8 INFO neutron_taas.services.taas.taas_plugin [req-bc95b45e-46bb-4191-b700-6edc466564d2 req-4ab3fc7c-4dab-4526-8abb-41e87e033f10 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] TaaS: Handle Delete Port: 2d51256a-1adb-4517-9168-b40fcab83ca0 2026-08-20 02:37:00.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bc95b45e-46bb-4191-b700-6edc466564d2 req-4ab3fc7c-4dab-4526-8abb-41e87e033f10 8a2755b226e048edb34b127f15974fb2 b79ac7c18a424fe79b3f7a7cf09794d9 - - default default] Tap Mirror: Handle Delete Port: 2d51256a-1adb-4517-9168-b40fcab83ca0 [pid: 8|app: 0|req: 1559/3190] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:37:00 2026] DELETE /v2.0/ports/2d51256a-1adb-4517-9168-b40fcab83ca0 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:01.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33b28b62-0420-4a46-9c99-8b81412db773'] response: {'server_uuid': '5e676aab-9bf0-4256-924e-2b1600d9fe2d', 'name': 'network-vif-deleted', 'tag': '2d51256a-1adb-4517-9168-b40fcab83ca0', 'status': 'completed', 'code': 200} 2026-08-20 02:37:02.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-a826ee3c-d9d4-4c0e-9bc7-077ae91daabf c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: 72853357-6422-4b70-b7f9-314c4166e96e 2026-08-20 02:37:02.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a826ee3c-d9d4-4c0e-9bc7-077ae91daabf c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: 72853357-6422-4b70-b7f9-314c4166e96e 2026-08-20 02:37:02.452 8 INFO neutron.db.l3_db [None req-a826ee3c-d9d4-4c0e-9bc7-077ae91daabf c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Floating IP f3c07e30-be23-4536-be94-375c3af41dc4 disassociated (deleted). External IP: 10.96.250.209, port: 64b9b2e9-5270-4990-a0cd-a4ca66e0b11b. [pid: 8|app: 0|req: 1561/3193] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:37:02 2026] DELETE /v2.0/floatingips/f3c07e30-be23-4536-be94-375c3af41dc4 => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:02.762 7 INFO neutron.api.v2.resource [None req-9e175522-40fb-45c3-b984-9fe24e4a744b c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3194] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:37:02 2026] GET /v2.0/floatingips/f3c07e30-be23-4536-be94-375c3af41dc4 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3195] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:37:02 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3196] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:02 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:03.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31f624b3-f13f-447d-9f26-64070a1d6f64'] response: {'name': 'network-changed', 'server_uuid': 'd6352a7e-df5a-44c6-b845-bf369accc411', 'tag': '64b9b2e9-5270-4990-a0cd-a4ca66e0b11b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3197] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3198] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/networks?id=4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3199] 199.19.213.186 () {34 vars in 1056 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => 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: 1636/3200] 199.19.213.186 () {34 vars in 1106 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A288&port_id=64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3201] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/subnets?id=85f36fbb-6266-4a98-ac28-f60c947e393f&id=60414a48-faca-426e-b4ee-da068873c2b7 => 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: 1637/3202] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&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: 1566/3203] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:03 2026] GET /v2.0/ports?network_id=4dd5669c-2063-4f19-bef3-0a9e60861e97&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: 1638/3204] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?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: 1567/3205] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:04 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3206] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:37:05 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 1198 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:05.519 8 INFO neutron_taas.services.taas.taas_plugin [req-46c82c33-abcc-4b23-a042-fdc5992d95f8 req-02587136-a876-42ad-b5f9-e92b668f7faf c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: 64b9b2e9-5270-4990-a0cd-a4ca66e0b11b 2026-08-20 02:37:05.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-46c82c33-abcc-4b23-a042-fdc5992d95f8 req-02587136-a876-42ad-b5f9-e92b668f7faf c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: 64b9b2e9-5270-4990-a0cd-a4ca66e0b11b [pid: 8|app: 0|req: 1568/3207] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:37:05 2026] DELETE /v2.0/ports/64b9b2e9-5270-4990-a0cd-a4ca66e0b11b => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:05.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59357a24-faa4-4350-a72c-97eae2e4b15d'] response: {'server_uuid': 'd6352a7e-df5a-44c6-b845-bf369accc411', 'name': 'network-vif-deleted', 'tag': '64b9b2e9-5270-4990-a0cd-a4ca66e0b11b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1640/3208] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:37:08 2026] GET /v2.0/ports?device_id=d6352a7e-df5a-44c6-b845-bf369accc411 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 02:37:13.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-e69c5843-d9a1-45cb-8235-2f9df60dc07f c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: ba169029-6876-4a89-8d65-38e1da6354a2 2026-08-20 02:37:13.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e69c5843-d9a1-45cb-8235-2f9df60dc07f c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: ba169029-6876-4a89-8d65-38e1da6354a2 2026-08-20 02:37:13.470 8 INFO neutron.db.l3_db [None req-e69c5843-d9a1-45cb-8235-2f9df60dc07f c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Floating IP d37b0579-8274-4d97-a3b5-840deb127262 disassociated (deleted). External IP: 10.96.250.203, port: e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803. [pid: 8|app: 0|req: 1569/3209] 10.0.0.179 () {32 vars in 732 bytes} [Thu Aug 20 02:37:13 2026] DELETE /v2.0/floatingips/d37b0579-8274-4d97-a3b5-840deb127262 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:13.848 7 INFO neutron.api.v2.resource [None req-3703dec3-eedc-48ca-8825-76d0805e21ad c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3210] 10.0.0.179 () {32 vars in 729 bytes} [Thu Aug 20 02:37:13 2026] GET /v2.0/floatingips/d37b0579-8274-4d97-a3b5-840deb127262 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:13.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13f9131a-38a7-459d-916a-74b12556c2a4'] response: {'name': 'network-changed', 'server_uuid': 'cd0a319b-71a6-489b-ad83-fc59d49b1fbd', 'tag': 'e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1570/3211] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:37:13 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3212] 10.0.0.233 () {34 vars in 1040 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/security-groups?id=4856491e-1eb0-4667-8562-6d704e4bddf5&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3213] 199.19.213.186 () {34 vars in 1080 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/ports?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3214] 199.19.213.186 () {34 vars in 986 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/networks?id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3215] 199.19.213.186 () {34 vars in 1058 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.127&port_id=e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => 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: 1644/3216] 199.19.213.186 () {34 vars in 1104 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => 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: 1573/3217] 199.19.213.186 () {34 vars in 1064 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/subnets?id=be12bcee-cd8d-473b-ae8d-f58e3620a269&id=894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 1409 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3218] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3219] 199.19.213.186 () {34 vars in 1052 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/ports?network_id=ebd3dc5b-6244-4df9-a7a8-c1511d64025c&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: 1646/3220] 199.19.213.186 () {34 vars in 1012 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?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: 1575/3221] 199.19.213.186 () {34 vars in 1112 bytes} [Thu Aug 20 02:37:14 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3224] 199.19.213.186 () {34 vars in 994 bytes} [Thu Aug 20 02:37:16 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 02:37:16.624 8 INFO neutron_taas.services.taas.taas_plugin [req-001b6aba-34ae-46ad-a804-a1454446402b req-79464f86-ad0a-462c-9971-cbf9e64a7e4c c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 2026-08-20 02:37:16.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-001b6aba-34ae-46ad-a804-a1454446402b req-79464f86-ad0a-462c-9971-cbf9e64a7e4c c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 [pid: 8|app: 0|req: 1577/3225] 199.19.213.186 () {36 vars in 997 bytes} [Thu Aug 20 02:37:16 2026] DELETE /v2.0/ports/e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:16.814 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c77fef8-a219-4a74-9db2-a5dda2fd0170'] response: {'server_uuid': 'cd0a319b-71a6-489b-ad83-fc59d49b1fbd', 'name': 'network-vif-deleted', 'tag': 'e28f8b2b-9a5b-4fed-a3ca-ad50f8d50803', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1649/3226] 10.0.0.233 () {34 vars in 990 bytes} [Thu Aug 20 02:37:19 2026] GET /v2.0/ports?device_id=cd0a319b-71a6-489b-ad83-fc59d49b1fbd => 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: 1578/3227] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/997a49cf-e271-41c7-be70-a3366edb2b10 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.355 7 INFO neutron.api.v2.resource [None req-9c2af915-dd46-4e72-8480-2e022ea644ca c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3228] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/997a49cf-e271-41c7-be70-a3366edb2b10 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3229] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/ed65acad-95be-466e-a930-4645dc59eef9 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.429 7 INFO neutron.api.v2.resource [None req-5d435548-3efa-43f3-b6b9-f830b9d83799 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3230] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/ed65acad-95be-466e-a930-4645dc59eef9 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3231] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/dd708cb6-bba1-41f6-983b-22b0c0260319 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.513 7 INFO neutron.api.v2.resource [None req-f9d3a2a7-aa35-4a1f-b789-d971f499b4ce c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3232] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/dd708cb6-bba1-41f6-983b-22b0c0260319 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3233] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/33f9b9af-8221-4817-baa7-6b8aedd1b72c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.616 7 INFO neutron.api.v2.resource [None req-96b59c52-7385-4a39-8c4c-24fc259d5f00 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3234] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/33f9b9af-8221-4817-baa7-6b8aedd1b72c => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3235] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/7fa96c6c-9d99-49ef-9c2e-68b796f8ce98 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.697 7 INFO neutron.api.v2.resource [None req-963603dc-bb1d-4474-9add-917e1e5cc74a c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3236] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/7fa96c6c-9d99-49ef-9c2e-68b796f8ce98 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3237] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/212aad38-2b85-4a78-b19a-0ae4219c4cb2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.781 7 INFO neutron.api.v2.resource [None req-4379a9c8-573d-4b81-801b-1571b7801700 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3238] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/212aad38-2b85-4a78-b19a-0ae4219c4cb2 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3239] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/dcb7c210-b250-411e-8a6f-d57cd84be194 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.866 7 INFO neutron.api.v2.resource [None req-0be9abd6-f2ce-472d-9b0f-34f24f8d6b3c c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3240] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/dcb7c210-b250-411e-8a6f-d57cd84be194 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3241] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/a3369623-f6cb-4a2f-9309-f293450eaeba => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:24.939 7 INFO neutron.api.v2.resource [None req-6499f598-4742-4fc4-ad86-fd7b3a4a8af6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3242] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:24 2026] GET /v2.0/security-group-rules/a3369623-f6cb-4a2f-9309-f293450eaeba => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3243] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:24 2026] DELETE /v2.0/security-group-rules/2cba7d3d-1471-4733-8eb1-130b524b519d => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:25.017 7 INFO neutron.api.v2.resource [None req-4d3ac2dc-cf2d-43d9-9e01-02262304eb10 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3244] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:25 2026] GET /v2.0/security-group-rules/2cba7d3d-1471-4733-8eb1-130b524b519d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3245] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:25 2026] DELETE /v2.0/security-group-rules/778b3997-49a8-4286-b061-e891aa00ee4a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:25.092 7 INFO neutron.api.v2.resource [None req-109baeca-bf1a-48b8-9bdf-6d67d87883b4 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3246] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:25 2026] GET /v2.0/security-group-rules/778b3997-49a8-4286-b061-e891aa00ee4a => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3247] 10.0.0.179 () {32 vars in 750 bytes} [Thu Aug 20 02:37:25 2026] DELETE /v2.0/security-group-rules/527a2f86-dbb9-408c-a0fe-07a8ccda477c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:25.161 7 INFO neutron.api.v2.resource [None req-b7943553-e174-4157-95fe-b473636d856c c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3248] 10.0.0.179 () {32 vars in 747 bytes} [Thu Aug 20 02:37:25 2026] GET /v2.0/security-group-rules/527a2f86-dbb9-408c-a0fe-07a8ccda477c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3249] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:25 2026] DELETE /v2.0/security-groups/4856491e-1eb0-4667-8562-6d704e4bddf5 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:25.261 7 INFO neutron.api.v2.resource [None req-3122884a-6877-4c1d-9011-91b6845b596d c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3250] 10.0.0.179 () {32 vars in 737 bytes} [Thu Aug 20 02:37:25 2026] GET /v2.0/security-groups/4856491e-1eb0-4667-8562-6d704e4bddf5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:25.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-10d1a110-f7e8-4e40-94bf-3c0f19e30efa c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: ccb400b7-57e4-40e1-86cb-9bb278b6d585 2026-08-20 02:37:25.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d1a110-f7e8-4e40-94bf-3c0f19e30efa c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: ccb400b7-57e4-40e1-86cb-9bb278b6d585 [pid: 8|app: 0|req: 1590/3251] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:37:25 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:26.350 7 INFO neutron.api.v2.resource [None req-14a74011-80e8-4bcd-baa9-4ac31ecd89af c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3252] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:37:26 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:26.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6c21b58-29a7-477b-af76-23a5c5db4193 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: bc73c051-5b23-4af2-bcdd-96714d0dfd8d 2026-08-20 02:37:26.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6c21b58-29a7-477b-af76-23a5c5db4193 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: bc73c051-5b23-4af2-bcdd-96714d0dfd8d [pid: 8|app: 0|req: 1591/3253] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:37:26 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:27.441 7 INFO neutron.api.v2.resource [None req-cee01a98-b035-4bfe-8621-82478f0b3b61 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3254] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:37:27 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/remove_router_interface => generated 198 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:27.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b0f8f5-ccf1-439f-aa2e-123881f18c6a c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: d6c99004-a6e2-443c-98e0-ec9e25218bd4 2026-08-20 02:37:27.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b0f8f5-ccf1-439f-aa2e-123881f18c6a c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: d6c99004-a6e2-443c-98e0-ec9e25218bd4 [pid: 8|app: 0|req: 1592/3255] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:37:27 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 02:37:28.480 7 INFO neutron.api.v2.resource [None req-0736504f-b1b1-4d95-b748-dbeafc0263fb c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3256] 10.0.0.179 () {34 vars in 789 bytes} [Thu Aug 20 02:37:28 2026] PUT /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835/remove_router_interface => generated 198 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:28.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-efa15deb-7b98-4224-96f4-3827b66d15e6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: 3553439f-c3ed-467e-8e8f-742e7e0a7488 2026-08-20 02:37:28.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efa15deb-7b98-4224-96f4-3827b66d15e6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: 3553439f-c3ed-467e-8e8f-742e7e0a7488 2026-08-20 02:37:28.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-efa15deb-7b98-4224-96f4-3827b66d15e6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: 2e76c514-493d-49fd-9883-31e079dba334 2026-08-20 02:37:28.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efa15deb-7b98-4224-96f4-3827b66d15e6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: 2e76c514-493d-49fd-9883-31e079dba334 2026-08-20 02:37:29.288 8 INFO neutron.services.segments.plugin [-] Segment 19ab9a9b-e270-4c93-b474-3090efa8faab resource provider aggregate not found 2026-08-20 02:37:29.297 8 INFO neutron.services.segments.plugin [-] Segment 19ab9a9b-e270-4c93-b474-3090efa8faab resource provider aggregate not found 2026-08-20 02:37:29.310 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19ab9a9b-e270-4c93-b474-3090efa8faab resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ab9a9b-e270-4c93-b474-3090efa8faab found for delete ", "request_id": "req-258e8869-70fe-4d78-ba52-c5b6a836cb77"}]} 2026-08-20 02:37:29.313 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19ab9a9b-e270-4c93-b474-3090efa8faab resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ab9a9b-e270-4c93-b474-3090efa8faab found for delete ", "request_id": "req-0fa4649e-cfd3-4f94-8d40-add5327ea311"}]} 2026-08-20 02:37:29.334 8 INFO neutron.db.l3_hamode_db [None req-efa15deb-7b98-4224-96f4-3827b66d15e6 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] HA network 8811f525-357a-4bcc-a2d6-b4d6f994812e was deleted as no HA routers are present in tenant e37b444fffc742b6ad1b8fd9293df45d. [pid: 8|app: 0|req: 1593/3257] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:28 2026] DELETE /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 02:37:29.365 7 INFO neutron.api.v2.resource [None req-2e832e7d-bce7-4a9a-9b35-4ac336565d85 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3258] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:29 2026] GET /v2.0/routers/1acc1c80-d437-4fd2-8598-094070f4e835 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3259] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:29 2026] DELETE /v2.0/subnets/85f36fbb-6266-4a98-ac28-f60c947e393f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:29.539 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55947ff3-ac86-4110-a928-1826583be7a0 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3260] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:29 2026] GET /v2.0/subnets/85f36fbb-6266-4a98-ac28-f60c947e393f => 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: 1595/3261] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:29 2026] DELETE /v2.0/subnets/60414a48-faca-426e-b4ee-da068873c2b7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:29.735 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34292725-2f98-40b5-a4ba-83446d70f500 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3262] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:29 2026] GET /v2.0/subnets/60414a48-faca-426e-b4ee-da068873c2b7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:29.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e35f1d0-dd74-4ad7-9d8d-467f4941b0eb c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: ec3d4bf8-1125-4d9b-a1e5-55cb7f5ef946 2026-08-20 02:37:29.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e35f1d0-dd74-4ad7-9d8d-467f4941b0eb c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: ec3d4bf8-1125-4d9b-a1e5-55cb7f5ef946 [pid: 8|app: 0|req: 1596/3263] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:37:29 2026] DELETE /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:30.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0f71f6d-dc28-4648-87e3-3ad88303d53a c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3264] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/networks/4dd5669c-2063-4f19-bef3-0a9e60861e97 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3265] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:30 2026] DELETE /v2.0/subnets/be12bcee-cd8d-473b-ae8d-f58e3620a269 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:30.198 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bf26d4c-d831-4cae-a77a-03eb2ad181a3 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3266] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/subnets/be12bcee-cd8d-473b-ae8d-f58e3620a269 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3267] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:30 2026] DELETE /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:30.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ba28475-115c-46d4-9069-2116b896134e c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3268] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/subnets/894acb2d-f191-41ac-881a-59eb41e4bef3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:30.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a3e8fd4-fa6d-4f40-a222-9b00a468cf90 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: 3ca9e874-f873-44f6-b393-79925ec00897 2026-08-20 02:37:30.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a3e8fd4-fa6d-4f40-a222-9b00a468cf90 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: 3ca9e874-f873-44f6-b393-79925ec00897 [pid: 8|app: 0|req: 1599/3269] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:37:30 2026] DELETE /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:30.703 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b87fa360-a576-4e36-892a-3e34fb22802d c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3270] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/networks/ebd3dc5b-6244-4df9-a7a8-c1511d64025c => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3271] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:30 2026] DELETE /v2.0/subnets/f0c23664-6b6d-4f66-a427-bf7992841cc5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:30.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afc2bb41-e3ad-44e6-93a5-5d7ff9574f89 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3272] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:30 2026] GET /v2.0/subnets/f0c23664-6b6d-4f66-a427-bf7992841cc5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3273] 10.0.0.179 () {32 vars in 724 bytes} [Thu Aug 20 02:37:30 2026] DELETE /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:31.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9720f2dd-2383-4862-896f-2b82e0c70669 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3274] 10.0.0.179 () {32 vars in 721 bytes} [Thu Aug 20 02:37:31 2026] GET /v2.0/subnets/f518d15b-5226-4f8a-8bae-1d1bc1389dc4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:31.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-337f95aa-abab-4daf-b749-338945f70547 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] TaaS: Handle Delete Port: ec3e3151-46af-4eab-af6c-e407ef8cfe0c 2026-08-20 02:37:31.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-337f95aa-abab-4daf-b749-338945f70547 c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] Tap Mirror: Handle Delete Port: ec3e3151-46af-4eab-af6c-e407ef8cfe0c 2026-08-20 02:37:31.330 8 INFO neutron.services.segments.plugin [-] Segment 7355575a-0109-462e-aa8d-c960938383e6 resource provider aggregate not found 2026-08-20 02:37:31.335 8 INFO neutron.services.segments.plugin [-] Segment 7355575a-0109-462e-aa8d-c960938383e6 resource provider aggregate not found 2026-08-20 02:37:31.354 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7355575a-0109-462e-aa8d-c960938383e6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7355575a-0109-462e-aa8d-c960938383e6 found for delete ", "request_id": "req-3f73f918-b1b5-44ef-b9fd-948e03a18dfd"}]} 2026-08-20 02:37:31.354 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7355575a-0109-462e-aa8d-c960938383e6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7355575a-0109-462e-aa8d-c960938383e6 found for delete ", "request_id": "req-0ca2604c-8274-47c7-b6b8-052b34de10f5"}]} 2026-08-20 02:37:31.373 8 INFO neutron.services.segments.plugin [-] Segment 122b1070-6089-417a-8e6e-8074bf422606 resource provider aggregate not found 2026-08-20 02:37:31.378 8 INFO neutron.services.segments.plugin [-] Segment 122b1070-6089-417a-8e6e-8074bf422606 resource provider aggregate not found 2026-08-20 02:37:31.393 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 122b1070-6089-417a-8e6e-8074bf422606 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 122b1070-6089-417a-8e6e-8074bf422606 found for delete ", "request_id": "req-881a6291-f230-4944-99fc-e04481635113"}]} [pid: 8|app: 0|req: 1602/3277] 10.0.0.179 () {32 vars in 726 bytes} [Thu Aug 20 02:37:31 2026] DELETE /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 02:37:31.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 122b1070-6089-417a-8e6e-8074bf422606 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 122b1070-6089-417a-8e6e-8074bf422606 found for delete ", "request_id": "req-36edd3b0-f83c-46ae-bf8d-a853627659a2"}]} 2026-08-20 02:37:31.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce55efd7-bfbf-443a-8c4d-278ee1907c8e c30a3f0cc1324a84906e961ab060ec8d e37b444fffc742b6ad1b8fd9293df45d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3278] 10.0.0.179 () {32 vars in 723 bytes} [Thu Aug 20 02:37:31 2026] GET /v2.0/networks/ed27c282-fab3-43df-8a4a-dd4bd730e81f => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 02:37:33.411 8 INFO neutron.services.segments.plugin [-] Segment d50fa623-be2f-4452-96a8-04348553d8bd resource provider aggregate not found 2026-08-20 02:37:33.417 8 INFO neutron.services.segments.plugin [-] Segment d50fa623-be2f-4452-96a8-04348553d8bd resource provider aggregate not found 2026-08-20 02:37:33.428 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d50fa623-be2f-4452-96a8-04348553d8bd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50fa623-be2f-4452-96a8-04348553d8bd found for delete ", "request_id": "req-c366c38b-8738-485d-92b8-1d3d807785a0"}]} 2026-08-20 02:37:33.430 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d50fa623-be2f-4452-96a8-04348553d8bd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50fa623-be2f-4452-96a8-04348553d8bd found for delete ", "request_id": "req-245cef68-f620-4bfd-b7a1-f4a62b0ca0e4"}]} [pid: 8|app: 0|req: 1603/3279] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/security-groups?tenant_id=46dbd4d3ad244913ba8c3f7fdc0e52f8&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3280] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:33 2026] DELETE /v2.0/security-groups/4444428c-6f41-451e-8ba7-b5e0f2f410d3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3281] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:33 2026] GET /v2.0/security-groups?tenant_id=8f8c621576b34d97935bec4923d791f9&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3282] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:33 2026] DELETE /v2.0/security-groups/b5a9327c-3419-43a5-8545-9db596e9fe6b => 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: 1605/3283] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/security-groups?tenant_id=3fdd327c32b14335b10ed44fad7d5abf&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3284] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:34 2026] DELETE /v2.0/security-groups/2f25446e-58ed-4d64-853e-c4fe449cf1f1 => 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: 1606/3285] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/security-groups?tenant_id=340290ad6b4e4f81914695bf22060876&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3286] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:34 2026] DELETE /v2.0/security-groups/8cc93524-f108-4cd1-8fdd-913c975b5759 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3287] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:34 2026] GET /v2.0/security-groups?tenant_id=e37b444fffc742b6ad1b8fd9293df45d&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3288] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:34 2026] DELETE /v2.0/security-groups/a36219ea-d65c-4913-9ebe-8628d2b72d41 => 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: 1608/3289] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:35 2026] GET /v2.0/security-groups?tenant_id=d88a56943432442a9c95f5c7045cdc65&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3290] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:35 2026] DELETE /v2.0/security-groups/edc70a42-08e1-4157-9fc1-97c960908ff8 => 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: 1609/3291] 10.0.0.179 () {32 vars in 774 bytes} [Thu Aug 20 02:37:35 2026] GET /v2.0/security-groups?tenant_id=d622315ea06f4d48a2edf218adcddf03&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3292] 10.0.0.179 () {32 vars in 740 bytes} [Thu Aug 20 02:37:35 2026] DELETE /v2.0/security-groups/5346b54a-f89b-4676-857f-d5b19981aa0d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3293] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:37:37 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3294] 10.0.0.179 () {32 vars in 655 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3295] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3296] 10.0.0.179 () {32 vars in 643 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3297] 10.0.0.179 () {32 vars in 647 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3298] 10.0.0.179 () {32 vars in 649 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3299] 10.0.0.179 () {32 vars in 663 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3300] 10.0.0.179 () {32 vars in 655 bytes} [Thu Aug 20 02:37:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)