+ COMMAND=start + start + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed May 20 06:36:24 2026] *** compiled with version: 13.3.0 on 20 May 2026 00:51:58 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-787c4b79dd-49fjh 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 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f605a1b1668 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)... 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. /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/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 2026-05-20 06:36:29.516 7 INFO neutron.common.config [-] Logging enabled! 2026-05-20 06:36:29.516 7 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-05-20 06:36:29.742 8 INFO neutron.common.config [-] Logging enabled! 2026-05-20 06:36:29.742 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-05-20 06:36:30.057 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-20 06:36:30.285 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-20 06:36:31.171 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 06:36:31.174 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-20 06:36:31.178 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-20 06:36:31.179 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 06:36:31.179 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-20 06:36:31.180 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-20 06:36:31.180 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 06:36:31.188 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 06:36:31.189 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 06:36:31.189 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 06:36:31.213 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-20 06:36:31.215 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 06:36:31.215 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-20 06:36:31.260 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-20 06:36:31.260 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-20 06:36:31.260 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-20 06:36:31.261 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-20 06:36:31.285 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 06:36:31.288 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-20 06:36:31.292 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-20 06:36:31.293 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 06:36:31.293 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-20 06:36:31.293 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-20 06:36:31.294 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 06:36:31.301 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 06:36:31.301 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 06:36:31.302 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 06:36:31.324 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-20 06:36:31.326 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 06:36:31.326 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-20 06:36:31.372 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-20 06:36:31.372 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-20 06:36:31.372 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-20 06:36:31.372 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-20 06:36:31.756 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing driver for type 'vlan' 2026-05-20 06:36:31.911 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] VlanTypeDriver initialization complete 2026-05-20 06:36:31.911 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing driver for type 'vxlan' 2026-05-20 06:36:31.912 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-20 06:36:31.929 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-20 06:36:31.929 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-20 06:36:31.929 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing extension driver 'port_security' 2026-05-20 06:36:31.930 7 INFO neutron.plugins.ml2.extensions.port_security [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-20 06:36:31.930 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing extension driver 'qos' 2026-05-20 06:36:31.930 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-20 06:36:31.930 7 INFO neutron.plugins.ml2.managers [None req-0a66c892-6ea6-4f9b-87a8-bded86707c8c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-20 06:36:31.942 7 INFO neutron.quota [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded quota_driver: . 2026-05-20 06:36:31.943 7 INFO neutron.plugins.ml2.plugin [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Modular L2 Plugin initialization complete 2026-05-20 06:36:31.943 7 INFO neutron.plugins.ml2.managers [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-20 06:36:31.943 7 INFO neutron.plugins.ml2.managers [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-20 06:36:31.943 7 INFO neutron.plugins.ml2.managers [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Got port-security extension from driver 'port_security' 2026-05-20 06:36:31.944 7 INFO neutron.extensions.vlantransparent [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Disabled vlantransparent extension. 2026-05-20 06:36:31.944 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: qos 2026-05-20 06:36:31.954 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing driver for type 'vlan' 2026-05-20 06:36:31.957 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: router 2026-05-20 06:36:31.999 7 INFO neutron.services.service_base [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-20 06:36:31.999 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: segments 2026-05-20 06:36:32.096 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: trunk 2026-05-20 06:36:32.101 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] VlanTypeDriver initialization complete 2026-05-20 06:36:32.101 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing driver for type 'vxlan' 2026-05-20 06:36:32.102 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-20 06:36:32.111 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: vpnaas 2026-05-20 06:36:32.123 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-20 06:36:32.123 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-20 06:36:32.124 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing extension driver 'port_security' 2026-05-20 06:36:32.124 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-20 06:36:32.124 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing extension driver 'qos' 2026-05-20 06:36:32.124 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-20 06:36:32.124 8 INFO neutron.plugins.ml2.managers [None req-b5925f4d-34c8-4a60-a238-fe25073225bd - - - - - -] Initializing mechanism driver 'l2population' 2026-05-20 06:36:32.136 8 INFO neutron.quota [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded quota_driver: . 2026-05-20 06:36:32.137 8 INFO neutron.plugins.ml2.plugin [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Modular L2 Plugin initialization complete 2026-05-20 06:36:32.137 8 INFO neutron.plugins.ml2.managers [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-20 06:36:32.137 8 INFO neutron.plugins.ml2.managers [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-20 06:36:32.138 8 INFO neutron.plugins.ml2.managers [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-20 06:36:32.138 8 INFO neutron.extensions.vlantransparent [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Disabled vlantransparent extension. 2026-05-20 06:36:32.138 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: qos 2026-05-20 06:36:32.151 7 WARNING stevedore.named [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-20 06:36:32.152 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: router 2026-05-20 06:36:32.194 8 INFO neutron.services.service_base [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-20 06:36:32.194 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: segments 2026-05-20 06:36:32.231 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-20 06:36:32.231 7 INFO neutron.common.utils [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-20 06:36:32.231 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: auto_allocate 2026-05-20 06:36:32.236 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: tag 2026-05-20 06:36:32.245 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: timestamp 2026-05-20 06:36:32.249 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: network_ip_availability 2026-05-20 06:36:32.254 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: flavors 2026-05-20 06:36:32.258 7 INFO neutron.manager [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loading Plugin: revisions 2026-05-20 06:36:32.262 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Initializing extension manager. 2026-05-20 06:36:32.264 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: address-group 2026-05-20 06:36:32.265 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: address-scope 2026-05-20 06:36:32.265 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-20 06:36:32.266 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: agent 2026-05-20 06:36:32.267 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: agent-resources-synced 2026-05-20 06:36:32.268 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: allowed-address-pairs 2026-05-20 06:36:32.269 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: auto-allocated-topology 2026-05-20 06:36:32.270 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: availability_zone 2026-05-20 06:36:32.270 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: availability_zone_filter 2026-05-20 06:36:32.271 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-20 06:36:32.271 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: default-subnetpools 2026-05-20 06:36:32.273 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-20 06:36:32.274 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: dns-integration 2026-05-20 06:36:32.274 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: dns-domain-ports 2026-05-20 06:36:32.275 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-20 06:36:32.276 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: dvr 2026-05-20 06:36:32.276 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-20 06:36:32.277 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: empty-string-filtering 2026-05-20 06:36:32.277 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 06:36:32.278 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-20 06:36:32.278 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: external-net 2026-05-20 06:36:32.279 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-20 06:36:32.279 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: extraroute 2026-05-20 06:36:32.280 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: extraroute-atomic 2026-05-20 06:36:32.281 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-20 06:36:32.281 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-20 06:36:32.282 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-20 06:36:32.282 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-20 06:36:32.283 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: fip-port-details 2026-05-20 06:36:32.284 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: flavors 2026-05-20 06:36:32.285 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-20 06:36:32.286 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: floatingip-pools 2026-05-20 06:36:32.286 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: ip_allocation 2026-05-20 06:36:32.287 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: ip-substring-filtering 2026-05-20 06:36:32.287 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: l2_adjacency 2026-05-20 06:36:32.288 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: router 2026-05-20 06:36:32.290 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 06:36:32.291 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-20 06:36:32.292 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-20 06:36:32.292 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: ext-gw-mode 2026-05-20 06:36:32.293 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: l3-ha 2026-05-20 06:36:32.293 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-20 06:36:32.294 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-20 06:36:32.295 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: l3-flavors 2026-05-20 06:36:32.297 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-20 06:36:32.298 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-20 06:36:32.302 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-20 06:36:32.304 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-20 06:36:32.304 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: trunk 2026-05-20 06:36:32.305 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-20 06:36:32.307 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-20 06:36:32.307 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-20 06:36:32.308 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: multi-provider 2026-05-20 06:36:32.309 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: net-mtu 2026-05-20 06:36:32.309 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: net-mtu-writable 2026-05-20 06:36:32.310 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: network_availability_zone 2026-05-20 06:36:32.311 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: network_ha 2026-05-20 06:36:32.311 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: network-ip-availability 2026-05-20 06:36:32.313 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-20 06:36:32.313 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: pagination 2026-05-20 06:36:32.314 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-device-profile 2026-05-20 06:36:32.315 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-20 06:36:32.315 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-20 06:36:32.316 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-20 06:36:32.316 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-mac-override 2026-05-20 06:36:32.317 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-20 06:36:32.318 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-20 06:36:32.318 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-20 06:36:32.319 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-resource-request 2026-05-20 06:36:32.319 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-resource-request-groups 2026-05-20 06:36:32.320 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-20 06:36:32.321 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: binding 2026-05-20 06:36:32.322 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: binding-extended 2026-05-20 06:36:32.323 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: vpnaas 2026-05-20 06:36:32.323 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-security 2026-05-20 06:36:32.324 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: project-id 2026-05-20 06:36:32.324 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: provider 2026-05-20 06:36:32.327 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos 2026-05-20 06:36:32.328 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-20 06:36:32.328 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-20 06:36:32.329 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-default 2026-05-20 06:36:32.329 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-fip 2026-05-20 06:36:32.330 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-20 06:36:32.330 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-gateway-ip 2026-05-20 06:36:32.331 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-port-network-policy 2026-05-20 06:36:32.332 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-pps-minimum 2026-05-20 06:36:32.332 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-20 06:36:32.333 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-pps 2026-05-20 06:36:32.334 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-rule-type-details 2026-05-20 06:36:32.334 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-20 06:36:32.335 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: qos-rules-alias 2026-05-20 06:36:32.336 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: quota-check-limit 2026-05-20 06:36:32.338 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: quotas 2026-05-20 06:36:32.339 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: quota_details 2026-05-20 06:36:32.340 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: rbac-policies 2026-05-20 06:36:32.341 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: rbac-address-group 2026-05-20 06:36:32.342 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: rbac-address-scope 2026-05-20 06:36:32.342 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: rbac-security-groups 2026-05-20 06:36:32.343 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: rbac-subnetpool 2026-05-20 06:36:32.343 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: revision-if-match 2026-05-20 06:36:32.344 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: standard-attr-revisions 2026-05-20 06:36:32.345 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: router_availability_zone 2026-05-20 06:36:32.345 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-20 06:36:32.347 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: security-groups-default-rules 2026-05-20 06:36:32.348 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-20 06:36:32.348 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-20 06:36:32.349 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-20 06:36:32.349 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-20 06:36:32.350 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-20 06:36:32.354 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: security-group 2026-05-20 06:36:32.355 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: segment 2026-05-20 06:36:32.356 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-20 06:36:32.357 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: service-type 2026-05-20 06:36:32.357 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: sorting 2026-05-20 06:36:32.358 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: standard-attr-segment 2026-05-20 06:36:32.359 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: standard-attr-description 2026-05-20 06:36:32.359 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: stateful-security-group 2026-05-20 06:36:32.360 7 WARNING neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-20 06:36:32.360 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-20 06:36:32.361 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: subnet-external-network 2026-05-20 06:36:32.361 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: subnet_onboard 2026-05-20 06:36:32.362 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-20 06:36:32.362 8 WARNING stevedore.named [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-20 06:36:32.363 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: subnet-service-types 2026-05-20 06:36:32.363 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: subnet_allocation 2026-05-20 06:36:32.364 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-20 06:36:32.365 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: tag-creation 2026-05-20 06:36:32.365 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-20 06:36:32.369 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: standard-attr-tag 2026-05-20 06:36:32.370 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-20 06:36:32.370 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: trunk 2026-05-20 06:36:32.371 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: trunk-details 2026-05-20 06:36:32.371 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-20 06:36:32.372 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-20 06:36:32.374 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-20 06:36:32.375 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-20 06:36:32.376 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: vpn-flavors 2026-05-20 06:36:32.378 7 INFO neutron.api.extensions [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Loaded extension: vpnaas 2026-05-20 06:36:32.380 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-20 06:36:32.380 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-20 06:36:32.381 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.381 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-20 06:36:32.384 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 06:36:32.385 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 06:36:32.389 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 06:36:32.390 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 06:36:32.391 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 06:36:32.392 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.392 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.392 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.393 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.393 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 06:36:32.394 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 06:36:32.394 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 06:36:32.395 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 06:36:32.395 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 06:36:32.396 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 06:36:32.400 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 06:36:32.400 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] router is already registered 2026-05-20 06:36:32.400 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 06:36:32.400 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] floatingip is already registered 2026-05-20 06:36:32.404 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 06:36:32.404 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] rbac_policy is already registered 2026-05-20 06:36:32.405 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 06:36:32.405 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] security_group is already registered 2026-05-20 06:36:32.406 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 06:36:32.406 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] security_group_rule is already registered 2026-05-20 06:36:32.407 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.407 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.407 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.408 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.408 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 06:36:32.408 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] trunk is already registered 2026-05-20 06:36:32.408 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 06:36:32.409 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] endpoint_group is already registered 2026-05-20 06:36:32.409 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 06:36:32.409 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] vpnservice is already registered 2026-05-20 06:36:32.410 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 06:36:32.410 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] ipsec_site_connection is already registered 2026-05-20 06:36:32.410 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 06:36:32.411 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] ipsecpolicy is already registered 2026-05-20 06:36:32.411 7 INFO neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 06:36:32.411 7 WARNING neutron.quota.resource_registry [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] ikepolicy is already registered 2026-05-20 06:36:32.442 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-20 06:36:32.442 8 INFO neutron.common.utils [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-20 06:36:32.443 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: auto_allocate 2026-05-20 06:36:32.448 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: tag 2026-05-20 06:36:32.457 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: timestamp 2026-05-20 06:36:32.460 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: network_ip_availability 2026-05-20 06:36:32.464 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: flavors 2026-05-20 06:36:32.467 8 INFO neutron.manager [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loading Plugin: revisions 2026-05-20 06:36:32.470 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Initializing extension manager. 2026-05-20 06:36:32.471 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: address-group 2026-05-20 06:36:32.472 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: address-scope 2026-05-20 06:36:32.473 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-20 06:36:32.475 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: agent 2026-05-20 06:36:32.475 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: agent-resources-synced 2026-05-20 06:36:32.477 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-20 06:36:32.478 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-20 06:36:32.479 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: availability_zone 2026-05-20 06:36:32.480 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: availability_zone_filter 2026-05-20 06:36:32.480 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-20 06:36:32.481 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: default-subnetpools 2026-05-20 06:36:32.482 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-20 06:36:32.483 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: dns-integration 2026-05-20 06:36:32.483 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: dns-domain-ports 2026-05-20 06:36:32.484 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-20 06:36:32.485 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: dvr 2026-05-20 06:36:32.485 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-20 06:36:32.486 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: empty-string-filtering 2026-05-20 06:36:32.486 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 06:36:32.487 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-20 06:36:32.487 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: external-net 2026-05-20 06:36:32.489 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-20 06:36:32.490 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: extraroute 2026-05-20 06:36:32.491 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: extraroute-atomic 2026-05-20 06:36:32.492 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-20 06:36:32.492 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-20 06:36:32.493 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-20 06:36:32.494 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-20 06:36:32.494 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: fip-port-details 2026-05-20 06:36:32.496 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: flavors 2026-05-20 06:36:32.497 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-20 06:36:32.498 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: floatingip-pools 2026-05-20 06:36:32.499 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: ip_allocation 2026-05-20 06:36:32.499 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-20 06:36:32.500 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: l2_adjacency 2026-05-20 06:36:32.502 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: router 2026-05-20 06:36:32.504 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 06:36:32.505 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-20 06:36:32.506 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-20 06:36:32.507 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: ext-gw-mode 2026-05-20 06:36:32.507 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: l3-ha 2026-05-20 06:36:32.508 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-20 06:36:32.508 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-20 06:36:32.509 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: l3-flavors 2026-05-20 06:36:32.510 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-20 06:36:32.511 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-20 06:36:32.514 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-20 06:36:32.516 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-20 06:36:32.517 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-20 06:36:32.518 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-20 06:36:32.519 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-20 06:36:32.520 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: multi-provider 2026-05-20 06:36:32.521 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: net-mtu 2026-05-20 06:36:32.521 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: net-mtu-writable 2026-05-20 06:36:32.522 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: network_availability_zone 2026-05-20 06:36:32.523 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: network_ha 2026-05-20 06:36:32.524 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: network-ip-availability 2026-05-20 06:36:32.525 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-20 06:36:32.526 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: pagination 2026-05-20 06:36:32.526 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-device-profile 2026-05-20 06:36:32.527 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-20 06:36:32.528 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-20 06:36:32.528 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-20 06:36:32.529 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-mac-override 2026-05-20 06:36:32.530 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-20 06:36:32.531 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-20 06:36:32.531 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-20 06:36:32.532 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-resource-request 2026-05-20 06:36:32.533 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-20 06:36:32.534 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-20 06:36:32.535 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: binding 2026-05-20 06:36:32.536 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: binding-extended 2026-05-20 06:36:32.537 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-security 2026-05-20 06:36:32.537 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: project-id 2026-05-20 06:36:32.538 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: provider 2026-05-20 06:36:32.540 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos 2026-05-20 06:36:32.542 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-20 06:36:32.542 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-20 06:36:32.543 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-default 2026-05-20 06:36:32.544 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-fip 2026-05-20 06:36:32.544 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-20 06:36:32.545 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-20 06:36:32.545 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-20 06:36:32.546 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-20 06:36:32.547 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-20 06:36:32.548 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-pps 2026-05-20 06:36:32.549 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-20 06:36:32.549 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-20 06:36:32.550 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: qos-rules-alias 2026-05-20 06:36:32.551 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: quota-check-limit 2026-05-20 06:36:32.554 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: quotas 2026-05-20 06:36:32.555 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: quota_details 2026-05-20 06:36:32.557 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: rbac-policies 2026-05-20 06:36:32.558 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: rbac-address-group 2026-05-20 06:36:32.559 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: rbac-address-scope 2026-05-20 06:36:32.560 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: rbac-security-groups 2026-05-20 06:36:32.560 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-20 06:36:32.561 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: revision-if-match 2026-05-20 06:36:32.562 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-20 06:36:32.563 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: router_availability_zone 2026-05-20 06:36:32.563 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-20 06:36:32.566 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-20 06:36:32.566 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-20 06:36:32.567 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-20 06:36:32.567 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-20 06:36:32.568 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-20 06:36:32.569 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-20 06:36:32.573 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: security-group 2026-05-20 06:36:32.574 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: segment 2026-05-20 06:36:32.575 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-20 06:36:32.576 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: service-type 2026-05-20 06:36:32.576 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: sorting 2026-05-20 06:36:32.577 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: standard-attr-segment 2026-05-20 06:36:32.577 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: standard-attr-description 2026-05-20 06:36:32.578 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: stateful-security-group 2026-05-20 06:36:32.578 8 WARNING neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-20 06:36:32.579 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-20 06:36:32.579 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: subnet-external-network 2026-05-20 06:36:32.580 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: subnet_onboard 2026-05-20 06:36:32.581 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-20 06:36:32.581 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: subnet-service-types 2026-05-20 06:36:32.582 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: subnet_allocation 2026-05-20 06:36:32.583 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-20 06:36:32.583 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: tag-creation 2026-05-20 06:36:32.584 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-20 06:36:32.588 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: standard-attr-tag 2026-05-20 06:36:32.588 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-20 06:36:32.589 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: trunk 2026-05-20 06:36:32.590 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: trunk-details 2026-05-20 06:36:32.590 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-20 06:36:32.591 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-20 06:36:32.593 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-20 06:36:32.593 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-20 06:36:32.594 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: vpn-flavors 2026-05-20 06:36:32.596 8 INFO neutron.api.extensions [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Loaded extension: vpnaas 2026-05-20 06:36:32.598 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-20 06:36:32.599 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-20 06:36:32.599 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.599 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-20 06:36:32.602 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 06:36:32.603 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 06:36:32.609 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 06:36:32.610 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 06:36:32.611 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 06:36:32.612 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.612 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.613 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.613 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.617 7 WARNING keystonemiddleware._common.config [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-20 06:36:32.623 7 WARNING oslo_config.cfg [None req-f886fc30-4c26-4767-a14e-f4634ebe91cc - - - - - -] 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 0x7f605a1b1668 pid: 7 (default app) 2026-05-20 06:36:32.927 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 06:36:32.928 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 06:36:32.928 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 06:36:32.929 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 06:36:32.929 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 06:36:32.930 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 06:36:32.934 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 06:36:32.935 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] router is already registered 2026-05-20 06:36:32.935 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 06:36:32.935 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] floatingip is already registered 2026-05-20 06:36:32.939 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 06:36:32.939 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] rbac_policy is already registered 2026-05-20 06:36:32.940 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 06:36:32.940 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] security_group is already registered 2026-05-20 06:36:32.940 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 06:36:32.941 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] security_group_rule is already registered 2026-05-20 06:36:32.941 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.942 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.942 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 06:36:32.942 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] subnetpool is already registered 2026-05-20 06:36:32.943 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 06:36:32.943 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] trunk is already registered 2026-05-20 06:36:32.943 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 06:36:32.944 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] endpoint_group is already registered 2026-05-20 06:36:32.944 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 06:36:32.944 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] vpnservice is already registered 2026-05-20 06:36:32.945 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 06:36:32.945 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] ipsec_site_connection is already registered 2026-05-20 06:36:32.945 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 06:36:32.946 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] ipsecpolicy is already registered 2026-05-20 06:36:32.946 8 INFO neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 06:36:32.946 8 WARNING neutron.quota.resource_registry [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] ikepolicy is already registered 2026-05-20 06:36:32.988 8 WARNING keystonemiddleware._common.config [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-20 06:36:32.997 8 WARNING oslo_config.cfg [None req-b4424beb-3019-4c81-b361-775663e0ab3c - - - - - -] 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 0x7f605a1b1668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 06:36:37.982 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59ec27c5-06b4-4b83-bf4d-ab26aa6e4d57 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:36:37 2026] GET /v2.0/networks/public => generated 108 bytes in 651 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:71: 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.191 () {44 vars in 950 bytes} [Wed May 20 06:36:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 06:36:38.571 7 WARNING neutron.services.revisions.revision_plugin [None req-034edb0f-7a0e-4d85-9171-85e49c61b137 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Could not find related network for resource to bump revision. 2026-05-20 06:36:38.592 7 INFO neutron.db.segments_db [None req-034edb0f-7a0e-4d85-9171-85e49c61b137 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment c75be240-5f4b-4b29-a688-ea334bbab739 of type flat for network b8edc4cc-4e1b-4b8f-b163-055834f84258 2026-05-20 06:36:38.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-034edb0f-7a0e-4d85-9171-85e49c61b137 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.191 () {48 vars in 968 bytes} [Wed May 20 06:36:38 2026] POST /v2.0/networks => generated 124 bytes in 424 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:36:44.939 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0007553c-fb5a-4f1a-ad40-a831eeab4da2 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:36:44 2026] GET /v2.0/networks/public => generated 108 bytes in 420 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 06:36:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 06:36:45.211 8 WARNING neutron.services.revisions.revision_plugin [None req-94a2d8cc-83f1-45b6-9e55-c25778fe839b d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Could not find related network for resource to bump revision. 2026-05-20 06:36:45.248 8 INFO neutron.db.segments_db [None req-94a2d8cc-83f1-45b6-9e55-c25778fe839b d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 571fa2f0-7953-40a4-b4a2-73f556935b93 of type flat for network 17601c92-8ed1-41d0-a486-d3d0d4c6582a 2026-05-20 06:36:45.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94a2d8cc-83f1-45b6-9e55-c25778fe839b d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/10] 199.19.213.191 () {48 vars in 968 bytes} [Wed May 20 06:36:44 2026] POST /v2.0/networks => generated 124 bytes in 341 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:36:51.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a90929d7-4320-4a44-a955-389417d40606 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/11] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:36:51 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/12] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 06:36:51 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-05-20 06:36:51.305 7 WARNING neutron.services.revisions.revision_plugin [None req-d3006108-5788-45ff-ba20-9cfeed6ad40c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Could not find related network for resource to bump revision. 2026-05-20 06:36:51.325 7 INFO neutron.db.segments_db [None req-d3006108-5788-45ff-ba20-9cfeed6ad40c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 71eccbd6-8d19-4274-86b9-d0358929fc87 of type flat for network ff84319e-fe85-420e-8acf-50dc146fe57d 2026-05-20 06:36:51.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3006108-5788-45ff-ba20-9cfeed6ad40c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/13] 199.19.213.191 () {48 vars in 968 bytes} [Wed May 20 06:36:51 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:36:57.196 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63625e30-38d1-4fd7-a823-0b688ba019e6 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/14] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:36:57 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/15] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 06:36:57 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-05-20 06:36:57.274 8 WARNING neutron.services.revisions.revision_plugin [None req-9d8bf539-f940-4f24-b670-793f19b1d386 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Could not find related network for resource to bump revision. 2026-05-20 06:36:57.295 8 INFO neutron.db.segments_db [None req-9d8bf539-f940-4f24-b670-793f19b1d386 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 8992932f-a7db-4d13-9c87-45492b2fd36a of type flat for network ce780009-7672-44bf-be18-39c6e421efc5 2026-05-20 06:36:57.323 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d8bf539-f940-4f24-b670-793f19b1d386 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/16] 199.19.213.191 () {48 vars in 968 bytes} [Wed May 20 06:36:57 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:37:03.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c1b57a0-412f-4281-b160-05e234ceb4c1 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/18] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:37:03 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/19] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 06:37:03 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-05-20 06:37:03.296 8 WARNING neutron.services.revisions.revision_plugin [None req-7a110e3f-bc20-49f4-9eea-657fa1518c64 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Could not find related network for resource to bump revision. 2026-05-20 06:37:03.317 8 INFO neutron.db.segments_db [None req-7a110e3f-bc20-49f4-9eea-657fa1518c64 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 3e47bb64-c34f-43d5-882f-abbaaa69eb68 of type flat for network 6056843c-3329-4fd9-bb63-6b272dc7eaf1 2026-05-20 06:37:03.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a110e3f-bc20-49f4-9eea-657fa1518c64 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/20] 199.19.213.191 () {48 vars in 968 bytes} [Wed May 20 06:37:03 2026] POST /v2.0/networks => generated 124 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:37:09.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-816ea81b-3be3-4289-93e2-f47866ff256b d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/21] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:37:09 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: 8|app: 0|req: 9/22] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 06:37:09 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-05-20 06:37:09.369 7 WARNING neutron.services.revisions.revision_plugin [None req-7b234ff0-97c2-4b1f-a618-a5b73e718588 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Could not find related network for resource to bump revision. 2026-05-20 06:37:09.390 7 INFO neutron.db.segments_db [None req-7b234ff0-97c2-4b1f-a618-a5b73e718588 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 4832e3f5-c22f-4611-9cfb-995e84990a3a of type flat for network 13905f9a-44eb-4704-b599-ddaf2e1b9c7e [pid: 7|app: 0|req: 14/23] 199.19.213.191 () {48 vars in 968 bytes} [Wed May 20 06:37:09 2026] POST /v2.0/networks => generated 706 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 06:37:10.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b01e259-7fa9-4eb7-a94d-0e4823be8cd3 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/24] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 06:37:10 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/25] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 06:37:10 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 06:37:10.731 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2a066a9-b501-44aa-a760-7e7bf527ac28 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/26] 199.19.213.191 () {44 vars in 1035 bytes} [Wed May 20 06:37:10 2026] GET /v2.0/subnets/public-subnet?network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/27] 199.19.213.191 () {44 vars in 1058 bytes} [Wed May 20 06:37:10 2026] GET /v2.0/subnets?name=public-subnet&network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => 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: 12/28] 199.19.213.191 () {48 vars in 966 bytes} [Wed May 20 06:37:10 2026] POST /v2.0/subnets => generated 664 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 06:41:56.352 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 06:41:56.356 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 06:41:56 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 199.19.213.191) !!! 2026-05-20 06:41:56.481 8 INFO neutron.pecan_wsgi.hooks.translation [None req-550bd38e-c39b-4db8-84a7-8209d001fdb1 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.19.213.191 () {44 vars in 938 bytes} [Wed May 20 06:41:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:41:56.492 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 06:41:56.496 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 06:41:56 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=lb-mgmt-net (ip 199.19.213.191) !!! [pid: 7|app: 0|req: 36/67] 199.19.213.191 () {44 vars in 960 bytes} [Wed May 20 06:41:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 06:41:56.586 8 INFO neutron.db.segments_db [None req-c2dfba34-5c33-46d4-bf65-551401d88579 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 63528117-e018-47c9-80e6-3f59808b42ee of type vxlan for network cc632977-0aa9-435f-a285-cb98eef8b91f [pid: 8|app: 0|req: 32/68] 199.19.213.191 () {48 vars in 967 bytes} [Wed May 20 06:41:56 2026] POST /v2.0/networks => generated 707 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 06:41:57.589 7 INFO oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 47982. 2026-05-20 06:41:57.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2df0dd24-5bc5-45e8-9531-224eb6bda56e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/69] 199.19.213.191 () {44 vars in 938 bytes} [Wed May 20 06:41:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:41:57.659 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 47996. [pid: 8|app: 0|req: 33/70] 199.19.213.191 () {44 vars in 960 bytes} [Wed May 20 06:41:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 06:41:57.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-493edf79-1229-4c48-8728-1cde3325761f d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.19.213.191 () {44 vars in 1037 bytes} [Wed May 20 06:41:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 114 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.19.213.191 () {44 vars in 1060 bytes} [Wed May 20 06:41:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.19.213.191 () {48 vars in 966 bytes} [Wed May 20 06:41:57 2026] POST /v2.0/subnets => generated 651 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 06:41:59.220 8 INFO neutron.api.v2.resource [None req-aff4bbfe-b943-449f-8261-d4c3558bdc70 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/74] 199.19.213.191 () {44 vars in 972 bytes} [Wed May 20 06:41:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.19.213.191 () {44 vars in 994 bytes} [Wed May 20 06:41:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.19.213.191 () {48 vars in 981 bytes} [Wed May 20 06:41:59 2026] POST /v2.0/security-groups => generated 1616 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:00 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 1616 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:00 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:00 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:01 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:01 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:01 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:02 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:02 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:02 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => 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: 43/90] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:03 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 3462 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:03 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:03 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:04 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:04 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:04 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.19.213.191 () {44 vars in 988 bytes} [Wed May 20 06:42:06 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 06:42:06.238 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9a11d52-f393-428d-ad40-10c25bff4fd0 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/100] 199.19.213.191 () {44 vars in 1077 bytes} [Wed May 20 06:42:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.19.213.191 () {44 vars in 1100 bytes} [Wed May 20 06:42:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/102] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:06 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => 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: 54/103] 199.19.213.191 () {48 vars in 962 bytes} [Wed May 20 06:42:06 2026] POST /v2.0/ports => generated 1100 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 06:42:12.694 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7df15f98-f55f-4c43-8446-e3e45834f92f d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/104] 199.19.213.191 () {44 vars in 979 bytes} [Wed May 20 06:42:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 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:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/105] 199.19.213.191 () {44 vars in 1001 bytes} [Wed May 20 06:42:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/106] 199.19.213.191 () {48 vars in 1031 bytes} [Wed May 20 06:42:12 2026] PUT /v2.0/ports/25f04595-1ee1-4742-a77a-bd7cb2f2c61b => generated 1249 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/107] 199.19.213.191 () {44 vars in 921 bytes} [Wed May 20 06:42:14 2026] GET /v2.0/ports => generated 3730 bytes in 95 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:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 06:42:15.908 8 INFO neutron.api.v2.resource [None req-a6f70aa8-c31f-428e-8d27-32506597487e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/110] 199.19.213.191 () {44 vars in 960 bytes} [Wed May 20 06:42:15 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: 58/111] 199.19.213.191 () {44 vars in 982 bytes} [Wed May 20 06:42:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.19.213.191 () {48 vars in 981 bytes} [Wed May 20 06:42:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:16 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:17 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:17 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:17 2026] POST /v2.0/security-group-rules => generated 623 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:18 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2246 bytes in 55 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.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:18 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2246 bytes in 37 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.191 () {44 vars in 1002 bytes} [Wed May 20 06:42:18 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:42:18 2026] POST /v2.0/security-group-rules => generated 627 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/129] 199.19.213.191 () {44 vars in 976 bytes} [Wed May 20 06:43:21 2026] GET /v2.0/quotas/ca72aeddaf474a34aaa1bc1d75aa6778 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 7|app: 0|req: 67/130] 199.19.213.191 () {48 vars in 1028 bytes} [Wed May 20 06:43:21 2026] PUT /v2.0/quotas/ca72aeddaf474a34aaa1bc1d75aa6778 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 06:45:33.087 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 06:45:33.088 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 06:45:33 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports/octavia-health-manager-port-instance (ip 199.19.213.191) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 06:45:33.213 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04cc4882-bdb1-4987-a235-e620ba6c542c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/149] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 06:45:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:45:33.227 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 77/150] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 06:45:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 06:45:35.116 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41060. 2026-05-20 06:45:35.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ca65a2f-0b2f-44ef-87af-8400d10a40d2 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/151] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 06:45:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:45:35.271 7 INFO oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41076. [pid: 7|app: 0|req: 78/152] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 06:45:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 06:51:49.884 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 06:51:49.887 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 06:51:49 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups/manila-service-security-group?project_id=c32cb237dd844268a13b54954fc532a1 (ip 199.19.213.191) !!! 2026-05-20 06:51:50.035 7 INFO neutron.api.v2.resource [None req-a9ff1d3c-8a3f-497d-a697-6833b6035af4 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/203] 199.19.213.191 () {44 vars in 1075 bytes} [Wed May 20 06:51:49 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c32cb237dd844268a13b54954fc532a1 => generated 139 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 06:51:50.048 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 06:51:50.050 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 06:51:50 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups?name=manila-service-security-group&project_id=c32cb237dd844268a13b54954fc532a1 (ip 199.19.213.191) !!! [pid: 8|app: 0|req: 100/204] 199.19.213.191 () {44 vars in 1098 bytes} [Wed May 20 06:51:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c32cb237dd844268a13b54954fc532a1 => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/205] 199.19.213.191 () {48 vars in 982 bytes} [Wed May 20 06:51:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 06:51:51.319 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 55988. [pid: 8|app: 0|req: 101/206] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:51 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:51:51 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:51 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 06:51:51.509 7 INFO oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 56002. [pid: 7|app: 0|req: 107/209] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:51:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/210] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:52 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:51:52 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:52 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:51:52 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:53 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:51:53 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:53 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:51:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:54 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 3460 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 06:51:54 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 06:51:55 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 199.19.213.191 () {48 vars in 992 bytes} [Wed May 20 06:51:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/240] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 06:54:08 2026] GET /v2.0/networks?tenant_id=c32cb237dd844268a13b54954fc532a1&shared=False => generated 15 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 06:54:08.984 7 INFO neutron.db.segments_db [None req-35d19766-50f8-4ad0-8c79-00d4d115f0e8 03b4b9f926da41f798668e1dcf943832 c32cb237dd844268a13b54954fc532a1 - - 4a73cb1f148a43bba1623b571d1e3bdd 4a73cb1f148a43bba1623b571d1e3bdd] Added segment 6f618474-9be7-4cc8-b272-3aa2e312cf6b of type vxlan for network 6d9f5a51-402c-4021-a458-c21aabc07e4a [pid: 7|app: 0|req: 123/241] 199.19.213.191 () {34 vars in 682 bytes} [Wed May 20 06:54:08 2026] POST /v2.0/networks => generated 718 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 199.19.213.191 () {30 vars in 722 bytes} [Wed May 20 06:54:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 199.19.213.191 () {30 vars in 633 bytes} [Wed May 20 06:54:09 2026] GET /v2.0/extensions => generated 20516 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 199.19.213.191 () {34 vars in 677 bytes} [Wed May 20 06:54:09 2026] POST /v2.0/ports => generated 999 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 199.19.213.191 () {30 vars in 703 bytes} [Wed May 20 06:54:09 2026] GET /v2.0/networks/6d9f5a51-402c-4021-a458-c21aabc07e4a => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/246] 199.19.213.191 () {30 vars in 722 bytes} [Wed May 20 06:54:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/247] 199.19.213.191 () {30 vars in 703 bytes} [Wed May 20 06:54:11 2026] GET /v2.0/networks/6d9f5a51-402c-4021-a458-c21aabc07e4a => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/250] 199.19.213.191 () {44 vars in 976 bytes} [Wed May 20 06:54:29 2026] GET /v2.0/quotas/c32cb237dd844268a13b54954fc532a1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 8|app: 0|req: 123/251] 199.19.213.191 () {48 vars in 1028 bytes} [Wed May 20 06:54:29 2026] PUT /v2.0/quotas/c32cb237dd844268a13b54954fc532a1 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:22.135 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 07:06:22.136 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 07:06:22 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.19.213.191) !!! 2026-05-20 07:06:22.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a0c0000-6d09-4da2-876a-3e6649d275e5 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/348] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 07:06:22 2026] GET /v2.0/networks/public => generated 108 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:06:22.316 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 07:06:22.316 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 07:06:22 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.19.213.191) !!! [pid: 7|app: 0|req: 177/349] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 07:06:22 2026] GET /v2.0/networks?name=public => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:23.588 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 52770. 2026-05-20 07:06:23.616 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db8118d3-dac5-4b83-ac9c-57d49f01e027 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/350] 199.19.213.191 () {44 vars in 928 bytes} [Wed May 20 07:06:23 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) 2026-05-20 07:06:23.655 7 INFO oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 52772. [pid: 7|app: 0|req: 178/351] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 07:06:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:23.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4b4dd12-8eb8-4e50-9145-7552832bc5c4 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/352] 199.19.213.191 () {44 vars in 1035 bytes} [Wed May 20 07:06:23 2026] GET /v2.0/subnets/public-subnet?network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/353] 199.19.213.191 () {44 vars in 1058 bytes} [Wed May 20 07:06:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:52.360 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a6bedb3-5878-4088-beac-65fd0af54aba d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/358] 199.19.213.191 () {44 vars in 938 bytes} [Wed May 20 07:06:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/359] 199.19.213.191 () {44 vars in 960 bytes} [Wed May 20 07:06:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:53.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2accf89c-5534-45e2-888d-9c726f4a6366 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/360] 199.19.213.191 () {44 vars in 938 bytes} [Wed May 20 07:06:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/361] 199.19.213.191 () {44 vars in 960 bytes} [Wed May 20 07:06:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:53.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6aab8f70-8687-461d-9176-99bdc5089e73 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/362] 199.19.213.191 () {44 vars in 1037 bytes} [Wed May 20 07:06:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 199.19.213.191 () {44 vars in 1060 bytes} [Wed May 20 07:06:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:06:54.562 8 INFO neutron.api.v2.resource [None req-ed17594a-ea1b-4351-a88e-a9ca0234452e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/364] 199.19.213.191 () {44 vars in 972 bytes} [Wed May 20 07:06:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.19.213.191 () {44 vars in 994 bytes} [Wed May 20 07:06:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:55 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/367] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:55 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:06:55 2026] GET /v2.0/security-group-rules/f5037709-0b49-4d8e-9501-e072131b3798 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/369] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:56 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:56 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => 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: 188/371] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:06:56 2026] GET /v2.0/security-group-rules/3370e538-926d-4c3b-8435-993ef2d8b3c0 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:57 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/373] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:57 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/374] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:06:57 2026] GET /v2.0/security-group-rules/b7c8203d-fe40-4bd1-b844-cd046614f3c2 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/375] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:58 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:58 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/377] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:06:58 2026] GET /v2.0/security-group-rules/8d6f0e2c-afdf-42c3-8ba5-ea1227567630 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/378] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:59 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/379] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:06:59 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:06:59 2026] GET /v2.0/security-group-rules/2581b6fd-ee9a-4c5e-a8c5-f9d7beef0621 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.19.213.191 () {44 vars in 988 bytes} [Wed May 20 07:07:00 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:07:00.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82dd8a22-d40e-464a-b463-55b1d80bf259 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/384] 199.19.213.191 () {44 vars in 1077 bytes} [Wed May 20 07:07:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.19.213.191 () {44 vars in 1100 bytes} [Wed May 20 07:07:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:07:00 2026] GET /v2.0/security-groups/36647006-d6fa-4cba-87d6-54c5238e6fd8 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:07:07.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85f57cc0-6c86-4fd4-a447-0d1f8058c6d7 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/387] 199.19.213.191 () {44 vars in 979 bytes} [Wed May 20 07:07:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.19.213.191 () {44 vars in 1001 bytes} [Wed May 20 07:07:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 199.19.213.191 () {44 vars in 921 bytes} [Wed May 20 07:07:09 2026] GET /v2.0/ports => generated 4725 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:07:10.177 8 INFO neutron.api.v2.resource [None req-85161ae0-a258-4de3-97c0-0f65d7ae2c73 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/390] 199.19.213.191 () {44 vars in 960 bytes} [Wed May 20 07:07:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 199.19.213.191 () {44 vars in 982 bytes} [Wed May 20 07:07:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:07:11 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2886 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:07:11 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2886 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:07:11 2026] GET /v2.0/security-group-rules/5196c850-70ec-48c5-ac76-e9edf3f99538 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:07:12 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:07:12 2026] GET /v2.0/security-groups/e19b6c7e-3d18-4a05-b7cf-3fe819ad762e => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:07:12 2026] GET /v2.0/security-group-rules/b5fb6adf-1afe-44b6-805c-eaf2151a5f58 => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.19.213.191 () {44 vars in 976 bytes} [Wed May 20 07:07:24 2026] GET /v2.0/quotas/ca72aeddaf474a34aaa1bc1d75aa6778 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:08:14.653 8 INFO neutron.api.v2.resource [None req-088c10b4-0b5d-4dff-ad6e-140908c61a4d d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/407] 199.19.213.191 () {44 vars in 1075 bytes} [Wed May 20 07:08:14 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c32cb237dd844268a13b54954fc532a1 => generated 139 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/408] 199.19.213.191 () {44 vars in 1098 bytes} [Wed May 20 07:08:14 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c32cb237dd844268a13b54954fc532a1 => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/411] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 07:08:15 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/412] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:08:15 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/413] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:08:15 2026] GET /v2.0/security-group-rules/240972c7-e85d-4706-98de-e93842aa95b5 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/414] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 07:08:16 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/415] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:08:16 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/416] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:08:16 2026] GET /v2.0/security-group-rules/0d75373f-e31e-4aba-aa2a-c02d8243dd27 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/417] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 07:08:17 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/418] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:08:17 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/419] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:08:17 2026] GET /v2.0/security-group-rules/a7379a98-00f1-49f3-8a8d-b4a71363b619 => 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: 207/420] 199.19.213.191 () {44 vars in 1089 bytes} [Wed May 20 07:08:18 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0?project_id=c32cb237dd844268a13b54954fc532a1 => 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: 214/421] 199.19.213.191 () {44 vars in 1002 bytes} [Wed May 20 07:08:18 2026] GET /v2.0/security-groups/d520835b-e8b3-4651-9eec-68bcbd3864f0 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/422] 199.19.213.191 () {44 vars in 1012 bytes} [Wed May 20 07:08:18 2026] GET /v2.0/security-group-rules/188b6a7a-cef2-474c-b2de-dc4b8cd3090e => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/423] 199.19.213.191 () {44 vars in 976 bytes} [Wed May 20 07:08:26 2026] GET /v2.0/quotas/c32cb237dd844268a13b54954fc532a1 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/432] 199.19.213.191 () {44 vars in 950 bytes} [Wed May 20 07:09:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:09:59.543 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 7|app: 0|req: 223/437] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:09:59 2026] GET /v2.0/networks => generated 2168 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:00.868 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 8|app: 0|req: 216/440] 10.0.0.80 () {32 vars in 654 bytes} [Wed May 20 07:10:00 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/441] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:10:00 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/442] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:10:00 2026] GET /v2.0/ports => generated 4725 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:01.062 7 INFO oslo.messaging._drivers.impl_rabbit [-] [c32294e8-fe94-447f-a61b-a6420e1c0a4a] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34292. [pid: 7|app: 0|req: 226/443] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:10:01 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: 8|app: 0|req: 218/444] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:10:01 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/445] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:10:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/446] 10.0.0.80 () {32 vars in 654 bytes} [Wed May 20 07:10:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:13.011 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2e5747b3-4ff6-418f-bd9b-fdcd72df9868] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 52690. 2026-05-20 07:10:13.166 7 INFO neutron.db.segments_db [None req-90775709-1f9f-4a67-9b04-9247e295d1ca d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 101e746c-3b03-4eea-8081-9d9c40dcd906 of type vxlan for network bb5776bc-8118-4422-be9d-e12878aa8a49 2026-05-20 07:10:13.228 8 INFO neutron.db.segments_db [None req-81d42c25-5505-45f0-8b45-c75036bd8a58 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment d07ca448-f838-458d-9785-b588d56fbddd of type vxlan for network 7f38d9af-4a56-4115-a9b7-ac1f997ba7dc [pid: 7|app: 0|req: 228/447] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:10:12 2026] POST /v2.0/networks => generated 746 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/448] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:10:12 2026] POST /v2.0/networks => generated 744 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:13.490 7 INFO neutron.db.segments_db [None req-27bfac9d-f5f1-4f44-b281-a52f8b3d8f8e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 12d098d6-3a57-4111-8042-3f428c4ba7ea of type vxlan for network 137eefe3-aad8-435c-ad60-efe8bffc975c [pid: 8|app: 0|req: 221/449] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:13 2026] POST /v2.0/subnets => generated 694 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/450] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:10:13 2026] POST /v2.0/networks => generated 747 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:13.608 7 INFO neutron.db.segments_db [None req-8e9adabc-9395-4b67-b65e-679460922611 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment b8faa6ca-fc3c-447a-9c42-636e8780eb36 of type vxlan for network 940ef370-da92-40b1-8838-356afd923a98 [pid: 8|app: 0|req: 222/451] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:13 2026] POST /v2.0/subnets => generated 692 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:13 2026] GET /v2.0/security-groups?tenant_id=fc840693bd5649558c70eded94dd0c09&name=default => generated 2921 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:13.877 7 INFO neutron.db.l3_hamode_db [None req-8e9adabc-9395-4b67-b65e-679460922611 d74d1bc27dc74b2ab049dcbccc5cfb21 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/453] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:13 2026] POST /v2.0/subnets => generated 694 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:14.117 8 INFO neutron.db.segments_db [None req-9cd1f5f9-81de-490c-a074-0b4e254da008 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 0683eb81-d556-4cef-8a08-12429a73f2c5 of type vxlan for network f284cc67-0a5b-41db-8b22-65ebcfae7b08 2026-05-20 07:10:14.425 8 INFO neutron.db.l3_hamode_db [None req-9cd1f5f9-81de-490c-a074-0b4e254da008 d74d1bc27dc74b2ab049dcbccc5cfb21 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:10:15.085 7 INFO neutron.db.l3_hamode_db [None req-8e9adabc-9395-4b67-b65e-679460922611 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:10:15.699 8 INFO neutron.db.l3_hamode_db [None req-9cd1f5f9-81de-490c-a074-0b4e254da008 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/454] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:13 2026] POST /v2.0/routers => generated 734 bytes in 2617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/455] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:16 2026] DELETE /v2.0/security-groups/faf4e70e-8967-464e-859c-615f808eab4c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:16.350 7 INFO neutron.db.segments_db [None req-c0969fb3-7f8c-4645-90c0-9474aeff968d d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment d8e3099c-df84-4fd2-86ef-db8c17861207 of type vxlan for network 0fad0a4e-2007-4a76-8b79-fb4b65fce80b 2026-05-20 07:10:16.648 7 INFO neutron.db.l3_hamode_db [None req-c0969fb3-7f8c-4645-90c0-9474aeff968d d74d1bc27dc74b2ab049dcbccc5cfb21 3d94193679a44d24934a821db74ebedb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/456] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:14 2026] POST /v2.0/routers => generated 732 bytes in 2749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:17.544 7 INFO neutron.db.l3_hamode_db [None req-c0969fb3-7f8c-4645-90c0-9474aeff968d d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/459] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:10:16 2026] PUT /v2.0/routers/ff2b2fe7-e5fd-4e99-93c6-182660c00f6e/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/460] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:16 2026] POST /v2.0/routers => generated 734 bytes in 2296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:18.853 7 INFO neutron.db.segments_db [None req-a0031e7a-0ec3-42f3-aa2d-b25cfa457007 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 04ff0861-5601-4233-917b-2911f3ac3763 of type vxlan for network 57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 [pid: 7|app: 0|req: 233/461] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:10:18 2026] POST /v2.0/networks => generated 751 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:10:18 2026] PUT /v2.0/routers/c6312147-ac15-4d16-befd-e2b17f26b5ab/add_router_interface => generated 309 bytes in 1809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:19.915 8 WARNING neutron_lib.context [None req-7b50e66a-a6ae-4ce8-bbe4-586213e2ba10 d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 230/463] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:10:19 2026] POST /v2.0/security-groups => generated 1661 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:20 2026] POST /v2.0/subnets => generated 698 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:20.306 8 WARNING neutron_lib.context [None req-449ca683-0d0d-4708-97d0-cfe3370023fa d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 232/465] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:10:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/466] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:10:18 2026] PUT /v2.0/routers/a8c60105-01f4-4eca-8495-1197c983461b/add_router_interface => generated 309 bytes in 1567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:20.517 7 WARNING neutron_lib.context [None req-8e1baee9-5d46-4d8b-878d-2c2469581be9 d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:20.526 8 INFO neutron.db.segments_db [None req-e5332973-4fff-425d-8961-45e87186b63c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment d5c7b026-e81f-419e-8b66-0aa4210e313e of type vxlan for network 2204429c-fc05-4e6b-a620-cc0a12ff6487 [pid: 7|app: 0|req: 235/467] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:10:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:20.680 7 WARNING neutron_lib.context [None req-cf4cde01-3c3a-4ce8-809d-0366164212d9 d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:20.849 8 INFO neutron.db.l3_hamode_db [None req-e5332973-4fff-425d-8961-45e87186b63c d74d1bc27dc74b2ab049dcbccc5cfb21 160f8c773479467aa72af02cc84ac500 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/468] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:10:20 2026] POST /v2.0/floatingips => generated 552 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:21.311 7 WARNING neutron_lib.context [req-afbc9e12-ed1f-45d5-882b-2a42efcb3319 req-c35c3e08-7a6b-4fb7-a8f8-bd2b79401c01 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 237/469] 10.0.0.104 () {38 vars in 971 bytes} [Wed May 20 07:10:21 2026] POST /v2.0/security-groups => generated 1682 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:10:21.498 7 WARNING neutron_lib.context [req-2439875a-754f-41ae-96ce-7bc63f68d0ec req-cfd552fc-e346-4cd1-9c9f-ecd88437904d 2cfd77001d144ac1821049558dc023a5 3d94193679a44d24934a821db74ebedb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:21.662 8 INFO neutron.db.l3_hamode_db [None req-e5332973-4fff-425d-8961-45e87186b63c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/470] 10.0.0.104 () {38 vars in 971 bytes} [Wed May 20 07:10:21 2026] POST /v2.0/security-groups => generated 1685 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:10:21.684 7 WARNING neutron_lib.context [req-6a305b56-7b48-4cf3-a328-f7876403f23c req-dda885b5-ca33-49e6-9372-a60d124973bd 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 239/471] 10.0.0.104 () {38 vars in 971 bytes} [Wed May 20 07:10:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 139 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.104 () {34 vars in 991 bytes} [Wed May 20 07:10:21 2026] GET /v2.0/security-groups/4995dd89-c67f-44d8-81f5-45925fd5eb61 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:21.846 7 WARNING neutron_lib.context [req-2cd80888-8fca-4d3d-88ab-070b17d29986 req-888b01bc-9e60-484b-a898-711ab8586c13 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 241/473] 10.0.0.104 () {38 vars in 971 bytes} [Wed May 20 07:10:21 2026] POST /v2.0/security-groups => generated 1680 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:10:21.996 7 WARNING neutron_lib.context [req-235c5f94-8d20-429c-a9be-c4efa0851de9 req-5e336540-e3ae-4ba9-8507-6b982c27f7a1 2cfd77001d144ac1821049558dc023a5 3d94193679a44d24934a821db74ebedb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 242/474] 10.0.0.104 () {38 vars in 981 bytes} [Wed May 20 07:10:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/475] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups?tenant_id=23ade26ee4cc4f8b8a5952aeaff8a382 => generated 7904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:22.186 7 WARNING neutron_lib.context [req-8e22efa9-9c85-4c44-8c6a-faeec21e334d req-1aeed955-a2c0-45e2-b84b-ece0a6c37751 2cfd77001d144ac1821049558dc023a5 3d94193679a44d24934a821db74ebedb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 244/476] 10.0.0.104 () {38 vars in 971 bytes} [Wed May 20 07:10:22 2026] POST /v2.0/security-groups => generated 1686 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/477] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/62b7a702-0842-4354-a998-30c27e091e6f => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/478] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/63ed81aa-3d0f-4ca4-9fc4-0997dc113065 => generated 1686 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/479] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/62b7a702-0842-4354-a998-30c27e091e6f => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:22.398 7 WARNING neutron_lib.context [req-0b2cd69e-1461-4b1a-bc55-79a3d87e14d5 req-454db94d-7a5c-4a4f-80bd-d7b1adf51bfb 2cfd77001d144ac1821049558dc023a5 3d94193679a44d24934a821db74ebedb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 248/480] 10.0.0.104 () {38 vars in 981 bytes} [Wed May 20 07:10:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/481] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/33fd0814-ebd4-416c-a9a2-a99a46e41057 => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/482] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/63ed81aa-3d0f-4ca4-9fc4-0997dc113065 => generated 2311 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/483] 10.0.0.104 () {36 vars in 1013 bytes} [Wed May 20 07:10:22 2026] DELETE /v2.0/security-groups/33fd0814-ebd4-416c-a9a2-a99a46e41057 => 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: 233/484] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:20 2026] POST /v2.0/routers => generated 738 bytes in 2198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:22.654 7 WARNING neutron_lib.context [req-19847181-d36c-45d4-b0a0-305925c3b5a4 req-2b70691d-3859-4130-a9c0-603edb01cc06 2cfd77001d144ac1821049558dc023a5 3d94193679a44d24934a821db74ebedb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 252/485] 10.0.0.104 () {38 vars in 981 bytes} [Wed May 20 07:10:22 2026] POST /v2.0/security-group-rules => generated 619 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:22.778 7 INFO neutron.api.v2.resource [req-9237ac12-d730-4caf-885a-81581930a55f req-d11e6a7b-096e-4b21-b2e5-32636e1fe8df 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/486] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/33fd0814-ebd4-416c-a9a2-a99a46e41057 => generated 146 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/487] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/63ed81aa-3d0f-4ca4-9fc4-0997dc113065 => generated 2941 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/488] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-groups/f2f3ebb9-f801-4899-b3e7-7143843be99c => generated 1681 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/489] 10.0.0.104 () {34 vars in 1001 bytes} [Wed May 20 07:10:22 2026] GET /v2.0/security-group-rules/d58a9b21-7aac-4592-9b34-c8335ccb61f0 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/490] 10.0.0.104 () {36 vars in 1013 bytes} [Wed May 20 07:10:22 2026] DELETE /v2.0/security-groups/f2f3ebb9-f801-4899-b3e7-7143843be99c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/491] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/63ed81aa-3d0f-4ca4-9fc4-0997dc113065 => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:23.041 7 INFO neutron.api.v2.resource [req-2790890a-7cb6-4fc4-a101-06717a6b82e1 req-6102b542-e75f-4110-a71b-d5fed59f1c0f 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/492] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/f2f3ebb9-f801-4899-b3e7-7143843be99c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/493] 10.0.0.104 () {36 vars in 1023 bytes} [Wed May 20 07:10:23 2026] DELETE /v2.0/security-group-rules/d58a9b21-7aac-4592-9b34-c8335ccb61f0 => 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: 261/494] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/dd141e08-0edf-49cd-a35d-1abd5d071913 => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/495] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/63ed81aa-3d0f-4ca4-9fc4-0997dc113065 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/496] 10.0.0.104 () {36 vars in 1013 bytes} [Wed May 20 07:10:23 2026] DELETE /v2.0/security-groups/dd141e08-0edf-49cd-a35d-1abd5d071913 => 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: 264/497] 10.0.0.104 () {36 vars in 1013 bytes} [Wed May 20 07:10:23 2026] DELETE /v2.0/security-groups/63ed81aa-3d0f-4ca4-9fc4-0997dc113065 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:23.354 7 INFO neutron.api.v2.resource [req-25511ba7-1dcf-4b42-a281-e49d4bc33f16 req-7934e3e5-fc8a-422b-9ee9-95fd34d8e73f 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/498] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/dd141e08-0edf-49cd-a35d-1abd5d071913 => 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: 266/499] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/4995dd89-c67f-44d8-81f5-45925fd5eb61 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/500] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups?tenant_id=23ade26ee4cc4f8b8a5952aeaff8a382 => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/501] 10.0.0.104 () {36 vars in 1013 bytes} [Wed May 20 07:10:23 2026] DELETE /v2.0/security-groups/4995dd89-c67f-44d8-81f5-45925fd5eb61 => 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: 269/502] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/62b7a702-0842-4354-a998-30c27e091e6f => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/503] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:10:22 2026] PUT /v2.0/routers/b6f0f567-3d92-4bf2-bbe1-f5b25484a1cc/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/504] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:23 2026] GET /v2.0/security-groups/62b7a702-0842-4354-a998-30c27e091e6f => generated 2918 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:24.060 8 INFO neutron.api.v2.resource [req-4f85ed5e-ad4d-4b05-9bbb-7175987ad22e req-12151195-507c-48f0-959f-8ec87d4cc1e9 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 236/505] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:24 2026] GET /v2.0/security-groups/dd141e08-0edf-49cd-a35d-1abd5d071913 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:10:24.117 8 INFO neutron.api.v2.resource [req-ea4ae5c2-1420-4ab4-9684-0d3ffad2d170 req-18c8982c-7c07-4a94-85f7-f221bf2ba50a 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 237/506] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:24 2026] GET /v2.0/security-groups/f2f3ebb9-f801-4899-b3e7-7143843be99c => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:10:24.153 8 INFO neutron.api.v2.resource [req-b55ffcd5-52a4-4d45-89c3-6e3697be8070 req-95b30b2f-f547-40a5-9721-659a2ca4888b 21e71ff89e204152a02cd8894bcb6864 23ade26ee4cc4f8b8a5952aeaff8a382 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/507] 10.0.0.104 () {34 vars in 991 bytes} [Wed May 20 07:10:24 2026] GET /v2.0/security-groups/33fd0814-ebd4-416c-a9a2-a99a46e41057 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/508] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:10:23 2026] PUT /v2.0/routers/a8c60105-01f4-4eca-8495-1197c983461b/remove_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:24.687 7 WARNING neutron_lib.context [None req-83e95327-345d-4729-a901-ca034f0f9a07 c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 271/509] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:10:24 2026] POST /v2.0/security-groups => generated 1661 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/510] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:10:24 2026] PUT /v2.0/routers/c6312147-ac15-4d16-befd-e2b17f26b5ab/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:25.239 8 WARNING neutron_lib.context [None req-690f296f-2ad1-46d9-89f9-65b1742bd651 c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 240/511] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:10:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:25.494 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-536cae04-1499-48d1-ac59-a602fcf876f9 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - 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 570, 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 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 724, 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 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, 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-05-20 07:10:25.930 7 INFO neutron.db.l3_hamode_db [None req-536cae04-1499-48d1-ac59-a602fcf876f9 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network 0fad0a4e-2007-4a76-8b79-fb4b65fce80b was deleted as no HA routers are present in tenant 3d94193679a44d24934a821db74ebedb. [pid: 7|app: 0|req: 272/512] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:24 2026] DELETE /v2.0/routers/a8c60105-01f4-4eca-8495-1197c983461b => generated 0 bytes in 1108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:25.939 7 WARNING neutron_lib.context [None req-4622db6b-48ee-4d87-8f7f-8aafe4b95a04 c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:26.036 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3780cc2b-5046-46bf-a3dd-389410d737a1 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - 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 570, 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 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 724, 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 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, 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: 273/513] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:10:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/514] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:26 2026] DELETE /v2.0/subnets/5fa2e5cd-8381-43f6-b11f-ea82f1f93539 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:10:26.252 7 WARNING neutron_lib.context [None req-4ba547a0-ff64-4929-a3cf-3258320519a7 c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:26.429 8 INFO neutron.db.l3_hamode_db [None req-3780cc2b-5046-46bf-a3dd-389410d737a1 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network f284cc67-0a5b-41db-8b22-65ebcfae7b08 was deleted as no HA routers are present in tenant 23ade26ee4cc4f8b8a5952aeaff8a382. 2026-05-20 07:10:26.429 7 INFO neutron.services.segments.plugin [-] Segment d8e3099c-df84-4fd2-86ef-db8c17861207 resource provider aggregate not found [pid: 8|app: 0|req: 241/515] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:25 2026] DELETE /v2.0/routers/c6312147-ac15-4d16-befd-e2b17f26b5ab => generated 0 bytes in 1042 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:26.449 7 INFO neutron.services.segments.plugin [-] Segment d8e3099c-df84-4fd2-86ef-db8c17861207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8e3099c-df84-4fd2-86ef-db8c17861207 found for delete ", "request_id": "req-8e244e22-c413-4e65-91ca-6b62091d5e7a"}]} 2026-05-20 07:10:26.473 7 INFO neutron.services.segments.plugin [-] Segment d8e3099c-df84-4fd2-86ef-db8c17861207 resource provider aggregate not found [pid: 8|app: 0|req: 242/516] 10.0.0.104 () {34 vars in 1100 bytes} [Wed May 20 07:10:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1255017032&fields=id&tenant_id=ae5cb30f14644b07a45d0dad093b7da8 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:26.498 7 INFO neutron.services.segments.plugin [-] Segment d8e3099c-df84-4fd2-86ef-db8c17861207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8e3099c-df84-4fd2-86ef-db8c17861207 found for delete ", "request_id": "req-cd5070b6-3cdc-4dbd-8291-74bd5bd95fdf"}]} 2026-05-20 07:10:26.786 8 INFO neutron.services.segments.plugin [-] Segment 0683eb81-d556-4cef-8a08-12429a73f2c5 resource provider aggregate not found 2026-05-20 07:10:26.792 8 INFO neutron.services.segments.plugin [-] Segment 0683eb81-d556-4cef-8a08-12429a73f2c5 resource provider aggregate not found 2026-05-20 07:10:26.801 8 INFO neutron.services.segments.plugin [-] Segment 0683eb81-d556-4cef-8a08-12429a73f2c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0683eb81-d556-4cef-8a08-12429a73f2c5 found for delete ", "request_id": "req-b1cd2a6c-1063-49dc-a4c6-c9da72b5d496"}]} 2026-05-20 07:10:26.813 8 INFO neutron.services.segments.plugin [-] Segment 0683eb81-d556-4cef-8a08-12429a73f2c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0683eb81-d556-4cef-8a08-12429a73f2c5 found for delete ", "request_id": "req-caedd7b5-7497-4f2a-bb16-b296e80f200e"}]} [pid: 8|app: 0|req: 243/517] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:26 2026] DELETE /v2.0/networks/137eefe3-aad8-435c-ad60-efe8bffc975c => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/518] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:10:26 2026] POST /v2.0/floatingips => generated 552 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/519] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:10:26 2026] GET /v2.0/networks?id=bb5776bc-8118-4422-be9d-e12878aa8a49 => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/520] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:26 2026] GET /v2.0/security-groups?tenant_id=3d94193679a44d24934a821db74ebedb&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/521] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:10:26 2026] GET /v2.0/quotas/ae5cb30f14644b07a45d0dad093b7da8 => 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: 244/522] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:26 2026] DELETE /v2.0/subnets/558b52bb-d88f-4cce-be89-88c1771a5abc => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/523] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/ports?tenant_id=ae5cb30f14644b07a45d0dad093b7da8&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/524] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:27 2026] DELETE /v2.0/security-groups/1f7c10d8-99bb-4c47-a1d4-a455cc60558e => 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: 280/525] 10.0.0.104 () {34 vars in 1100 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2019067489&fields=id&tenant_id=160f8c773479467aa72af02cc84ac500 => 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: 246/526] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:27 2026] DELETE /v2.0/networks/7f38d9af-4a56-4115-a9b7-ac1f997ba7dc => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/527] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/528] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/quotas/160f8c773479467aa72af02cc84ac500 => 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: 248/529] 10.0.0.104 () {34 vars in 907 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/extensions => generated 20516 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/530] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/531] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?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: 283/532] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/security-groups?tenant_id=23ade26ee4cc4f8b8a5952aeaff8a382&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/533] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/534] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:27 2026] DELETE /v2.0/security-groups/62b7a702-0842-4354-a998-30c27e091e6f => 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: 251/535] 10.0.0.104 () {34 vars in 907 bytes} [Wed May 20 07:10:27 2026] GET /v2.0/extensions => generated 20516 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/536] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:10:28 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 252/537] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:28 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/538] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:10:28 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/539] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:28 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 287/540] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:29 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:29.496 8 INFO neutron.services.segments.plugin [-] Segment 12d098d6-3a57-4111-8042-3f428c4ba7ea resource provider aggregate not found 2026-05-20 07:10:29.505 8 INFO neutron.services.segments.plugin [-] Segment 12d098d6-3a57-4111-8042-3f428c4ba7ea resource provider aggregate not found [pid: 8|app: 0|req: 254/541] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:29 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:29.986 7 INFO neutron.db.segments_db [None req-5000b319-81b9-41a5-851a-cc6bb6d566ac d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 3df41b5d-eab2-4f9b-b57b-a19d90106281 of type vxlan for network 2da73490-701f-4555-b30a-9748b0ab4d03 [pid: 7|app: 0|req: 288/542] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:10:29 2026] POST /v2.0/networks => generated 742 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:30.091 8 INFO neutron.services.segments.plugin [-] Segment 12d098d6-3a57-4111-8042-3f428c4ba7ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d098d6-3a57-4111-8042-3f428c4ba7ea found for delete ", "request_id": "req-2d999311-984d-4282-8426-0162202a1c0d"}]} 2026-05-20 07:10:30.104 8 INFO neutron.services.segments.plugin [-] Segment 12d098d6-3a57-4111-8042-3f428c4ba7ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d098d6-3a57-4111-8042-3f428c4ba7ea found for delete ", "request_id": "req-6c226c13-48fb-4c23-abc2-26aa046b5179"}]} 2026-05-20 07:10:30.119 8 INFO neutron.services.segments.plugin [-] Segment d07ca448-f838-458d-9785-b588d56fbddd resource provider aggregate not found 2026-05-20 07:10:30.122 8 INFO neutron.services.segments.plugin [-] Segment d07ca448-f838-458d-9785-b588d56fbddd resource provider aggregate not found 2026-05-20 07:10:30.134 8 INFO neutron.services.segments.plugin [-] Segment d07ca448-f838-458d-9785-b588d56fbddd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d07ca448-f838-458d-9785-b588d56fbddd found for delete ", "request_id": "req-4921936e-458e-4e10-a90d-e8b892c58277"}]} 2026-05-20 07:10:30.138 8 INFO neutron.services.segments.plugin [-] Segment d07ca448-f838-458d-9785-b588d56fbddd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d07ca448-f838-458d-9785-b588d56fbddd found for delete ", "request_id": "req-db049121-8676-4fdf-9aba-390df6cfb404"}]} [pid: 8|app: 0|req: 255/545] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:30 2026] POST /v2.0/subnets => generated 689 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:30.373 7 INFO neutron.db.segments_db [None req-a4004154-ae04-4c63-8f28-56562a0a9d3d d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 of type vxlan for network 29b352c0-c702-4929-a049-6d0b73faec96 [pid: 8|app: 0|req: 256/546] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:30 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 257/547] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:30 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:30.694 7 INFO neutron.db.l3_hamode_db [None req-a4004154-ae04-4c63-8f28-56562a0a9d3d d74d1bc27dc74b2ab049dcbccc5cfb21 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 258/548] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:31 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:31.586 7 INFO neutron.db.l3_hamode_db [None req-a4004154-ae04-4c63-8f28-56562a0a9d3d d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 259/549] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:31 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 260/550] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:32 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 291/551] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:30 2026] POST /v2.0/routers => generated 729 bytes in 2292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/552] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:32 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 293/553] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:33 2026] GET /v2.0/networks?id=bb5776bc-8118-4422-be9d-e12878aa8a49 => generated 679 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/554] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:33 2026] GET /v2.0/security-groups?tenant_id=e2987963468d42cd8ce9add4c777c96a&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: 295/555] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:10:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae5cb30f14644b07a45d0dad093b7da8 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/556] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:33 2026] DELETE /v2.0/security-groups/fe4f2c33-6b06-421f-a75b-7e2227d3c65f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:33.524 7 WARNING neutron_lib.context [req-35c1a514-9d47-40f2-8aa7-dcc39cd8cbc9 req-ab542b8a-a8d9-47f1-a9db-f480e2f6bbd6 d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 261/557] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:10:32 2026] PUT /v2.0/routers/41448ed5-8774-4e91-9e79-e39efe25bc4e/add_router_interface => generated 309 bytes in 1222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/558] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:33 2026] GET /v2.0/security-groups?tenant_id=b277603036524d598d15aea6254c8a14&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/559] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:33 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 264/560] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:33 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 265/561] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:34 2026] DELETE /v2.0/security-groups/f533d08b-e1c8-4815-8bcb-6c6785c16931 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/562] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:10:33 2026] POST /v2.0/ports => generated 958 bytes in 1009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/563] 199.19.213.191 () {34 vars in 911 bytes} [Wed May 20 07:10:34 2026] GET /v2.0/extensions => generated 20516 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:10:34.584 7 WARNING neutron_lib.context [None req-f256891e-13d9-49a1-b631-1176dba5e94e e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 267/564] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:34 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 683 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/565] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:10:34 2026] POST /v2.0/security-groups => generated 1659 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:10:34.740 7 WARNING neutron_lib.context [None req-5a5c54ae-045e-4d7e-9c15-b0e3115948d5 e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 268/566] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:10:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=160f8c773479467aa72af02cc84ac500 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:34.787 8 WARNING neutron_lib.context [req-a9ab2650-40b7-4e7d-982c-feed715af24a req-89b1f565-d507-4d9a-8694-c083ab0514ba c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 299/567] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:10:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:34.835 7 WARNING neutron_lib.context [None req-62a98353-b235-45e7-b0ef-d8e5892f2605 e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 300/568] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:10:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/569] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:10:34 2026] POST /v2.0/ports => generated 954 bytes in 482 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:10:35.267 8 WARNING neutron_lib.context [None req-5c957474-58d5-4a89-a08c-d208ab7ba210 e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 301/570] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:10:34 2026] PUT /v2.0/ports/11b3a399-c777-4e36-9c16-60a443236251 => generated 1239 bytes in 721 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 302/571] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:35 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/572] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:35 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 957 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/573] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:10:35 2026] POST /v2.0/floatingips => generated 552 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/574] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/575] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:36.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f5a62dd-93a1-4979-b1ab-4068fd86e7ed'] response: {'name': 'network-changed', 'server_uuid': '63cb949b-f887-418f-92e3-591cef5ed1e8', 'tag': '11b3a399-c777-4e36-9c16-60a443236251', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 304/576] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:10:35 2026] PUT /v2.0/ports/4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 1235 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/577] 10.0.0.104 () {34 vars in 1098 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--636382326&fields=id&tenant_id=b67dd830b3744c7a8213a030ce0a2dbb => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 305/578] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/networks?id=2da73490-701f-4555-b30a-9748b0ab4d03 => generated 674 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/579] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/quotas/b67dd830b3744c7a8213a030ce0a2dbb => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/580] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/ports?tenant_id=b67dd830b3744c7a8213a030ce0a2dbb&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/581] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/ports?tenant_id=ae5cb30f14644b07a45d0dad093b7da8&device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/582] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=11b3a399-c777-4e36-9c16-60a443236251 => 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: 307/583] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/584] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/subnets?id=8c940a95-2bac-42a5-ad9d-043553ceeaf7 => generated 697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/585] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/586] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/ports?network_id=bb5776bc-8118-4422-be9d-e12878aa8a49&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/587] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:36 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/588] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/589] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/590] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/591] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/592] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/593] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/594] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 314/595] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/596] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/597] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/598] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/599] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:37 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 284/600] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/ports?tenant_id=ae5cb30f14644b07a45d0dad093b7da8&device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/601] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/602] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/networks?id=bb5776bc-8118-4422-be9d-e12878aa8a49 => generated 774 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/603] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=11b3a399-c777-4e36-9c16-60a443236251 => 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: 286/604] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/subnets?id=8c940a95-2bac-42a5-ad9d-043553ceeaf7 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/605] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:38.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbb5aa24-5216-49ad-ae4b-cb237c69c359'] response: {'name': 'network-changed', 'server_uuid': '813ae4c8-dbdf-4523-bfec-0b0b748e01b6', 'tag': '4b29c9e7-5199-42ce-ad2f-1d2c8fda590c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 287/606] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/ports?network_id=bb5776bc-8118-4422-be9d-e12878aa8a49&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: 320/607] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/608] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?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: 321/609] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/610] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?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: 322/611] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&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: 323/612] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/613] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/security-groups?tenant_id=0b29b05497854cd696ac058393bb9bed&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/614] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:38 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/615] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => 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: 326/616] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/617] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:38 2026] DELETE /v2.0/security-groups/9f5e1d53-79e3-4144-9aa3-369fd0eb98f5 => 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: 327/618] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&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: 292/619] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 328/620] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 329/621] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 293/622] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/security-groups?tenant_id=4aafaa095f964afd8536283c07bc4554&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: 330/623] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:39 2026] DELETE /v2.0/security-groups/ee51e616-fa3f-4f36-9bee-ac0f49691f1d => 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: 294/624] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/625] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&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: 331/626] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/627] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:39 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/628] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:40 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 297/629] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:40 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/630] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:40 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/631] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:40 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 46 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.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:40 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/633] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:41 2026] GET /v2.0/networks?id=2da73490-701f-4555-b30a-9748b0ab4d03 => generated 674 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/634] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:41 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 335/635] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:10:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b67dd830b3744c7a8213a030ce0a2dbb => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:41.511 8 WARNING neutron_lib.context [req-01925138-a078-42ec-a4f3-edcfc08a6970 req-88a1f2d3-87a2-41f4-b131-6c7728da5b92 e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 301/636] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:10:41 2026] POST /v2.0/ports => generated 958 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 336/637] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:41 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/638] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:41 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/639] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:42 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/640] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:42 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/641] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:10:41 2026] PUT /v2.0/ports/8c6f5de4-b408-4e60-a5e2-35ec12f24099 => generated 1239 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/642] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:42 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 120 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:71: 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: 303/643] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:42 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 7|app: 0|req: 341/644] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/645] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/646] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/647] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/648] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/ports?tenant_id=b67dd830b3744c7a8213a030ce0a2dbb&device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 344/649] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8c6f5de4-b408-4e60-a5e2-35ec12f24099 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:43.509 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75c04002-985f-4bd7-8344-2eb4cd76bd9f'] response: {'name': 'network-changed', 'server_uuid': '352bd6d3-432d-48ba-becd-36b86ebc4a19', 'tag': '8c6f5de4-b408-4e60-a5e2-35ec12f24099', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 306/650] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/subnets?id=d067db97-9f19-4050-a988-4c003a13fb8c => generated 692 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/651] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/ports?network_id=2da73490-701f-4555-b30a-9748b0ab4d03&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: 307/652] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?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: 346/653] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?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: 308/654] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/655] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 347/656] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:43 2026] GET /v2.0/security-groups?tenant_id=893a868cc87f4da6b68c7ccb084798e2&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/657] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:44 2026] DELETE /v2.0/security-groups/ec29ffa1-80b0-43bf-a02d-416a341b51e1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/658] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/659] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/660] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/661] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&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: 350/662] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/security-groups?tenant_id=24bd46502c5b4356adf0914d805da893&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/663] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/ports?tenant_id=b67dd830b3744c7a8213a030ce0a2dbb&device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/664] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/networks?id=2da73490-701f-4555-b30a-9748b0ab4d03 => generated 770 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/665] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:44 2026] DELETE /v2.0/security-groups/81ba4959-d056-48ae-9c88-6204f780d43c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/666] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8c6f5de4-b408-4e60-a5e2-35ec12f24099 => 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: 314/667] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/subnets?id=d067db97-9f19-4050-a988-4c003a13fb8c => generated 692 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/668] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/ports?network_id=2da73490-701f-4555-b30a-9748b0ab4d03&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: 315/669] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:44 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/670] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/671] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?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: 356/672] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/675] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 318/676] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/677] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 319/678] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:45 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&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: 360/679] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/680] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/681] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/682] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/683] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/684] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/685] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:46 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/686] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:47 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 365/687] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:47 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:47.719 8 INFO neutron.db.l3_db [None req-9a04c441-dd1c-4dca-9d16-1b703d244edd d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Floating IP 25ba4527-e219-413f-a89d-a4ba22ecd3c1 associated. External IP: 10.96.250.219, port: 11b3a399-c777-4e36-9c16-60a443236251. [pid: 7|app: 0|req: 366/688] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:47 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/689] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/690] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:10:47 2026] PUT /v2.0/floatingips/25ba4527-e219-413f-a89d-a4ba22ecd3c1 => generated 856 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/691] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/692] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 369/693] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:48.304 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2586efa9-6b4f-4143-8e5c-1cb2de0d4298'] response: {'name': 'network-changed', 'server_uuid': '63cb949b-f887-418f-92e3-591cef5ed1e8', 'tag': '11b3a399-c777-4e36-9c16-60a443236251', 'status': 'completed', 'code': 200} 2026-05-20 07:10:48.730 8 INFO neutron.db.l3_db [None req-25c3a8b7-f9c3-4793-ba25-39d5d97178da c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Floating IP 37bcf028-8fe5-4f8a-b57c-40b0578639ea associated. External IP: 10.96.250.215, port: 4b29c9e7-5199-42ce-ad2f-1d2c8fda590c. [pid: 7|app: 0|req: 370/694] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/695] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/696] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 373/697] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/698] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/ports?tenant_id=ae5cb30f14644b07a45d0dad093b7da8&device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/699] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/700] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:48 2026] GET /v2.0/networks?id=bb5776bc-8118-4422-be9d-e12878aa8a49 => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/701] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:10:48 2026] PUT /v2.0/floatingips/37bcf028-8fe5-4f8a-b57c-40b0578639ea => generated 855 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/702] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=11b3a399-c777-4e36-9c16-60a443236251 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/703] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/704] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/subnets?id=8c940a95-2bac-42a5-ad9d-043553ceeaf7 => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/705] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/706] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/ports?network_id=bb5776bc-8118-4422-be9d-e12878aa8a49&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:49.530 7 INFO neutron.db.l3_db [None req-d1d56a87-9bf2-45e2-a208-f6eab13e75e6 e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Floating IP f6d409bf-252d-418c-bc7e-a282e6472a8d associated. External IP: 10.96.250.212, port: 8c6f5de4-b408-4e60-a5e2-35ec12f24099. [pid: 8|app: 0|req: 331/707] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/security-groups?tenant_id=3d7adff88345407fa44fcbed53cef835&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/708] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?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: 333/709] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:49 2026] DELETE /v2.0/security-groups/39933f5a-1867-4b2c-9033-64e96fa490a0 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/710] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49?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: 377/711] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:10:49 2026] PUT /v2.0/floatingips/f6d409bf-252d-418c-bc7e-a282e6472a8d => generated 856 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:50.067 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc49bc61-8d29-4cb5-a17d-2c5edac25d33'] response: {'name': 'network-changed', 'server_uuid': '352bd6d3-432d-48ba-becd-36b86ebc4a19', 'tag': '8c6f5de4-b408-4e60-a5e2-35ec12f24099', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 335/712] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:49 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/713] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/security-groups?id=abec6a56-3fe6-4321-8798-84aacc0a1aeb&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/714] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/security-groups?tenant_id=241c46685ebf4e029c983f4895f46a0e&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:50.356 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bef99ab9-409d-442f-8248-1ea077fdd485'] response: {'name': 'network-changed', 'server_uuid': '813ae4c8-dbdf-4523-bfec-0b0b748e01b6', 'tag': '4b29c9e7-5199-42ce-ad2f-1d2c8fda590c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 337/715] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:50 2026] DELETE /v2.0/security-groups/d2b0d84a-642f-4a0f-b979-711ad6e61dda => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/716] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/ports?tenant_id=b67dd830b3744c7a8213a030ce0a2dbb&device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 338/717] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/networks?id=2da73490-701f-4555-b30a-9748b0ab4d03 => generated 770 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/718] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/719] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8c6f5de4-b408-4e60-a5e2-35ec12f24099 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/720] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/subnets?id=d067db97-9f19-4050-a988-4c003a13fb8c => generated 692 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/721] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/ports?network_id=2da73490-701f-4555-b30a-9748b0ab4d03&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: 342/722] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?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: 343/723] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/724] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?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: 345/725] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:50 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:51.053 7 INFO neutron.db.l3_db [req-e8ca60f0-fd9b-434f-90cc-e4b80540bb5e req-a6d77a11-b132-4f48-b4cf-96b695d3f6ba d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] Floating IP 25ba4527-e219-413f-a89d-a4ba22ecd3c1 disassociated. External IP: 10.96.250.219, port: 11b3a399-c777-4e36-9c16-60a443236251. [pid: 8|app: 0|req: 346/726] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/727] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/728] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&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: 349/729] 199.19.213.191 () {34 vars in 1096 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/730] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/731] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 352/732] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:51 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/733] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:10:50 2026] DELETE /v2.0/ports/11b3a399-c777-4e36-9c16-60a443236251 => generated 0 bytes in 911 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:10:52.427 8 WARNING neutron_lib.context [None req-20099884-213b-406a-b0dd-5a81b87d6947 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:52.427 8 WARNING neutron_lib.context [None req-20099884-213b-406a-b0dd-5a81b87d6947 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 382/734] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:52 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:52.598 8 INFO neutron.db.segments_db [None req-20099884-213b-406a-b0dd-5a81b87d6947 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Added segment 4f24f08e-69a2-42bc-9e8f-c944161e664f of type vxlan for network 3312ffa6-0745-40a0-b58b-c28575a6d605 2026-05-20 07:10:52.660 8 INFO neutron.db.segments_db [None req-20099884-213b-406a-b0dd-5a81b87d6947 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Added segment a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 of type vxlan for network c9dea9a9-1d92-47fb-8d57-44f36b59ea17 [pid: 8|app: 0|req: 353/735] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:10:52 2026] POST /v2.0/networks => generated 1245 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:10:52.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87c1e30c-df25-485b-a8c8-3cecca1e57bc'] response: {'server_uuid': '63cb949b-f887-418f-92e3-591cef5ed1e8', 'name': 'network-vif-deleted', 'tag': '11b3a399-c777-4e36-9c16-60a443236251', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 383/736] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:10:52 2026] GET /v2.0/networks => generated 1844 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/737] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:10:52 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:10:52.986 8 INFO neutron.services.segments.plugin [-] Segment 4f24f08e-69a2-42bc-9e8f-c944161e664f resource provider aggregate not found 2026-05-20 07:10:52.992 8 INFO neutron.services.segments.plugin [-] Segment 4f24f08e-69a2-42bc-9e8f-c944161e664f resource provider aggregate not found 2026-05-20 07:10:53.005 8 INFO neutron.services.segments.plugin [-] Segment 4f24f08e-69a2-42bc-9e8f-c944161e664f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f24f08e-69a2-42bc-9e8f-c944161e664f found for delete ", "request_id": "req-45e6aa1f-77c4-490d-bf15-cc8a1fbe4cec"}]} 2026-05-20 07:10:53.007 8 INFO neutron.services.segments.plugin [-] Segment 4f24f08e-69a2-42bc-9e8f-c944161e664f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f24f08e-69a2-42bc-9e8f-c944161e664f found for delete ", "request_id": "req-00fefc9e-65b3-4140-b79a-70a078b25384"}]} [pid: 8|app: 0|req: 354/738] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:52 2026] DELETE /v2.0/networks/3312ffa6-0745-40a0-b58b-c28575a6d605 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:10:53.170 7 INFO neutron.services.segments.plugin [-] Segment a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 resource provider aggregate not found 2026-05-20 07:10:53.174 7 INFO neutron.services.segments.plugin [-] Segment a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 resource provider aggregate not found 2026-05-20 07:10:53.182 7 INFO neutron.services.segments.plugin [-] Segment a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 found for delete ", "request_id": "req-482848fc-d9bc-401e-9d2a-8c69d50889d2"}]} 2026-05-20 07:10:53.187 7 INFO neutron.services.segments.plugin [-] Segment a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fe85d1-0d5c-4384-bb8c-3931a3ac6e72 found for delete ", "request_id": "req-8df600aa-7a24-4c77-8dc6-4cbc44b6322e"}]} [pid: 7|app: 0|req: 385/739] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:53 2026] DELETE /v2.0/networks/c9dea9a9-1d92-47fb-8d57-44f36b59ea17 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/740] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/networks => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:53.299 7 WARNING neutron_lib.context [None req-c5e9c6bf-662d-4f0a-adcc-1eea1d4fec05 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:53.371 7 INFO neutron.db.segments_db [None req-c5e9c6bf-662d-4f0a-adcc-1eea1d4fec05 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Added segment e4f4f010-67a6-4af5-aa55-eb607a48ec6f of type vxlan for network 19f58a77-e218-428c-b9ff-964dbf845257 [pid: 7|app: 0|req: 386/741] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:10:53 2026] POST /v2.0/networks => generated 653 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:53.499 7 WARNING neutron_lib.context [None req-aef3fcdc-daf9-4c8d-a6ab-6f9dfb7d8f0a 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 356/742] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/743] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:53.555 7 INFO neutron.db.segments_db [None req-aef3fcdc-daf9-4c8d-a6ab-6f9dfb7d8f0a 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Added segment 243f8283-8257-4dab-847f-d742e64109f3 of type vxlan for network 6a2b030b-3149-4110-a1e1-95b65d4f0b24 [pid: 8|app: 0|req: 358/744] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 359/745] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/746] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&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: 7|app: 0|req: 387/747] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:10:53 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:53.658 7 WARNING neutron_lib.context [None req-90d4c220-43da-41ce-adbb-ad8f339086e6 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:53.687 7 WARNING neutron_lib.context [None req-90d4c220-43da-41ce-adbb-ad8f339086e6 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 361/748] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 362/749] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:10:53 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 388/750] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:10:53 2026] POST /v2.0/ports => generated 1504 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/751] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:10:54 2026] GET /v2.0/ports => generated 1504 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 389/752] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:10:54 2026] DELETE /v2.0/ports/d3ab0ca8-abff-4841-9d21-5ad7a0d5a45c => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/753] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:10:54 2026] GET /v2.0/ports?device_id=63cb949b-f887-418f-92e3-591cef5ed1e8 => 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: 364/754] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:10:54 2026] DELETE /v2.0/ports/60b53994-a833-42f1-8c13-61ed2ba08704 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/755] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:10:54 2026] GET /v2.0/ports => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:10:54.975 8 WARNING neutron_lib.context [None req-567410be-96b2-40d0-9d8f-84b2f34b08be 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:55.032 8 INFO neutron.db.segments_db [None req-567410be-96b2-40d0-9d8f-84b2f34b08be 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Added segment 22af6b96-3227-4c6b-a5ae-7bede4fc983b of type vxlan for network 394f62ee-05ac-4be5-9afc-cd4a3067ad6d [pid: 8|app: 0|req: 365/756] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:10:54 2026] POST /v2.0/networks => generated 654 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:55.168 7 WARNING neutron_lib.context [None req-f8191788-1b66-4d4a-a754-ee53505983d7 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:55.232 7 INFO neutron.db.segments_db [None req-f8191788-1b66-4d4a-a754-ee53505983d7 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Added segment ba2b457c-c201-4cb1-a274-db22b2057b9d of type vxlan for network 9b502bf2-15f3-4917-bc57-73f562a6b019 [pid: 7|app: 0|req: 392/757] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:10:55 2026] POST /v2.0/networks => generated 653 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:10:55.805 7 WARNING neutron_lib.context [None req-735408b8-bf44-4ba3-87b9-78d400a15749 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:10:55.849 7 WARNING neutron_lib.context [None req-735408b8-bf44-4ba3-87b9-78d400a15749 2a87288d08054533b44aba70fb23fe5d 4a566c1b349c497ab5122eef357b377c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 366/758] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:55 2026] DELETE /v2.0/security-groups/abec6a56-3fe6-4321-8798-84aacc0a1aeb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:55.907 8 INFO neutron.api.v2.resource [None req-4d5dd03f-2282-4dd2-bb9c-bcf18e575765 d04d77fc94b14118b33c42575f97a465 ae5cb30f14644b07a45d0dad093b7da8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 367/759] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:10:55 2026] GET /v2.0/security-groups/abec6a56-3fe6-4321-8798-84aacc0a1aeb => 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: 393/760] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:10:55 2026] POST /v2.0/subnets => generated 1323 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/761] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:10:56 2026] GET /v2.0/subnets => generated 1959 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/762] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:10:55 2026] DELETE /v2.0/floatingips/25ba4527-e219-413f-a89d-a4ba22ecd3c1 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/763] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:56 2026] DELETE /v2.0/subnets/513bb64e-7306-4fed-b4d2-7b6da8c16f49 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/764] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:56 2026] DELETE /v2.0/subnets/0c2b5f70-d939-4c9a-b2fa-eca89a4172ae => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/765] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:10:56 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:56.879 7 INFO neutron.services.segments.plugin [-] Segment ba2b457c-c201-4cb1-a274-db22b2057b9d resource provider aggregate not found 2026-05-20 07:10:56.884 7 INFO neutron.services.segments.plugin [-] Segment ba2b457c-c201-4cb1-a274-db22b2057b9d resource provider aggregate not found 2026-05-20 07:10:56.895 7 INFO neutron.services.segments.plugin [-] Segment ba2b457c-c201-4cb1-a274-db22b2057b9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba2b457c-c201-4cb1-a274-db22b2057b9d found for delete ", "request_id": "req-c07d7d92-be5c-4ad3-8aef-67181619f5cc"}]} 2026-05-20 07:10:56.901 7 INFO neutron.services.segments.plugin [-] Segment ba2b457c-c201-4cb1-a274-db22b2057b9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba2b457c-c201-4cb1-a274-db22b2057b9d found for delete ", "request_id": "req-dd8904b3-a23b-4a08-82a3-aa84cbbee7c3"}]} [pid: 7|app: 0|req: 398/766] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:56 2026] DELETE /v2.0/networks/9b502bf2-15f3-4917-bc57-73f562a6b019 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/767] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:56 2026] DELETE /v2.0/networks/394f62ee-05ac-4be5-9afc-cd4a3067ad6d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/768] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:57 2026] DELETE /v2.0/networks/6a2b030b-3149-4110-a1e1-95b65d4f0b24 => 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: 401/769] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:57 2026] DELETE /v2.0/networks/19f58a77-e218-428c-b9ff-964dbf845257 => 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: 369/770] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:10:56 2026] PUT /v2.0/routers/ff2b2fe7-e5fd-4e99-93c6-182660c00f6e/remove_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/771] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:58 2026] GET /v2.0/security-groups?tenant_id=4a566c1b349c497ab5122eef357b377c&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: 371/772] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:58 2026] DELETE /v2.0/security-groups/814aec7d-9e72-4abf-aba8-cc32a22dad70 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:10:58.505 7 INFO neutron.db.l3_hamode_db [None req-9fb883a3-5931-465a-b27c-d91cbdf7a74d d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network 940ef370-da92-40b1-8838-356afd923a98 was deleted as no HA routers are present in tenant ae5cb30f14644b07a45d0dad093b7da8. [pid: 7|app: 0|req: 402/773] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:57 2026] DELETE /v2.0/routers/ff2b2fe7-e5fd-4e99-93c6-182660c00f6e => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/774] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:10:58 2026] DELETE /v2.0/subnets/8c940a95-2bac-42a5-ad9d-043553ceeaf7 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:10:58.927 7 INFO neutron.services.segments.plugin [-] Segment 22af6b96-3227-4c6b-a5ae-7bede4fc983b resource provider aggregate not found 2026-05-20 07:10:58.930 7 INFO neutron.services.segments.plugin [-] Segment 22af6b96-3227-4c6b-a5ae-7bede4fc983b resource provider aggregate not found 2026-05-20 07:10:58.950 7 INFO neutron.services.segments.plugin [-] Segment 22af6b96-3227-4c6b-a5ae-7bede4fc983b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22af6b96-3227-4c6b-a5ae-7bede4fc983b found for delete ", "request_id": "req-33685f5b-750f-48a6-a9b6-8ab380137eff"}]} 2026-05-20 07:10:58.954 7 INFO neutron.services.segments.plugin [-] Segment 22af6b96-3227-4c6b-a5ae-7bede4fc983b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22af6b96-3227-4c6b-a5ae-7bede4fc983b found for delete ", "request_id": "req-c6c92dfd-fcd7-418e-84af-e78972a22210"}]} 2026-05-20 07:10:58.977 7 INFO neutron.services.segments.plugin [-] Segment 243f8283-8257-4dab-847f-d742e64109f3 resource provider aggregate not found 2026-05-20 07:10:58.983 7 INFO neutron.services.segments.plugin [-] Segment 243f8283-8257-4dab-847f-d742e64109f3 resource provider aggregate not found 2026-05-20 07:10:58.995 7 INFO neutron.services.segments.plugin [-] Segment 243f8283-8257-4dab-847f-d742e64109f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 243f8283-8257-4dab-847f-d742e64109f3 found for delete ", "request_id": "req-1f7cac65-4c51-4bdb-bdcc-e84013dead5d"}]} 2026-05-20 07:10:59.000 7 INFO neutron.services.segments.plugin [-] Segment 243f8283-8257-4dab-847f-d742e64109f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 243f8283-8257-4dab-847f-d742e64109f3 found for delete ", "request_id": "req-347acbfb-2a83-411d-b4e6-e857a3050941"}]} 2026-05-20 07:10:59.007 7 INFO neutron.services.segments.plugin [-] Segment e4f4f010-67a6-4af5-aa55-eb607a48ec6f resource provider aggregate not found [pid: 8|app: 0|req: 373/775] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:10:58 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1240 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/776] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:10:59 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:10:59.355 7 INFO neutron.services.segments.plugin [-] Segment e4f4f010-67a6-4af5-aa55-eb607a48ec6f resource provider aggregate not found 2026-05-20 07:10:59.358 7 INFO neutron.services.segments.plugin [-] Segment e4f4f010-67a6-4af5-aa55-eb607a48ec6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4f4f010-67a6-4af5-aa55-eb607a48ec6f found for delete ", "request_id": "req-b67ff100-5092-48e5-a355-b325d0b9243e"}]} 2026-05-20 07:10:59.378 7 INFO neutron.services.segments.plugin [-] Segment b8faa6ca-fc3c-447a-9c42-636e8780eb36 resource provider aggregate not found 2026-05-20 07:10:59.383 7 INFO neutron.services.segments.plugin [-] Segment e4f4f010-67a6-4af5-aa55-eb607a48ec6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4f4f010-67a6-4af5-aa55-eb607a48ec6f found for delete ", "request_id": "req-ebd654f3-b62b-43c8-80f4-d40f5f1808aa"}]} 2026-05-20 07:10:59.398 7 INFO neutron.services.segments.plugin [-] Segment b8faa6ca-fc3c-447a-9c42-636e8780eb36 resource provider aggregate not found 2026-05-20 07:10:59.402 7 INFO neutron.services.segments.plugin [-] Segment b8faa6ca-fc3c-447a-9c42-636e8780eb36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8faa6ca-fc3c-447a-9c42-636e8780eb36 found for delete ", "request_id": "req-af69a051-692f-4269-943c-04bf8b146a6c"}]} 2026-05-20 07:10:59.416 7 INFO neutron.services.segments.plugin [-] Segment b8faa6ca-fc3c-447a-9c42-636e8780eb36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8faa6ca-fc3c-447a-9c42-636e8780eb36 found for delete ", "request_id": "req-5a9b0b13-1795-40de-b9d0-0c284040c532"}]} [pid: 7|app: 0|req: 403/777] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:10:58 2026] DELETE /v2.0/networks/bb5776bc-8118-4422-be9d-e12878aa8a49 => generated 0 bytes in 710 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/778] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:10:59 2026] GET /v2.0/security-groups?tenant_id=ae5cb30f14644b07a45d0dad093b7da8&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/779] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:10:59 2026] DELETE /v2.0/security-groups/daa39e92-65fe-4369-b663-a949436af776 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/780] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:10:59 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/781] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:11:00 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:00.378 8 WARNING neutron_lib.context [None req-d50f8e5b-e63e-4de9-86cd-186f460489ae 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:00.379 8 WARNING neutron_lib.context [None req-d50f8e5b-e63e-4de9-86cd-186f460489ae 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:00.579 8 INFO neutron.db.segments_db [None req-d50f8e5b-e63e-4de9-86cd-186f460489ae 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Added segment 8af5a89e-92dd-4462-8927-a6e3c8b59196 of type vxlan for network c57550f0-934b-4580-8949-020907196b2d 2026-05-20 07:11:00.662 8 INFO neutron.db.segments_db [None req-d50f8e5b-e63e-4de9-86cd-186f460489ae 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Added segment 15acece4-d54b-49c7-a1f8-178a36b6693c of type vxlan for network b83c1aae-c483-4b79-9f84-c36ad8adb5a4 [pid: 8|app: 0|req: 377/784] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:11:00 2026] POST /v2.0/networks => generated 1243 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/785] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:11:00 2026] GET /v2.0/networks => generated 1842 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:01.034 8 INFO neutron.services.segments.plugin [-] Segment 8af5a89e-92dd-4462-8927-a6e3c8b59196 resource provider aggregate not found 2026-05-20 07:11:01.038 8 INFO neutron.services.segments.plugin [-] Segment 8af5a89e-92dd-4462-8927-a6e3c8b59196 resource provider aggregate not found 2026-05-20 07:11:01.053 8 INFO neutron.services.segments.plugin [-] Segment 8af5a89e-92dd-4462-8927-a6e3c8b59196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af5a89e-92dd-4462-8927-a6e3c8b59196 found for delete ", "request_id": "req-3234eb62-6851-459a-8c6e-f6748b844428"}]} 2026-05-20 07:11:01.054 8 INFO neutron.services.segments.plugin [-] Segment 8af5a89e-92dd-4462-8927-a6e3c8b59196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af5a89e-92dd-4462-8927-a6e3c8b59196 found for delete ", "request_id": "req-287a160d-b5c2-4405-a34a-f9816e89f746"}]} [pid: 8|app: 0|req: 378/786] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:00 2026] DELETE /v2.0/networks/c57550f0-934b-4580-8949-020907196b2d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/787] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:01 2026] DELETE /v2.0/networks/b83c1aae-c483-4b79-9f84-c36ad8adb5a4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/788] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:11:01 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:01.325 7 WARNING neutron_lib.context [None req-200b29f1-8321-4b44-9dcf-78a6438b5b41 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:01.390 7 INFO neutron.db.segments_db [None req-200b29f1-8321-4b44-9dcf-78a6438b5b41 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Added segment 7a1df2a2-fbda-4705-9575-db5cf1f01be3 of type vxlan for network f71b7c4f-1353-4bef-9c83-373a33f180bc 2026-05-20 07:11:01.426 7 INFO neutron.services.segments.plugin [-] Segment 101e746c-3b03-4eea-8081-9d9c40dcd906 resource provider aggregate not found 2026-05-20 07:11:01.434 7 INFO neutron.services.segments.plugin [-] Segment 101e746c-3b03-4eea-8081-9d9c40dcd906 resource provider aggregate not found 2026-05-20 07:11:01.442 7 INFO neutron.services.segments.plugin [-] Segment 101e746c-3b03-4eea-8081-9d9c40dcd906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101e746c-3b03-4eea-8081-9d9c40dcd906 found for delete ", "request_id": "req-7de533b2-d998-4b12-8a4b-862a9083003f"}]} 2026-05-20 07:11:01.453 7 INFO neutron.services.segments.plugin [-] Segment 101e746c-3b03-4eea-8081-9d9c40dcd906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101e746c-3b03-4eea-8081-9d9c40dcd906 found for delete ", "request_id": "req-ace79597-0ea2-4a24-b4ff-124eb2e8c699"}]} 2026-05-20 07:11:01.460 7 INFO neutron.services.segments.plugin [-] Segment 15acece4-d54b-49c7-a1f8-178a36b6693c resource provider aggregate not found 2026-05-20 07:11:01.473 7 INFO neutron.services.segments.plugin [-] Segment 15acece4-d54b-49c7-a1f8-178a36b6693c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15acece4-d54b-49c7-a1f8-178a36b6693c found for delete ", "request_id": "req-0c006bc2-7773-4e9a-b585-aa0bcaf338de"}]} 2026-05-20 07:11:01.477 7 INFO neutron.services.segments.plugin [-] Segment 15acece4-d54b-49c7-a1f8-178a36b6693c resource provider aggregate not found 2026-05-20 07:11:01.494 7 INFO neutron.services.segments.plugin [-] Segment 15acece4-d54b-49c7-a1f8-178a36b6693c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15acece4-d54b-49c7-a1f8-178a36b6693c found for delete ", "request_id": "req-1c3ef44b-e390-44f6-beb8-79296d15abc7"}]} [pid: 7|app: 0|req: 410/789] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:11:01 2026] POST /v2.0/networks => generated 650 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:01.554 8 WARNING neutron_lib.context [None req-b24f0c24-ca20-4d40-b411-ea63dade810b 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:01.623 8 INFO neutron.db.segments_db [None req-b24f0c24-ca20-4d40-b411-ea63dade810b 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Added segment 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 of type vxlan for network c15b9c8c-7b0c-4d20-a558-bcd5a14140f2 [pid: 8|app: 0|req: 380/790] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:11:01 2026] POST /v2.0/networks => generated 650 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:01.757 8 WARNING neutron_lib.context [None req-e21c89bb-173b-45c8-908d-9b75aa54f30c 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:01.788 8 WARNING neutron_lib.context [None req-e21c89bb-173b-45c8-908d-9b75aa54f30c 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:01.970 7 INFO neutron.db.segments_db [None req-64913831-5722-4096-88bc-7352310ceae0 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 540b1504-39cd-4cfe-af5d-dac1c8a42b47 of type vxlan for network 7af5d14f-d460-4d4e-95ba-b452608978b5 [pid: 7|app: 0|req: 411/791] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:11:01 2026] POST /v2.0/networks => generated 744 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/792] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:02 2026] POST /v2.0/subnets => generated 691 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:02.406 7 INFO neutron.db.segments_db [None req-bd4063dc-f690-4c29-81d7-42d1a4fd493e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 5963f573-d51e-4fde-a17a-be8d2a4aa196 of type vxlan for network e71c0f0b-7338-446c-bf5c-487512ba50da [pid: 8|app: 0|req: 381/793] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:11:01 2026] POST /v2.0/ports => generated 1505 bytes in 666 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:71: 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: 382/794] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:11:02 2026] GET /v2.0/ports => generated 1505 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:02.662 7 INFO neutron.db.l3_hamode_db [None req-bd4063dc-f690-4c29-81d7-42d1a4fd493e d74d1bc27dc74b2ab049dcbccc5cfb21 63f54dda695d458abce7ad4008dd4787 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 383/795] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:11:02 2026] DELETE /v2.0/ports/eca18b51-db9b-493b-a3cc-74c440c893d3 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/796] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:11:02 2026] DELETE /v2.0/ports/480ccf12-e5f2-4f97-b553-7fccc2d09b7c => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/797] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:11:02 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:03.007 8 WARNING neutron_lib.context [None req-66ca2d39-28b3-4de3-b4b2-56f8749a1f1c 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:03.072 8 INFO neutron.db.segments_db [None req-66ca2d39-28b3-4de3-b4b2-56f8749a1f1c 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Added segment 1340ab1c-3a41-4d85-b403-d3e085676027 of type vxlan for network d8011716-c57c-4173-b99d-663af800943d [pid: 8|app: 0|req: 386/798] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:11:03 2026] POST /v2.0/networks => generated 650 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:03.204 8 WARNING neutron_lib.context [None req-8a67b6a4-8c5b-4daf-9a64-d83870cf05a0 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:03.275 8 INFO neutron.db.segments_db [None req-8a67b6a4-8c5b-4daf-9a64-d83870cf05a0 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Added segment de504476-0054-45aa-a88d-5d3d844d153e of type vxlan for network 95991fb0-ea02-4d2f-a4d6-11ae4449d742 [pid: 8|app: 0|req: 387/799] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:11:03 2026] POST /v2.0/networks => generated 650 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:03.435 8 WARNING neutron_lib.context [None req-75c7c42e-28fd-4ae7-9f41-9d8dec0c197e 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:03.468 8 WARNING neutron_lib.context [None req-75c7c42e-28fd-4ae7-9f41-9d8dec0c197e 1d7d36a5045d439c9086e9e0f8ef80e4 416459ed27df4025b694aead5c1b79d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:03.543 7 INFO neutron.db.l3_hamode_db [None req-bd4063dc-f690-4c29-81d7-42d1a4fd493e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 388/800] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:03 2026] POST /v2.0/subnets => generated 1274 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/801] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:11:03 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/802] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:04 2026] DELETE /v2.0/subnets/88c8f7d7-ebc8-4208-a132-e0f1e17de97e => 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: 391/803] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:04 2026] DELETE /v2.0/subnets/753165e9-d5f1-4502-abc1-5d746cf22be7 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/804] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:11:04 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:04.537 8 INFO neutron.services.segments.plugin [-] Segment de504476-0054-45aa-a88d-5d3d844d153e resource provider aggregate not found 2026-05-20 07:11:04.542 8 INFO neutron.services.segments.plugin [-] Segment de504476-0054-45aa-a88d-5d3d844d153e resource provider aggregate not found 2026-05-20 07:11:04.552 8 INFO neutron.services.segments.plugin [-] Segment de504476-0054-45aa-a88d-5d3d844d153e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de504476-0054-45aa-a88d-5d3d844d153e found for delete ", "request_id": "req-140b2f02-36be-44ff-b9fd-ac53e9d0dd11"}]} 2026-05-20 07:11:04.558 8 INFO neutron.services.segments.plugin [-] Segment de504476-0054-45aa-a88d-5d3d844d153e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de504476-0054-45aa-a88d-5d3d844d153e found for delete ", "request_id": "req-21346f0d-64cd-408a-b618-febbdf537924"}]} [pid: 8|app: 0|req: 393/805] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:04 2026] DELETE /v2.0/networks/95991fb0-ea02-4d2f-a4d6-11ae4449d742 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/806] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:04 2026] DELETE /v2.0/networks/d8011716-c57c-4173-b99d-663af800943d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/807] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:02 2026] POST /v2.0/routers => generated 731 bytes in 2417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/808] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:04 2026] DELETE /v2.0/networks/c15b9c8c-7b0c-4d20-a558-bcd5a14140f2 => 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: 396/809] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:04 2026] DELETE /v2.0/networks/f71b7c4f-1353-4bef-9c83-373a33f180bc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/810] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:05 2026] GET /v2.0/security-groups?tenant_id=416459ed27df4025b694aead5c1b79d3&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/811] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:05 2026] DELETE /v2.0/security-groups/0ad794be-f92e-4e47-9438-eaf32179dbd1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/812] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:11:04 2026] PUT /v2.0/routers/bccc3481-48dc-4086-8f72-2bacfe15cae8/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:06.765 8 WARNING neutron_lib.context [None req-35a34a5d-911e-49c8-bc9c-737f94e58364 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:06.773 8 INFO neutron.services.segments.plugin [-] Segment 1340ab1c-3a41-4d85-b403-d3e085676027 resource provider aggregate not found 2026-05-20 07:11:06.777 8 INFO neutron.services.segments.plugin [-] Segment 1340ab1c-3a41-4d85-b403-d3e085676027 resource provider aggregate not found 2026-05-20 07:11:06.794 8 INFO neutron.services.segments.plugin [-] Segment 1340ab1c-3a41-4d85-b403-d3e085676027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1340ab1c-3a41-4d85-b403-d3e085676027 found for delete ", "request_id": "req-16555cb0-ce3d-47d3-9622-110919360b66"}]} 2026-05-20 07:11:06.802 8 INFO neutron.services.segments.plugin [-] Segment 1340ab1c-3a41-4d85-b403-d3e085676027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1340ab1c-3a41-4d85-b403-d3e085676027 found for delete ", "request_id": "req-b41f3b05-1d10-4bf3-998c-162deb9d531b"}]} 2026-05-20 07:11:06.811 8 INFO neutron.services.segments.plugin [-] Segment 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 resource provider aggregate not found 2026-05-20 07:11:06.819 8 INFO neutron.services.segments.plugin [-] Segment 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 resource provider aggregate not found 2026-05-20 07:11:06.826 8 INFO neutron.services.segments.plugin [-] Segment 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 found for delete ", "request_id": "req-56b5fd3b-10d3-4e69-b6c6-b07f28d85145"}]} 2026-05-20 07:11:06.831 8 INFO neutron.services.segments.plugin [-] Segment 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59e6d333-63f4-4fb0-bbd7-868950e2e1a6 found for delete ", "request_id": "req-79f4fc3f-0168-4107-a4eb-682e36d6138b"}]} 2026-05-20 07:11:06.839 8 INFO neutron.services.segments.plugin [-] Segment 7a1df2a2-fbda-4705-9575-db5cf1f01be3 resource provider aggregate not found 2026-05-20 07:11:06.842 8 INFO neutron.services.segments.plugin [-] Segment 7a1df2a2-fbda-4705-9575-db5cf1f01be3 resource provider aggregate not found 2026-05-20 07:11:06.850 8 INFO neutron.services.segments.plugin [-] Segment 7a1df2a2-fbda-4705-9575-db5cf1f01be3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a1df2a2-fbda-4705-9575-db5cf1f01be3 found for delete ", "request_id": "req-142c1032-ec76-41dd-b6b3-84705a6597c7"}]} 2026-05-20 07:11:06.855 8 INFO neutron.services.segments.plugin [-] Segment 7a1df2a2-fbda-4705-9575-db5cf1f01be3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a1df2a2-fbda-4705-9575-db5cf1f01be3 found for delete ", "request_id": "req-ab6c8f12-cc04-4070-b468-be9c0fa4790f"}]} [pid: 8|app: 0|req: 399/813] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:11:06 2026] POST /v2.0/security-groups => generated 1658 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:11:06.953 7 WARNING neutron_lib.context [None req-2e7514b8-f49c-4427-a16f-448e09070633 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 415/814] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:07.092 8 WARNING neutron_lib.context [None req-c3af21d4-4e09-42b2-ac2d-61c582dff967 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 400/815] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:07.290 7 WARNING neutron_lib.context [None req-53387fbe-463f-4459-bd65-0ceafe8419f5 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 416/816] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:11:07 2026] POST /v2.0/floatingips => generated 552 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/817] 10.0.0.104 () {34 vars in 1096 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--65583656&fields=id&tenant_id=63f54dda695d458abce7ad4008dd4787 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/818] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/networks?id=7af5d14f-d460-4d4e-95ba-b452608978b5 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/819] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/quotas/63f54dda695d458abce7ad4008dd4787 => 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: 418/820] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/ports?tenant_id=63f54dda695d458abce7ad4008dd4787&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/821] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/822] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5?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: 404/823] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:08 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => 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: 420/824] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:09 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/825] 10.0.0.104 () {34 vars in 971 bytes} [Wed May 20 07:11:09 2026] GET /v2.0/ports/4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 968 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/826] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:09 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/827] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:09 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 422/828] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/829] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/830] 199.19.213.191 () {34 vars in 1000 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/subnets?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/831] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/832] 199.19.213.191 () {34 vars in 1146 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6&device_owner=compute%3Anova&network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => 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: 409/833] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/834] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:10 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 425/835] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:11:10 2026] PUT /v2.0/ports/4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 1145 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/836] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 12 bytes in 25 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:71: 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: 426/837] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1417 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/838] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:11.417 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9f4b98a-52e4-42f0-8f0a-bae8d195f7d0'] response: {'name': 'network-changed', 'server_uuid': '813ae4c8-dbdf-4523-bfec-0b0b748e01b6', 'tag': '4b29c9e7-5199-42ce-ad2f-1d2c8fda590c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 427/839] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/840] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => 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: 428/841] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/842] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/843] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 430/844] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/845] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 432/846] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 415/847] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:11 2026] GET /v2.0/security-groups?tenant_id=121be87bf9c147cc84e7e9e6084bb889&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/848] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/ports?tenant_id=b67dd830b3744c7a8213a030ce0a2dbb&device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/849] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:12 2026] DELETE /v2.0/security-groups/8f9c0a04-d9c3-4f2e-8741-07435889e307 => 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: 417/850] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/networks?id=2da73490-701f-4555-b30a-9748b0ab4d03 => generated 770 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/851] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8c6f5de4-b408-4e60-a5e2-35ec12f24099 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/852] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/subnets?id=d067db97-9f19-4050-a988-4c003a13fb8c => generated 692 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/853] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => 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/854] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/ports?network_id=2da73490-701f-4555-b30a-9748b0ab4d03&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/855] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/856] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/857] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/security-groups?tenant_id=fcb828e7894f40c98a31c8a982e7d1a1&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/858] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:12 2026] DELETE /v2.0/security-groups/96c44494-a1b5-4384-a2f5-1ccf543df83f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/859] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1148 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/860] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1417 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/861] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/862] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/863] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/864] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/865] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => 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: 440/866] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 427/867] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:12 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/868] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&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: 428/869] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 442/870] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 429/871] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/networks?id=7af5d14f-d460-4d4e-95ba-b452608978b5 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/872] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=63f54dda695d458abce7ad4008dd4787 => generated 179 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/873] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:13.377 7 WARNING neutron_lib.context [req-c98c269d-4a96-4d7e-9905-65ae4b8d2f60 req-d2141278-e847-460f-a451-7779060454d8 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 431/874] 199.19.213.191 () {34 vars in 1118 bytes} [Wed May 20 07:11:13 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/875] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:11:13 2026] POST /v2.0/ports => generated 958 bytes in 471 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:71: 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: 445/876] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:11:13 2026] PUT /v2.0/ports/2a4344d9-9799-435e-8a06-9d8c4e208cf8 => generated 1239 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 446/877] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:14 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:14.435 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e58bfcd0-6bc6-4e31-aacb-318f9ed194e1'] response: {'name': 'network-changed', 'server_uuid': 'aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79', 'tag': '2a4344d9-9799-435e-8a06-9d8c4e208cf8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 447/878] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:14 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/879] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:14 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/880] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:11:13 2026] PUT /v2.0/ports/4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 968 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/881] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:14 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 433/882] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:14 2026] GET /v2.0/ports?tenant_id=63f54dda695d458abce7ad4008dd4787&device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/883] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/networks?tenant_id=63f54dda695d458abce7ad4008dd4787&shared=False => generated 772 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:15.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffa8b0b6-e777-4bb6-8a3d-68015ef90299'] response: {'name': 'network-changed', 'server_uuid': '813ae4c8-dbdf-4523-bfec-0b0b748e01b6', 'tag': '4b29c9e7-5199-42ce-ad2f-1d2c8fda590c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 451/884] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 434/885] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/888] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/889] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/890] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/891] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/892] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/893] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/894] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/895] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/896] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/897] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:15 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/898] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?tenant_id=63f54dda695d458abce7ad4008dd4787&device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/899] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2a4344d9-9799-435e-8a06-9d8c4e208cf8 => 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: 442/900] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/901] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/subnets?id=57c1f660-d45e-413a-9b4d-5e500ca21b1f => 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: 460/902] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?network_id=7af5d14f-d460-4d4e-95ba-b452608978b5&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/903] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/904] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/905] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5?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: 445/906] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?tenant_id=160f8c773479467aa72af02cc84ac500&device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/907] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/networks?id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/908] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/909] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/security-groups?tenant_id=a19b3119309a47b19e40ecba16e3e40a&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/910] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/subnets?id=c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/911] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?network_id=57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/912] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:16 2026] DELETE /v2.0/security-groups/42a00d67-4d65-4b2b-ae76-c60c012693c2 => 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: 464/913] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?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: 450/914] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/915] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/916] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 451/917] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/918] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:16 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/919] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:17 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/920] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:17 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/921] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/922] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 454/923] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/924] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/925] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 456/926] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:18.736 7 INFO neutron.db.l3_db [req-66d29deb-6598-42c1-8058-464676a6197b req-3492b9a7-4627-486a-8a67-50dc7f2d594d c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] Floating IP 37bcf028-8fe5-4f8a-b57c-40b0578639ea disassociated. External IP: 10.96.250.215, port: 4b29c9e7-5199-42ce-ad2f-1d2c8fda590c. [pid: 8|app: 0|req: 457/927] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:18 2026] GET /v2.0/security-groups?id=bd49a927-4d4b-4821-a7a5-f226323fa2b4&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: 471/928] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:11:18 2026] DELETE /v2.0/ports/4b29c9e7-5199-42ce-ad2f-1d2c8fda590c => generated 0 bytes in 737 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/929] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:19 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/930] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:19 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/931] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:19 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:19.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a7ed349-8eca-42af-a288-8e938caee698'] response: {'server_uuid': '813ae4c8-dbdf-4523-bfec-0b0b748e01b6', 'name': 'network-vif-deleted', 'tag': '4b29c9e7-5199-42ce-ad2f-1d2c8fda590c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 473/932] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:19 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/933] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:19 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 474/934] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:20 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/935] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:20 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/936] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:20 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => 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: 462/937] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:21 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/938] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:21 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/939] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:21 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/940] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:22 2026] GET /v2.0/ports?device_id=813ae4c8-dbdf-4523-bfec-0b0b748e01b6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:22.499 7 INFO neutron.db.l3_db [None req-5fa42f11-bfa2-404e-a3a1-f58e0ffebf57 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Floating IP 4ed98cb5-5de2-4207-bf3c-75ab22779e4c associated. External IP: 10.96.250.214, port: 2a4344d9-9799-435e-8a06-9d8c4e208cf8. [pid: 7|app: 0|req: 477/941] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:11:22 2026] PUT /v2.0/floatingips/4ed98cb5-5de2-4207-bf3c-75ab22779e4c => generated 856 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/942] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:22 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:23.080 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-842c3eeb-31c5-4810-97ca-a14f2fdb22c6'] response: {'name': 'network-changed', 'server_uuid': 'aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79', 'tag': '2a4344d9-9799-435e-8a06-9d8c4e208cf8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 478/943] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/944] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:23 2026] DELETE /v2.0/security-groups/bd49a927-4d4b-4821-a7a5-f226323fa2b4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:11:23.366 7 INFO neutron.api.v2.resource [None req-0df20a1c-1a18-4d43-a65f-f830aead5ae7 c8ec1b803a6d4621bb291457d5868c8c 160f8c773479467aa72af02cc84ac500 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/945] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/security-groups/bd49a927-4d4b-4821-a7a5-f226323fa2b4 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/946] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/947] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/948] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/ports?tenant_id=63f54dda695d458abce7ad4008dd4787&device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/949] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:11:23 2026] DELETE /v2.0/floatingips/37bcf028-8fe5-4f8a-b57c-40b0578639ea => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/950] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/networks?id=7af5d14f-d460-4d4e-95ba-b452608978b5 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/951] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2a4344d9-9799-435e-8a06-9d8c4e208cf8 => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/952] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/subnets?id=57c1f660-d45e-413a-9b4d-5e500ca21b1f => 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: 483/953] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/ports?network_id=7af5d14f-d460-4d4e-95ba-b452608978b5&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: 484/954] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5?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: 485/955] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:23 2026] GET /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5?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: 486/956] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:24 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/957] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:24 2026] GET /v2.0/security-groups?id=a9788ed5-4fb8-4e8e-93d3-997566062761&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/958] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:11:23 2026] PUT /v2.0/routers/b6f0f567-3d92-4bf2-bbe1-f5b25484a1cc/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/959] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:11:25 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:25.650 8 INFO neutron.db.l3_db [req-95e1695a-f9bb-4561-be29-2d3e7beb64a7 req-fb3c874f-29bd-4eec-90fe-138c4c70dffc 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] Floating IP 4ed98cb5-5de2-4207-bf3c-75ab22779e4c disassociated. External IP: 10.96.250.214, port: 2a4344d9-9799-435e-8a06-9d8c4e208cf8. 2026-05-20 07:11:25.759 7 INFO neutron.services.segments.plugin [-] Segment d5c7b026-e81f-419e-8b66-0aa4210e313e resource provider aggregate not found 2026-05-20 07:11:25.766 7 INFO neutron.services.segments.plugin [-] Segment d5c7b026-e81f-419e-8b66-0aa4210e313e resource provider aggregate not found 2026-05-20 07:11:25.785 7 INFO neutron.services.segments.plugin [-] Segment d5c7b026-e81f-419e-8b66-0aa4210e313e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c7b026-e81f-419e-8b66-0aa4210e313e found for delete ", "request_id": "req-088a40ce-1098-4618-ba9f-783eb5926192"}]} 2026-05-20 07:11:25.786 7 INFO neutron.services.segments.plugin [-] Segment d5c7b026-e81f-419e-8b66-0aa4210e313e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c7b026-e81f-419e-8b66-0aa4210e313e found for delete ", "request_id": "req-811a584a-bcbe-4ceb-97a8-8b62ac4549f4"}]} 2026-05-20 07:11:25.803 7 INFO neutron.db.l3_hamode_db [None req-63a92493-1ddb-4aa4-b089-bb61016781d2 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network 2204429c-fc05-4e6b-a620-cc0a12ff6487 was deleted as no HA routers are present in tenant 160f8c773479467aa72af02cc84ac500. [pid: 7|app: 0|req: 488/960] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:24 2026] DELETE /v2.0/routers/b6f0f567-3d92-4bf2-bbe1-f5b25484a1cc => generated 0 bytes in 1027 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/961] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:25 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => 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: 490/962] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:25 2026] DELETE /v2.0/subnets/c2beb0bf-8713-41d3-a6d2-6fc8ef347263 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/963] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:11:25 2026] DELETE /v2.0/ports/2a4344d9-9799-435e-8a06-9d8c4e208cf8 => generated 0 bytes in 767 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/964] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:26 2026] DELETE /v2.0/networks/57ff8b49-b9dc-4917-97d4-ebf9d8a9c8c8 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/965] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:26 2026] GET /v2.0/security-groups?tenant_id=160f8c773479467aa72af02cc84ac500&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/966] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:26 2026] DELETE /v2.0/security-groups/3de07267-fcfe-450e-8a14-0166d9ef5b9d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:11:26.909 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5907b3b-81bd-43f2-93d1-a220f3f17c19'] response: {'server_uuid': 'aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79', 'name': 'network-vif-deleted', 'tag': '2a4344d9-9799-435e-8a06-9d8c4e208cf8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 475/967] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:26 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => 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: 493/968] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:28 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:28.555 8 INFO neutron.db.segments_db [None req-4ec4bbae-23a6-4567-baa7-cbdb59f0e23c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 85cc072d-ac3e-4f46-a479-d659fbb76d43 of type vxlan for network 1a77631d-6f27-46db-b1b0-58254fad0542 2026-05-20 07:11:28.603 7 INFO neutron.services.segments.plugin [-] Segment 04ff0861-5601-4233-917b-2911f3ac3763 resource provider aggregate not found 2026-05-20 07:11:28.608 7 INFO neutron.services.segments.plugin [-] Segment 04ff0861-5601-4233-917b-2911f3ac3763 resource provider aggregate not found 2026-05-20 07:11:28.642 7 INFO neutron.services.segments.plugin [-] Segment 04ff0861-5601-4233-917b-2911f3ac3763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04ff0861-5601-4233-917b-2911f3ac3763 found for delete ", "request_id": "req-9c1128b5-84d6-48b1-81cb-0c467ec76e04"}]} 2026-05-20 07:11:28.642 7 INFO neutron.services.segments.plugin [-] Segment 04ff0861-5601-4233-917b-2911f3ac3763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04ff0861-5601-4233-917b-2911f3ac3763 found for delete ", "request_id": "req-993912dc-8358-4f28-a230-4fda058e835f"}]} [pid: 8|app: 0|req: 476/969] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:11:28 2026] POST /v2.0/networks => generated 738 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/970] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:11:28 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/971] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:11:28 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 477/972] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:28 2026] POST /v2.0/subnets => generated 685 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:28.929 7 INFO neutron.db.segments_db [None req-2474b1b5-7b25-46fc-a661-72277de1fc5c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a of type vxlan for network f8f671b4-1e7a-4032-a455-de91ef37d98c [pid: 8|app: 0|req: 478/973] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:29 2026] GET /v2.0/ports?device_id=aa2d609d-7d54-45ae-86e2-0c9d6c5b4a79 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:29.207 7 INFO neutron.db.l3_hamode_db [None req-2474b1b5-7b25-46fc-a661-72277de1fc5c d74d1bc27dc74b2ab049dcbccc5cfb21 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:11:29.994 7 INFO neutron.db.l3_hamode_db [None req-2474b1b5-7b25-46fc-a661-72277de1fc5c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/976] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:30 2026] DELETE /v2.0/security-groups/a9788ed5-4fb8-4e8e-93d3-997566062761 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:11:30.350 8 INFO neutron.api.v2.resource [None req-2262595b-76a3-4938-adba-f28e366287ac 65cbf5412a87443aa1a1aca08b094d2b 63f54dda695d458abce7ad4008dd4787 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/977] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:11:30 2026] GET /v2.0/security-groups/a9788ed5-4fb8-4e8e-93d3-997566062761 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/978] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:11:30 2026] DELETE /v2.0/floatingips/4ed98cb5-5de2-4207-bf3c-75ab22779e4c => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/979] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:28 2026] POST /v2.0/routers => generated 725 bytes in 2149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/980] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:31 2026] GET /v2.0/security-groups?tenant_id=616ce7ddf1c44c9f9cec3d99f380b970&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/981] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:11:30 2026] PUT /v2.0/routers/bccc3481-48dc-4086-8f72-2bacfe15cae8/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/982] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:31 2026] DELETE /v2.0/security-groups/bea69b27-60c0-4d62-be07-2c195f4e6397 => 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: 498/983] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:11:31 2026] PUT /v2.0/routers/257498c6-4e80-4be7-9020-bd8a8534bf91/add_router_interface => generated 309 bytes in 1450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:32.840 8 INFO neutron.services.segments.plugin [-] Segment 5963f573-d51e-4fde-a17a-be8d2a4aa196 resource provider aggregate not found 2026-05-20 07:11:32.847 8 INFO neutron.services.segments.plugin [-] Segment 5963f573-d51e-4fde-a17a-be8d2a4aa196 resource provider aggregate not found 2026-05-20 07:11:32.862 8 INFO neutron.services.segments.plugin [-] Segment 5963f573-d51e-4fde-a17a-be8d2a4aa196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5963f573-d51e-4fde-a17a-be8d2a4aa196 found for delete ", "request_id": "req-686171da-18ae-4b3f-8b0e-aa5b070ebecb"}]} 2026-05-20 07:11:32.863 8 INFO neutron.services.segments.plugin [-] Segment 5963f573-d51e-4fde-a17a-be8d2a4aa196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5963f573-d51e-4fde-a17a-be8d2a4aa196 found for delete ", "request_id": "req-7e647f32-f7e0-4f82-9580-1696eff188e0"}]} 2026-05-20 07:11:32.868 8 INFO neutron.db.l3_hamode_db [None req-ee0cbdb4-8680-4871-9841-cb519a198864 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network e71c0f0b-7338-446c-bf5c-487512ba50da was deleted as no HA routers are present in tenant 63f54dda695d458abce7ad4008dd4787. [pid: 8|app: 0|req: 486/984] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:31 2026] DELETE /v2.0/routers/bccc3481-48dc-4086-8f72-2bacfe15cae8 => generated 0 bytes in 1110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/985] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:32 2026] DELETE /v2.0/subnets/57c1f660-d45e-413a-9b4d-5e500ca21b1f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/986] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:33 2026] DELETE /v2.0/networks/7af5d14f-d460-4d4e-95ba-b452608978b5 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:11:33.510 7 WARNING neutron_lib.context [None req-7f8b950c-0889-4d86-8a10-392249a30015 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 500/987] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:11:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/988] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:33 2026] GET /v2.0/security-groups?tenant_id=63f54dda695d458abce7ad4008dd4787&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:33.658 7 WARNING neutron_lib.context [None req-dda1b880-461e-4199-94d5-2483cbc25965 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 489/989] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:33 2026] DELETE /v2.0/security-groups/51700d00-dbda-4651-9250-3fc03158a37f => 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: 501/990] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:33.798 8 WARNING neutron_lib.context [None req-6e723e1a-a15a-42c4-b392-3cafa951058a 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 490/991] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:33.990 7 WARNING neutron_lib.context [None req-f094d58f-aa5b-4c2c-a678-f1d25f814381 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 502/992] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:11:33 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/993] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:34 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/994] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:34 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:35.120 8 INFO neutron.services.segments.plugin [-] Segment 540b1504-39cd-4cfe-af5d-dac1c8a42b47 resource provider aggregate not found 2026-05-20 07:11:35.124 8 INFO neutron.services.segments.plugin [-] Segment 540b1504-39cd-4cfe-af5d-dac1c8a42b47 resource provider aggregate not found [pid: 8|app: 0|req: 492/995] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/996] 10.0.0.104 () {34 vars in 1098 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--776929203&fields=id&tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:35.146 8 INFO neutron.services.segments.plugin [-] Segment 540b1504-39cd-4cfe-af5d-dac1c8a42b47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 540b1504-39cd-4cfe-af5d-dac1c8a42b47 found for delete ", "request_id": "req-8bc142fc-becb-4edf-b54d-633229452497"}]} 2026-05-20 07:11:35.146 8 INFO neutron.services.segments.plugin [-] Segment 540b1504-39cd-4cfe-af5d-dac1c8a42b47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 540b1504-39cd-4cfe-af5d-dac1c8a42b47 found for delete ", "request_id": "req-3153da8d-af11-4de1-81f9-37f6e8806ae6"}]} [pid: 8|app: 0|req: 493/997] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 7|app: 0|req: 505/998] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/networks?id=1a77631d-6f27-46db-b1b0-58254fad0542 => generated 670 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/999] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/quotas/616a87f0ed4b46eba6c4a3d1921b66ca => 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: 506/1000] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/ports?tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1001] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1002] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1003] 10.0.0.158 () {30 vars in 650 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/extensions => generated 20516 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1004] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1005] 10.0.0.158 () {30 vars in 724 bytes} [Wed May 20 07:11:35 2026] GET /v2.0/quotas/a5ceecafd3c64168816420136e51eaf4/details => generated 847 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1006] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:36 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1007] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:36 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1008] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:36 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 510/1009] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:11:37 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:37.454 8 INFO neutron.db.l3_db [req-e63a4a18-1571-422b-b250-024577316c17 req-12eb6483-576d-4b56-90c2-bf264b06d41e e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] Floating IP f6d409bf-252d-418c-bc7e-a282e6472a8d disassociated. External IP: 10.96.250.212, port: 8c6f5de4-b408-4e60-a5e2-35ec12f24099. [pid: 7|app: 0|req: 511/1010] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:37 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1011] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:37 2026] GET /v2.0/security-groups?id=d1aa534f-e411-48a5-83b0-9a803928e75b&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: 500/1012] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:11:37 2026] DELETE /v2.0/ports/8c6f5de4-b408-4e60-a5e2-35ec12f24099 => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1013] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:37 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 501/1014] 10.0.0.158 () {30 vars in 650 bytes} [Wed May 20 07:11:37 2026] GET /v2.0/extensions => generated 20516 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1015] 10.0.0.158 () {30 vars in 724 bytes} [Wed May 20 07:11:37 2026] GET /v2.0/quotas/a5ceecafd3c64168816420136e51eaf4/details => generated 847 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1016] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:38 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:38.933 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10343eb2-0d33-4d76-aa59-b4d1e14aa168'] response: {'server_uuid': '352bd6d3-432d-48ba-becd-36b86ebc4a19', 'name': 'network-vif-deleted', 'tag': '8c6f5de4-b408-4e60-a5e2-35ec12f24099', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 503/1017] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:38 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 515/1018] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:38 2026] GET /v2.0/security-groups?tenant_id=0028af4ec8e2416a8b9b51f1db12fd62&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1019] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:39 2026] DELETE /v2.0/security-groups/5e0aea43-54bb-4c02-99a1-fc408e5e3b50 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1020] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:39 2026] GET /v2.0/security-groups?tenant_id=eabdf5ec6638445cb6a53fee6931209a&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1021] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:39 2026] DELETE /v2.0/security-groups/66ed6c3a-5f1a-4fda-bacd-50466bc8ff24 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1022] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:39 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 506/1023] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:39 2026] GET /v2.0/networks?id=1a77631d-6f27-46db-b1b0-58254fad0542 => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1024] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:11:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:40.040 7 WARNING neutron_lib.context [req-3a721277-0dce-4067-bd1a-565ddedbae22 req-129c96c8-968f-4563-872d-d23b98ed9f68 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 507/1025] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:40 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 508/1026] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:40 2026] GET /v2.0/security-groups?tenant_id=a5ceecafd3c64168816420136e51eaf4&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: 519/1027] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:11:40 2026] POST /v2.0/ports => generated 958 bytes in 399 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:71: 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: 509/1028] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:40 2026] DELETE /v2.0/security-groups/979734a2-40e3-4767-9bdf-9eea98e7f9be => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1029] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:40 2026] GET /v2.0/ports?device_id=352bd6d3-432d-48ba-becd-36b86ebc4a19 => 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: 520/1030] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:11:40 2026] PUT /v2.0/ports/78946f8c-8574-4413-b1c7-934f00f01221 => generated 1239 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1031] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:41 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 973 bytes in 70 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:71: 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: 521/1032] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:41 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&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: 512/1033] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:41 2026] GET /v2.0/ports?tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca&device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:41.795 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ae3b7a5-71ed-445d-82a4-769404c3550f'] response: {'name': 'network-changed', 'server_uuid': '52b9b87f-90d1-45c2-ac15-d3c8b35995cc', 'tag': '78946f8c-8574-4413-b1c7-934f00f01221', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 522/1034] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:11:41 2026] GET /v2.0/networks?tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca&shared=False => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1035] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:11:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1036] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:41 2026] DELETE /v2.0/security-groups/d1aa534f-e411-48a5-83b0-9a803928e75b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:11:41.988 8 INFO neutron.api.v2.resource [None req-c6ba0225-dfb9-4254-ab22-c0c8fe8baeb3 e968763d0b9f4b6db5949581a51f22b1 b67dd830b3744c7a8213a030ce0a2dbb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1037] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:11:41 2026] GET /v2.0/security-groups/d1aa534f-e411-48a5-83b0-9a803928e75b => 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: 524/1038] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:11:41 2026] DELETE /v2.0/floatingips/f6d409bf-252d-418c-bc7e-a282e6472a8d => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1039] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:42 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 973 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1040] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:42 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&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: 7|app: 0|req: 527/1041] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:42 2026] GET /v2.0/ports?tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca&device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1042] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:11:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=78946f8c-8574-4413-b1c7-934f00f01221 => 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: 529/1043] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:42 2026] GET /v2.0/subnets?id=caf3d337-d78b-47b2-8cd7-ab9602950162 => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1044] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:43 2026] GET /v2.0/ports?network_id=1a77631d-6f27-46db-b1b0-58254fad0542&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: 531/1045] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:43 2026] GET /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1046] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:43 2026] GET /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542?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: 515/1047] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:11:42 2026] PUT /v2.0/routers/41448ed5-8774-4e91-9e79-e39efe25bc4e/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:43.599 8 WARNING neutron_lib.context [None req-b374201a-1bd2-43c3-b00a-ab64865c39ea 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:43.742 8 INFO neutron.db.segments_db [None req-b374201a-1bd2-43c3-b00a-ab64865c39ea 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Added segment 3324765e-252c-45e2-8158-c9b9eb946535 of type vxlan for network bfe6871a-290c-4a10-83f3-ebebaa59e7ba [pid: 8|app: 0|req: 516/1048] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:11:43 2026] POST /v2.0/networks => generated 632 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1049] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:43 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:43.877 8 WARNING neutron_lib.context [None req-027fed7a-6c71-4618-833b-f82a2eb2cf15 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:43.905 8 INFO neutron.db.segments_db [None req-027fed7a-6c71-4618-833b-f82a2eb2cf15 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Added segment 346dc128-1104-498e-99e2-321d9a42a924 of type vxlan for network 5bd40edc-4c0c-44ed-9472-c53d6987ce1f 2026-05-20 07:11:44.063 7 INFO neutron.services.segments.plugin [-] Segment cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 resource provider aggregate not found 2026-05-20 07:11:44.068 7 INFO neutron.services.segments.plugin [-] Segment cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 resource provider aggregate not found 2026-05-20 07:11:44.081 7 INFO neutron.services.segments.plugin [-] Segment cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 found for delete ", "request_id": "req-4d97066f-9f35-48f8-ad38-12c76d94a12a"}]} 2026-05-20 07:11:44.084 7 INFO neutron.db.l3_hamode_db [None req-998eda9d-2fa1-4794-8cd9-558af2b0087f d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network 29b352c0-c702-4929-a049-6d0b73faec96 was deleted as no HA routers are present in tenant b67dd830b3744c7a8213a030ce0a2dbb. 2026-05-20 07:11:44.086 7 INFO neutron.services.segments.plugin [-] Segment cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc421a00-7c8c-43b7-bc1e-e74263f9dfd9 found for delete ", "request_id": "req-c8dfa116-3b8b-4328-a0a8-a8b98ec0b4a8"}]} [pid: 7|app: 0|req: 533/1050] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:43 2026] DELETE /v2.0/routers/41448ed5-8774-4e91-9e79-e39efe25bc4e => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1051] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:44 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&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-05-20 07:11:44.131 8 INFO neutron.db.l3_hamode_db [None req-027fed7a-6c71-4618-833b-f82a2eb2cf15 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 535/1052] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:11:44 2026] DELETE /v2.0/subnets/d067db97-9f19-4050-a988-4c003a13fb8c => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1053] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:11:44 2026] DELETE /v2.0/networks/2da73490-701f-4555-b30a-9748b0ab4d03 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1054] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:44 2026] GET /v2.0/security-groups?tenant_id=b67dd830b3744c7a8213a030ce0a2dbb&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:45.035 8 INFO neutron.db.l3_hamode_db [None req-027fed7a-6c71-4618-833b-f82a2eb2cf15 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1055] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:44 2026] DELETE /v2.0/security-groups/ac429e50-a127-496b-bfea-41a754fdf2cc => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1056] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:45 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1059] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:45 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1060] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:45 2026] GET /v2.0/security-groups?tenant_id=637cd59fc4d84738a1a17b34da4c6f20&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1061] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:45 2026] DELETE /v2.0/security-groups/b9c8846e-7d07-4b7f-9e8b-0722c8a8931c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1062] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:43 2026] POST /v2.0/routers => generated 695 bytes in 2176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:46.105 7 INFO neutron.services.segments.plugin [-] Segment 3df41b5d-eab2-4f9b-b57b-a19d90106281 resource provider aggregate not found 2026-05-20 07:11:46.109 7 INFO neutron.services.segments.plugin [-] Segment 3df41b5d-eab2-4f9b-b57b-a19d90106281 resource provider aggregate not found 2026-05-20 07:11:46.117 7 INFO neutron.services.segments.plugin [-] Segment 3df41b5d-eab2-4f9b-b57b-a19d90106281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3df41b5d-eab2-4f9b-b57b-a19d90106281 found for delete ", "request_id": "req-cf96ac6c-fa17-4edf-9639-0bf35b4d0adf"}]} 2026-05-20 07:11:46.130 7 INFO neutron.services.segments.plugin [-] Segment 3df41b5d-eab2-4f9b-b57b-a19d90106281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3df41b5d-eab2-4f9b-b57b-a19d90106281 found for delete ", "request_id": "req-04bc7aa0-b46b-4f03-b92b-63d964e5ca66"}]} [pid: 7|app: 0|req: 545/1063] 10.0.0.80 () {32 vars in 775 bytes} [Wed May 20 07:11:46 2026] GET /v2.0/subnets?project_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&cidr=10.100.0.0%2F28 => generated 14 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1064] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:11:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1065] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:46 2026] GET /v2.0/security-groups?tenant_id=8794fdd664a54666b28d29b32b632c0e&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1066] 10.0.0.80 () {32 vars in 783 bytes} [Wed May 20 07:11:46 2026] GET /v2.0/subnets?network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e&cidr=10.100.0.0%2F28 => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:46.368 7 WARNING neutron_lib.context [None req-4977d99f-1329-4b17-ae42-10b481612b8b 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 520/1067] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:46 2026] DELETE /v2.0/security-groups/26ed6b49-bbc8-42c7-a6d0-743881884556 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1068] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:46 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1069] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:46 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1070] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:46 2026] POST /v2.0/subnets => generated 656 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:11:47.409 7 INFO neutron.db.segments_db [None req-10d4a6c5-d974-4d0d-8b5f-6dc237a43c91 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment a325ddce-0fcf-4737-8fff-8cbd5a77ed2e of type vxlan for network cd651c68-9239-4f99-a0c9-b00a1e57dc33 [pid: 7|app: 0|req: 549/1071] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:11:47 2026] POST /v2.0/networks => generated 746 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1072] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:47 2026] POST /v2.0/subnets => generated 693 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1073] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:47 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:47.900 7 INFO neutron.db.segments_db [None req-f8ab21e8-7464-431e-89b4-6878f29f4cfc d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment eeb891d8-50d1-4f31-b05b-b72e5341aa13 of type vxlan for network cc77dcb3-4d8a-46ef-9097-1a52a9f0d3e6 2026-05-20 07:11:48.296 7 INFO neutron.db.l3_hamode_db [None req-f8ab21e8-7464-431e-89b4-6878f29f4cfc d74d1bc27dc74b2ab049dcbccc5cfb21 4d8e931c544f4065be2be608dc7ff781 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 523/1074] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:11:46 2026] PUT /v2.0/routers/23f11a92-5f60-4fd5-80ef-342077b0dbf5/add_router_interface => generated 309 bytes in 1980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1075] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:48 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&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: 525/1076] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:11:48 2026] GET /v2.0/networks => generated 6510 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1077] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:48 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1078] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:11:48 2026] GET /v2.0/subnets => generated 5196 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:49.367 8 INFO neutron.db.l3_db [None req-c4bc01a8-decf-40fd-993c-091c69bbaf2c 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Floating IP 865a9c6c-3972-4b8d-b300-691e245b34bb associated. External IP: 10.96.250.205, port: 78946f8c-8574-4413-b1c7-934f00f01221. [pid: 8|app: 0|req: 528/1079] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:11:48 2026] PUT /v2.0/floatingips/865a9c6c-3972-4b8d-b300-691e245b34bb => generated 856 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:49.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa6d0504-1c8f-4035-a6cc-3304b5b47d49'] response: {'name': 'network-changed', 'server_uuid': '52b9b87f-90d1-45c2-ac15-d3c8b35995cc', 'tag': '78946f8c-8574-4413-b1c7-934f00f01221', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 529/1080] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:11:49 2026] GET /v2.0/routers => generated 2182 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:49.978 7 INFO neutron.db.l3_hamode_db [None req-f8ab21e8-7464-431e-89b4-6878f29f4cfc d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 530/1081] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:49 2026] GET /v2.0/security-groups?tenant_id=ba2db7e82ea14fa982466e14ca1f7727&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1082] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:50 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:50.260 8 WARNING neutron_lib.context [None req-3a4a20bd-33c1-463b-8806-0e14f84fb2cc 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 532/1083] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:11:50 2026] POST /v2.0/security-groups => generated 1675 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1084] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:50 2026] DELETE /v2.0/security-groups/a5d37e59-302a-4b81-8d79-cee078d73571 => 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: 534/1085] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:50 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&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: 535/1086] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:11:50 2026] GET /v2.0/ports?tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca&device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:11:50.529 8 WARNING neutron_lib.context [None req-299ca259-5737-47fe-8eaf-0928b2a08731 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 536/1087] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1088] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:11:50 2026] GET /v2.0/networks?id=1a77631d-6f27-46db-b1b0-58254fad0542 => generated 766 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:50.675 8 WARNING neutron_lib.context [None req-a620f08a-d1c9-4f4e-9c09-292b58bb9a6e 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 538/1089] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1090] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:11:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=78946f8c-8574-4413-b1c7-934f00f01221 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:50.861 8 WARNING neutron_lib.context [None req-f8893e0d-adae-485b-89a2-321aa74ae622 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 540/1091] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1092] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:11:47 2026] POST /v2.0/routers => generated 733 bytes in 3178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1093] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:11:51 2026] GET /v2.0/subnets?id=caf3d337-d78b-47b2-8cd7-ab9602950162 => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:51.048 8 WARNING neutron_lib.context [None req-30af7466-eea1-4437-9a26-1483a74bad7c 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 553/1094] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:51 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1095] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1096] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:11:51 2026] GET /v2.0/ports?network_id=1a77631d-6f27-46db-b1b0-58254fad0542&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1097] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:51 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:11:51.272 8 WARNING neutron_lib.context [None req-91c63102-90e4-407a-95c4-7ce358e9d26c 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:51.303 8 INFO neutron.db.securitygroups_db [None req-91c63102-90e4-407a-95c4-7ce358e9d26c 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Project 0b38dc0bed5d44bd8a6d9d5b01cb8558 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: 545/1098] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:51 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) [pid: 8|app: 0|req: 546/1099] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:11:51 2026] GET /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:51.470 8 WARNING neutron_lib.context [None req-6291e4e8-3a4d-41c9-aa00-06f46ee92a6c 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:11:51.518 8 INFO neutron.db.securitygroups_db [None req-6291e4e8-3a4d-41c9-aa00-06f46ee92a6c 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Project 0b38dc0bed5d44bd8a6d9d5b01cb8558 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: 547/1100] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:11:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1101] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:11:51 2026] GET /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1102] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/networks => generated 1297 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1103] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1104] 10.0.0.104 () {34 vars in 1100 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1892466832&fields=id&tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558 => 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: 552/1105] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/security-groups?id=ed5ab4b3-962a-4f2e-86f7-107e647918f3&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: 553/1106] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1107] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:11:51 2026] PUT /v2.0/routers/89f82f5e-c363-44e8-973b-759f54f17f43/add_router_interface => generated 309 bytes in 1505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1108] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/quotas/0b38dc0bed5d44bd8a6d9d5b01cb8558 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1109] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1110] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1111] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1112] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:11:52 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1113] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:53.280 7 INFO neutron.db.l3_db [req-4ed2e87c-aee4-4e57-ac3a-c962c37f8fec req-f7e5eb0b-0524-4fea-9f70-3f22c50e9a41 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] Floating IP 865a9c6c-3972-4b8d-b300-691e245b34bb disassociated. External IP: 10.96.250.205, port: 78946f8c-8574-4413-b1c7-934f00f01221. [pid: 8|app: 0|req: 558/1114] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/networks?id=cd651c68-9239-4f99-a0c9-b00a1e57dc33 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1115] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/quotas/4d8e931c544f4065be2be608dc7ff781 => 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: 560/1116] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 561/1117] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/ports?tenant_id=4d8e931c544f4065be2be608dc7ff781&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1118] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:11:52 2026] DELETE /v2.0/ports/78946f8c-8574-4413-b1c7-934f00f01221 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1119] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/networks/cd651c68-9239-4f99-a0c9-b00a1e57dc33?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:11:53.806 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-901e816b-6a0e-46c9-8847-5d467dd87804'] response: {'server_uuid': '52b9b87f-90d1-45c2-ac15-d3c8b35995cc', 'name': 'network-vif-deleted', 'tag': '78946f8c-8574-4413-b1c7-934f00f01221', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 558/1120] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/networks/cd651c68-9239-4f99-a0c9-b00a1e57dc33?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1121] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:53 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 559/1122] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:54 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 564/1123] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:54 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 560/1124] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:55 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 565/1125] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:55 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 561/1126] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:55 2026] GET /v2.0/security-groups?tenant_id=90776f630ff745e78872b72b62889429&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: 566/1127] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:55 2026] DELETE /v2.0/security-groups/4278c07e-d973-444e-9336-028edc8baf8b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1128] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:56 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1129] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:56 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1130] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:56 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 568/1131] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:57 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 564/1132] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:57 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 569/1133] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:57 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 565/1134] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:11:57 2026] GET /v2.0/security-groups?tenant_id=bd1d08ddc57b49f39db40da81c90849d&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1135] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:58 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 566/1136] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:11:58 2026] DELETE /v2.0/security-groups/3281e749-1047-4233-b8d4-648bc5a722ce => 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: 571/1137] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:58 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 567/1138] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:58 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 572/1139] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:59 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 568/1140] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:59 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 573/1141] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:11:59 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 574/1142] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:00 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:00.094 7 WARNING neutron_lib.context [None req-df3f9f40-63f9-4e4d-8c43-5f838c192a8a 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 575/1143] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:12:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:00.149 8 WARNING neutron_lib.context [req-a0b497a3-f1c2-4869-a491-99e01652d1fd req-e89b6d69-dbb9-49b8-ac92-1289114b6ef2 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:00.247 7 INFO neutron.db.segments_db [None req-df3f9f40-63f9-4e4d-8c43-5f838c192a8a 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] Added segment 76c983ab-b627-48b3-99d0-a92c7a6be11a of type vxlan for network 0f5c1fe2-48cc-4b5c-8a86-7177242e8399 [pid: 7|app: 0|req: 569/1144] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:11:59 2026] POST /v2.0/networks => generated 648 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1147] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:00 2026] GET /v2.0/ports?device_id=52b9b87f-90d1-45c2-ac15-d3c8b35995cc => 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: 576/1148] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:12:00 2026] POST /v2.0/ports => generated 958 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1149] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:00 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 574/1150] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:00 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 961 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1151] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:00 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:00.879 7 WARNING neutron_lib.context [None req-1c07d95c-26fa-4907-a028-570578f5b036 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 577/1152] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:12:00 2026] PUT /v2.0/ports/14c1af11-398b-4a27-8a0a-85dafd4ddc96 => generated 1239 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1153] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:00 2026] POST /v2.0/subnets => generated 673 bytes in 253 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:01.144 8 WARNING neutron_lib.context [None req-d894738c-8934-44aa-8d42-7078dd7d5d9b 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:01.165 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be158252-56f8-45f1-bbe0-7c7f70001074'] response: {'name': 'network-changed', 'server_uuid': '5811a26c-9b5e-4c8d-ab8e-8789657e8806', 'tag': '14c1af11-398b-4a27-8a0a-85dafd4ddc96', 'status': 'completed', 'code': 200} 2026-05-20 07:12:01.210 8 INFO neutron.db.segments_db [None req-d894738c-8934-44aa-8d42-7078dd7d5d9b 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] Added segment fdda1014-a05c-4e48-9b28-18bcf27fb033 of type vxlan for network 5e1a1d93-8609-4c61-b79b-a81a6dd83e9e [pid: 8|app: 0|req: 578/1154] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:01 2026] POST /v2.0/networks => generated 646 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1155] 10.0.0.80 () {34 vars in 742 bytes} [Wed May 20 07:12:01 2026] PUT /v2.0/networks/5e1a1d93-8609-4c61-b79b-a81a6dd83e9e => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:01.444 8 WARNING neutron_lib.context [None req-d38aac25-c1d2-4fd8-8396-66df3c790fe8 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 578/1156] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:01 2026] DELETE /v2.0/security-groups/ed5ab4b3-962a-4f2e-86f7-107e647918f3 => 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: 579/1157] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:01 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:01.641 7 INFO neutron.api.v2.resource [None req-a053b449-5dc8-4064-87d7-1bbf7f46dac5 3a31b19827a84b36b30fff100f1a2070 616a87f0ed4b46eba6c4a3d1921b66ca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1158] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:12:01 2026] GET /v2.0/security-groups/ed5ab4b3-962a-4f2e-86f7-107e647918f3 => 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: 579/1159] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:01 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1160] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:01 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1161] 10.0.0.80 () {34 vars in 740 bytes} [Wed May 20 07:12:01 2026] PUT /v2.0/subnets/b56280db-bd52-4b07-acc9-7caab7c37c7e => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1162] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:12:01 2026] GET /v2.0/networks?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1163] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:12:01 2026] DELETE /v2.0/floatingips/865a9c6c-3972-4b8d-b300-691e245b34bb => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1164] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:01 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:02.166 7 INFO neutron.services.segments.plugin [-] Segment fdda1014-a05c-4e48-9b28-18bcf27fb033 resource provider aggregate not found 2026-05-20 07:12:02.171 7 INFO neutron.services.segments.plugin [-] Segment fdda1014-a05c-4e48-9b28-18bcf27fb033 resource provider aggregate not found 2026-05-20 07:12:02.180 7 INFO neutron.services.segments.plugin [-] Segment fdda1014-a05c-4e48-9b28-18bcf27fb033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdda1014-a05c-4e48-9b28-18bcf27fb033 found for delete ", "request_id": "req-6f06a6ee-afc3-44bf-bb34-efc0fbab438f"}]} 2026-05-20 07:12:02.187 7 INFO neutron.services.segments.plugin [-] Segment fdda1014-a05c-4e48-9b28-18bcf27fb033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdda1014-a05c-4e48-9b28-18bcf27fb033 found for delete ", "request_id": "req-1174abab-f667-4899-a79e-01888d585c30"}]} [pid: 7|app: 0|req: 582/1165] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:01 2026] DELETE /v2.0/networks/5e1a1d93-8609-4c61-b79b-a81a6dd83e9e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1166] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1167] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:02.303 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae9ec97c-a0bc-411f-bccf-ced5e20be91e 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1168] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:02 2026] DELETE /v2.0/networks/5e1a1d93-8609-4c61-b79b-a81a6dd83e9e => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1169] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:12:02 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: 7|app: 0|req: 587/1170] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/subnets?network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1171] 10.0.0.80 () {32 vars in 652 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/extensions => generated 20516 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1172] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/networks => generated 1313 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1173] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1174] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/networks/0f5c1fe2-48cc-4b5c-8a86-7177242e8399 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1175] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/subnets/dce4d9e1-747f-445b-a243-4d2ca4e85c3c => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:02.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07980ceb-8a4a-4e32-bdc4-668fcd9f5685 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1176] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:02 2026] DELETE /v2.0/subnets/b56280db-bd52-4b07-acc9-7caab7c37c7e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:02.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa92537b-6e3f-4766-b3d7-6d94add9ca84 89bd0ab7ce6b4cbea53225416cd42374 5fd06ec2a94b48f89aa8cd87c4477980 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 594/1177] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:02 2026] DELETE /v2.0/networks/5e1a1d93-8609-4c61-b79b-a81a6dd83e9e => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1178] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:02 2026] DELETE /v2.0/subnets/dce4d9e1-747f-445b-a243-4d2ca4e85c3c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1179] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:02 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 584/1180] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:02 2026] PUT /v2.0/routers/257498c6-4e80-4be7-9020-bd8a8534bf91/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1181] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:02 2026] DELETE /v2.0/networks/0f5c1fe2-48cc-4b5c-8a86-7177242e8399 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1182] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:03 2026] GET /v2.0/networks?id=cd651c68-9239-4f99-a0c9-b00a1e57dc33 => generated 678 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1183] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:03 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:03.367 7 WARNING neutron_lib.context [req-52a128b0-3032-496f-b585-1eab60681ac3 req-c90b16b3-1b58-4e5f-880e-4955ee9cccde aedd2cd4a03c484e87b86ea66526dad5 4d8e931c544f4065be2be608dc7ff781 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 600/1184] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:12:03 2026] POST /v2.0/ports => generated 954 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 601/1185] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:03 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1186] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:12:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=14c1af11-398b-4a27-8a0a-85dafd4ddc96 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:03.979 8 INFO neutron.services.segments.plugin [-] Segment 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a resource provider aggregate not found 2026-05-20 07:12:03.986 8 INFO neutron.services.segments.plugin [-] Segment 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a resource provider aggregate not found 2026-05-20 07:12:03.998 8 INFO neutron.services.segments.plugin [-] Segment 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a found for delete ", "request_id": "req-09f19631-625e-4692-ac38-af333a810a17"}]} 2026-05-20 07:12:03.999 8 INFO neutron.services.segments.plugin [-] Segment 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d0cdff4-444e-4feb-8d9e-cf4955e7a87a found for delete ", "request_id": "req-8d668322-7805-4dee-944f-fefab58ca467"}]} 2026-05-20 07:12:04.000 8 INFO neutron.db.l3_hamode_db [None req-2b017d48-5396-46bf-b7f0-3fa1731283fd d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network f8f671b4-1e7a-4032-a455-de91ef37d98c was deleted as no HA routers are present in tenant 616a87f0ed4b46eba6c4a3d1921b66ca. [pid: 8|app: 0|req: 585/1187] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:03 2026] DELETE /v2.0/routers/257498c6-4e80-4be7-9020-bd8a8534bf91 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1188] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/security-groups?tenant_id=5fd06ec2a94b48f89aa8cd87c4477980&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1189] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1190] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/subnets?id=06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:04.213 7 INFO neutron.services.segments.plugin [-] Segment 76c983ab-b627-48b3-99d0-a92c7a6be11a resource provider aggregate not found 2026-05-20 07:12:04.220 7 INFO neutron.services.segments.plugin [-] Segment 76c983ab-b627-48b3-99d0-a92c7a6be11a resource provider aggregate not found 2026-05-20 07:12:04.231 7 INFO neutron.services.segments.plugin [-] Segment 76c983ab-b627-48b3-99d0-a92c7a6be11a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c983ab-b627-48b3-99d0-a92c7a6be11a found for delete ", "request_id": "req-246850c7-f3dc-4bfa-8935-e550c1735308"}]} 2026-05-20 07:12:04.239 7 INFO neutron.services.segments.plugin [-] Segment 76c983ab-b627-48b3-99d0-a92c7a6be11a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c983ab-b627-48b3-99d0-a92c7a6be11a found for delete ", "request_id": "req-662ff605-4f39-40cb-98cc-231b8af439f5"}]} [pid: 8|app: 0|req: 589/1191] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1192] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:12:03 2026] PUT /v2.0/ports/70957697-d432-401d-acd2-96a0d002ed13 => generated 1235 bytes in 543 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:04.348 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-869c0fb8-5b20-4045-b007-84520c82a2a0'] response: {'name': 'network-changed', 'server_uuid': 'a79039d8-e869-48cb-82ed-2b1df57a8998', 'tag': '70957697-d432-401d-acd2-96a0d002ed13', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 604/1193] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:04 2026] DELETE /v2.0/security-groups/b38f4df3-27bf-4cf2-b765-c6e81f36ca41 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1194] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/ports?network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba&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: 590/1195] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:04 2026] DELETE /v2.0/subnets/caf3d337-d78b-47b2-8cd7-ab9602950162 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1196] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1197] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1198] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1199] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:04 2026] DELETE /v2.0/networks/1a77631d-6f27-46db-b1b0-58254fad0542 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1200] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/ports?tenant_id=4d8e931c544f4065be2be608dc7ff781&device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 608/1201] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/networks?tenant_id=4d8e931c544f4065be2be608dc7ff781&shared=False => generated 774 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1202] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:12:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1203] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:05 2026] GET /v2.0/security-groups?tenant_id=616a87f0ed4b46eba6c4a3d1921b66ca&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1204] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:05 2026] DELETE /v2.0/security-groups/2eb650b3-ee00-4ecf-8395-c18ca78c14c5 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1205] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:05 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1206] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:05 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&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: 611/1207] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:05 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1208] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:05 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1209] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/ports?tenant_id=4d8e931c544f4065be2be608dc7ff781&device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1210] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=70957697-d432-401d-acd2-96a0d002ed13 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1211] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/subnets?id=051e41f5-2829-426a-87c3-a47f95ed1023 => generated 696 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1212] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/ports?network_id=cd651c68-9239-4f99-a0c9-b00a1e57dc33&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:06.271 7 INFO neutron.services.segments.plugin [-] Segment 85cc072d-ac3e-4f46-a479-d659fbb76d43 resource provider aggregate not found 2026-05-20 07:12:06.281 7 INFO neutron.services.segments.plugin [-] Segment 85cc072d-ac3e-4f46-a479-d659fbb76d43 resource provider aggregate not found 2026-05-20 07:12:06.286 7 INFO neutron.services.segments.plugin [-] Segment 85cc072d-ac3e-4f46-a479-d659fbb76d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85cc072d-ac3e-4f46-a479-d659fbb76d43 found for delete ", "request_id": "req-017f6939-afe3-4156-a4d6-2cefe2996234"}]} 2026-05-20 07:12:06.298 7 INFO neutron.services.segments.plugin [-] Segment 85cc072d-ac3e-4f46-a479-d659fbb76d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85cc072d-ac3e-4f46-a479-d659fbb76d43 found for delete ", "request_id": "req-1aa4a572-e2f7-439f-b26b-a36b3f8c3d50"}]} [pid: 7|app: 0|req: 614/1213] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/networks/cd651c68-9239-4f99-a0c9-b00a1e57dc33?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: 600/1214] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/networks/cd651c68-9239-4f99-a0c9-b00a1e57dc33?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1215] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1216] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:06.585 7 WARNING neutron_lib.context [None req-0e9d0387-30f3-4b56-83bc-442e79d6c9c8 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:06.783 7 INFO neutron.db.segments_db [None req-0e9d0387-30f3-4b56-83bc-442e79d6c9c8 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] Added segment 750da67f-917d-4853-a6e7-65dc326b4ea4 of type vxlan for network 459bc367-43d3-4f82-9aa0-0eba595e1243 [pid: 8|app: 0|req: 603/1217] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1218] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:06 2026] POST /v2.0/networks => generated 644 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1219] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:06 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:06.955 7 WARNING neutron_lib.context [None req-a0f13329-a87a-4e99-8a12-91d4232a1bc2 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 616/1220] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:06 2026] POST /v2.0/subnets => generated 641 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:07.261 8 WARNING neutron_lib.context [None req-9608410a-ff14-4243-b84f-945fa7571c02 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:07.325 8 INFO neutron.db.segments_db [None req-9608410a-ff14-4243-b84f-945fa7571c02 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] Added segment 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa of type vxlan for network 3530bf5e-d347-4021-acef-55c8369efc07 [pid: 8|app: 0|req: 605/1221] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:07 2026] POST /v2.0/networks => generated 643 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1222] 10.0.0.80 () {34 vars in 742 bytes} [Wed May 20 07:12:07 2026] PUT /v2.0/networks/3530bf5e-d347-4021-acef-55c8369efc07 => generated 592 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:07.580 8 WARNING neutron_lib.context [None req-4acb6d20-48cc-446d-a237-3c9756412e82 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 618/1223] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:07 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1224] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:07 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1225] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:07 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1226] 10.0.0.80 () {34 vars in 740 bytes} [Wed May 20 07:12:07 2026] PUT /v2.0/subnets/2d66af09-3073-433d-8b6b-cbf31bd25e9e => generated 636 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1227] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 622/1228] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:08.238 8 INFO neutron.services.segments.plugin [-] Segment 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa resource provider aggregate not found 2026-05-20 07:12:08.251 8 INFO neutron.services.segments.plugin [-] Segment 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa found for delete ", "request_id": "req-5a953ca1-67f6-465e-9936-00833bf21571"}]} 2026-05-20 07:12:08.258 8 INFO neutron.services.segments.plugin [-] Segment 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa resource provider aggregate not found [pid: 8|app: 0|req: 607/1229] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:07 2026] DELETE /v2.0/networks/3530bf5e-d347-4021-acef-55c8369efc07 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:08.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ac23e23-5e48-4123-b262-98b4a9ea96bc 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1230] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:08 2026] DELETE /v2.0/networks/3530bf5e-d347-4021-acef-55c8369efc07 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:08.311 8 INFO neutron.services.segments.plugin [-] Segment 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056d41bd-fbd9-41c6-a1cf-e669fc40ecfa found for delete ", "request_id": "req-9a080b51-410b-4e2e-85ab-832714ef01d2"}]} [pid: 8|app: 0|req: 608/1231] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1232] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/subnets?network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1233] 10.0.0.80 () {32 vars in 652 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1234] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1235] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1236] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/networks/459bc367-43d3-4f82-9aa0-0eba595e1243 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1237] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/subnets/571a3421-9012-4b61-9f38-8d4b3c2e65a7 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:08.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a626494-e180-4206-8c0d-3a5297178e01 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1238] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:08 2026] DELETE /v2.0/subnets/2d66af09-3073-433d-8b6b-cbf31bd25e9e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:08.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d176f1d9-80a3-444e-a520-e98e400bb50b 202bd160d6f74472958f43a8280d50c5 c13d48e8b1ad4a8ba0eb2c36d23ad064 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1239] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:08 2026] DELETE /v2.0/networks/3530bf5e-d347-4021-acef-55c8369efc07 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1240] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:08 2026] DELETE /v2.0/subnets/571a3421-9012-4b61-9f38-8d4b3c2e65a7 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1241] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1242] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:08 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1243] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:09 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1244] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:09 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:09.277 7 INFO neutron.services.segments.plugin [-] Segment 750da67f-917d-4853-a6e7-65dc326b4ea4 resource provider aggregate not found 2026-05-20 07:12:09.293 7 INFO neutron.services.segments.plugin [-] Segment 750da67f-917d-4853-a6e7-65dc326b4ea4 resource provider aggregate not found 2026-05-20 07:12:09.297 7 INFO neutron.services.segments.plugin [-] Segment 750da67f-917d-4853-a6e7-65dc326b4ea4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 750da67f-917d-4853-a6e7-65dc326b4ea4 found for delete ", "request_id": "req-0bc816d9-4724-45c5-96b6-a85524fc84f2"}]} 2026-05-20 07:12:09.316 7 INFO neutron.services.segments.plugin [-] Segment 750da67f-917d-4853-a6e7-65dc326b4ea4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 750da67f-917d-4853-a6e7-65dc326b4ea4 found for delete ", "request_id": "req-1a49a0b4-6a55-406a-add7-677586a428ca"}]} [pid: 7|app: 0|req: 629/1245] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:08 2026] DELETE /v2.0/networks/459bc367-43d3-4f82-9aa0-0eba595e1243 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1246] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:09 2026] GET /v2.0/security-groups?tenant_id=c13d48e8b1ad4a8ba0eb2c36d23ad064&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1247] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:09 2026] GET /v2.0/security-groups?tenant_id=1af60c3e55ef4fb7b9a7e5d814c4654b&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1248] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:10 2026] DELETE /v2.0/security-groups/6dbfe116-fa44-4ca4-8a83-a1bce6d5d1c7 => 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: 618/1249] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 619/1250] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&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: 632/1251] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:10 2026] DELETE /v2.0/security-groups/1e685741-1a48-42f5-ac1a-ab6ab43b33a4 => 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: 620/1252] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1253] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 621/1254] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1255] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1256] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:10.430 8 WARNING neutron_lib.context [None req-87407da1-d2e3-4937-8de1-e6b58ead54db 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 635/1257] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:10 2026] GET /v2.0/security-groups?tenant_id=9917ab7e1e084d88ae47bab5ef64a3b0&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: 636/1258] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:10 2026] DELETE /v2.0/security-groups/d93e8c44-9dc4-462b-8d99-079c92ffbef6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:12:11.400 8 INFO neutron.db.l3_db [None req-87407da1-d2e3-4937-8de1-e6b58ead54db 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Floating IP baac1314-e0cb-4323-8dbd-6bd11ec0451a associated. External IP: 10.96.250.210, port: 14c1af11-398b-4a27-8a0a-85dafd4ddc96. [pid: 7|app: 0|req: 637/1259] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:11 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1260] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:11 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1261] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:12:10 2026] POST /v2.0/floatingips => generated 856 bytes in 1367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1262] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:11 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:12.137 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebad5516-479e-467a-9399-f0d3d15ec46b'] response: {'name': 'network-changed', 'server_uuid': '5811a26c-9b5e-4c8d-ab8e-8789657e8806', 'tag': '14c1af11-398b-4a27-8a0a-85dafd4ddc96', 'status': 'completed', 'code': 200} 2026-05-20 07:12:12.352 8 WARNING neutron_lib.context [None req-b124b968-c92b-4cd2-8c69-18070e6f999e a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:12.512 8 INFO neutron.db.segments_db [None req-b124b968-c92b-4cd2-8c69-18070e6f999e a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Added segment 1acf9468-8e6a-4a2d-babc-ea2e16683096 of type vxlan for network 76af3771-bacf-486c-bb6f-82ef20532eec [pid: 8|app: 0|req: 624/1263] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:12 2026] POST /v2.0/networks => generated 644 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:12.636 7 WARNING neutron_lib.context [None req-43257d67-8d9e-4eb1-ace4-eebf96a31f83 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 625/1264] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => 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: 626/1265] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1266] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1267] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=14c1af11-398b-4a27-8a0a-85dafd4ddc96 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1268] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 856 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1269] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1270] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:12 2026] POST /v2.0/ports => generated 775 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 631/1271] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/subnets?id=06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:12.977 7 WARNING neutron_lib.context [None req-7fe512bf-ea02-4d94-922c-58dfb37d5957 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 632/1272] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:12 2026] GET /v2.0/ports?network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:13.030 7 INFO neutron.db.segments_db [None req-7fe512bf-ea02-4d94-922c-58dfb37d5957 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Added segment 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c of type vxlan for network 052eb46d-7da8-404f-a84a-5d8dfa38cee4 [pid: 8|app: 0|req: 633/1273] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:13 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1274] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:12 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:13.131 7 WARNING neutron_lib.context [None req-9c402473-c6ee-4318-a326-5dd519c59c56 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 634/1275] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:13 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?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: 635/1276] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:13 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1277] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:13 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:13.385 7 WARNING neutron_lib.context [None req-c7d562c5-9297-478f-84ae-8088b27ec087 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 636/1278] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:13 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1279] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:13 2026] POST /v2.0/ports => generated 949 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 644/1280] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:13 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1281] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:13 2026] DELETE /v2.0/ports/6f2f6e2b-8ae5-48a1-b2c4-4d96e0523bdf => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:14.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02e07cf5-1c14-4469-95db-7cc5f84497ab a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1282] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:14 2026] DELETE /v2.0/ports/6f2f6e2b-8ae5-48a1-b2c4-4d96e0523bdf => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:14.117 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2d389a2-251c-4b96-87be-5dd3066cbc99 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 638/1283] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:14 2026] GET /v2.0/ports/6f2f6e2b-8ae5-48a1-b2c4-4d96e0523bdf => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1284] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:14 2026] DELETE /v2.0/subnets/b4e39fac-19a7-40fe-970c-6fa086e089a5 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1285] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:14 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1286] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:14 2026] GET /v2.0/security-groups?id=09db4145-2233-4d71-ad2f-d956b48dfb29&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:14.668 8 INFO neutron.services.segments.plugin [-] Segment 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c resource provider aggregate not found 2026-05-20 07:12:14.674 8 INFO neutron.services.segments.plugin [-] Segment 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c resource provider aggregate not found 2026-05-20 07:12:14.684 8 INFO neutron.services.segments.plugin [-] Segment 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c found for delete ", "request_id": "req-83a3aab8-9393-4c4b-8e50-5e0eec3e9a55"}]} 2026-05-20 07:12:14.694 8 INFO neutron.services.segments.plugin [-] Segment 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bc9a0f6-fd61-4f56-9dd0-e45f7d429e2c found for delete ", "request_id": "req-a7d0aeb4-9644-4697-919d-16d2ea584bb9"}]} [pid: 8|app: 0|req: 639/1287] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:14 2026] DELETE /v2.0/networks/052eb46d-7da8-404f-a84a-5d8dfa38cee4 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:14.732 7 WARNING neutron_lib.context [None req-8d02d9ce-cb23-48a9-8ec0-b8aa75928b3d a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:14.810 7 INFO neutron.db.segments_db [None req-8d02d9ce-cb23-48a9-8ec0-b8aa75928b3d a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Added segment d80c0899-e841-4ea1-9f00-53e0f408803a of type vxlan for network b5ab81d7-0b04-445b-a488-9835d2daa00b [pid: 7|app: 0|req: 649/1288] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:14 2026] POST /v2.0/networks => generated 632 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:14.933 8 WARNING neutron_lib.context [None req-3548bb7c-72fb-4216-bdde-c0db9eab8c27 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 640/1289] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:14 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:15.211 7 WARNING neutron_lib.context [None req-123140db-613a-422b-8468-b527bdd9a8d2 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 643/1292] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:12:15 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 650/1293] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:15 2026] POST /v2.0/ports => generated 916 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1294] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:12:15 2026] DELETE /v2.0/ports/70957697-d432-401d-acd2-96a0d002ed13 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1295] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:15 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 651/1296] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:15 2026] DELETE /v2.0/ports/ce3bb838-f8be-4944-a819-aec1786ead62 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:15.980 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17213626-93fd-4679-a4b2-b96d1d3a1d90'] response: {'server_uuid': 'a79039d8-e869-48cb-82ed-2b1df57a8998', 'name': 'network-vif-deleted', 'tag': '70957697-d432-401d-acd2-96a0d002ed13', 'status': 'completed', 'code': 200} 2026-05-20 07:12:15.995 8 INFO neutron.pecan_wsgi.hooks.translation [None req-418cfd21-d36f-4e82-9b7e-8b4aaec93951 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1297] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:15 2026] GET /v2.0/ports/ce3bb838-f8be-4944-a819-aec1786ead62 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1298] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:16 2026] DELETE /v2.0/subnets/226ff2b5-dffb-4a32-acd6-42e1f0b371cd => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1299] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:16 2026] DELETE /v2.0/networks/b5ab81d7-0b04-445b-a488-9835d2daa00b => generated 0 bytes in 446 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:16.639 7 WARNING neutron_lib.context [None req-2d236c38-2707-4445-a8aa-6bfab2da82ca a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:16.883 8 INFO neutron.services.segments.plugin [-] Segment d80c0899-e841-4ea1-9f00-53e0f408803a resource provider aggregate not found 2026-05-20 07:12:16.888 8 INFO neutron.services.segments.plugin [-] Segment d80c0899-e841-4ea1-9f00-53e0f408803a resource provider aggregate not found [pid: 8|app: 0|req: 648/1300] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:16 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1301] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:16 2026] POST /v2.0/ports => generated 775 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:16.962 8 INFO neutron.services.segments.plugin [-] Segment d80c0899-e841-4ea1-9f00-53e0f408803a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80c0899-e841-4ea1-9f00-53e0f408803a found for delete ", "request_id": "req-bae2f7df-0275-42a1-b166-6c0fd2e7aa3d"}]} 2026-05-20 07:12:16.963 8 INFO neutron.services.segments.plugin [-] Segment d80c0899-e841-4ea1-9f00-53e0f408803a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80c0899-e841-4ea1-9f00-53e0f408803a found for delete ", "request_id": "req-047dcaf1-ec76-492f-8635-8ba2a04eb541"}]} [pid: 8|app: 0|req: 649/1302] 10.0.0.80 () {34 vars in 736 bytes} [Wed May 20 07:12:16 2026] PUT /v2.0/ports/99af17fb-5dd8-4714-b5fa-22fb7f77c3c5 => generated 752 bytes in 228 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 654/1303] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/ports/99af17fb-5dd8-4714-b5fa-22fb7f77c3c5 => generated 0 bytes in 219 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:71: 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: 650/1304] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:12:17 2026] GET /v2.0/ports => generated 778 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:17.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60f3b659-ac55-4c5e-a77e-28ebf98ed9f2 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1305] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:17 2026] GET /v2.0/ports/99af17fb-5dd8-4714-b5fa-22fb7f77c3c5 => 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: 651/1306] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:12:17 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1307] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:17 2026] GET /v2.0/ports/ca634f03-58c8-41ef-826e-c0e494e3f3f1 => generated 775 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:17.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-143cdc88-6018-4172-aa7f-38b8c5503619 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1308] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/ports/ce3bb838-f8be-4944-a819-aec1786ead62 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:17.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed1d2653-0f4a-4076-be4d-90586e4956b2 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1309] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/subnets/226ff2b5-dffb-4a32-acd6-42e1f0b371cd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:17.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2198e870-d600-4763-a3cc-f2df6606ea61 a69ee27538954b1b8802e82ee6ef22ae 56bd83610f5b453280a28e892b36a3f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1310] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/subnets/b4e39fac-19a7-40fe-970c-6fa086e089a5 => 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: 658/1311] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/ports/ca634f03-58c8-41ef-826e-c0e494e3f3f1 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1312] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:17 2026] GET /v2.0/security-groups?tenant_id=dbccb1616321471983e380cead1a5c1d&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:18.008 7 INFO neutron.services.segments.plugin [-] Segment 1acf9468-8e6a-4a2d-babc-ea2e16683096 resource provider aggregate not found 2026-05-20 07:12:18.013 7 INFO neutron.services.segments.plugin [-] Segment 1acf9468-8e6a-4a2d-babc-ea2e16683096 resource provider aggregate not found 2026-05-20 07:12:18.025 7 INFO neutron.services.segments.plugin [-] Segment 1acf9468-8e6a-4a2d-babc-ea2e16683096 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1acf9468-8e6a-4a2d-babc-ea2e16683096 found for delete ", "request_id": "req-d554d4c2-124c-4af4-a7b6-b16d75dd36dc"}]} 2026-05-20 07:12:18.026 7 INFO neutron.services.segments.plugin [-] Segment 1acf9468-8e6a-4a2d-babc-ea2e16683096 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1acf9468-8e6a-4a2d-babc-ea2e16683096 found for delete ", "request_id": "req-2b0af19b-ab3c-4653-bd33-04931b00a828"}]} [pid: 7|app: 0|req: 659/1313] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/networks/76af3771-bacf-486c-bb6f-82ef20532eec => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1314] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:17 2026] DELETE /v2.0/security-groups/cf3ec2c5-19f5-4812-871e-69480ae2c99c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1315] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:18 2026] GET /v2.0/ports?device_id=a79039d8-e869-48cb-82ed-2b1df57a8998 => 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: 656/1316] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:18 2026] GET /v2.0/security-groups?tenant_id=d3a6c8949e464fbfb1fd3a24445489cf&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: 661/1317] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:18 2026] DELETE /v2.0/security-groups/ca49aeca-a43b-467a-84c0-b61e0a8d56ae => 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: 657/1318] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:18 2026] GET /v2.0/security-groups?tenant_id=56bd83610f5b453280a28e892b36a3f3&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1319] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:18 2026] DELETE /v2.0/security-groups/b14c1782-8ce7-4069-8a53-430b0e9581ea => 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: 658/1320] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:19 2026] PUT /v2.0/routers/89f82f5e-c363-44e8-973b-759f54f17f43/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:20.915 8 WARNING neutron_lib.context [None req-d3579119-3124-48a3-982b-4d39e4ab1faa bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:21.074 8 INFO neutron.db.segments_db [None req-d3579119-3124-48a3-982b-4d39e4ab1faa bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment 5155baae-f081-4226-a08a-4575f7e81e3f of type vxlan for network 83b442fa-67b3-41ff-8082-5900c1344a38 2026-05-20 07:12:21.078 7 INFO neutron.services.segments.plugin [-] Segment eeb891d8-50d1-4f31-b05b-b72e5341aa13 resource provider aggregate not found 2026-05-20 07:12:21.083 7 INFO neutron.services.segments.plugin [-] Segment eeb891d8-50d1-4f31-b05b-b72e5341aa13 resource provider aggregate not found 2026-05-20 07:12:21.101 7 INFO neutron.services.segments.plugin [-] Segment eeb891d8-50d1-4f31-b05b-b72e5341aa13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeb891d8-50d1-4f31-b05b-b72e5341aa13 found for delete ", "request_id": "req-640fbc45-40bc-4f31-a01a-53c2b7172859"}]} 2026-05-20 07:12:21.106 7 INFO neutron.services.segments.plugin [-] Segment eeb891d8-50d1-4f31-b05b-b72e5341aa13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeb891d8-50d1-4f31-b05b-b72e5341aa13 found for delete ", "request_id": "req-1e227fbe-b721-450e-afb7-90e9bc42adff"}]} 2026-05-20 07:12:21.110 7 INFO neutron.db.l3_hamode_db [None req-791059a5-abc1-41c3-9dd1-e4bee87b33d9 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network cc77dcb3-4d8a-46ef-9097-1a52a9f0d3e6 was deleted as no HA routers are present in tenant 4d8e931c544f4065be2be608dc7ff781. [pid: 7|app: 0|req: 663/1321] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:20 2026] DELETE /v2.0/routers/89f82f5e-c363-44e8-973b-759f54f17f43 => generated 0 bytes in 969 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1322] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:12:21 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1323] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:20 2026] POST /v2.0/networks => generated 629 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1324] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:12:21 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:21.222 8 WARNING neutron_lib.context [None req-a627b380-bee3-44ce-b962-2d5e92eb10e6 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:21.278 8 INFO neutron.db.segments_db [None req-a627b380-bee3-44ce-b962-2d5e92eb10e6 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment 58a9a41f-56c0-4969-949a-9cbb5e3429df of type vxlan for network ab0248f0-225f-408c-aec6-83b8bd8da777 [pid: 7|app: 0|req: 665/1325] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:21 2026] DELETE /v2.0/subnets/051e41f5-2829-426a-87c3-a47f95ed1023 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1326] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:21 2026] POST /v2.0/networks => generated 629 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:21.373 8 WARNING neutron_lib.context [None req-ad7d1f35-4c82-4bce-b77d-52eac95dd67c bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 666/1327] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:21 2026] DELETE /v2.0/networks/cd651c68-9239-4f99-a0c9-b00a1e57dc33 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1328] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:21 2026] POST /v2.0/subnets => generated 626 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:21.715 7 WARNING neutron_lib.context [None req-0a60b692-bf1e-427f-82b9-da7b66d628d6 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 663/1329] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:21 2026] GET /v2.0/security-groups?tenant_id=4d8e931c544f4065be2be608dc7ff781&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1330] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:21 2026] POST /v2.0/subnets => generated 626 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:22.107 7 WARNING neutron_lib.context [None req-fec91996-5446-4625-b0cf-b95f1523394d bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:22.147 7 INFO neutron.db.segments_db [None req-fec91996-5446-4625-b0cf-b95f1523394d bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment f3122dc6-820c-4161-adc9-13bd587ca998 of type vxlan for network c4d53d6a-78c3-408a-ade4-b9d6c168abff [pid: 8|app: 0|req: 664/1331] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:22 2026] DELETE /v2.0/security-groups/09db4145-2233-4d71-ad2f-d956b48dfb29 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:12:22.455 7 INFO neutron.db.l3_hamode_db [None req-fec91996-5446-4625-b0cf-b95f1523394d bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:22.621 7 INFO neutron.db.l3_hamode_db [None req-fec91996-5446-4625-b0cf-b95f1523394d bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:23.116 7 INFO neutron.services.segments.plugin [-] Segment a325ddce-0fcf-4737-8fff-8cbd5a77ed2e resource provider aggregate not found 2026-05-20 07:12:23.124 7 INFO neutron.services.segments.plugin [-] Segment a325ddce-0fcf-4737-8fff-8cbd5a77ed2e resource provider aggregate not found 2026-05-20 07:12:23.132 7 INFO neutron.services.segments.plugin [-] Segment a325ddce-0fcf-4737-8fff-8cbd5a77ed2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a325ddce-0fcf-4737-8fff-8cbd5a77ed2e found for delete ", "request_id": "req-1caf7a9d-f847-40ea-a444-2feae4b42a41"}]} 2026-05-20 07:12:23.147 7 INFO neutron.services.segments.plugin [-] Segment a325ddce-0fcf-4737-8fff-8cbd5a77ed2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a325ddce-0fcf-4737-8fff-8cbd5a77ed2e found for delete ", "request_id": "req-ebacd1e0-69ba-498f-9bf3-b4802a58897d"}]} [pid: 7|app: 0|req: 668/1332] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:22 2026] POST /v2.0/routers => generated 507 bytes in 1284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1333] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:23 2026] PUT /v2.0/routers/80a0337c-1548-4b32-97e7-b24b4a782ceb/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1334] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:24 2026] GET /v2.0/ports/ebe2b8ca-093e-4b3b-b1fd-d3a55f93df35 => generated 955 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1335] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:24 2026] GET /v2.0/security-groups?tenant_id=092491fb31474c98aa63570fb52a45ff&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1336] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:24 2026] DELETE /v2.0/security-groups/1efe063a-9eac-4d32-b644-55434985b2e5 => 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: 668/1337] 10.0.0.80 () {32 vars in 825 bytes} [Wed May 20 07:12:25 2026] GET /v2.0/ports?project_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 3695 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1338] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:25 2026] GET /v2.0/security-groups?tenant_id=976fead82f36475f977ab1536a1f6ed9&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1339] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:25 2026] GET /v2.0/security-groups?tenant_id=b199bbf5554e4e13963e7fff5dbbaeee&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1340] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:12:25 2026] GET /v2.0/subnets?network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1341] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:25 2026] DELETE /v2.0/security-groups/6bcfc1bd-5b03-44f6-9a6b-6b7859630dd1 => 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: 673/1342] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:25 2026] DELETE /v2.0/security-groups/728863ad-32f1-423c-9664-81ee1b79bb1c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1343] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:24 2026] PUT /v2.0/routers/80a0337c-1548-4b32-97e7-b24b4a782ceb/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:26.105 8 INFO neutron.db.l3_db [None req-d6760ad1-fc45-41ba-826c-69d1c190633a 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Floating IP baac1314-e0cb-4323-8dbd-6bd11ec0451a disassociated. External IP: 10.96.250.210, port: 14c1af11-398b-4a27-8a0a-85dafd4ddc96. [pid: 7|app: 0|req: 671/1344] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:26 2026] GET /v2.0/ports/f36c0021-bc5b-4db8-ac4e-5bfaec59585c => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1345] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:12:25 2026] PUT /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 554 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1346] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:26 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1347] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:26 2026] PUT /v2.0/routers/80a0337c-1548-4b32-97e7-b24b4a782ceb/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:26.994 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f339a298-5223-4c89-8cdb-51fe1fb9398a'] response: {'name': 'network-changed', 'server_uuid': '5811a26c-9b5e-4c8d-ab8e-8789657e8806', 'tag': '14c1af11-398b-4a27-8a0a-85dafd4ddc96', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 673/1348] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1349] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 756 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1350] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=14c1af11-398b-4a27-8a0a-85dafd4ddc96 => 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: 676/1351] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/subnets?id=06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1352] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/ports?network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1353] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1354] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1355] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1356] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:26 2026] PUT /v2.0/routers/80a0337c-1548-4b32-97e7-b24b4a782ceb/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1357] 10.0.0.80 () {32 vars in 652 bytes} [Wed May 20 07:12:27 2026] GET /v2.0/extensions => generated 20516 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1358] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1359] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/ports?device_id=80a0337c-1548-4b32-97e7-b24b4a782ceb => 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: 683/1360] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1361] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1362] 10.0.0.80 () {32 vars in 664 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1363] 10.0.0.80 () {32 vars in 698 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1364] 10.0.0.80 () {32 vars in 696 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1365] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:28 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: 689/1366] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:28 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: 690/1367] 10.0.0.80 () {32 vars in 702 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1368] 10.0.0.80 () {32 vars in 692 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1369] 10.0.0.80 () {32 vars in 694 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1370] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/security-groups?tenant_id=d675e9ce56294e9389ff7de9bbca3d83&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1371] 10.0.0.80 () {32 vars in 684 bytes} [Wed May 20 07:12:28 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: 695/1372] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:28 2026] DELETE /v2.0/security-groups/bc0db899-1cd9-4392-b7e8-534df8295c1f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1373] 10.0.0.80 () {32 vars in 686 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1374] 10.0.0.80 () {32 vars in 660 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1375] 10.0.0.80 () {32 vars in 698 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1376] 10.0.0.80 () {32 vars in 678 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1377] 10.0.0.80 () {32 vars in 682 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1378] 10.0.0.80 () {32 vars in 674 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1379] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1380] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1381] 10.0.0.80 () {32 vars in 686 bytes} [Wed May 20 07:12:28 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) [pid: 7|app: 0|req: 705/1382] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1383] 10.0.0.80 () {32 vars in 686 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1384] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1385] 10.0.0.80 () {32 vars in 698 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1386] 10.0.0.80 () {32 vars in 678 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1387] 10.0.0.80 () {32 vars in 666 bytes} [Wed May 20 07:12:28 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: 711/1388] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1389] 10.0.0.80 () {32 vars in 676 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1390] 10.0.0.80 () {32 vars in 664 bytes} [Wed May 20 07:12:28 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: 714/1391] 10.0.0.80 () {32 vars in 674 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1392] 10.0.0.80 () {32 vars in 712 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1393] 10.0.0.80 () {32 vars in 690 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1394] 10.0.0.80 () {32 vars in 682 bytes} [Wed May 20 07:12:28 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) 2026-05-20 07:12:28.603 8 INFO neutron.services.segments.plugin [-] Segment f3122dc6-820c-4161-adc9-13bd587ca998 resource provider aggregate not found 2026-05-20 07:12:28.607 8 INFO neutron.services.segments.plugin [-] Segment f3122dc6-820c-4161-adc9-13bd587ca998 resource provider aggregate not found [pid: 7|app: 0|req: 718/1395] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1396] 10.0.0.80 () {32 vars in 686 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:28.618 8 INFO neutron.services.segments.plugin [-] Segment f3122dc6-820c-4161-adc9-13bd587ca998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3122dc6-820c-4161-adc9-13bd587ca998 found for delete ", "request_id": "req-824ff904-836c-4a73-9620-24c9d4777717"}]} 2026-05-20 07:12:28.621 8 INFO neutron.services.segments.plugin [-] Segment f3122dc6-820c-4161-adc9-13bd587ca998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3122dc6-820c-4161-adc9-13bd587ca998 found for delete ", "request_id": "req-5bbb53c6-4a8f-4a74-a4f9-634e9040c125"}]} [pid: 7|app: 0|req: 720/1397] 10.0.0.80 () {32 vars in 704 bytes} [Wed May 20 07:12:28 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) 2026-05-20 07:12:28.630 8 INFO neutron.db.l3_hamode_db [None req-1d9e5d5d-83f6-4f49-9924-c6654af2c5ac bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] HA network c4d53d6a-78c3-408a-ade4-b9d6c168abff was deleted as no HA routers are present in tenant 95ca339622584299a8882fc18773261e. [pid: 7|app: 0|req: 721/1398] 10.0.0.80 () {32 vars in 674 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1399] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:28 2026] DELETE /v2.0/routers/80a0337c-1548-4b32-97e7-b24b4a782ceb => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1400] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1401] 10.0.0.80 () {32 vars in 674 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1402] 10.0.0.80 () {32 vars in 692 bytes} [Wed May 20 07:12:28 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: 725/1403] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:28 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: 7|app: 0|req: 726/1404] 10.0.0.80 () {32 vars in 708 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1405] 10.0.0.80 () {32 vars in 704 bytes} [Wed May 20 07:12:28 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: 728/1406] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1407] 10.0.0.80 () {32 vars in 696 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1408] 10.0.0.80 () {32 vars in 710 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1409] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1410] 10.0.0.80 () {32 vars in 686 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1411] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1412] 10.0.0.80 () {32 vars in 674 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1413] 10.0.0.80 () {32 vars in 670 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1414] 10.0.0.80 () {32 vars in 660 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1415] 10.0.0.80 () {32 vars in 698 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1416] 10.0.0.80 () {32 vars in 698 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1417] 10.0.0.80 () {32 vars in 676 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1418] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:28 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: 7|app: 0|req: 741/1419] 10.0.0.80 () {32 vars in 682 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1420] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:28 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: 8|app: 0|req: 679/1421] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:28 2026] DELETE /v2.0/subnets/66b1136e-c4da-4732-8242-e93a91c2fa47 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1422] 10.0.0.80 () {32 vars in 684 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1423] 10.0.0.80 () {32 vars in 706 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1424] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1425] 10.0.0.80 () {32 vars in 696 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1426] 10.0.0.80 () {32 vars in 694 bytes} [Wed May 20 07:12:28 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: 684/1427] 10.0.0.80 () {32 vars in 684 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1428] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:28 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: 686/1429] 10.0.0.80 () {32 vars in 666 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1430] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1431] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1432] 10.0.0.80 () {32 vars in 690 bytes} [Wed May 20 07:12:28 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: 690/1433] 10.0.0.80 () {32 vars in 690 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1434] 10.0.0.80 () {32 vars in 694 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1435] 10.0.0.80 () {32 vars in 684 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1436] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1437] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1438] 10.0.0.80 () {32 vars in 702 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1439] 10.0.0.80 () {32 vars in 712 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1440] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1441] 10.0.0.80 () {32 vars in 714 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1442] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1443] 10.0.0.80 () {32 vars in 740 bytes} [Wed May 20 07:12:28 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: 744/1444] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:28 2026] DELETE /v2.0/subnets/40b00134-c780-4463-8529-ce9731daa4f7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1445] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1446] 10.0.0.80 () {32 vars in 682 bytes} [Wed May 20 07:12:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1447] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:28 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: 704/1448] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1449] 10.0.0.80 () {32 vars in 678 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1450] 10.0.0.80 () {32 vars in 668 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1451] 10.0.0.80 () {32 vars in 696 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1452] 10.0.0.80 () {32 vars in 704 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1453] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:29 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: 710/1454] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1455] 10.0.0.80 () {32 vars in 682 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1456] 10.0.0.80 () {32 vars in 704 bytes} [Wed May 20 07:12:29 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: 8|app: 0|req: 713/1457] 10.0.0.80 () {32 vars in 694 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1458] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1459] 10.0.0.80 () {32 vars in 696 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1460] 10.0.0.80 () {32 vars in 678 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1461] 10.0.0.80 () {32 vars in 688 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1462] 10.0.0.80 () {32 vars in 700 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1463] 10.0.0.80 () {32 vars in 664 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1464] 10.0.0.80 () {32 vars in 680 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1465] 10.0.0.80 () {32 vars in 692 bytes} [Wed May 20 07:12:29 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: 8|app: 0|req: 722/1466] 10.0.0.80 () {32 vars in 676 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1467] 10.0.0.80 () {32 vars in 666 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:29.301 7 INFO neutron.services.segments.plugin [-] Segment 58a9a41f-56c0-4969-949a-9cbb5e3429df resource provider aggregate not found 2026-05-20 07:12:29.305 7 INFO neutron.services.segments.plugin [-] Segment 58a9a41f-56c0-4969-949a-9cbb5e3429df resource provider aggregate not found 2026-05-20 07:12:29.321 7 INFO neutron.services.segments.plugin [-] Segment 58a9a41f-56c0-4969-949a-9cbb5e3429df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58a9a41f-56c0-4969-949a-9cbb5e3429df found for delete ", "request_id": "req-405b793a-b01b-4c67-bdf2-7eca293f7d63"}]} 2026-05-20 07:12:29.322 7 INFO neutron.services.segments.plugin [-] Segment 58a9a41f-56c0-4969-949a-9cbb5e3429df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58a9a41f-56c0-4969-949a-9cbb5e3429df found for delete ", "request_id": "req-8c243127-e075-4023-9662-eff1a034b953"}]} [pid: 7|app: 0|req: 745/1468] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:28 2026] DELETE /v2.0/networks/ab0248f0-225f-408c-aec6-83b8bd8da777 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:29.627 7 WARNING neutron_lib.context [None req-53c79fea-31ed-4e0a-900a-1ba1cf505c14 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 724/1469] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:29 2026] DELETE /v2.0/networks/83b442fa-67b3-41ff-8082-5900c1344a38 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1470] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:12:29 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:12:29.788 7 WARNING neutron_lib.context [None req-cae89bef-dc54-49c2-9dac-5cbd5206e537 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:29.848 7 INFO neutron.db.segments_db [None req-cae89bef-dc54-49c2-9dac-5cbd5206e537 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment 8aa64f43-2efc-4719-b327-590ef8cbde90 of type vxlan for network 60a67db9-3d82-4b65-a7c8-a5d3f9f250bb [pid: 7|app: 0|req: 747/1471] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:29 2026] POST /v2.0/networks => generated 630 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:29.972 7 WARNING neutron_lib.context [None req-4d8bebf5-5533-4448-9d53-99c0ab23b4f7 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 725/1472] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:29 2026] GET /v2.0/security-groups?tenant_id=343f39ba666d49448730db6772e59cb8&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:30.020 8 WARNING neutron_lib.context [None req-67efeb7b-c146-4417-af2e-5919aa0043f9 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 748/1473] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1474] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:30 2026] DELETE /v2.0/security-groups/6318bc99-9dea-4af1-94f3-b3f9200946f0 => 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: 726/1475] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:30.261 8 WARNING neutron_lib.context [None req-d97fd7e8-6e3b-4b82-b77b-e50ae6d7e11a 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:30.265 7 WARNING neutron_lib.context [None req-a2463a8d-d60b-4efe-b7df-d613d881d3b9 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 727/1476] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:30.428 8 WARNING neutron_lib.context [None req-9d4570b2-7c40-4144-b638-42ae901cb799 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:30.455 7 INFO neutron.db.segments_db [None req-a2463a8d-d60b-4efe-b7df-d613d881d3b9 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Added segment a5a94f60-2377-4425-bf77-34bc09bde9c7 of type vxlan for network b1024ed0-9e40-4369-b588-8220c7db8856 2026-05-20 07:12:30.478 8 INFO neutron.db.segments_db [None req-9d4570b2-7c40-4144-b638-42ae901cb799 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment 28158a96-90bd-44f8-a5db-df9ae9df15a9 of type vxlan for network c35db26f-9561-4574-9788-bdfec90a890e [pid: 7|app: 0|req: 750/1479] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/networks => generated 650 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:30.556 7 WARNING neutron_lib.context [None req-ca63b343-d8bf-45b5-9092-6c38eac3e241 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:30.654 8 INFO neutron.services.segments.plugin [-] Segment 5155baae-f081-4226-a08a-4575f7e81e3f resource provider aggregate not found 2026-05-20 07:12:30.660 8 INFO neutron.services.segments.plugin [-] Segment 5155baae-f081-4226-a08a-4575f7e81e3f resource provider aggregate not found [pid: 7|app: 0|req: 751/1480] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:30.671 7 WARNING neutron_lib.context [None req-96796966-5660-4779-9ac7-d2a06faadce4 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:30.677 8 INFO neutron.services.segments.plugin [-] Segment 5155baae-f081-4226-a08a-4575f7e81e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5155baae-f081-4226-a08a-4575f7e81e3f found for delete ", "request_id": "req-4734b9e2-d2d0-4bd2-a69f-a2e7394e03bb"}]} 2026-05-20 07:12:30.690 8 INFO neutron.services.segments.plugin [-] Segment 5155baae-f081-4226-a08a-4575f7e81e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5155baae-f081-4226-a08a-4575f7e81e3f found for delete ", "request_id": "req-20ed94b9-870b-40cb-aa87-10d9565c0324"}]} 2026-05-20 07:12:30.783 8 INFO neutron.db.l3_hamode_db [None req-9d4570b2-7c40-4144-b638-42ae901cb799 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:30.912 8 INFO neutron.db.l3_hamode_db [None req-9d4570b2-7c40-4144-b638-42ae901cb799 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 752/1481] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/subnets => generated 627 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:30.918 7 WARNING neutron_lib.context [None req-599f757a-55c3-46c6-ba2d-81c346bee0e3 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 753/1482] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:31.028 7 WARNING neutron_lib.context [None req-167c7d60-6b2f-416d-bc85-3a39375cd841 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:31.066 7 INFO neutron.db.segments_db [None req-167c7d60-6b2f-416d-bc85-3a39375cd841 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Added segment d469e89c-e757-4a94-86ee-91ad475d370c of type vxlan for network 16c853a1-2722-427c-a8a6-a27856622746 2026-05-20 07:12:31.322 7 INFO neutron.db.l3_hamode_db [None req-167c7d60-6b2f-416d-bc85-3a39375cd841 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 730/1483] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:30 2026] POST /v2.0/routers => generated 507 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:31.612 8 WARNING neutron_lib.context [None req-44a9a771-3373-46fd-abba-e99c4f1d7412 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:31.652 8 INFO neutron.db.securitygroups_db [None req-44a9a771-3373-46fd-abba-e99c4f1d7412 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Project 0b38dc0bed5d44bd8a6d9d5b01cb8558 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: 731/1484] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:31.759 8 WARNING neutron_lib.context [None req-791ebbed-97d2-418b-9ccb-fea690485982 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 732/1485] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:31 2026] POST /v2.0/ports => generated 951 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:32.144 8 WARNING neutron_lib.context [None req-60e66f30-8602-4e3c-8740-f71c9dc02f74 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:32.178 8 INFO neutron.db.securitygroups_db [None req-60e66f30-8602-4e3c-8740-f71c9dc02f74 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Project 0b38dc0bed5d44bd8a6d9d5b01cb8558 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-20 07:12:32.194 7 INFO neutron.db.l3_hamode_db [None req-167c7d60-6b2f-416d-bc85-3a39375cd841 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 733/1486] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:32.449 8 WARNING neutron_lib.context [None req-002d6488-b33f-4bdf-bdbe-0fefa18f0772 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:32.606 8 INFO neutron.db.segments_db [None req-002d6488-b33f-4bdf-bdbe-0fefa18f0772 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Added segment 7ee93180-4701-438d-a9aa-6eb2ba913325 of type vxlan for network fd34288c-89cf-401e-abc2-9b2bf8b7bbb9 [pid: 8|app: 0|req: 734/1487] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:32 2026] POST /v2.0/networks => generated 648 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1488] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:31 2026] POST /v2.0/routers => generated 694 bytes in 2071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1489] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:12:33 2026] GET /v2.0/networks => generated 1297 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:33.196 7 WARNING neutron_lib.context [None req-159b2e8a-9f60-40e7-a2be-e4e66c867fd4 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 756/1490] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:33 2026] POST /v2.0/ports => generated 779 bytes in 294 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:71: 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: 735/1491] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:32 2026] PUT /v2.0/routers/fde28c3b-37f7-49a5-8875-0d3ebbcf762b/add_router_interface => generated 309 bytes in 1498 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:71: 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: 736/1492] 10.0.0.104 () {34 vars in 1100 bytes} [Wed May 20 07:12:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2080133155&fields=id&tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:34.243 8 WARNING neutron_lib.context [None req-bb30f47d-1d7e-44c5-bbbd-5288b05c29ff 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:34.302 8 INFO neutron.db.segments_db [None req-bb30f47d-1d7e-44c5-bbbd-5288b05c29ff 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Added segment d77e9c2a-6427-4081-b657-226c7c3d54e9 of type vxlan for network f2b71b19-607c-4259-bd11-34f82a56f6d0 [pid: 8|app: 0|req: 737/1493] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:34 2026] POST /v2.0/networks => generated 634 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1494] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:34 2026] GET /v2.0/ports/1f1753b3-39a7-4a55-9d69-97fb7e8b2bfe => generated 1025 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1495] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:12:34 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:34.499 8 WARNING neutron_lib.context [None req-7ab5d252-555b-4be2-bb66-df0512ba4b05 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 740/1496] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:34 2026] POST /v2.0/subnets => generated 646 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1497] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:33 2026] PUT /v2.0/routers/a41804c4-98f9-484f-bdd8-a21d20b58904/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1498] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:12:34 2026] GET /v2.0/quotas/0b38dc0bed5d44bd8a6d9d5b01cb8558 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:34.936 7 WARNING neutron_lib.context [None req-ee32f053-a84a-4499-8bb8-a22a4b505b91 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 741/1499] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:34 2026] PUT /v2.0/routers/fde28c3b-37f7-49a5-8875-0d3ebbcf762b/remove_router_interface => generated 309 bytes in 905 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:35.699 8 WARNING neutron_lib.context [None req-f0337856-2145-4542-9bab-ecb3850c2651 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 759/1500] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:34 2026] POST /v2.0/ports => generated 966 bytes in 997 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:71: 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: 760/1501] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:12:35 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&fields=id => generated 149 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1502] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:35 2026] POST /v2.0/ports => generated 955 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:36.158 7 INFO neutron.api.v2.resource [None req-85be28ed-18d3-425d-a48e-a5cf80b8af6c bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1503] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:36 2026] PUT /v2.0/routers/fde28c3b-37f7-49a5-8875-0d3ebbcf762b/remove_router_interface => generated 197 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1504] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:12:36 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:36.238 7 WARNING neutron_lib.context [None req-935b9bd6-e4c8-455c-817c-6b113e505df4 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 743/1505] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:36 2026] DELETE /v2.0/ports/e8a63853-146c-4640-8ddc-1f7c67edb8ec => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1506] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:36 2026] GET /v2.0/ports?device_id=fde28c3b-37f7-49a5-8875-0d3ebbcf762b => 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: 745/1507] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:12:36 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:36.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44b098b6-3ad0-47d0-b8ca-1bf5cadbfc45 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1508] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:36 2026] DELETE /v2.0/ports/e8a63853-146c-4640-8ddc-1f7c67edb8ec => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1509] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:36 2026] POST /v2.0/ports => generated 959 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:36.630 7 INFO neutron.pecan_wsgi.hooks.translation [None req-185a47dc-2187-4aec-b60b-bcad84118c08 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1510] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:36 2026] GET /v2.0/ports/e8a63853-146c-4640-8ddc-1f7c67edb8ec => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1511] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:36 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:36.647 7 WARNING neutron_lib.context [None req-2cae9bab-448a-49c8-a6d7-08deef5d2636 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:37.013 8 INFO neutron.services.segments.plugin [-] Segment 28158a96-90bd-44f8-a5db-df9ae9df15a9 resource provider aggregate not found 2026-05-20 07:12:37.019 8 INFO neutron.services.segments.plugin [-] Segment 28158a96-90bd-44f8-a5db-df9ae9df15a9 resource provider aggregate not found 2026-05-20 07:12:37.027 8 INFO neutron.services.segments.plugin [-] Segment 28158a96-90bd-44f8-a5db-df9ae9df15a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28158a96-90bd-44f8-a5db-df9ae9df15a9 found for delete ", "request_id": "req-e0a6e959-c5fe-49fb-bf55-f9b5d5be277b"}]} 2026-05-20 07:12:37.035 8 INFO neutron.services.segments.plugin [-] Segment 28158a96-90bd-44f8-a5db-df9ae9df15a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28158a96-90bd-44f8-a5db-df9ae9df15a9 found for delete ", "request_id": "req-5225b2f0-30c9-4ea9-9cf2-91c60db94cfc"}]} 2026-05-20 07:12:37.036 8 INFO neutron.db.l3_hamode_db [None req-225755e9-3c12-4d91-9335-be7f94918c86 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] HA network c35db26f-9561-4574-9788-bdfec90a890e was deleted as no HA routers are present in tenant 95ca339622584299a8882fc18773261e. [pid: 8|app: 0|req: 747/1512] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:36 2026] DELETE /v2.0/routers/fde28c3b-37f7-49a5-8875-0d3ebbcf762b => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1513] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:37 2026] DELETE /v2.0/subnets/19264b9d-feae-43e1-8a92-79343b2d67a9 => 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: 749/1514] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:37 2026] DELETE /v2.0/subnets/3f26789d-f809-4786-bf58-65ddffecfe8d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:37.379 7 INFO neutron.db.l3_db [None req-2cae9bab-448a-49c8-a6d7-08deef5d2636 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Floating IP ce073241-5de2-4255-b3c0-b04aaec73b87 associated. External IP: 10.96.250.211, port: 51543b07-c5d7-4162-b9ac-6e74f3170e2d. [pid: 8|app: 0|req: 750/1515] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:37 2026] DELETE /v2.0/networks/f2b71b19-607c-4259-bd11-34f82a56f6d0 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1516] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:12:36 2026] POST /v2.0/floatingips => generated 843 bytes in 1062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:37.711 7 WARNING neutron_lib.context [None req-eac7b14e-9b86-46ce-9338-fb9af7012c9a 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:37.764 7 INFO neutron.db.segments_db [None req-eac7b14e-9b86-46ce-9338-fb9af7012c9a 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Added segment bdd0779b-5e60-4d12-b076-0fe7ffcbd398 of type vxlan for network 49b42725-172f-4c5b-a86c-2b9d9598fa0e [pid: 7|app: 0|req: 767/1517] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:37 2026] POST /v2.0/networks => generated 636 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1518] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:37 2026] DELETE /v2.0/networks/60a67db9-3d82-4b65-a7c8-a5d3f9f250bb => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1519] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:37 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:37.987 7 INFO neutron.db.l3_db [None req-a3338c47-29b4-4781-947d-2e93fcd6c902 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Floating IP ce073241-5de2-4255-b3c0-b04aaec73b87 disassociated. External IP: 10.96.250.211, port: 51543b07-c5d7-4162-b9ac-6e74f3170e2d. 2026-05-20 07:12:37.990 8 WARNING neutron_lib.context [None req-3e963c1f-399a-4a3f-b34e-549169102cb2 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 753/1520] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:37 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:38.243 8 WARNING neutron_lib.context [None req-4c257095-08e8-43e1-aad0-904da27dc4f0 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:38.301 8 INFO neutron.db.segments_db [None req-4c257095-08e8-43e1-aad0-904da27dc4f0 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment bda02458-3cbc-4f5a-af9f-19288a7aae4e of type vxlan for network 7c229e27-5123-44d0-bc56-4cfe6b80fd09 [pid: 7|app: 0|req: 768/1521] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:12:37 2026] PUT /v2.0/floatingips/ce073241-5de2-4255-b3c0-b04aaec73b87 => generated 552 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:38.342 7 WARNING neutron_lib.context [None req-7156718f-3a49-40b9-9e4e-abc0b85337c0 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 754/1522] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:38 2026] POST /v2.0/networks => generated 629 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1523] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:38 2026] POST /v2.0/ports => generated 927 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1524] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:12:38 2026] DELETE /v2.0/floatingips/ce073241-5de2-4255-b3c0-b04aaec73b87 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:12:38.690 7 WARNING neutron_lib.context [None req-85224ac9-06de-4d3c-8201-e3a68677f137 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 756/1525] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:38 2026] DELETE /v2.0/ports/2ecad789-ab2d-42e7-8023-ba594705e5b3 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:38.915 8 WARNING neutron_lib.context [None req-4b26f268-5e17-4971-91f7-b63127733f22 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 770/1526] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:38 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:38.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cd37188-bf3b-40fe-bb41-c941ac34226b 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1527] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:38 2026] GET /v2.0/ports/2ecad789-ab2d-42e7-8023-ba594705e5b3 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:38.968 7 WARNING neutron_lib.context [None req-60cd932a-fa76-4a12-976b-5c0eeac54454 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:39.010 7 INFO neutron.db.segments_db [None req-60cd932a-fa76-4a12-976b-5c0eeac54454 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment 039f3fc2-dc8d-4441-8ff1-3a06cc86989d of type vxlan for network 92b61ea7-3776-41c4-82bf-175de714debe 2026-05-20 07:12:39.045 8 INFO neutron.services.segments.plugin [-] Segment d77e9c2a-6427-4081-b657-226c7c3d54e9 resource provider aggregate not found 2026-05-20 07:12:39.055 8 INFO neutron.services.segments.plugin [-] Segment d77e9c2a-6427-4081-b657-226c7c3d54e9 resource provider aggregate not found 2026-05-20 07:12:39.062 8 INFO neutron.services.segments.plugin [-] Segment d77e9c2a-6427-4081-b657-226c7c3d54e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77e9c2a-6427-4081-b657-226c7c3d54e9 found for delete ", "request_id": "req-10923693-cfa6-485c-9cb0-d4cf91565c3b"}]} 2026-05-20 07:12:39.069 8 INFO neutron.services.segments.plugin [-] Segment d77e9c2a-6427-4081-b657-226c7c3d54e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77e9c2a-6427-4081-b657-226c7c3d54e9 found for delete ", "request_id": "req-5f9b6404-4df7-4b74-8aff-12a74d0a5030"}]} 2026-05-20 07:12:39.082 8 INFO neutron.services.segments.plugin [-] Segment 8aa64f43-2efc-4719-b327-590ef8cbde90 resource provider aggregate not found 2026-05-20 07:12:39.086 8 INFO neutron.services.segments.plugin [-] Segment 8aa64f43-2efc-4719-b327-590ef8cbde90 resource provider aggregate not found 2026-05-20 07:12:39.099 8 INFO neutron.services.segments.plugin [-] Segment 8aa64f43-2efc-4719-b327-590ef8cbde90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aa64f43-2efc-4719-b327-590ef8cbde90 found for delete ", "request_id": "req-6510e1a1-69d4-4379-81b6-a1a8a327b0b0"}]} 2026-05-20 07:12:39.101 8 INFO neutron.services.segments.plugin [-] Segment 8aa64f43-2efc-4719-b327-590ef8cbde90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aa64f43-2efc-4719-b327-590ef8cbde90 found for delete ", "request_id": "req-dd8ffb5a-d651-4f99-af87-348e40b9de23"}]} 2026-05-20 07:12:39.299 7 INFO neutron.db.l3_hamode_db [None req-60cd932a-fa76-4a12-976b-5c0eeac54454 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:39.407 7 INFO neutron.db.l3_hamode_db [None req-60cd932a-fa76-4a12-976b-5c0eeac54454 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:39.821 8 INFO neutron.db.l3_db [None req-4b26f268-5e17-4971-91f7-b63127733f22 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Floating IP 6dd66b45-428c-4bae-8053-8e891e243b7a associated. External IP: 10.96.250.209, port: 04073e09-3ec0-4f5f-89e3-ac8e36992241. [pid: 7|app: 0|req: 772/1528] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:38 2026] POST /v2.0/routers => generated 507 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1529] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:12:38 2026] POST /v2.0/floatingips => generated 842 bytes in 1243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1530] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:40 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 773/1531] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:40 2026] DELETE /v2.0/subnets/d5a38c49-7ff5-46de-aab1-32718c5ebd0a => 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: 774/1532] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:40 2026] GET /v2.0/floatingips/6dd66b45-428c-4bae-8053-8e891e243b7a => generated 842 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:40.568 7 INFO neutron.services.segments.plugin [-] Segment bdd0779b-5e60-4d12-b076-0fe7ffcbd398 resource provider aggregate not found 2026-05-20 07:12:40.573 7 INFO neutron.services.segments.plugin [-] Segment bdd0779b-5e60-4d12-b076-0fe7ffcbd398 resource provider aggregate not found [pid: 7|app: 0|req: 775/1533] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:40 2026] DELETE /v2.0/networks/49b42725-172f-4c5b-a86c-2b9d9598fa0e => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:40.595 7 INFO neutron.services.segments.plugin [-] Segment bdd0779b-5e60-4d12-b076-0fe7ffcbd398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd0779b-5e60-4d12-b076-0fe7ffcbd398 found for delete ", "request_id": "req-9103eb0e-d597-4c12-b874-807f9838ba25"}]} 2026-05-20 07:12:40.596 7 INFO neutron.services.segments.plugin [-] Segment bdd0779b-5e60-4d12-b076-0fe7ffcbd398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd0779b-5e60-4d12-b076-0fe7ffcbd398 found for delete ", "request_id": "req-fafbdadc-384d-4c86-8240-6904d57343bd"}]} [pid: 7|app: 0|req: 776/1534] 10.0.0.80 () {32 vars in 654 bytes} [Wed May 20 07:12:40 2026] GET /v2.0/floatingips => generated 845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:40.656 7 WARNING neutron_lib.context [None req-2b8e0dc9-b9d7-4e76-8544-f471c654d608 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 777/1535] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:40 2026] POST /v2.0/ports => generated 778 bytes in 301 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:41.358 7 INFO neutron.db.l3_db [None req-9cc320fd-c0ff-4404-baa6-04e7c991f53c 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Floating IP 6dd66b45-428c-4bae-8053-8e891e243b7a associated. External IP: 10.96.250.209, port: 04073e09-3ec0-4f5f-89e3-ac8e36992241. [pid: 8|app: 0|req: 759/1536] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:40 2026] PUT /v2.0/routers/7c566ac1-8222-4866-aa19-ade84a361dee/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1537] 10.0.0.80 () {34 vars in 736 bytes} [Wed May 20 07:12:41 2026] PUT /v2.0/ports/36608790-50cf-47a0-9e1d-16a560988fc2 => generated 752 bytes in 268 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:71: 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: 761/1538] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:41 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 660 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1539] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:41 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 763/1540] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:41 2026] GET /v2.0/ports/eb9c8520-cbdf-4d45-bba9-f588b5553ace => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1541] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:41 2026] DELETE /v2.0/ports/36608790-50cf-47a0-9e1d-16a560988fc2 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1542] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:12:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558 => generated 274 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1543] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:12:40 2026] PUT /v2.0/floatingips/6dd66b45-428c-4bae-8053-8e891e243b7a => generated 843 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1544] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:12:42 2026] GET /v2.0/ports => generated 782 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:42.285 7 WARNING neutron_lib.context [req-6b174f49-7604-4b2c-8ec1-fb9d5091e309 req-8719f548-560f-4aef-a10a-11c291ac7e1e 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 780/1545] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:12:42 2026] POST /v2.0/ports => generated 954 bytes in 451 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:12:42.868 7 INFO neutron.db.l3_db [None req-d9ad2c0c-a780-401a-8523-1905b8ceb10e 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] Floating IP 6dd66b45-428c-4bae-8053-8e891e243b7a disassociated. External IP: 10.96.250.209, port: 51543b07-c5d7-4162-b9ac-6e74f3170e2d. [pid: 8|app: 0|req: 766/1546] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:42 2026] PUT /v2.0/routers/7c566ac1-8222-4866-aa19-ade84a361dee/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:43.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61f69031-dcf4-4102-9838-e00bdec2610d 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1547] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:43 2026] GET /v2.0/ports/36608790-50cf-47a0-9e1d-16a560988fc2 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1548] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:12:42 2026] PUT /v2.0/floatingips/6dd66b45-428c-4bae-8053-8e891e243b7a => generated 552 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1549] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:43 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1550] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:43 2026] GET /v2.0/ports?device_id=7c566ac1-8222-4866-aa19-ade84a361dee => 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: 784/1551] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:12:43 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1552] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:12:43 2026] PUT /v2.0/ports/5a10b9b8-5b86-4f9a-83f6-229e89a1b98c => generated 1235 bytes in 460 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:71: 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: 769/1553] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:43 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:43.592 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f216ab6f-3287-4c86-8c45-2e5fbcd54701'] response: {'name': 'network-changed', 'server_uuid': '150ed9c0-8da0-4b61-b2c8-6bda7047635c', 'tag': '5a10b9b8-5b86-4f9a-83f6-229e89a1b98c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 785/1554] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:12:43 2026] DELETE /v2.0/floatingips/6dd66b45-428c-4bae-8053-8e891e243b7a => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1555] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:43 2026] GET /v2.0/ports/63bf5d98-e533-45c7-9a6f-f64e4817fa30 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:43.679 7 INFO neutron.api.v2.resource [None req-a86c4788-fd7a-4877-9a2d-7f92ea4940ae 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1556] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:12:43 2026] DELETE /v2.0/floatingips/6dd66b45-428c-4bae-8053-8e891e243b7a => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:43.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c4b5f7f-340e-43d4-b9fc-6ebf8475d592 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1557] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:43 2026] DELETE /v2.0/ports/2ecad789-ab2d-42e7-8023-ba594705e5b3 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1558] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:43 2026] DELETE /v2.0/ports/51543b07-c5d7-4162-b9ac-6e74f3170e2d => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:44.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-752d409e-7b52-4291-a32a-3d37370b698f 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1559] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/subnets/d5a38c49-7ff5-46de-aab1-32718c5ebd0a => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:44.082 8 INFO neutron.services.segments.plugin [-] Segment 039f3fc2-dc8d-4441-8ff1-3a06cc86989d resource provider aggregate not found 2026-05-20 07:12:44.087 8 INFO neutron.services.segments.plugin [-] Segment 039f3fc2-dc8d-4441-8ff1-3a06cc86989d resource provider aggregate not found 2026-05-20 07:12:44.100 8 INFO neutron.services.segments.plugin [-] Segment 039f3fc2-dc8d-4441-8ff1-3a06cc86989d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039f3fc2-dc8d-4441-8ff1-3a06cc86989d found for delete ", "request_id": "req-cd975999-2f9f-49c7-b870-0c205a09517f"}]} 2026-05-20 07:12:44.112 8 INFO neutron.services.segments.plugin [-] Segment 039f3fc2-dc8d-4441-8ff1-3a06cc86989d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039f3fc2-dc8d-4441-8ff1-3a06cc86989d found for delete ", "request_id": "req-8bee3691-b995-41c2-b3e7-07dd14237620"}]} 2026-05-20 07:12:44.114 8 INFO neutron.db.l3_hamode_db [None req-d0e39204-ca9d-4def-be06-f64cd63e6ce1 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] HA network 92b61ea7-3776-41c4-82bf-175de714debe was deleted as no HA routers are present in tenant 95ca339622584299a8882fc18773261e. [pid: 8|app: 0|req: 770/1560] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:43 2026] DELETE /v2.0/routers/7c566ac1-8222-4866-aa19-ade84a361dee => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:12:44.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c51faec-4616-47ee-8d5a-4bf3ef0d87fb 8b5b910b174043209ccdb63f578826ab c68f9ca119564fc9acf7dbfafc2ee948 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1561] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/subnets/19264b9d-feae-43e1-8a92-79343b2d67a9 => 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: 772/1562] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:44 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1563] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/ports/04073e09-3ec0-4f5f-89e3-ac8e36992241 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1564] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/subnets/9221c0f5-2cc2-42b8-ad45-19f1b71445df => 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: 774/1565] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:12:44 2026] GET /v2.0/networks?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&shared=False => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1566] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:44 2026] GET /v2.0/ports?device_id=a41804c4-98f9-484f-bdd8-a21d20b58904 => generated 958 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1567] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/ports/63bf5d98-e533-45c7-9a6f-f64e4817fa30 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1568] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:12:44 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: 8|app: 0|req: 776/1569] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/networks/7c229e27-5123-44d0-bc56-4cfe6b80fd09 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1570] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:44 2026] DELETE /v2.0/networks/fd34288c-89cf-401e-abc2-9b2bf8b7bbb9 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1571] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:45 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:45.123 8 WARNING neutron_lib.context [None req-7b318b13-6a9a-4b57-ba12-8e39851e4670 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:45.167 8 INFO neutron.db.segments_db [None req-7b318b13-6a9a-4b57-ba12-8e39851e4670 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Added segment 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 of type vxlan for network 58288153-f9e6-40e2-ab8f-5b3706b68da5 2026-05-20 07:12:45.444 8 INFO neutron.db.l3_hamode_db [None req-7b318b13-6a9a-4b57-ba12-8e39851e4670 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 794/1572] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:44 2026] PUT /v2.0/routers/a41804c4-98f9-484f-bdd8-a21d20b58904/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1573] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:45 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&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: 798/1576] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:45 2026] GET /v2.0/security-groups?tenant_id=c68f9ca119564fc9acf7dbfafc2ee948&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1577] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:45 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:46.129 8 INFO neutron.services.segments.plugin [-] Segment bda02458-3cbc-4f5a-af9f-19288a7aae4e resource provider aggregate not found 2026-05-20 07:12:46.133 8 INFO neutron.services.segments.plugin [-] Segment bda02458-3cbc-4f5a-af9f-19288a7aae4e resource provider aggregate not found 2026-05-20 07:12:46.146 8 INFO neutron.services.segments.plugin [-] Segment bda02458-3cbc-4f5a-af9f-19288a7aae4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bda02458-3cbc-4f5a-af9f-19288a7aae4e found for delete ", "request_id": "req-08a71d90-4cc1-4fed-99b9-3b9d833fec23"}]} 2026-05-20 07:12:46.153 8 INFO neutron.services.segments.plugin [-] Segment bda02458-3cbc-4f5a-af9f-19288a7aae4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bda02458-3cbc-4f5a-af9f-19288a7aae4e found for delete ", "request_id": "req-d740f9e8-1707-437a-9e18-3b96d111c335"}]} 2026-05-20 07:12:46.161 8 INFO neutron.services.segments.plugin [-] Segment 7ee93180-4701-438d-a9aa-6eb2ba913325 resource provider aggregate not found 2026-05-20 07:12:46.176 8 INFO neutron.services.segments.plugin [-] Segment 7ee93180-4701-438d-a9aa-6eb2ba913325 resource provider aggregate not found 2026-05-20 07:12:46.186 8 INFO neutron.services.segments.plugin [-] Segment 7ee93180-4701-438d-a9aa-6eb2ba913325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ee93180-4701-438d-a9aa-6eb2ba913325 found for delete ", "request_id": "req-ebbf6be5-d1a7-42ce-bb57-2e0ef634028f"}]} 2026-05-20 07:12:46.196 8 INFO neutron.services.segments.plugin [-] Segment 7ee93180-4701-438d-a9aa-6eb2ba913325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ee93180-4701-438d-a9aa-6eb2ba913325 found for delete ", "request_id": "req-313ca674-f68e-4c1f-ac4e-fe642d190e1f"}]} 2026-05-20 07:12:46.318 8 INFO neutron.db.l3_hamode_db [None req-7b318b13-6a9a-4b57-ba12-8e39851e4670 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:46.705 7 INFO neutron.services.segments.plugin [-] Segment d469e89c-e757-4a94-86ee-91ad475d370c resource provider aggregate not found 2026-05-20 07:12:46.710 7 INFO neutron.services.segments.plugin [-] Segment d469e89c-e757-4a94-86ee-91ad475d370c resource provider aggregate not found 2026-05-20 07:12:46.718 7 INFO neutron.services.segments.plugin [-] Segment d469e89c-e757-4a94-86ee-91ad475d370c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d469e89c-e757-4a94-86ee-91ad475d370c found for delete ", "request_id": "req-1f5bb46b-8d7c-45af-9bf3-11984b333f0a"}]} 2026-05-20 07:12:46.723 7 INFO neutron.services.segments.plugin [-] Segment d469e89c-e757-4a94-86ee-91ad475d370c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d469e89c-e757-4a94-86ee-91ad475d370c found for delete ", "request_id": "req-bff4878f-3068-44b9-a9be-f0da0af6c473"}]} 2026-05-20 07:12:46.736 7 INFO neutron.db.l3_hamode_db [None req-79d34767-3759-49df-b96d-8fe9cfdd7bb7 22f934a091df47ca8622e8c5e6217e7f 82fde4032c244e3192fe56c18dd88f37 - - default default] HA network 16c853a1-2722-427c-a8a6-a27856622746 was deleted as no HA routers are present in tenant 82fde4032c244e3192fe56c18dd88f37. [pid: 7|app: 0|req: 800/1578] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:45 2026] DELETE /v2.0/routers/a41804c4-98f9-484f-bdd8-a21d20b58904 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1579] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:46 2026] DELETE /v2.0/security-groups/985c44b9-5d17-4c23-baf1-6bd126ea4013 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1580] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:12:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5a10b9b8-5b86-4f9a-83f6-229e89a1b98c => 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: 803/1581] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:46 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 804/1582] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:46 2026] DELETE /v2.0/subnets/a90b463c-f1ad-4f74-ae51-4501da3ad67b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1583] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/subnets?id=06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1584] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1585] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:47 2026] DELETE /v2.0/networks/b1024ed0-9e40-4369-b588-8220c7db8856 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1586] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/ports?network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba&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: 779/1587] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:45 2026] POST /v2.0/routers => generated 687 bytes in 2250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1588] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?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: 810/1589] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?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: 780/1590] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/routers/a8e23f01-ad14-4c36-887d-3f664111dad7 => generated 693 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1591] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/routers => generated 696 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1592] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/security-groups?tenant_id=82fde4032c244e3192fe56c18dd88f37&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1593] 10.0.0.80 () {34 vars in 740 bytes} [Wed May 20 07:12:47 2026] PUT /v2.0/routers/a8e23f01-ad14-4c36-887d-3f664111dad7 => generated 700 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1594] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:47 2026] DELETE /v2.0/security-groups/6684dc48-9f56-478d-b2a4-a73177a0131e => 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: 782/1595] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:12:47 2026] GET /v2.0/routers/a8e23f01-ad14-4c36-887d-3f664111dad7 => generated 700 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1596] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:48 2026] GET /v2.0/ports?device_id=a8e23f01-ad14-4c36-887d-3f664111dad7 => 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: 815/1597] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:48 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 969 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1598] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:48 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:48.750 7 INFO neutron.services.segments.plugin [-] Segment a5a94f60-2377-4425-bf77-34bc09bde9c7 resource provider aggregate not found 2026-05-20 07:12:48.753 7 INFO neutron.services.segments.plugin [-] Segment a5a94f60-2377-4425-bf77-34bc09bde9c7 resource provider aggregate not found 2026-05-20 07:12:48.759 7 INFO neutron.services.segments.plugin [-] Segment a5a94f60-2377-4425-bf77-34bc09bde9c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5a94f60-2377-4425-bf77-34bc09bde9c7 found for delete ", "request_id": "req-6463de44-3c72-450d-855e-9c31a8d6890a"}]} 2026-05-20 07:12:48.763 7 INFO neutron.services.segments.plugin [-] Segment a5a94f60-2377-4425-bf77-34bc09bde9c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5a94f60-2377-4425-bf77-34bc09bde9c7 found for delete ", "request_id": "req-c261883d-b4e4-4014-a2da-a0c4ace5ab19"}]} 2026-05-20 07:12:48.842 7 WARNING neutron_lib.context [None req-33ba3154-b734-4f2d-b708-a9d0c1142b3b 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:48.956 8 INFO neutron.services.segments.plugin [-] Segment 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 resource provider aggregate not found 2026-05-20 07:12:48.961 8 INFO neutron.services.segments.plugin [-] Segment 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 resource provider aggregate not found 2026-05-20 07:12:48.980 8 INFO neutron.services.segments.plugin [-] Segment 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 found for delete ", "request_id": "req-16633332-5aef-4243-9270-947a740c60a1"}]} 2026-05-20 07:12:48.982 8 INFO neutron.services.segments.plugin [-] Segment 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7207eb3d-fc5d-47c8-ac64-ee595f50dc75 found for delete ", "request_id": "req-138a70dd-ba06-439c-9f79-d6bc65ef4ea8"}]} 2026-05-20 07:12:48.996 8 INFO neutron.db.l3_hamode_db [None req-642f3bec-048e-4595-aaa1-6c4d20403bd7 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] HA network 58288153-f9e6-40e2-ab8f-5b3706b68da5 was deleted as no HA routers are present in tenant 95ca339622584299a8882fc18773261e. [pid: 8|app: 0|req: 783/1599] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:48 2026] DELETE /v2.0/routers/a8e23f01-ad14-4c36-887d-3f664111dad7 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:12:49.011 7 INFO neutron.db.segments_db [None req-33ba3154-b734-4f2d-b708-a9d0c1142b3b 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment 14cb4c02-1453-4354-aaf5-cc81b49da40f of type vxlan for network ee613e8f-61fc-4b80-af89-42f34a79f59a [pid: 8|app: 0|req: 784/1600] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/ports?device_id=a8e23f01-ad14-4c36-887d-3f664111dad7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:49.048 8 INFO neutron.api.v2.resource [None req-7d6c7e6a-fc59-4b9f-aa39-d8578eab7d5f bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1601] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/routers/a8e23f01-ad14-4c36-887d-3f664111dad7 => 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: 786/1602] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/ports?device_id=7c566ac1-8222-4866-aa19-ade84a361dee => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:49.116 8 INFO neutron.api.v2.resource [None req-4bf26d28-0c6a-4cb1-bd33-ab9ad87ef99b bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1603] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/routers/7c566ac1-8222-4866-aa19-ade84a361dee => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1604] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:48 2026] POST /v2.0/networks => generated 633 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:49.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-637b5ca4-5197-410a-9927-dd78de9d2611 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1605] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/subnets/9221c0f5-2cc2-42b8-ad45-19f1b71445df => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:49.141 7 WARNING neutron_lib.context [None req-ec66aeec-3783-4886-ae0a-ff55141dada2 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 789/1606] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/ports?device_id=fde28c3b-37f7-49a5-8875-0d3ebbcf762b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:49.174 8 INFO neutron.api.v2.resource [None req-95c39e52-a24c-44d8-bbb4-b532e5f17a21 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1607] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/routers/fde28c3b-37f7-49a5-8875-0d3ebbcf762b => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:49.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1da6e3f4-f505-4bba-8213-fdd51fa89d8d bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1608] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/subnets/3f26789d-f809-4786-bf58-65ddffecfe8d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:49.201 7 INFO neutron.db.segments_db [None req-ec66aeec-3783-4886-ae0a-ff55141dada2 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment 5ee8a715-05f6-4901-9192-f307a7cd4393 of type vxlan for network a33d7c87-d9fb-4fdc-b856-3e91f1bb8f06 [pid: 8|app: 0|req: 792/1609] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/ports?device_id=80a0337c-1548-4b32-97e7-b24b4a782ceb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:49.241 8 INFO neutron.api.v2.resource [None req-da1203e9-c718-4f94-8d80-fa75d7ce60e1 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1610] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/routers/80a0337c-1548-4b32-97e7-b24b4a782ceb => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:49.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56a33b4e-acfa-4a66-a012-4f3d8c69afac bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1611] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/subnets/66b1136e-c4da-4732-8242-e93a91c2fa47 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:49.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cde7b68b-ba8f-468e-aee6-ebcfdede3bb4 bb3e3602d38b47edb34e4e752a33b2f5 95ca339622584299a8882fc18773261e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1612] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/subnets/40b00134-c780-4463-8529-ce9731daa4f7 => 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: 818/1613] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:49 2026] POST /v2.0/networks => generated 634 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:49.340 8 WARNING neutron_lib.context [None req-4fa9a01d-9433-45d3-b110-b72cc37b21c5 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 819/1614] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 796/1615] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:49 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1616] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:49.620 8 WARNING neutron_lib.context [None req-a8ebc1fc-8ce9-438f-bf30-12da82a4555f 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 821/1617] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:49 2026] GET /v2.0/security-groups?tenant_id=95ca339622584299a8882fc18773261e&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1618] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:49 2026] POST /v2.0/subnets => generated 655 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:49.947 8 WARNING neutron_lib.context [None req-76f6b053-71e0-4f10-bcbb-910f07c3b4d7 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:49.987 8 INFO neutron.db.segments_db [None req-76f6b053-71e0-4f10-bcbb-910f07c3b4d7 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment faa6a113-9641-4194-8d61-2f6d6057414e of type vxlan for network 553467f0-fbf5-4920-8b85-b1fafdd29a79 [pid: 7|app: 0|req: 822/1619] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:49 2026] DELETE /v2.0/security-groups/0d8d1459-04f7-4274-a9d6-e3dd12383ffb => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:12:50.272 8 INFO neutron.db.l3_hamode_db [None req-76f6b053-71e0-4f10-bcbb-910f07c3b4d7 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:50.413 8 INFO neutron.db.l3_hamode_db [None req-76f6b053-71e0-4f10-bcbb-910f07c3b4d7 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 823/1620] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:50 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1621] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:50 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1622] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:49 2026] POST /v2.0/routers => generated 511 bytes in 1246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1623] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:51 2026] GET /v2.0/security-groups?tenant_id=ad20048a416946268516612fb3123be6&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1624] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:51 2026] DELETE /v2.0/security-groups/9a74a70d-e1ac-4fe0-a19d-a70498024650 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1625] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:51 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:52.228 8 WARNING neutron_lib.context [None req-5cc8cf7d-0e22-4c53-b087-12000737b35d b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 802/1626] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:12:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1627] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&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: 825/1628] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:51 2026] PUT /v2.0/routers/1ea6d6d2-826e-4ee7-98b8-e412e4f8861a/add_router_interface => generated 309 bytes in 1344 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1629] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/security-groups => generated 4529 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1630] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/ports/04b17e3e-45a4-491f-a309-7f4000f4dd70 => generated 959 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1631] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1632] 10.0.0.80 () {34 vars in 757 bytes} [Wed May 20 07:12:52 2026] PUT /v2.0/security-groups/cbe78b02-03d2-4424-ac4c-5cd8a4b26af7 => generated 1663 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1633] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1634] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/security-groups/cbe78b02-03d2-4424-ac4c-5cd8a4b26af7 => 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: 808/1635] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:52 2026] DELETE /v2.0/security-groups/cbe78b02-03d2-4424-ac4c-5cd8a4b26af7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1636] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 810/1637] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:12:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:53.343 8 INFO neutron.db.l3_db [None req-cd4dbbd9-8f83-478b-a916-cdf2f6388880 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Floating IP baac1314-e0cb-4323-8dbd-6bd11ec0451a associated. External IP: 10.96.250.210, port: 5a10b9b8-5b86-4f9a-83f6-229e89a1b98c. [pid: 8|app: 0|req: 811/1638] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:12:52 2026] PUT /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 855 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:53.706 8 INFO neutron.api.v2.resource [None req-56359ef7-c164-43dc-988f-28c01018592a b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1639] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:53 2026] DELETE /v2.0/security-groups/cbe78b02-03d2-4424-ac4c-5cd8a4b26af7 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:12:53.743 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56e4ac65-153f-4d97-a500-dc6cdca884b0'] response: {'name': 'network-changed', 'server_uuid': '150ed9c0-8da0-4b61-b2c8-6bda7047635c', 'tag': '5a10b9b8-5b86-4f9a-83f6-229e89a1b98c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 813/1640] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:53 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 855 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:53.780 8 WARNING neutron_lib.context [None req-cbf3b36a-0d97-4c30-8158-676614e9a47b b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 814/1641] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:12:53 2026] POST /v2.0/security-groups => generated 1625 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:12:53.975 8 WARNING neutron_lib.context [None req-9fa10786-e710-4fba-8f76-2a35a51ed2a7 b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 828/1642] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:12:52 2026] PUT /v2.0/routers/1ea6d6d2-826e-4ee7-98b8-e412e4f8861a/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1643] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1644] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/security-group-rules/3343e7e6-b8bc-472c-8602-9d94408a9914 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1645] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/ports/95f84465-92b1-4d90-8057-26a8553edf83 => generated 967 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1646] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:12:54 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: 8|app: 0|req: 818/1647] 199.19.213.191 () {34 vars in 1096 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1648] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:12:54 2026] DELETE /v2.0/security-group-rules/3343e7e6-b8bc-472c-8602-9d94408a9914 => 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: 820/1649] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1650] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1651] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 756 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:12:54.570 8 WARNING neutron_lib.context [None req-fd893675-7092-403e-9497-04d42c1c4f0a b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 823/1652] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1653] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5a10b9b8-5b86-4f9a-83f6-229e89a1b98c => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1654] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1655] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/security-group-rules/7bd12184-3b38-4fce-8299-23833d86db49 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1656] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/subnets?id=06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1657] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1658] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:54 2026] GET /v2.0/ports?network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba&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: 830/1659] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:54 2026] PUT /v2.0/routers/1ea6d6d2-826e-4ee7-98b8-e412e4f8861a/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1660] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:12:55 2026] DELETE /v2.0/security-group-rules/7bd12184-3b38-4fce-8299-23833d86db49 => 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: 831/1661] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1662] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1663] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1664] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/ports?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:55.384 7 WARNING neutron_lib.context [None req-a7ac1adb-c057-4e18-bb88-2e196c57420a b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:55.434 7 INFO neutron.db.securitygroups_db [None req-a7ac1adb-c057-4e18-bb88-2e196c57420a b99d03d47e244db6a779fa9b9abb43cc 693f4cc2f26e486e8234021b0fcff027 - - default default] Project 693f4cc2f26e486e8234021b0fcff027 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: 835/1665] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:12:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1666] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/security-group-rules/cb4a35fd-1ddb-4e5f-9d47-e1cad8af9174 => generated 607 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1667] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1668] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:12:55 2026] DELETE /v2.0/security-group-rules/cb4a35fd-1ddb-4e5f-9d47-e1cad8af9174 => 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: 839/1669] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1670] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:55 2026] DELETE /v2.0/security-groups/27888619-389e-460e-a20b-2ca5b0746482 => 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: 841/1671] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1672] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1673] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:12:55 2026] GET /v2.0/networks?id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1674] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1675] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=14c1af11-398b-4a27-8a0a-85dafd4ddc96 => 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: 846/1676] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/subnets?id=06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1677] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/ports?network_id=bfe6871a-290c-4a10-83f3-ebebaa59e7ba&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1678] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?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: 849/1679] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba?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: 831/1680] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:12:55 2026] PUT /v2.0/routers/1ea6d6d2-826e-4ee7-98b8-e412e4f8861a/remove_router_interface => generated 309 bytes in 1358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1681] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:12:56 2026] GET /v2.0/ports?device_id=1ea6d6d2-826e-4ee7-98b8-e412e4f8861a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:12:56.926 7 INFO neutron.db.segments_db [None req-0406a682-28a8-4b46-9394-e17ada872ec0 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] Added segment 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa of type vxlan for network aad35640-354a-4ed8-8b64-070bf88e9a5a [pid: 7|app: 0|req: 850/1682] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:56 2026] POST /v2.0/networks => generated 727 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:57.073 8 INFO neutron.services.segments.plugin [-] Segment faa6a113-9641-4194-8d61-2f6d6057414e resource provider aggregate not found 2026-05-20 07:12:57.078 8 INFO neutron.services.segments.plugin [-] Segment faa6a113-9641-4194-8d61-2f6d6057414e resource provider aggregate not found 2026-05-20 07:12:57.094 8 INFO neutron.services.segments.plugin [-] Segment faa6a113-9641-4194-8d61-2f6d6057414e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faa6a113-9641-4194-8d61-2f6d6057414e found for delete ", "request_id": "req-a97f492c-11ea-47b5-9fa7-ba9d3200dba8"}]} [pid: 7|app: 0|req: 851/1683] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:57 2026] GET /v2.0/security-groups?tenant_id=693f4cc2f26e486e8234021b0fcff027&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:12:57.100 8 INFO neutron.services.segments.plugin [-] Segment faa6a113-9641-4194-8d61-2f6d6057414e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faa6a113-9641-4194-8d61-2f6d6057414e found for delete ", "request_id": "req-cc15ef8d-1dde-4ee7-be10-af6190f19c2f"}]} 2026-05-20 07:12:57.104 8 INFO neutron.db.l3_hamode_db [None req-4fb36f93-aa21-4786-beae-c1c0f9090ab5 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] HA network 553467f0-fbf5-4920-8b85-b1fafdd29a79 was deleted as no HA routers are present in tenant d812c90905ed4468838154ea1f6239ef. [pid: 8|app: 0|req: 833/1684] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:56 2026] DELETE /v2.0/routers/1ea6d6d2-826e-4ee7-98b8-e412e4f8861a => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1685] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/security-groups/6eee70b7-d9fb-4cef-9dbd-26fa55bb1767 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1686] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:57 2026] POST /v2.0/subnets => generated 644 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:57.318 7 WARNING neutron.api.v2.base [None req-296bddc3-4bc0-4ea4-b1cf-3a4feaa31786 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - 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-05-20 07:12:57.319 7 INFO neutron.api.v2.resource [None req-296bddc3-4bc0-4ea4-b1cf-3a4feaa31786 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 853/1687] 10.0.0.80 () {34 vars in 680 bytes} [Wed May 20 07:12:57 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1688] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/subnets/04eb6f1d-ffaf-4fac-909b-bb897561e336 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:57.532 7 INFO neutron.services.segments.plugin [-] Segment 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa resource provider aggregate not found 2026-05-20 07:12:57.537 7 INFO neutron.services.segments.plugin [-] Segment 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa resource provider aggregate not found 2026-05-20 07:12:57.553 7 INFO neutron.services.segments.plugin [-] Segment 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa found for delete ", "request_id": "req-6471bd7f-6b32-4dd4-ae8e-177ef1e1e141"}]} 2026-05-20 07:12:57.555 7 INFO neutron.services.segments.plugin [-] Segment 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a79844-0bb7-44bf-ab5a-1e8f150a1bfa found for delete ", "request_id": "req-3eeceb51-3c98-4d3d-87ea-07d81b80768d"}]} [pid: 8|app: 0|req: 836/1689] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/subnets/5e7fd598-04ee-44f4-9a3d-4fb7177a45fa => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1690] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/networks/aad35640-354a-4ed8-8b64-070bf88e9a5a => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:57.645 7 INFO neutron.db.segments_db [None req-cd6f6766-a641-4d9e-87cd-cf0b00da505d 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] Added segment 0057073f-be97-44a0-ac8d-bd1835be9bf2 of type vxlan for network a8362f55-e5eb-4cee-8a36-66ffb62eb4f8 [pid: 7|app: 0|req: 855/1691] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:57 2026] POST /v2.0/networks => generated 726 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1692] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/networks/a33d7c87-d9fb-4fdc-b856-3e91f1bb8f06 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1693] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:57 2026] POST /v2.0/subnets => generated 647 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:57.949 7 WARNING neutron.api.v2.base [None req-24f8aaae-1146-4cf7-bfb6-bfce46c4fcec 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - 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-05-20 07:12:57.950 7 INFO neutron.api.v2.resource [None req-24f8aaae-1146-4cf7-bfb6-bfce46c4fcec 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 857/1694] 10.0.0.80 () {34 vars in 680 bytes} [Wed May 20 07:12:57 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1695] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/networks/ee613e8f-61fc-4b80-af89-42f34a79f59a => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1696] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:12:57 2026] DELETE /v2.0/networks/a8362f55-e5eb-4cee-8a36-66ffb62eb4f8 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:12:58.231 8 WARNING neutron_lib.context [None req-408aced5-35db-4125-9b76-4b48a851491f 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:58.280 8 INFO neutron.db.segments_db [None req-408aced5-35db-4125-9b76-4b48a851491f 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment 42364b53-7456-4c18-97cb-cb1229cc3300 of type vxlan for network 88b1e3ad-0762-491a-8836-34dca02f761c 2026-05-20 07:12:58.303 7 INFO neutron.db.segments_db [None req-c29e5533-4611-407f-a62b-f25cce15b767 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] Added segment 427f6a29-ba06-46df-812e-af4009389773 of type vxlan for network f9e74a4d-0ef9-4a51-a737-ccbf8cb2c274 [pid: 8|app: 0|req: 839/1697] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:58 2026] POST /v2.0/networks => generated 633 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:58.384 8 WARNING neutron_lib.context [None req-844afba4-593c-490e-9166-38a92f7ae969 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 859/1698] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:12:58 2026] POST /v2.0/networks => generated 726 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1699] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:58 2026] POST /v2.0/subnets => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1700] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:58 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:58.656 8 WARNING neutron_lib.context [None req-b75d4810-58a0-482e-b31c-ca52f0995396 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:12:58.688 8 INFO neutron.db.segments_db [None req-b75d4810-58a0-482e-b31c-ca52f0995396 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment d8c96a14-7f50-4c40-a956-0353843417f3 of type vxlan for network 664af57f-c6bd-4bf9-8272-8d5d75df5aa1 2026-05-20 07:12:58.946 8 INFO neutron.db.l3_hamode_db [None req-b75d4810-58a0-482e-b31c-ca52f0995396 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:59.088 8 INFO neutron.db.l3_hamode_db [None req-b75d4810-58a0-482e-b31c-ca52f0995396 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:12:59.112 8 INFO neutron.services.segments.plugin [-] Segment 5ee8a715-05f6-4901-9192-f307a7cd4393 resource provider aggregate not found 2026-05-20 07:12:59.123 8 INFO neutron.services.segments.plugin [-] Segment 5ee8a715-05f6-4901-9192-f307a7cd4393 resource provider aggregate not found 2026-05-20 07:12:59.136 8 INFO neutron.services.segments.plugin [-] Segment 5ee8a715-05f6-4901-9192-f307a7cd4393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee8a715-05f6-4901-9192-f307a7cd4393 found for delete ", "request_id": "req-0aa74bde-5f61-461f-a518-e82f641f33bd"}]} 2026-05-20 07:12:59.146 8 INFO neutron.services.segments.plugin [-] Segment 5ee8a715-05f6-4901-9192-f307a7cd4393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee8a715-05f6-4901-9192-f307a7cd4393 found for delete ", "request_id": "req-9c7b6787-a026-453e-b3ad-615f4c917a5f"}]} 2026-05-20 07:12:59.165 8 INFO neutron.services.segments.plugin [-] Segment 14cb4c02-1453-4354-aaf5-cc81b49da40f resource provider aggregate not found 2026-05-20 07:12:59.169 8 INFO neutron.services.segments.plugin [-] Segment 14cb4c02-1453-4354-aaf5-cc81b49da40f resource provider aggregate not found 2026-05-20 07:12:59.186 8 INFO neutron.services.segments.plugin [-] Segment 14cb4c02-1453-4354-aaf5-cc81b49da40f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14cb4c02-1453-4354-aaf5-cc81b49da40f found for delete ", "request_id": "req-d4c3f19f-e24f-4064-9dd0-c58ebf8aff00"}]} 2026-05-20 07:12:59.196 8 INFO neutron.services.segments.plugin [-] Segment 14cb4c02-1453-4354-aaf5-cc81b49da40f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14cb4c02-1453-4354-aaf5-cc81b49da40f found for delete ", "request_id": "req-12145120-a355-42a5-aaf6-20e51246d3d5"}]} 2026-05-20 07:12:59.583 7 INFO neutron.services.segments.plugin [-] Segment 0057073f-be97-44a0-ac8d-bd1835be9bf2 resource provider aggregate not found 2026-05-20 07:12:59.587 7 INFO neutron.services.segments.plugin [-] Segment 0057073f-be97-44a0-ac8d-bd1835be9bf2 resource provider aggregate not found 2026-05-20 07:12:59.604 7 INFO neutron.services.segments.plugin [-] Segment 0057073f-be97-44a0-ac8d-bd1835be9bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0057073f-be97-44a0-ac8d-bd1835be9bf2 found for delete ", "request_id": "req-df6360fa-4a7e-4714-af0c-fd69c909e0fc"}]} 2026-05-20 07:12:59.604 7 INFO neutron.services.segments.plugin [-] Segment 0057073f-be97-44a0-ac8d-bd1835be9bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0057073f-be97-44a0-ac8d-bd1835be9bf2 found for delete ", "request_id": "req-42e84bf3-99e2-4b5d-a652-c2f9aa5a6bb0"}]} [pid: 7|app: 0|req: 861/1701] 10.0.0.80 () {34 vars in 680 bytes} [Wed May 20 07:12:58 2026] POST /v2.0/rbac-policies => generated 324 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1702] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:12:58 2026] POST /v2.0/routers => generated 511 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:12:59.799 8 WARNING neutron_lib.context [None req-552d2f49-4505-424a-8fc3-9ba61a76281a 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 862/1703] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:12:59 2026] GET /v2.0/security-groups?tenant_id=ce05cf05229d4ce4a03138833b78956a&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1704] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:00 2026] DELETE /v2.0/security-groups/34840ae8-3967-49fa-9ef9-a3d9ee44df32 => 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: 842/1705] 10.0.0.80 () {34 vars in 664 bytes} [Wed May 20 07:12:59 2026] POST /v2.0/ports => generated 960 bytes in 395 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:71: 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: 864/1706] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:13:00 2026] GET /v2.0/networks/f9e74a4d-0ef9-4a51-a737-ccbf8cb2c274 => generated 655 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:00.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a308219b-d849-42e3-851a-592cc2055555 1cf376a5676f43d68748c90bdc439440 173240471cc94d2ea8a8e42a996aad8d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1709] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:13:00 2026] GET /v2.0/networks/f9e74a4d-0ef9-4a51-a737-ccbf8cb2c274 => generated 138 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1710] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:00 2026] DELETE /v2.0/networks/f9e74a4d-0ef9-4a51-a737-ccbf8cb2c274 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:01.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c87ba03-1512-4cbf-af1f-df3a9834001d 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1711] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:01 2026] DELETE /v2.0/subnets/52751e84-4cd7-42cd-ba1b-5b47118a826e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:01.311 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86778750-75f7-4cc3-a0ea-5ea1120b7f6d 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 870/1712] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:01 2026] DELETE /v2.0/subnets/3efce3f4-11a1-4ae2-adee-ed18ebfeb4ad => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:01.339 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b83e84f-b68c-4234-84d2-d67235213118 7e0a3598b7974cbba4c53b731384c80c 7003d89e7dd8418da1ce8234e6ed8184 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1713] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:01 2026] DELETE /v2.0/subnets/964a56c7-b116-4bcc-8f88-9c5ac3b5dc3f => 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: 843/1714] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:13:00 2026] PUT /v2.0/routers/af79094f-2e3c-4f63-925f-9c8f4c37c762/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1715] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:13:01 2026] GET /v2.0/ports/a8d93316-61e0-4d46-bbc3-b0d90d752abc => generated 1034 bytes in 73 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:13:02.123 7 INFO neutron.services.segments.plugin [-] Segment 427f6a29-ba06-46df-812e-af4009389773 resource provider aggregate not found 2026-05-20 07:13:02.133 7 INFO neutron.services.segments.plugin [-] Segment 427f6a29-ba06-46df-812e-af4009389773 resource provider aggregate not found 2026-05-20 07:13:02.148 7 INFO neutron.services.segments.plugin [-] Segment 427f6a29-ba06-46df-812e-af4009389773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 427f6a29-ba06-46df-812e-af4009389773 found for delete ", "request_id": "req-67bf6440-2d67-4ef2-a445-77388647d1ae"}]} 2026-05-20 07:13:02.151 7 INFO neutron.services.segments.plugin [-] Segment 427f6a29-ba06-46df-812e-af4009389773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 427f6a29-ba06-46df-812e-af4009389773 found for delete ", "request_id": "req-91b59db4-8f71-4538-a26f-601be7a447a9"}]} [pid: 7|app: 0|req: 873/1716] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:02 2026] GET /v2.0/security-groups?tenant_id=7003d89e7dd8418da1ce8234e6ed8184&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: 874/1717] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:02 2026] DELETE /v2.0/security-groups/6fc45596-f693-4ff2-9ffa-521249ecfb3d => 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: 844/1718] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:13:01 2026] PUT /v2.0/routers/af79094f-2e3c-4f63-925f-9c8f4c37c762/remove_router_interface => generated 309 bytes in 848 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:13:02.555 7 INFO neutron.api.v2.resource [None req-d91e15b8-2f05-4835-b931-ccf46f800870 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1719] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:13:02 2026] PUT /v2.0/routers/af79094f-2e3c-4f63-925f-9c8f4c37c762/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1720] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:02 2026] GET /v2.0/ports?device_id=af79094f-2e3c-4f63-925f-9c8f4c37c762 => 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: 845/1721] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:02 2026] GET /v2.0/security-groups?tenant_id=173240471cc94d2ea8a8e42a996aad8d&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1722] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:02 2026] DELETE /v2.0/security-groups/ade14b9e-2807-4794-af2b-e59c246591ee => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1723] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:02 2026] GET /v2.0/security-groups?tenant_id=7c839121fb644487a6b1d80cd41ced35&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1724] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:02 2026] DELETE /v2.0/security-groups/ea092fd3-55be-44e8-8782-fb6d1ea3b855 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:03.109 7 INFO neutron.db.l3_hamode_db [None req-0cd2fd00-b5dc-4246-a6ba-683021a90db9 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] HA network 664af57f-c6bd-4bf9-8272-8d5d75df5aa1 was deleted as no HA routers are present in tenant d812c90905ed4468838154ea1f6239ef. [pid: 7|app: 0|req: 877/1725] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:02 2026] DELETE /v2.0/routers/af79094f-2e3c-4f63-925f-9c8f4c37c762 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1726] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:13:03 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1727] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:03 2026] DELETE /v2.0/subnets/cf89ab89-18df-4a43-a705-76597795104c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1728] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:13:03 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:03.662 8 INFO neutron.services.segments.plugin [-] Segment 42364b53-7456-4c18-97cb-cb1229cc3300 resource provider aggregate not found 2026-05-20 07:13:03.668 8 INFO neutron.services.segments.plugin [-] Segment 42364b53-7456-4c18-97cb-cb1229cc3300 resource provider aggregate not found [pid: 8|app: 0|req: 850/1729] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:03 2026] DELETE /v2.0/networks/88b1e3ad-0762-491a-8836-34dca02f761c => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:03.704 7 WARNING neutron_lib.context [None req-79d9ac0f-c36c-419e-b789-e1e556659ef3 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:03.769 7 INFO neutron.db.segments_db [None req-79d9ac0f-c36c-419e-b789-e1e556659ef3 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 of type vxlan for network f1d5e2e8-41ab-4e96-b850-3407791e9ab7 [pid: 7|app: 0|req: 880/1730] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:03 2026] POST /v2.0/networks => generated 633 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:03.873 8 INFO neutron.services.segments.plugin [-] Segment 42364b53-7456-4c18-97cb-cb1229cc3300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42364b53-7456-4c18-97cb-cb1229cc3300 found for delete ", "request_id": "req-312eb6cb-f1d3-4c6b-ad96-fa2945214fe1"}]} 2026-05-20 07:13:03.874 8 INFO neutron.services.segments.plugin [-] Segment 42364b53-7456-4c18-97cb-cb1229cc3300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42364b53-7456-4c18-97cb-cb1229cc3300 found for delete ", "request_id": "req-8c1fe674-4701-48a1-9bb6-b41097955756"}]} 2026-05-20 07:13:03.880 8 WARNING neutron_lib.context [None req-745337cd-efdf-4b49-8c61-597744bb3393 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 851/1731] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:03 2026] POST /v2.0/subnets => generated 646 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:04.193 7 WARNING neutron_lib.context [None req-cfcec3d2-b92b-4df9-b3e9-519f7735bd62 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:04.220 7 INFO neutron.services.segments.plugin [-] Segment d8c96a14-7f50-4c40-a956-0353843417f3 resource provider aggregate not found 2026-05-20 07:13:04.224 7 INFO neutron.services.segments.plugin [-] Segment d8c96a14-7f50-4c40-a956-0353843417f3 resource provider aggregate not found 2026-05-20 07:13:04.238 7 INFO neutron.services.segments.plugin [-] Segment d8c96a14-7f50-4c40-a956-0353843417f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c96a14-7f50-4c40-a956-0353843417f3 found for delete ", "request_id": "req-f682147f-393e-42ae-a8f8-f8cd04c2220e"}]} 2026-05-20 07:13:04.242 7 INFO neutron.services.segments.plugin [-] Segment d8c96a14-7f50-4c40-a956-0353843417f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c96a14-7f50-4c40-a956-0353843417f3 found for delete ", "request_id": "req-f43bb676-a20b-48cf-ac27-15fe7833cf9b"}]} 2026-05-20 07:13:04.247 7 INFO neutron.db.segments_db [None req-cfcec3d2-b92b-4df9-b3e9-519f7735bd62 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment dd3496d6-0f0a-4abe-81dd-67a906b01144 of type vxlan for network 80b78577-ced9-4ce0-b210-a0df762f224e 2026-05-20 07:13:04.580 7 INFO neutron.db.l3_hamode_db [None req-cfcec3d2-b92b-4df9-b3e9-519f7735bd62 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:04.716 7 INFO neutron.db.l3_hamode_db [None req-cfcec3d2-b92b-4df9-b3e9-519f7735bd62 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 852/1732] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:05 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1733] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:04 2026] POST /v2.0/routers => generated 511 bytes in 1272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1734] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:05 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1735] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:06 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 855/1736] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:06 2026] GET /v2.0/security-groups?id=4273f566-38c4-46a5-9fe8-df753ed4b437&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: 882/1737] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:13:05 2026] PUT /v2.0/routers/8cf00f35-2351-4527-8d89-38faf382d87b/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1738] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:13:06 2026] GET /v2.0/ports/d02eb0b7-9aea-4aee-a699-d92d9c2c541f => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1739] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:13:07 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1740] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:13:06 2026] PUT /v2.0/routers/8cf00f35-2351-4527-8d89-38faf382d87b/remove_router_interface => generated 309 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:07.527 8 INFO neutron.db.l3_db [req-8e22d2b8-a899-4706-a912-dcd94ae0c2d1 req-633b513e-a2c1-4021-a0cc-5e01e249a8a6 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] Floating IP baac1314-e0cb-4323-8dbd-6bd11ec0451a disassociated. External IP: 10.96.250.210, port: 5a10b9b8-5b86-4f9a-83f6-229e89a1b98c. [pid: 7|app: 0|req: 884/1741] 10.0.0.80 () {34 vars in 677 bytes} [Wed May 20 07:13:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1742] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:07 2026] GET /v2.0/ports?device_id=8cf00f35-2351-4527-8d89-38faf382d87b => 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: 886/1743] 10.0.0.80 () {34 vars in 677 bytes} [Wed May 20 07:13:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1744] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:13:07 2026] DELETE /v2.0/ports/5a10b9b8-5b86-4f9a-83f6-229e89a1b98c => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1745] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:07 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:07.916 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebeaef76-858a-4292-aef0-ba657a2f0e6d'] response: {'server_uuid': '150ed9c0-8da0-4b61-b2c8-6bda7047635c', 'name': 'network-vif-deleted', 'tag': '5a10b9b8-5b86-4f9a-83f6-229e89a1b98c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 860/1746] 10.0.0.80 () {34 vars in 677 bytes} [Wed May 20 07:13:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1747] 10.0.0.80 () {34 vars in 677 bytes} [Wed May 20 07:13:07 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: 862/1748] 10.0.0.80 () {34 vars in 677 bytes} [Wed May 20 07:13:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1749] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:08 2026] PUT /v2.0/policies/befaaf25-bc79-43c0-94ee-4483e41f2ed1/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1750] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:08 2026] PUT /v2.0/policies/3286411f-76ad-42c1-843e-ea6769b9592f/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1751] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:08 2026] PUT /v2.0/policies/ada0da55-9e97-4039-a201-ae04ef2f1dc6/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1752] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:08 2026] PUT /v2.0/policies/f85a4a79-fe7d-4607-aa02-c715a6fe497b/tags => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:08.295 7 INFO neutron.services.segments.plugin [-] Segment dd3496d6-0f0a-4abe-81dd-67a906b01144 resource provider aggregate not found 2026-05-20 07:13:08.298 7 INFO neutron.services.segments.plugin [-] Segment dd3496d6-0f0a-4abe-81dd-67a906b01144 resource provider aggregate not found 2026-05-20 07:13:08.308 7 INFO neutron.services.segments.plugin [-] Segment dd3496d6-0f0a-4abe-81dd-67a906b01144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd3496d6-0f0a-4abe-81dd-67a906b01144 found for delete ", "request_id": "req-8d87216d-319b-445e-b555-319523aa9d47"}]} 2026-05-20 07:13:08.322 7 INFO neutron.db.l3_hamode_db [None req-dbe34a9f-602c-48c4-b78e-2e6023dd9c03 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] HA network 80b78577-ced9-4ce0-b210-a0df762f224e was deleted as no HA routers are present in tenant d812c90905ed4468838154ea1f6239ef. 2026-05-20 07:13:08.324 7 INFO neutron.services.segments.plugin [-] Segment dd3496d6-0f0a-4abe-81dd-67a906b01144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd3496d6-0f0a-4abe-81dd-67a906b01144 found for delete ", "request_id": "req-7cac25f0-619e-44fe-8445-23c771c695e3"}]} [pid: 7|app: 0|req: 887/1753] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:07 2026] DELETE /v2.0/routers/8cf00f35-2351-4527-8d89-38faf382d87b => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1754] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:08 2026] DELETE /v2.0/subnets/7b044056-7182-44ef-89b0-449ee690593d => 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: 868/1755] 10.0.0.80 () {32 vars in 673 bytes} [Wed May 20 07:13:08 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1756] 10.0.0.80 () {32 vars in 687 bytes} [Wed May 20 07:13:08 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1757] 10.0.0.80 () {32 vars in 683 bytes} [Wed May 20 07:13:08 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1758] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:08 2026] DELETE /v2.0/networks/f1d5e2e8-41ab-4e96-b850-3407791e9ab7 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:08.848 7 WARNING neutron_lib.context [None req-518f4293-c025-4181-912b-99ea1d7e4d00 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 871/1759] 10.0.0.80 () {32 vars in 695 bytes} [Wed May 20 07:13:08 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:08.898 7 INFO neutron.db.segments_db [None req-518f4293-c025-4181-912b-99ea1d7e4d00 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Added segment c7193942-a648-4f7f-9223-08144909173b of type vxlan for network d90d6c8d-3dd5-4761-9ae7-d7068ca477bc [pid: 8|app: 0|req: 872/1760] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:13:08 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1761] 10.0.0.80 () {32 vars in 695 bytes} [Wed May 20 07:13:08 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1762] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:09 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => 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: 875/1763] 10.0.0.80 () {32 vars in 691 bytes} [Wed May 20 07:13:09 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1764] 10.0.0.80 () {32 vars in 703 bytes} [Wed May 20 07:13:09 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:09.166 7 INFO neutron.db.l3_hamode_db [None req-518f4293-c025-4181-912b-99ea1d7e4d00 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 877/1765] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:13:09 2026] DELETE /v2.0/qos/policies/befaaf25-bc79-43c0-94ee-4483e41f2ed1 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1766] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:13:09 2026] DELETE /v2.0/qos/policies/3286411f-76ad-42c1-843e-ea6769b9592f => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1767] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:13:09 2026] DELETE /v2.0/qos/policies/ada0da55-9e97-4039-a201-ae04ef2f1dc6 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1768] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:13:09 2026] DELETE /v2.0/qos/policies/f85a4a79-fe7d-4607-aa02-c715a6fe497b => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1769] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:13:09 2026] DELETE /v2.0/qos/policies/a889ed7a-388d-4f37-aea3-e52e3540a029 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:10.045 7 INFO neutron.db.l3_hamode_db [None req-518f4293-c025-4181-912b-99ea1d7e4d00 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 882/1770] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:10 2026] GET /v2.0/ports?device_id=150ed9c0-8da0-4b61-b2c8-6bda7047635c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:10.329 7 INFO neutron.services.segments.plugin [-] Segment 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 resource provider aggregate not found 2026-05-20 07:13:10.341 7 INFO neutron.services.segments.plugin [-] Segment 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 resource provider aggregate not found 2026-05-20 07:13:10.346 7 INFO neutron.services.segments.plugin [-] Segment 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 found for delete ", "request_id": "req-868e79ac-9b83-47d8-9b9d-4269441ed83a"}]} 2026-05-20 07:13:10.356 7 INFO neutron.services.segments.plugin [-] Segment 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a88cd7c-da5e-447a-9c28-25b2c0e4f189 found for delete ", "request_id": "req-7ec07eb3-6fd9-4763-8b72-0c879a775917"}]} [pid: 8|app: 0|req: 883/1771] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:10 2026] GET /v2.0/security-groups?tenant_id=9e24a1cd047a4d7989a296d8e5fca75a&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1772] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:10 2026] GET /v2.0/security-groups?tenant_id=92b17346024046b28163a5b30921eaa1&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1773] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:10 2026] DELETE /v2.0/security-groups/fbeb517f-4779-4ae8-b8d8-2b6904e97b2c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1774] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:10 2026] DELETE /v2.0/security-groups/6b2e7f2a-1a98-4da5-86ac-a1e4ace36e2f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1775] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:08 2026] POST /v2.0/routers => generated 690 bytes in 2368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1776] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/security-groups?tenant_id=4a35af18159843f794a00ea88342d3fb&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: 888/1777] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/routers/450b3f4e-070d-4731-a0dc-902c6c3754da => generated 696 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1778] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:11 2026] DELETE /v2.0/security-groups/4273f566-38c4-46a5-9fe8-df753ed4b437 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1779] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/routers => generated 699 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1780] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:11 2026] DELETE /v2.0/security-groups/18f90be4-e08c-4bb4-b732-eb22995430dd => 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: 892/1781] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:13:11 2026] DELETE /v2.0/floatingips/baac1314-e0cb-4323-8dbd-6bd11ec0451a => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1782] 10.0.0.80 () {34 vars in 740 bytes} [Wed May 20 07:13:11 2026] PUT /v2.0/routers/450b3f4e-070d-4731-a0dc-902c6c3754da => generated 703 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1783] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/security-groups?tenant_id=2350acc2b3d34e40ba39dbd0e321b7df&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1784] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/routers/450b3f4e-070d-4731-a0dc-902c6c3754da => generated 703 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1785] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:11 2026] DELETE /v2.0/security-groups/0f60bb53-a14a-4a8e-84bb-f2bd64710084 => 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: 895/1786] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/ports?device_id=450b3f4e-070d-4731-a0dc-902c6c3754da => 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: 892/1787] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:11 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1788] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:12 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:12.923 7 INFO neutron.services.segments.plugin [-] Segment c7193942-a648-4f7f-9223-08144909173b resource provider aggregate not found 2026-05-20 07:13:12.926 7 INFO neutron.services.segments.plugin [-] Segment c7193942-a648-4f7f-9223-08144909173b resource provider aggregate not found 2026-05-20 07:13:12.945 7 INFO neutron.services.segments.plugin [-] Segment c7193942-a648-4f7f-9223-08144909173b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7193942-a648-4f7f-9223-08144909173b found for delete ", "request_id": "req-b0328776-ac8f-4a6e-99d9-9b850e004f5c"}]} 2026-05-20 07:13:12.948 7 INFO neutron.services.segments.plugin [-] Segment c7193942-a648-4f7f-9223-08144909173b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7193942-a648-4f7f-9223-08144909173b found for delete ", "request_id": "req-280c7259-e500-4641-a35b-13b49afd0a93"}]} 2026-05-20 07:13:12.958 7 INFO neutron.db.l3_hamode_db [None req-b2a546cf-a4dd-4c1d-adb4-733518b87f33 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] HA network d90d6c8d-3dd5-4761-9ae7-d7068ca477bc was deleted as no HA routers are present in tenant d812c90905ed4468838154ea1f6239ef. [pid: 7|app: 0|req: 896/1789] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:11 2026] DELETE /v2.0/routers/450b3f4e-070d-4731-a0dc-902c6c3754da => generated 0 bytes in 966 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1790] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:12 2026] GET /v2.0/ports?device_id=450b3f4e-070d-4731-a0dc-902c6c3754da => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:13.009 7 INFO neutron.api.v2.resource [None req-f19ef2d7-d611-4838-9b80-de281cf0e602 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1791] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:12 2026] DELETE /v2.0/routers/450b3f4e-070d-4731-a0dc-902c6c3754da => 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: 899/1792] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/ports?device_id=8cf00f35-2351-4527-8d89-38faf382d87b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:13.051 7 INFO neutron.api.v2.resource [None req-20576ee4-372f-490d-8702-9d660f828fc5 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1793] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/routers/8cf00f35-2351-4527-8d89-38faf382d87b => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:13.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-042ba77a-62ba-41ca-896e-b947a2efd8a9 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 901/1794] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/subnets/7b044056-7182-44ef-89b0-449ee690593d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1795] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/ports?device_id=af79094f-2e3c-4f63-925f-9c8f4c37c762 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:13.126 7 INFO neutron.api.v2.resource [None req-c2f41528-b2b5-4133-a6ec-85aae497d891 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 903/1796] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/routers/af79094f-2e3c-4f63-925f-9c8f4c37c762 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:13.161 8 INFO neutron.db.segments_db [None req-b0115b0a-7afa-4f92-a70c-423c4ac26d0c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 8a4d7b31-5402-477a-9866-dab2f98da725 of type vxlan for network ef6a0831-5829-48b1-99df-19f010ac114f [pid: 7|app: 0|req: 904/1797] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:13.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-134c047f-eb2a-4024-98eb-5b18fd14957b 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1798] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/subnets/cf89ab89-18df-4a43-a705-76597795104c => 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: 894/1799] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:13:12 2026] POST /v2.0/networks => generated 741 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1800] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/ports?device_id=1ea6d6d2-826e-4ee7-98b8-e412e4f8861a => 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: 906/1801] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/security-groups?id=48e5ea9f-c6eb-4578-bd78-3c9062124ec7&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:13.322 7 INFO neutron.api.v2.resource [None req-157dec58-062b-49d8-aff4-149253945b83 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1802] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/routers/1ea6d6d2-826e-4ee7-98b8-e412e4f8861a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:13.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ea8af278-b3ee-4d25-b783-ed7d0d7d8a9f 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1803] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/subnets/04eb6f1d-ffaf-4fac-909b-bb897561e336 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:13.363 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6277d841-fae7-411e-a248-bffb3253f1de 6445d06ef5164a8cbccd1d1132cbe7e4 d812c90905ed4468838154ea1f6239ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1804] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:13 2026] DELETE /v2.0/subnets/5e7fd598-04ee-44f4-9a3d-4fb7177a45fa => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1805] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:13 2026] POST /v2.0/subnets => generated 688 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:13.536 7 INFO neutron.db.segments_db [None req-3205f4a0-630b-4b97-a07f-406ad0eca507 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e of type vxlan for network 96083c1a-499f-42b5-8021-8fd98b0f60b8 2026-05-20 07:13:13.777 7 INFO neutron.db.l3_hamode_db [None req-3205f4a0-630b-4b97-a07f-406ad0eca507 d74d1bc27dc74b2ab049dcbccc5cfb21 ffcc700796954b6eafe8456b544669e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 897/1806] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1807] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:13 2026] GET /v2.0/security-groups?tenant_id=d812c90905ed4468838154ea1f6239ef&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1808] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:13:14 2026] DELETE /v2.0/ports/14c1af11-398b-4a27-8a0a-85dafd4ddc96 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:14.380 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c55a70f4-37b4-4074-8320-a865466513ea'] response: {'server_uuid': '5811a26c-9b5e-4c8d-ab8e-8789657e8806', 'name': 'network-vif-deleted', 'tag': '14c1af11-398b-4a27-8a0a-85dafd4ddc96', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 900/1809] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:14 2026] DELETE /v2.0/security-groups/fe2573e0-8a02-471d-a7bd-9dfeca952c54 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1810] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:14 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:14.663 7 INFO neutron.db.l3_hamode_db [None req-3205f4a0-630b-4b97-a07f-406ad0eca507 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 904/1813] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:15 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1814] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:13 2026] POST /v2.0/routers => generated 728 bytes in 2353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:16.365 7 WARNING neutron_lib.context [None req-2ba055c2-b884-4b22-b825-ecd4376082cc 0d5b0884f48948fe8d1ebc5d1a0485cd 9277b76c3c234796acb48261d3e70650 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 911/1815] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:16.708 7 WARNING neutron_lib.context [None req-6f8a418b-130b-4fe1-9e9b-c25f2184929f 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:16.747 7 INFO neutron.db.segments_db [None req-6f8a418b-130b-4fe1-9e9b-c25f2184929f 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Added segment 2208cacf-53e7-4a7b-9443-df8ae8b1465d of type vxlan for network ae6e71ea-057a-4378-9b01-706074d692e8 2026-05-20 07:13:17.009 7 INFO neutron.db.l3_hamode_db [None req-6f8a418b-130b-4fe1-9e9b-c25f2184929f 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:17.153 7 INFO neutron.db.l3_hamode_db [None req-6f8a418b-130b-4fe1-9e9b-c25f2184929f 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 905/1816] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:13:15 2026] PUT /v2.0/routers/081418bf-c7bc-4a20-9d52-7349002fc59c/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1817] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1818] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/ports?device_id=5811a26c-9b5e-4c8d-ab8e-8789657e8806 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1819] 10.0.0.80 () {34 vars in 757 bytes} [Wed May 20 07:13:17 2026] PUT /v2.0/security-groups/41c60316-97f3-473a-b093-2221b2586072 => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1820] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/security-groups/41c60316-97f3-473a-b093-2221b2586072 => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1821] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:17 2026] DELETE /v2.0/security-groups/41c60316-97f3-473a-b093-2221b2586072 => 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: 911/1822] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:17.454 8 INFO neutron.api.v2.resource [None req-76cc6f9c-5860-4799-8a24-4a5743ab7e6d 0d5b0884f48948fe8d1ebc5d1a0485cd 9277b76c3c234796acb48261d3e70650 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1823] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:17 2026] DELETE /v2.0/security-groups/41c60316-97f3-473a-b093-2221b2586072 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:17.466 8 WARNING neutron_lib.context [None req-1e33c0e8-b3a2-4da2-9cb7-34b00debfc10 0d5b0884f48948fe8d1ebc5d1a0485cd 9277b76c3c234796acb48261d3e70650 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 913/1824] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:17.611 8 WARNING neutron_lib.context [None req-328a8971-93a5-4f69-92e9-6fcd5afdca5a 0d5b0884f48948fe8d1ebc5d1a0485cd 9277b76c3c234796acb48261d3e70650 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 914/1825] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1826] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/security-group-rules/97cbb3e6-09f6-43c5-92b1-3f09bf6c7955 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1827] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1828] 10.0.0.80 () {34 vars in 667 bytes} [Wed May 20 07:13:16 2026] POST /v2.0/routers => generated 474 bytes in 1227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:17.895 7 WARNING neutron_lib.context [None req-373d87ee-4e58-4265-b2c6-5bdc15d62238 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:17.952 7 INFO neutron.db.l3_hamode_db [None req-373d87ee-4e58-4265-b2c6-5bdc15d62238 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 917/1829] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:13:17 2026] DELETE /v2.0/security-group-rules/97cbb3e6-09f6-43c5-92b1-3f09bf6c7955 => 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: 918/1830] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:13:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:18.038 8 WARNING neutron_lib.context [None req-6ae5075e-f622-4f8f-987c-f90bd5a5c162 0d5b0884f48948fe8d1ebc5d1a0485cd 9277b76c3c234796acb48261d3e70650 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:18.110 7 INFO neutron.db.l3_hamode_db [None req-373d87ee-4e58-4265-b2c6-5bdc15d62238 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 919/1831] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1832] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:18 2026] GET /v2.0/security-group-rules/e4d8abe5-44ac-4a6c-98f7-05eec1327f09 => 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: 921/1833] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:13:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:18.385 8 INFO neutron.db.segments_db [None req-1b15e6b3-b7b9-458e-93fa-b61c78b81155 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 of type vxlan for network f1ec4b04-4b4b-46ae-96e7-6ced6c73bca8 [pid: 8|app: 0|req: 922/1834] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:13:18 2026] POST /v2.0/networks => generated 741 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1835] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:13:18 2026] DELETE /v2.0/security-group-rules/e4d8abe5-44ac-4a6c-98f7-05eec1327f09 => 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: 924/1836] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:18 2026] DELETE /v2.0/security-groups/48e5ea9f-c6eb-4578-bd78-3c9062124ec7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1837] 10.0.0.80 () {34 vars in 667 bytes} [Wed May 20 07:13:17 2026] POST /v2.0/routers => generated 474 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1838] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:18 2026] POST /v2.0/subnets => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1839] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:13:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:18.964 7 WARNING neutron_lib.context [None req-83a080e2-bcf2-424c-8369-75dc5242d623 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:19.020 7 INFO neutron.db.l3_hamode_db [None req-83a080e2-bcf2-424c-8369-75dc5242d623 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:19.140 7 INFO neutron.db.l3_hamode_db [None req-83a080e2-bcf2-424c-8369-75dc5242d623 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 915/1840] 10.0.0.80 () {34 vars in 667 bytes} [Wed May 20 07:13:18 2026] POST /v2.0/routers => generated 474 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:19.900 7 INFO neutron.db.segments_db [None req-350dae25-b6da-40b3-b742-58e865e4f7aa d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 2eb845d1-e34c-4861-a183-c0ac211b6b5a of type vxlan for network f8412cbe-9928-4201-a782-984505a611f3 [pid: 8|app: 0|req: 926/1841] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:13:18 2026] PUT /v2.0/routers/23f11a92-5f60-4fd5-80ef-342077b0dbf5/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:19.930 8 WARNING neutron_lib.context [None req-568908a3-da9b-4fe9-bbb4-b604996e2c2a 0d5b0884f48948fe8d1ebc5d1a0485cd 9277b76c3c234796acb48261d3e70650 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 927/1842] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:20.063 8 WARNING neutron_lib.context [None req-420eea46-658b-4959-9541-2a66815cbafe 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:20.119 8 INFO neutron.db.l3_hamode_db [None req-420eea46-658b-4959-9541-2a66815cbafe 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:20.219 7 INFO neutron.db.l3_hamode_db [None req-350dae25-b6da-40b3-b742-58e865e4f7aa d74d1bc27dc74b2ab049dcbccc5cfb21 fea4a6a7cf9c4ec7a776ef7afc184bee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:20.286 8 INFO neutron.db.l3_hamode_db [None req-420eea46-658b-4959-9541-2a66815cbafe 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 928/1843] 10.0.0.80 () {34 vars in 667 bytes} [Wed May 20 07:13:20 2026] POST /v2.0/routers => generated 474 bytes in 896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1844] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:20 2026] DELETE /v2.0/subnets/06f6d6c4-dc3f-45f4-afa8-c85eaccdb6bd => 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: 930/1845] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:21 2026] GET /v2.0/security-group-rules/9d5a5734-ce35-4a0d-8bdb-5cf1e5069ce9 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:21.135 8 WARNING neutron_lib.context [None req-c8f251c7-7b1e-46b0-aa55-7ea3f1293c74 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:21.172 8 INFO neutron.db.l3_hamode_db [None req-c8f251c7-7b1e-46b0-aa55-7ea3f1293c74 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:21.181 7 INFO neutron.db.l3_hamode_db [None req-350dae25-b6da-40b3-b742-58e865e4f7aa d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:21.314 8 INFO neutron.db.l3_hamode_db [None req-c8f251c7-7b1e-46b0-aa55-7ea3f1293c74 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 931/1846] 10.0.0.80 () {34 vars in 667 bytes} [Wed May 20 07:13:21 2026] POST /v2.0/routers => generated 474 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1847] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:19 2026] POST /v2.0/routers => generated 728 bytes in 2449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1848] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:13:22 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1849] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:22 2026] PUT /v2.0/routers/c05a960d-f52e-4cc0-bcba-298d27398294/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:23.094 8 INFO neutron.services.segments.plugin [-] Segment 346dc128-1104-498e-99e2-321d9a42a924 resource provider aggregate not found 2026-05-20 07:13:23.099 8 INFO neutron.services.segments.plugin [-] Segment 346dc128-1104-498e-99e2-321d9a42a924 resource provider aggregate not found 2026-05-20 07:13:23.109 8 INFO neutron.db.l3_hamode_db [None req-11e64dce-4391-47d5-b2aa-a6402dd74abc 9349cad779a24baea65208cd6dd9f43d 0b38dc0bed5d44bd8a6d9d5b01cb8558 - - default default] HA network 5bd40edc-4c0c-44ed-9472-c53d6987ce1f was deleted as no HA routers are present in tenant 0b38dc0bed5d44bd8a6d9d5b01cb8558. 2026-05-20 07:13:23.111 8 INFO neutron.services.segments.plugin [-] Segment 346dc128-1104-498e-99e2-321d9a42a924 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 346dc128-1104-498e-99e2-321d9a42a924 found for delete ", "request_id": "req-e1a71d03-78e8-40ce-a2f0-2690cb1a1041"}]} [pid: 8|app: 0|req: 932/1850] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:22 2026] DELETE /v2.0/routers/23f11a92-5f60-4fd5-80ef-342077b0dbf5 => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:23.121 8 INFO neutron.services.segments.plugin [-] Segment 346dc128-1104-498e-99e2-321d9a42a924 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 346dc128-1104-498e-99e2-321d9a42a924 found for delete ", "request_id": "req-0ad21fb2-71f8-40d6-9ceb-392f386e8e8e"}]} [pid: 8|app: 0|req: 933/1851] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:13:23 2026] DELETE /v2.0/security-group-rules/9d5a5734-ce35-4a0d-8bdb-5cf1e5069ce9 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1852] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:23 2026] PUT /v2.0/routers/d24831cb-526d-47d6-8f2f-5621b799b5a2/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1853] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:23 2026] DELETE /v2.0/networks/bfe6871a-290c-4a10-83f3-ebebaa59e7ba => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1854] 10.0.0.80 () {32 vars in 672 bytes} [Wed May 20 07:13:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1855] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:23 2026] PUT /v2.0/routers/80d3cf89-8c89-4d18-8f6f-77cdcfe3ba71/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1856] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:23 2026] DELETE /v2.0/security-groups/23a6c0a4-8161-40ce-b44f-f6209ca5e89c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1857] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:23 2026] PUT /v2.0/routers/38b59ccd-8bfc-4574-b419-611c21fdd46a/tags => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1858] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:13:23 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: 941/1859] 10.0.0.80 () {32 vars in 663 bytes} [Wed May 20 07:13:23 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1860] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:13:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1861] 10.0.0.80 () {32 vars in 677 bytes} [Wed May 20 07:13:23 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1862] 10.0.0.80 () {32 vars in 673 bytes} [Wed May 20 07:13:23 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1863] 10.0.0.80 () {32 vars in 685 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1864] 10.0.0.80 () {32 vars in 671 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1865] 10.0.0.80 () {32 vars in 685 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/routers?not-tags=red%2Cblue => 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: 919/1866] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:13:22 2026] PUT /v2.0/routers/43a840b0-91f0-4cae-be98-f3d690af5071/add_router_interface => generated 309 bytes in 2058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1867] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/security-groups?tenant_id=0b38dc0bed5d44bd8a6d9d5b01cb8558&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1868] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1869] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/security-groups?tenant_id=9277b76c3c234796acb48261d3e70650&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1870] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1871] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:24 2026] DELETE /v2.0/security-groups/d2d8a038-b344-4922-99bc-a0fffa118afe => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1872] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/routers/c05a960d-f52e-4cc0-bcba-298d27398294 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1873] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:24 2026] DELETE /v2.0/security-groups/d137afde-dcae-4f4b-b11d-73bd00eb9f62 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1874] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:24 2026] GET /v2.0/security-groups?tenant_id=ecda5a92f0b74ca5aa7e853e45b12c67&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:25.149 8 INFO neutron.services.segments.plugin [-] Segment 3324765e-252c-45e2-8158-c9b9eb946535 resource provider aggregate not found 2026-05-20 07:13:25.153 8 INFO neutron.services.segments.plugin [-] Segment 3324765e-252c-45e2-8158-c9b9eb946535 resource provider aggregate not found 2026-05-20 07:13:25.169 8 INFO neutron.services.segments.plugin [-] Segment 3324765e-252c-45e2-8158-c9b9eb946535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3324765e-252c-45e2-8158-c9b9eb946535 found for delete ", "request_id": "req-44fefd35-37b1-410e-a943-d85410a628fb"}]} [pid: 8|app: 0|req: 953/1875] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:25 2026] DELETE /v2.0/security-groups/22ceb952-1306-4e75-9ab7-fc89f4c2e896 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:25.242 8 WARNING neutron_lib.context [None req-fa289b16-f161-408d-9d81-0f6175ccf2aa a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:25.247 8 INFO neutron.services.segments.plugin [-] Segment 3324765e-252c-45e2-8158-c9b9eb946535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3324765e-252c-45e2-8158-c9b9eb946535 found for delete ", "request_id": "req-0b7cc57e-cfdc-4d43-a444-d5739717db43"}]} [pid: 8|app: 0|req: 954/1876] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:13:25 2026] POST /v2.0/security-groups => generated 1675 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:25.420 8 WARNING neutron_lib.context [None req-028648dc-aac6-4bc2-a84a-3e7aecc8e3b8 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 923/1877] 10.0.0.80 () {34 vars in 741 bytes} [Wed May 20 07:13:24 2026] PUT /v2.0/routers/c05a960d-f52e-4cc0-bcba-298d27398294 => generated 485 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1878] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:25 2026] GET /v2.0/ports?device_id=c05a960d-f52e-4cc0-bcba-298d27398294 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1879] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:25.595 8 WARNING neutron_lib.context [None req-830ffb47-595e-48d3-a76d-695269cfbed3 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 956/1880] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:25.713 8 WARNING neutron_lib.context [None req-d56af2ad-2dd9-4dda-a8c4-99c7c4814f24 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 957/1881] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:25.837 8 WARNING neutron_lib.context [None req-628faf84-2d2c-4797-8893-aa3d2991678e a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 958/1882] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:25 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) 2026-05-20 07:13:25.965 8 WARNING neutron_lib.context [None req-f04ab7ef-7d74-4456-9d1c-f5b0226bfcdc a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 925/1883] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:25 2026] DELETE /v2.0/routers/c05a960d-f52e-4cc0-bcba-298d27398294 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:26.007 8 INFO neutron.db.securitygroups_db [None req-f04ab7ef-7d74-4456-9d1c-f5b0226bfcdc a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Project ffcc700796954b6eafe8456b544669e2 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: 926/1884] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:25 2026] GET /v2.0/routers/d24831cb-526d-47d6-8f2f-5621b799b5a2 => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1885] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:26.110 8 WARNING neutron_lib.context [None req-5e727d2b-1aeb-4eb9-be92-413603d68cee a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:26.151 8 INFO neutron.db.securitygroups_db [None req-5e727d2b-1aeb-4eb9-be92-413603d68cee a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Project ffcc700796954b6eafe8456b544669e2 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: 960/1886] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:26.731 8 WARNING neutron_lib.context [None req-f68c8163-746f-4c91-a311-04684c651f6a a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 927/1887] 10.0.0.80 () {34 vars in 741 bytes} [Wed May 20 07:13:26 2026] PUT /v2.0/routers/d24831cb-526d-47d6-8f2f-5621b799b5a2 => generated 493 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1888] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:26 2026] GET /v2.0/ports?device_id=d24831cb-526d-47d6-8f2f-5621b799b5a2 => 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: 961/1889] 10.0.0.80 () {34 vars in 684 bytes} [Wed May 20 07:13:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:27.066 8 WARNING neutron_lib.context [None req-22428e33-12dd-4522-bdde-376ab599c29c fc0c0f3dea6e46079dcbd713b663cdca 4858a67e0bc04958807a20ba2834b829 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 929/1890] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:26 2026] DELETE /v2.0/routers/d24831cb-526d-47d6-8f2f-5621b799b5a2 => generated 0 bytes in 467 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:27.260 7 WARNING neutron_lib.context [None req-1c4acccb-3ac8-4ae5-a849-2fd96dc146be a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 962/1891] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:13:26 2026] POST /v2.0/subnetpools => generated 549 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1892] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:27 2026] GET /v2.0/routers/80d3cf89-8c89-4d18-8f6f-77cdcfe3ba71 => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1893] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:13:27 2026] GET /v2.0/subnetpools/919e0367-2ac3-4807-9ce0-ff1408e8357a => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1894] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1895] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:13:27 2026] PUT /v2.0/subnetpools/919e0367-2ac3-4807-9ce0-ff1408e8357a => generated 500 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:27.468 7 WARNING neutron_lib.context [None req-60dae8b0-6b12-45ad-b3be-7bc0b1dc320c a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 932/1896] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:13:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1897] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:13:27 2026] DELETE /v2.0/subnetpools/919e0367-2ac3-4807-9ce0-ff1408e8357a => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:27.663 7 WARNING neutron_lib.context [None req-d21cc448-d0b1-4f05-8dd2-681b0addb834 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 934/1898] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:13:27 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) 2026-05-20 07:13:28.262 7 INFO neutron.api.v2.resource [None req-c4974206-dab4-4e4c-b4b6-c16d13c87b81 fc0c0f3dea6e46079dcbd713b663cdca 4858a67e0bc04958807a20ba2834b829 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1899] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/subnetpools/919e0367-2ac3-4807-9ce0-ff1408e8357a => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:13:28.301 7 INFO neutron.api.v2.resource [None req-97b6f60d-5bf7-4e12-9267-b429f68f4425 fc0c0f3dea6e46079dcbd713b663cdca 4858a67e0bc04958807a20ba2834b829 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1900] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:13:28 2026] DELETE /v2.0/subnetpools/919e0367-2ac3-4807-9ce0-ff1408e8357a => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1901] 10.0.0.104 () {34 vars in 1100 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1539542033&fields=id&tenant_id=ffcc700796954b6eafe8456b544669e2 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1902] 10.0.0.104 () {34 vars in 1098 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--638097528&fields=id&tenant_id=ffcc700796954b6eafe8456b544669e2 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1903] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/networks?id=ef6a0831-5829-48b1-99df-19f010ac114f => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1904] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/quotas/ffcc700796954b6eafe8456b544669e2 => 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: 941/1905] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/ports?tenant_id=ffcc700796954b6eafe8456b544669e2&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1906] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f?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: 965/1907] 10.0.0.80 () {34 vars in 741 bytes} [Wed May 20 07:13:27 2026] PUT /v2.0/routers/80d3cf89-8c89-4d18-8f6f-77cdcfe3ba71 => generated 502 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1908] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/ports?device_id=80d3cf89-8c89-4d18-8f6f-77cdcfe3ba71 => 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: 943/1909] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1910] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:28 2026] DELETE /v2.0/routers/80d3cf89-8c89-4d18-8f6f-77cdcfe3ba71 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1911] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:29 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => 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: 944/1912] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:28 2026] GET /v2.0/security-groups?tenant_id=4858a67e0bc04958807a20ba2834b829&name=default => generated 2925 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1913] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:29 2026] GET /v2.0/routers/38b59ccd-8bfc-4574-b419-611c21fdd46a => generated 487 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1914] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:29 2026] DELETE /v2.0/security-groups/69e4d16b-9ded-4026-8738-e55299b7f101 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:29.667 7 WARNING neutron_lib.context [None req-191313f7-b41c-47f1-9013-630dedc728fc d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:29.823 7 INFO neutron.db.segments_db [None req-191313f7-b41c-47f1-9013-630dedc728fc d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Added segment 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 of type vxlan for network 0686942e-3bdb-429a-abf7-e8b252a3a467 [pid: 8|app: 0|req: 970/1915] 10.0.0.80 () {34 vars in 741 bytes} [Wed May 20 07:13:29 2026] PUT /v2.0/routers/38b59ccd-8bfc-4574-b419-611c21fdd46a => generated 487 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1916] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:29 2026] POST /v2.0/networks => generated 631 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:29.955 7 WARNING neutron_lib.context [None req-76ab6c51-cbc8-4816-b78e-78cb2ad29a7b d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 971/1917] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:29 2026] GET /v2.0/ports?device_id=38b59ccd-8bfc-4574-b419-611c21fdd46a => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1918] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:29 2026] POST /v2.0/ports => generated 743 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 950/1921] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:30 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:30.333 7 WARNING neutron_lib.context [None req-34a05ed3-436e-46cb-b31d-41cf66a71dba d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:30.400 7 INFO neutron.db.segments_db [None req-34a05ed3-436e-46cb-b31d-41cf66a71dba d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Added segment 61fe5b82-e297-4494-bbde-bd75507427bd of type vxlan for network 9cbdae60-f4de-4adf-915c-c0262312d6a6 [pid: 8|app: 0|req: 972/1922] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:29 2026] DELETE /v2.0/routers/38b59ccd-8bfc-4574-b419-611c21fdd46a => generated 0 bytes in 488 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1923] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:30 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:30.508 7 WARNING neutron_lib.context [None req-17cb2ae9-b9a5-4c60-91f5-06c1d2465031 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 973/1924] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:13:30 2026] GET /v2.0/routers/7e5e3fee-3eb5-4d88-8fcc-f8b15c527dd1 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1925] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:30 2026] POST /v2.0/ports => generated 743 bytes in 307 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:13:30.822 7 WARNING neutron_lib.context [None req-3bfd6307-6dd7-46b6-b9c1-c017ca040209 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:30.885 7 INFO neutron.db.segments_db [None req-3bfd6307-6dd7-46b6-b9c1-c017ca040209 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Added segment 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 of type vxlan for network c0b245f0-92c8-416b-9bcb-ff278684c382 [pid: 7|app: 0|req: 953/1926] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:30 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:31.004 7 WARNING neutron_lib.context [None req-74cbf28c-c325-406c-a9f4-7bb2ddd288f3 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 974/1927] 10.0.0.80 () {34 vars in 741 bytes} [Wed May 20 07:13:30 2026] PUT /v2.0/routers/7e5e3fee-3eb5-4d88-8fcc-f8b15c527dd1 => generated 480 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1928] 10.0.0.80 () {32 vars in 622 bytes} [Wed May 20 07:13:31 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1929] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:31 2026] GET /v2.0/ports?device_id=7e5e3fee-3eb5-4d88-8fcc-f8b15c527dd1 => 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: 954/1930] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:30 2026] POST /v2.0/ports => generated 743 bytes in 281 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:71: 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: 977/1931] 10.0.0.80 () {32 vars in 632 bytes} [Wed May 20 07:13:31 2026] GET /v2.0/ => generated 632 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:31.290 8 WARNING neutron_lib.context [None req-30d004b9-ba6c-4503-8135-f18de3ffb971 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:31.356 8 INFO neutron.db.segments_db [None req-30d004b9-ba6c-4503-8135-f18de3ffb971 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Added segment ae95648c-466f-4eca-aa6f-55a178f9a619 of type vxlan for network 4acb59a4-e72a-4632-b8a0-0f84c7414920 [pid: 8|app: 0|req: 978/1932] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:31 2026] POST /v2.0/networks => generated 631 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1933] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:31 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:31.494 8 WARNING neutron_lib.context [None req-512480d6-2676-4122-8ed7-61988b69a8ad d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 980/1934] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:31 2026] POST /v2.0/ports => generated 743 bytes in 246 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:13:31.747 8 WARNING neutron_lib.context [None req-bf270919-1285-4a14-8f1b-9df4d2e46be7 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:31.795 7 INFO neutron.services.segments.plugin [-] Segment 2208cacf-53e7-4a7b-9443-df8ae8b1465d resource provider aggregate not found 2026-05-20 07:13:31.798 8 INFO neutron.db.segments_db [None req-bf270919-1285-4a14-8f1b-9df4d2e46be7 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Added segment 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 of type vxlan for network ef2856c8-b35a-4f3c-ad3c-a70c1bcf6657 2026-05-20 07:13:31.801 7 INFO neutron.services.segments.plugin [-] Segment 2208cacf-53e7-4a7b-9443-df8ae8b1465d resource provider aggregate not found 2026-05-20 07:13:31.810 7 INFO neutron.services.segments.plugin [-] Segment 2208cacf-53e7-4a7b-9443-df8ae8b1465d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2208cacf-53e7-4a7b-9443-df8ae8b1465d found for delete ", "request_id": "req-17465ad8-31fb-49f2-8ce4-f5461f7e330b"}]} 2026-05-20 07:13:31.814 7 INFO neutron.services.segments.plugin [-] Segment 2208cacf-53e7-4a7b-9443-df8ae8b1465d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2208cacf-53e7-4a7b-9443-df8ae8b1465d found for delete ", "request_id": "req-04522a31-c30f-4abe-84da-2cf8b19c49b6"}]} 2026-05-20 07:13:31.826 7 INFO neutron.db.l3_hamode_db [None req-54dd65f3-fd6c-4905-9844-7b5b18a9b35d 49b21d8a636c43859bc68b6fbd5ede06 5bfa120f10b04be0a3cf445be469e5c3 - - default default] HA network ae6e71ea-057a-4378-9b01-706074d692e8 was deleted as no HA routers are present in tenant 5bfa120f10b04be0a3cf445be469e5c3. [pid: 7|app: 0|req: 955/1935] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:31 2026] DELETE /v2.0/routers/7e5e3fee-3eb5-4d88-8fcc-f8b15c527dd1 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1936] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:31 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:31.929 8 WARNING neutron_lib.context [None req-c8cd1aa7-01bf-4d53-8f1e-561154a9fb83 d0e5e43b6e614a4aa4bf49fc91bcd023 5f00370fd14f41cfa059728125613024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 956/1937] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:31 2026] GET /v2.0/security-groups?tenant_id=ab37e458279c46d184fd75c7499c510c&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1938] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:32 2026] DELETE /v2.0/security-groups/e0cdc231-bc25-42d4-a867-d3b3242894d7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1939] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:31 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1940] 10.0.0.80 () {34 vars in 746 bytes} [Wed May 20 07:13:32 2026] PUT /v2.0/ports/5fb714f5-4d17-462c-959a-c49e0d73a5f8/tags => generated 17 bytes in 48 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:71: 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: 983/1941] 10.0.0.80 () {34 vars in 746 bytes} [Wed May 20 07:13:32 2026] PUT /v2.0/ports/93987ce5-ffed-49fa-83e6-45e8f9d1a4e9/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1942] 10.0.0.80 () {34 vars in 746 bytes} [Wed May 20 07:13:32 2026] PUT /v2.0/ports/aab63ffe-88a3-43dc-bc14-fad4827baf0d/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1943] 10.0.0.80 () {34 vars in 746 bytes} [Wed May 20 07:13:32 2026] PUT /v2.0/ports/b7b25429-0b72-4155-9cda-fd4a57fabd34/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1944] 10.0.0.80 () {32 vars in 659 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1945] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => 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: 961/1946] 10.0.0.80 () {32 vars in 673 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1947] 10.0.0.80 () {32 vars in 669 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1948] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1949] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/security-groups?tenant_id=75b15dd8133240969b5d8c12c54b43bc&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1950] 10.0.0.80 () {32 vars in 667 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1951] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:13:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1952] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:32 2026] DELETE /v2.0/security-groups/f01358a8-0c14-4acc-bf17-c5b7f458df83 => 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: 966/1953] 10.0.0.80 () {32 vars in 677 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1954] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/networks?id=ef6a0831-5829-48b1-99df-19f010ac114f => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1955] 10.0.0.80 () {32 vars in 689 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1956] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ffcc700796954b6eafe8456b544669e2 => generated 273 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1957] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/security-groups?tenant_id=58ed83fc58c2483a9dd157e9b43ba0fd&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:33.330 7 WARNING neutron_lib.context [req-61f64127-6a44-4e3c-b041-22871a96cb9b req-e828b743-55e6-47aa-8344-54ae6b21ce06 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 990/1958] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:13:33 2026] DELETE /v2.0/ports/5fb714f5-4d17-462c-959a-c49e0d73a5f8 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1959] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:33 2026] DELETE /v2.0/security-groups/84447fa9-97ad-4cce-9c59-8532fb6f2f9b => 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: 969/1960] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:13:33 2026] POST /v2.0/ports => generated 997 bytes in 392 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:71: 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: 970/1961] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1000 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1962] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:13:33 2026] DELETE /v2.0/ports/93987ce5-ffed-49fa-83e6-45e8f9d1a4e9 => 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: 993/1963] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/security-groups?tenant_id=5bfa120f10b04be0a3cf445be469e5c3&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1964] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:33 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1965] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/ports/aab63ffe-88a3-43dc-bc14-fad4827baf0d => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1966] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:13:33 2026] PUT /v2.0/ports/897f2cbe-c706-450f-9425-0dcbdee890bb => generated 1278 bytes in 490 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:71: 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: 996/1967] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/security-groups/79c0c6ec-e7a6-4efb-b356-7d775ef8e7f2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:34.378 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57cfe4e0-0436-4d71-90ba-79818434425a'] response: {'name': 'network-changed', 'server_uuid': 'bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3', 'tag': '897f2cbe-c706-450f-9425-0dcbdee890bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 972/1968] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/ports/b7b25429-0b72-4155-9cda-fd4a57fabd34 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1969] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/ports/3bc16308-9e22-48b2-bd8c-e32bddbbc2ff => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:34.784 7 INFO neutron.services.segments.plugin [-] Segment 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 resource provider aggregate not found 2026-05-20 07:13:34.792 7 INFO neutron.services.segments.plugin [-] Segment 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 resource provider aggregate not found [pid: 7|app: 0|req: 973/1970] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/networks/0686942e-3bdb-429a-abf7-e8b252a3a467 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:34.893 7 INFO neutron.services.segments.plugin [-] Segment 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 found for delete ", "request_id": "req-ad4b3e69-34b0-4353-bfd7-6117bd1b6bff"}]} 2026-05-20 07:13:34.894 7 INFO neutron.services.segments.plugin [-] Segment 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d5ebe5-dc0a-4e50-837e-0979f0e1a292 found for delete ", "request_id": "req-73defd1a-fc30-466c-b862-5ac33bd345e4"}]} [pid: 7|app: 0|req: 974/1971] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:13:34 2026] GET /v2.0/ports?tenant_id=ffcc700796954b6eafe8456b544669e2&device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1281 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:34.952 8 INFO neutron.services.segments.plugin [-] Segment 61fe5b82-e297-4494-bbde-bd75507427bd resource provider aggregate not found 2026-05-20 07:13:34.959 8 INFO neutron.services.segments.plugin [-] Segment 61fe5b82-e297-4494-bbde-bd75507427bd resource provider aggregate not found 2026-05-20 07:13:34.974 8 INFO neutron.services.segments.plugin [-] Segment 61fe5b82-e297-4494-bbde-bd75507427bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61fe5b82-e297-4494-bbde-bd75507427bd found for delete ", "request_id": "req-e803501f-a31f-4fcf-ace6-ed1a120430f0"}]} 2026-05-20 07:13:34.976 8 INFO neutron.services.segments.plugin [-] Segment 61fe5b82-e297-4494-bbde-bd75507427bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61fe5b82-e297-4494-bbde-bd75507427bd found for delete ", "request_id": "req-1a1fff4d-1b80-4f76-9d66-993c076b27f4"}]} [pid: 7|app: 0|req: 975/1972] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:13:34 2026] GET /v2.0/networks?tenant_id=ffcc700796954b6eafe8456b544669e2&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1973] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/networks/9cbdae60-f4de-4adf-915c-c0262312d6a6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1974] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:13:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1975] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:35 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1976] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:34 2026] DELETE /v2.0/networks/c0b245f0-92c8-416b-9bcb-ff278684c382 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1977] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:35 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1978] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:35 2026] DELETE /v2.0/networks/4acb59a4-e72a-4632-b8a0-0f84c7414920 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1979] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:35 2026] DELETE /v2.0/networks/ef2856c8-b35a-4f3c-ad3c-a70c1bcf6657 => 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: 1001/1980] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/ports?tenant_id=ffcc700796954b6eafe8456b544669e2&device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1981] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=897f2cbe-c706-450f-9425-0dcbdee890bb => 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: 1002/1982] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/subnets?id=6727d6d2-0b1b-4ae6-8158-5faa7bba79ea => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1983] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/ports?network_id=ef6a0831-5829-48b1-99df-19f010ac114f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1984] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1985] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1986] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1987] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f?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: 984/1988] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/security-groups?tenant_id=5f00370fd14f41cfa059728125613024&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1989] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:36 2026] DELETE /v2.0/security-groups/b3fc5fcd-c39c-4985-8924-75a56f6fc4ab => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:36.931 7 INFO neutron.services.segments.plugin [-] Segment 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 resource provider aggregate not found 2026-05-20 07:13:36.937 7 INFO neutron.services.segments.plugin [-] Segment 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 resource provider aggregate not found 2026-05-20 07:13:36.950 7 INFO neutron.services.segments.plugin [-] Segment 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 found for delete ", "request_id": "req-7f82f0f4-d041-47ad-847f-d71bb9c21304"}]} 2026-05-20 07:13:36.955 7 INFO neutron.services.segments.plugin [-] Segment 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a76b2e1-e198-40e9-a1bf-6b4f0aeeb792 found for delete ", "request_id": "req-e8f0081d-5ba1-418e-bf3a-8eb81abfd711"}]} 2026-05-20 07:13:37.026 8 INFO neutron.services.segments.plugin [-] Segment 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 resource provider aggregate not found 2026-05-20 07:13:37.050 8 INFO neutron.services.segments.plugin [-] Segment 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 resource provider aggregate not found 2026-05-20 07:13:37.057 8 INFO neutron.services.segments.plugin [-] Segment 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 found for delete ", "request_id": "req-7c3998ce-80bb-43b0-9dab-3f05a2f6ab44"}]} 2026-05-20 07:13:37.064 8 INFO neutron.services.segments.plugin [-] Segment 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 459c61ec-1d00-4ff4-b5d0-dec121df7ef6 found for delete ", "request_id": "req-71f65325-8e28-4ee5-b3c1-2ac0f0ef48be"}]} 2026-05-20 07:13:37.070 8 INFO neutron.services.segments.plugin [-] Segment ae95648c-466f-4eca-aa6f-55a178f9a619 resource provider aggregate not found 2026-05-20 07:13:37.075 8 INFO neutron.services.segments.plugin [-] Segment ae95648c-466f-4eca-aa6f-55a178f9a619 resource provider aggregate not found 2026-05-20 07:13:37.085 8 INFO neutron.services.segments.plugin [-] Segment ae95648c-466f-4eca-aa6f-55a178f9a619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae95648c-466f-4eca-aa6f-55a178f9a619 found for delete ", "request_id": "req-10522c39-2f04-46da-a68c-faf2c69d9d14"}]} 2026-05-20 07:13:37.087 8 INFO neutron.services.segments.plugin [-] Segment ae95648c-466f-4eca-aa6f-55a178f9a619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae95648c-466f-4eca-aa6f-55a178f9a619 found for delete ", "request_id": "req-40017f89-ac53-4907-bb93-cfc268aee212"}]} [pid: 8|app: 0|req: 1006/1990] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:37 2026] GET /v2.0/security-groups?tenant_id=8d21cb2436c34b9a818e6156250be050&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1991] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:36 2026] GET /v2.0/security-groups?tenant_id=12744c293b704ad2bc5c779773e5dde9&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1992] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:37 2026] DELETE /v2.0/security-groups/4fa8036b-b42a-46db-8e19-9e17604f3a87 => 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: 986/1993] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:37 2026] DELETE /v2.0/security-groups/d5e52528-2dc4-4f66-95de-40706124526a => 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: 1008/1994] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:37 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1012 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1995] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:37 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1996] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:37 2026] GET /v2.0/security-groups?tenant_id=017682896bfa4e31a865a299f330ff5a&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1997] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:37 2026] DELETE /v2.0/security-groups/e0ed337f-3595-43d6-b54e-8f51eaebf866 => 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: 1010/1998] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:37 2026] GET /v2.0/security-groups?tenant_id=08cdf7f72bfc4b2fabb08d75f52b73c5&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: 989/1999] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:37 2026] DELETE /v2.0/security-groups/1359e5d2-7b02-4842-b59f-e74cb923f2dd => 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: 1011/2000] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:38 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1012 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2001] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:38 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:39.011 8 WARNING neutron_lib.context [None req-e77799cd-90a6-4c23-b363-756d01d9b013 628e7f994d1948f693a6c4459597aa87 28d994ab8de147a2a0f9981daa779c48 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 991/2002] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:13:38 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1281 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2003] 199.19.213.191 () {34 vars in 1124 bytes} [Wed May 20 07:13:39 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2004] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:39.347 7 WARNING neutron_lib.context [None req-115aec38-7507-488c-87ad-115460c59dd6 628e7f994d1948f693a6c4459597aa87 28d994ab8de147a2a0f9981daa779c48 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 993/2005] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:39 2026] POST /v2.0/security-groups => generated 1601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:39.520 8 WARNING neutron_lib.context [None req-32763817-2bf7-4c94-938c-052499a38e56 628e7f994d1948f693a6c4459597aa87 28d994ab8de147a2a0f9981daa779c48 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1013/2006] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:39 2026] POST /v2.0/security-groups => generated 1601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:39.700 7 WARNING neutron_lib.context [None req-b069112a-40d2-4193-9a0e-7ba9a5e5e544 628e7f994d1948f693a6c4459597aa87 28d994ab8de147a2a0f9981daa779c48 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 994/2007] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:39 2026] POST /v2.0/security-groups => generated 1601 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:13:39.891 7 WARNING neutron_lib.context [None req-891a8bc3-239c-4d1b-bd66-55dbc55e92cb 628e7f994d1948f693a6c4459597aa87 28d994ab8de147a2a0f9981daa779c48 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1014/2008] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:39 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1012 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2009] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:39 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2010] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:39 2026] POST /v2.0/security-groups => generated 1601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2011] 10.0.0.80 () {34 vars in 766 bytes} [Wed May 20 07:13:40 2026] PUT /v2.0/security-groups/64334ca5-8895-4b8c-b143-ced5e562befe/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2012] 10.0.0.80 () {34 vars in 766 bytes} [Wed May 20 07:13:40 2026] PUT /v2.0/security-groups/033eab59-82e6-4cbe-869e-8590d6a704ea/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: 1017/2013] 10.0.0.80 () {34 vars in 766 bytes} [Wed May 20 07:13:40 2026] PUT /v2.0/security-groups/192053a5-115a-4580-9233-2ae9b0ff0649/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2014] 10.0.0.80 () {34 vars in 766 bytes} [Wed May 20 07:13:40 2026] PUT /v2.0/security-groups/ee520237-86e0-4348-8aba-cc3f69264426/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2015] 10.0.0.80 () {32 vars in 679 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2016] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2017] 10.0.0.80 () {32 vars in 689 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2018] 10.0.0.80 () {32 vars in 701 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2019] 10.0.0.80 () {32 vars in 687 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2020] 10.0.0.80 () {32 vars in 701 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2021] 10.0.0.80 () {32 vars in 697 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2022] 10.0.0.80 () {32 vars in 709 bytes} [Wed May 20 07:13:40 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2023] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:40 2026] DELETE /v2.0/security-groups/64334ca5-8895-4b8c-b143-ced5e562befe => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2024] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:40 2026] DELETE /v2.0/security-groups/033eab59-82e6-4cbe-869e-8590d6a704ea => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:41.066 8 WARNING neutron_lib.context [None req-e9adad00-2766-4cbb-a1fe-41b52c6cc7f5 a31ea96839f344ffa95885cf86fa0de9 31774b2cda61427fb5d04c7d57e3b492 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1003/2025] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:40 2026] DELETE /v2.0/security-groups/192053a5-115a-4580-9233-2ae9b0ff0649 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2026] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1014 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:41.242 8 INFO neutron.db.segments_db [None req-e9adad00-2766-4cbb-a1fe-41b52c6cc7f5 a31ea96839f344ffa95885cf86fa0de9 31774b2cda61427fb5d04c7d57e3b492 - - default default] Added segment 147ce030-d3c7-472e-8c0a-6188f1fc7032 of type vxlan for network 17a20199-b7a9-4d52-8af2-666a0e7d7121 [pid: 7|app: 0|req: 1005/2027] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:41 2026] DELETE /v2.0/security-groups/ee520237-86e0-4348-8aba-cc3f69264426 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2028] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2029] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:40 2026] POST /v2.0/networks => generated 632 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2030] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:41 2026] PUT /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/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: 1025/2031] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2032] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:41 2026] DELETE /v2.0/security-groups/bfaf8806-eddd-4fc7-8495-ef7bb4f0a73a => 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: 1026/2033] 10.0.0.80 () {34 vars in 763 bytes} [Wed May 20 07:13:41 2026] PUT /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2034] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2035] 10.0.0.80 () {34 vars in 759 bytes} [Wed May 20 07:13:41 2026] PUT /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2036] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2037] 10.0.0.80 () {34 vars in 781 bytes} [Wed May 20 07:13:41 2026] PUT /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2038] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2039] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:41 2026] PUT /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2040] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2041] 10.0.0.80 () {32 vars in 740 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:41.897 7 INFO neutron.api.v2.resource [None req-424122d9-d7d1-41e0-8c4c-cb6b525a50b0 a31ea96839f344ffa95885cf86fa0de9 31774b2cda61427fb5d04c7d57e3b492 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/2042] 10.0.0.80 () {32 vars in 744 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2043] 10.0.0.80 () {32 vars in 743 bytes} [Wed May 20 07:13:41 2026] DELETE /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2044] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:42.017 7 INFO neutron.api.v2.resource [None req-21d3d449-eb89-472a-84b4-a21027382628 a31ea96839f344ffa95885cf86fa0de9 31774b2cda61427fb5d04c7d57e3b492 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/2045] 10.0.0.80 () {32 vars in 747 bytes} [Wed May 20 07:13:41 2026] DELETE /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2046] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:42 2026] DELETE /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2047] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:42 2026] GET /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2048] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:41 2026] GET /v2.0/security-groups?tenant_id=f985afb19b4147388d90e9bc657968eb&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2049] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:42 2026] DELETE /v2.0/security-groups/25b2792f-63ae-4c63-92ed-0e06b171dd8a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:42.281 7 INFO neutron.services.segments.plugin [-] Segment 147ce030-d3c7-472e-8c0a-6188f1fc7032 resource provider aggregate not found 2026-05-20 07:13:42.303 7 INFO neutron.services.segments.plugin [-] Segment 147ce030-d3c7-472e-8c0a-6188f1fc7032 resource provider aggregate not found 2026-05-20 07:13:42.307 7 INFO neutron.services.segments.plugin [-] Segment 147ce030-d3c7-472e-8c0a-6188f1fc7032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 147ce030-d3c7-472e-8c0a-6188f1fc7032 found for delete ", "request_id": "req-cf2e9d7c-3557-4146-888f-9b8389a980db"}]} [pid: 7|app: 0|req: 1019/2050] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:42 2026] DELETE /v2.0/networks/17a20199-b7a9-4d52-8af2-666a0e7d7121 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:42.412 7 INFO neutron.services.segments.plugin [-] Segment 147ce030-d3c7-472e-8c0a-6188f1fc7032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 147ce030-d3c7-472e-8c0a-6188f1fc7032 found for delete ", "request_id": "req-e0797a23-95cd-4db0-bc7c-2c29ff015959"}]} [pid: 7|app: 0|req: 1020/2051] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:42 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2052] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:42 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2053] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:42 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2054] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:42 2026] GET /v2.0/security-groups?tenant_id=2e6419196fbb4fe8ac4bd2e3e27c8575&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2055] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:42 2026] DELETE /v2.0/security-groups/2230b476-1af9-429e-97b0-ff5e27c3bca7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:42.984 7 INFO neutron.db.l3_db [None req-fbfe841f-df56-4765-bcb2-390fc4fc1cb2 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Floating IP ec7879b5-42a4-43cd-b522-992764a06c84 associated. External IP: 10.96.250.217, port: 897f2cbe-c706-450f-9425-0dcbdee890bb. [pid: 8|app: 0|req: 1034/2056] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:42 2026] GET /v2.0/security-groups?tenant_id=cbc1e34bcb4440159f64df33deb065f6&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2057] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:43 2026] DELETE /v2.0/security-groups/53933398-a504-4b78-8e38-6d560ffe433f => 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: 1023/2058] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:13:42 2026] PUT /v2.0/floatingips/ec7879b5-42a4-43cd-b522-992764a06c84 => generated 856 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:43.387 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-daca9bd1-c316-4e43-8df0-9bb8eae489f0'] response: {'name': 'network-changed', 'server_uuid': 'bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3', 'tag': '897f2cbe-c706-450f-9425-0dcbdee890bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1024/2059] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:43 2026] GET /v2.0/security-groups?tenant_id=28d994ab8de147a2a0f9981daa779c48&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2060] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:43 2026] DELETE /v2.0/security-groups/b722b81b-a5f8-4bef-8a5b-cdc328c5285b => 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: 1036/2061] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:43 2026] GET /v2.0/security-groups?tenant_id=31774b2cda61427fb5d04c7d57e3b492&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2062] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:43 2026] DELETE /v2.0/security-groups/bfeff325-5ad4-4efe-a14d-ed0898f5e1c1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2063] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:43 2026] GET /v2.0/security-groups?tenant_id=94ebb0a39286434e89f24e00b81cb93c&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2064] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:13:43 2026] GET /v2.0/ports?tenant_id=ffcc700796954b6eafe8456b544669e2&device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2065] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:43 2026] DELETE /v2.0/security-groups/90634ded-7e29-4b49-95d3-c6ceb12d7652 => 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: 1039/2066] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:13:43 2026] GET /v2.0/networks?id=ef6a0831-5829-48b1-99df-19f010ac114f => generated 769 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2067] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:13:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=897f2cbe-c706-450f-9425-0dcbdee890bb => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2068] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:13:44 2026] GET /v2.0/subnets?id=6727d6d2-0b1b-4ae6-8158-5faa7bba79ea => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2069] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:13:44 2026] GET /v2.0/ports?network_id=ef6a0831-5829-48b1-99df-19f010ac114f&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: 1041/2070] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:13:44 2026] GET /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2071] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:13:44 2026] GET /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:44.481 7 INFO neutron.db.segments_db [None req-ca3835d0-1ebf-45c4-a261-ec59e402e51e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 50e95e7f-14c2-4808-a705-78087891d5a7 of type vxlan for network deb97a41-88a1-4ce1-a6f4-a8593f888df4 [pid: 7|app: 0|req: 1030/2072] 10.0.0.80 () {34 vars in 670 bytes} [Wed May 20 07:13:44 2026] POST /v2.0/networks => generated 740 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2073] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:44 2026] POST /v2.0/subnets => generated 687 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:44.928 7 INFO neutron.db.segments_db [None req-61025e36-f459-4b9d-9681-d250414cde46 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Added segment 7d569302-6b99-4f6b-9586-f31d4b990a2a of type vxlan for network ed90bf9d-fd06-4680-bd87-2a4a01d76746 2026-05-20 07:13:45.236 7 INFO neutron.db.l3_hamode_db [None req-61025e36-f459-4b9d-9681-d250414cde46 d74d1bc27dc74b2ab049dcbccc5cfb21 d9e1b0a6d63a4f30b6f50b1064e31c74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 07:13:46.097 7 INFO neutron.db.l3_hamode_db [None req-61025e36-f459-4b9d-9681-d250414cde46 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1031/2076] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:44 2026] POST /v2.0/routers => generated 727 bytes in 2308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2077] 10.0.0.80 () {34 vars in 677 bytes} [Wed May 20 07:13:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2078] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:47 2026] PUT /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2079] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2080] 10.0.0.80 () {34 vars in 763 bytes} [Wed May 20 07:13:47 2026] PUT /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/green => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2081] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2082] 10.0.0.80 () {34 vars in 759 bytes} [Wed May 20 07:13:47 2026] PUT /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/red => generated 4 bytes in 14 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2083] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 34 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2084] 10.0.0.80 () {34 vars in 781 bytes} [Wed May 20 07:13:47 2026] PUT /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/black.or.white => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2085] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2086] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:13:47 2026] PUT /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2087] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2088] 10.0.0.80 () {32 vars in 740 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:47.704 8 INFO neutron.api.v2.resource [None req-e0e76819-ef03-43bc-ac19-6ca9dcdf08a6 ed67a9b4dae34e9794606d2692084e54 dacb042bc37140c495f7ae0203c69fdb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2089] 10.0.0.80 () {32 vars in 744 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2090] 10.0.0.80 () {32 vars in 743 bytes} [Wed May 20 07:13:47 2026] DELETE /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2091] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:47 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:47.792 8 INFO neutron.api.v2.resource [None req-e5e68d11-789b-41fe-b233-140ba17f8900 ed67a9b4dae34e9794606d2692084e54 dacb042bc37140c495f7ae0203c69fdb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2092] 10.0.0.80 () {32 vars in 747 bytes} [Wed May 20 07:13:47 2026] DELETE /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2093] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:47 2026] DELETE /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:47.867 8 WARNING neutron_lib.context [None req-ee465e78-9b79-49a1-aea2-5bbdf96a0f8b 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:48.043 8 INFO neutron.db.segments_db [None req-ee465e78-9b79-49a1-aea2-5bbdf96a0f8b 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Added segment 1488df04-36c0-4809-bd6b-99a86c3b8c91 of type vxlan for network b054c26f-77ff-4292-9b60-233915d74f62 [pid: 8|app: 0|req: 1063/2094] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:47 2026] POST /v2.0/networks => generated 632 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2095] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:13:48 2026] GET /v2.0/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f/tags => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:48.163 8 WARNING neutron_lib.context [None req-549c22d3-ee9e-4c9d-a60f-7bbadc16f9c9 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1032/2096] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:13:47 2026] PUT /v2.0/routers/425d60bd-eb71-4cfa-bf02-cb9ccbf80f4f/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2097] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:48 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:48.430 8 WARNING neutron_lib.context [None req-50ff3552-f423-4415-a49e-a3843ed0d1d8 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1033/2098] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:13:48 2026] DELETE /v2.0/qos/policies/fd08b0df-f9de-42cc-8299-e802807d7e4f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:48.484 8 INFO neutron.db.segments_db [None req-50ff3552-f423-4415-a49e-a3843ed0d1d8 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Added segment 70a47cde-2d99-4c5c-974b-47706049d709 of type vxlan for network 4cdc0720-2d73-4f4b-ab7b-efa537c14c66 [pid: 8|app: 0|req: 1066/2099] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:48 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:48.616 7 WARNING neutron_lib.context [None req-ad356387-0ff7-4647-be9b-1cc142790042 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1034/2100] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:48 2026] POST /v2.0/subnets => generated 629 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:48.922 8 WARNING neutron_lib.context [None req-a6b9a95b-8562-4b2d-929b-5206f094e844 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:48.987 8 INFO neutron.db.segments_db [None req-a6b9a95b-8562-4b2d-929b-5206f094e844 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Added segment 30b4fa2f-13a3-49c1-987d-3963ab6cf91c of type vxlan for network b4c079a8-79a1-4cc7-9aa7-de353708a262 [pid: 8|app: 0|req: 1067/2101] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:48 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:49.108 7 WARNING neutron_lib.context [None req-67de4486-9274-4c1e-b5cb-79cfa3ce82c1 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1035/2102] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:49 2026] POST /v2.0/subnets => generated 629 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:49.398 7 WARNING neutron_lib.context [None req-77fecdb7-1df5-4482-a018-1288cfa1ac43 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:49.473 7 INFO neutron.db.segments_db [None req-77fecdb7-1df5-4482-a018-1288cfa1ac43 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Added segment 09e5a01d-3d48-4029-a439-a5cfd82a1161 of type vxlan for network b69ee418-c414-40f2-b59d-4ceb3854e4a5 [pid: 8|app: 0|req: 1068/2103] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:49 2026] GET /v2.0/security-groups?tenant_id=dacb042bc37140c495f7ae0203c69fdb&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2104] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:49 2026] POST /v2.0/networks => generated 631 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:49.607 7 WARNING neutron_lib.context [None req-4a9a9f46-370d-4f1d-a59f-d59cd92a38c7 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1069/2105] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:49 2026] DELETE /v2.0/security-groups/3adbd591-cb4d-4189-967b-6d43d0930349 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2106] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:49 2026] POST /v2.0/subnets => generated 629 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:49.902 7 WARNING neutron_lib.context [None req-dab9b563-6fbf-4984-ad9c-efe5ad6d52b7 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:49.976 7 INFO neutron.db.segments_db [None req-dab9b563-6fbf-4984-ad9c-efe5ad6d52b7 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Added segment d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 of type vxlan for network 91c571f3-2c42-404c-a7be-27c65fb0d495 [pid: 8|app: 0|req: 1070/2107] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:49 2026] GET /v2.0/security-groups?tenant_id=bb768f0949d94a02a4c815d6b89efb25&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2108] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:49 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:50.096 7 WARNING neutron_lib.context [None req-0c9e56a8-f9b4-4c90-b625-f46574d21237 919ba3563fc243feb3dc7ed9a4bbb08a 8c3c1add0f394199ba8e24b24dc72eaa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1071/2109] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:49 2026] DELETE /v2.0/security-groups/1dc524d4-eb78-4137-9c09-088f7d70fc77 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2110] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:13:50 2026] POST /v2.0/subnets => generated 629 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2111] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:50 2026] PUT /v2.0/subnets/32efccff-5723-4761-9526-19e2bd5a132f/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: 1040/2112] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:50 2026] PUT /v2.0/subnets/c82be5f1-534a-4c68-8391-2ddca9830f17/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2113] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:50 2026] PUT /v2.0/subnets/9849dcfa-b7ab-4034-82f8-f98769e562f4/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2114] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:13:50 2026] PUT /v2.0/subnets/3a658a45-cbd4-4edd-9990-d071f58ecff3/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2115] 10.0.0.80 () {32 vars in 663 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2116] 10.0.0.80 () {32 vars in 677 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2117] 10.0.0.80 () {32 vars in 673 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2118] 10.0.0.80 () {32 vars in 685 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2119] 10.0.0.80 () {32 vars in 671 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2120] 10.0.0.80 () {32 vars in 685 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2121] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2122] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:13:50 2026] GET /v2.0/networks?id=deb97a41-88a1-4ce1-a6f4-a8593f888df4 => generated 672 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2123] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2124] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/quotas/d9e1b0a6d63a4f30b6f50b1064e31c74 => 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: 1047/2125] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/ports?tenant_id=d9e1b0a6d63a4f30b6f50b1064e31c74&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2126] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/networks/deb97a41-88a1-4ce1-a6f4-a8593f888df4?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2127] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:51 2026] DELETE /v2.0/subnets/32efccff-5723-4761-9526-19e2bd5a132f => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2128] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/networks/deb97a41-88a1-4ce1-a6f4-a8593f888df4?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: 1050/2129] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => 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: 1080/2130] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:51 2026] DELETE /v2.0/subnets/c82be5f1-534a-4c68-8391-2ddca9830f17 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2131] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:51 2026] DELETE /v2.0/subnets/9849dcfa-b7ab-4034-82f8-f98769e562f4 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2132] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2133] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:51 2026] DELETE /v2.0/subnets/3a658a45-cbd4-4edd-9990-d071f58ecff3 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2134] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:51 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2135] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:13:51 2026] DELETE /v2.0/subnets/9e5925d9-242a-470e-b5eb-e7886f7a06f8 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2136] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:13:52 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1283 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:52.438 7 INFO neutron.services.segments.plugin [-] Segment 1488df04-36c0-4809-bd6b-99a86c3b8c91 resource provider aggregate not found [pid: 8|app: 0|req: 1084/2137] 10.0.0.80 () {32 vars in 857 bytes} [Wed May 20 07:13:52 2026] GET /v2.0/floatingips?floating_network_id=13905f9a-44eb-4704-b599-ddaf2e1b9c7e&port_id=897f2cbe-c706-450f-9425-0dcbdee890bb => generated 861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:52.448 7 INFO neutron.services.segments.plugin [-] Segment 1488df04-36c0-4809-bd6b-99a86c3b8c91 resource provider aggregate not found 2026-05-20 07:13:52.452 7 INFO neutron.services.segments.plugin [-] Segment 1488df04-36c0-4809-bd6b-99a86c3b8c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1488df04-36c0-4809-bd6b-99a86c3b8c91 found for delete ", "request_id": "req-aedfb389-28d3-48b0-92a8-0483b27212dd"}]} 2026-05-20 07:13:52.470 7 INFO neutron.services.segments.plugin [-] Segment 1488df04-36c0-4809-bd6b-99a86c3b8c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1488df04-36c0-4809-bd6b-99a86c3b8c91 found for delete ", "request_id": "req-ad0e7b92-b39c-43a3-82af-8d432326af98"}]} [pid: 7|app: 0|req: 1054/2138] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:52 2026] DELETE /v2.0/networks/b054c26f-77ff-4292-9b60-233915d74f62 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2139] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:52 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:52.804 8 INFO neutron.services.segments.plugin [-] Segment 70a47cde-2d99-4c5c-974b-47706049d709 resource provider aggregate not found 2026-05-20 07:13:52.815 8 INFO neutron.services.segments.plugin [-] Segment 70a47cde-2d99-4c5c-974b-47706049d709 resource provider aggregate not found 2026-05-20 07:13:52.822 8 INFO neutron.services.segments.plugin [-] Segment 70a47cde-2d99-4c5c-974b-47706049d709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a47cde-2d99-4c5c-974b-47706049d709 found for delete ", "request_id": "req-472c0bef-9ee4-4778-ab2f-e772853fd264"}]} [pid: 8|app: 0|req: 1085/2140] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:52 2026] DELETE /v2.0/networks/4cdc0720-2d73-4f4b-ab7b-efa537c14c66 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2141] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:52 2026] DELETE /v2.0/networks/b4c079a8-79a1-4cc7-9aa7-de353708a262 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:53.159 8 INFO neutron.services.segments.plugin [-] Segment 70a47cde-2d99-4c5c-974b-47706049d709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a47cde-2d99-4c5c-974b-47706049d709 found for delete ", "request_id": "req-714ebc43-7e62-474a-a5ba-5303742e45ad"}]} [pid: 7|app: 0|req: 1057/2142] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:13:53 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2143] 10.0.0.58 () {34 vars in 1119 bytes} [Wed May 20 07:13:53 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2144] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:53 2026] DELETE /v2.0/networks/b69ee418-c414-40f2-b59d-4ceb3854e4a5 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:13:53.766 8 WARNING neutron_lib.context [None req-63757fd9-6343-4388-8d8c-65f6efea316f 4cea9b5c201b418a922dd366575ce3fe 2dfb1fa0295c46298bd0cc3fdcf6f769 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1059/2145] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:13:53 2026] DELETE /v2.0/networks/91c571f3-2c42-404c-a7be-27c65fb0d495 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2146] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:53 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => 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: 1087/2147] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:13:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2148] 10.0.0.80 () {34 vars in 766 bytes} [Wed May 20 07:13:54 2026] PUT /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/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: 1088/2149] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2150] 10.0.0.80 () {34 vars in 777 bytes} [Wed May 20 07:13:54 2026] PUT /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/green => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2151] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/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: 1063/2152] 10.0.0.80 () {34 vars in 773 bytes} [Wed May 20 07:13:54 2026] PUT /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/red => generated 4 bytes in 21 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2153] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/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: 1064/2154] 10.0.0.80 () {34 vars in 795 bytes} [Wed May 20 07:13:54 2026] PUT /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2155] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2156] 10.0.0.80 () {34 vars in 766 bytes} [Wed May 20 07:13:54 2026] PUT /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2157] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2158] 10.0.0.80 () {32 vars in 754 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:54.426 8 INFO neutron.api.v2.resource [None req-8a78a20a-e14a-4aea-8e36-abd6a84bb0b0 4cea9b5c201b418a922dd366575ce3fe 2dfb1fa0295c46298bd0cc3fdcf6f769 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2159] 10.0.0.80 () {32 vars in 758 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2160] 10.0.0.80 () {32 vars in 757 bytes} [Wed May 20 07:13:54 2026] DELETE /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/red => 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: 1094/2161] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:54.503 7 INFO neutron.services.segments.plugin [-] Segment 30b4fa2f-13a3-49c1-987d-3963ab6cf91c resource provider aggregate not found 2026-05-20 07:13:54.531 7 INFO neutron.services.segments.plugin [-] Segment 30b4fa2f-13a3-49c1-987d-3963ab6cf91c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30b4fa2f-13a3-49c1-987d-3963ab6cf91c found for delete ", "request_id": "req-ddd5effc-92bc-4dde-b756-ecf3267d4847"}]} 2026-05-20 07:13:54.543 7 INFO neutron.services.segments.plugin [-] Segment 30b4fa2f-13a3-49c1-987d-3963ab6cf91c resource provider aggregate not found 2026-05-20 07:13:54.550 7 INFO neutron.services.segments.plugin [-] Segment d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 resource provider aggregate not found 2026-05-20 07:13:54.561 7 INFO neutron.services.segments.plugin [-] Segment d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 found for delete ", "request_id": "req-b6d2e188-1a37-4fb7-aa05-7057cfbdd811"}]} 2026-05-20 07:13:54.571 7 INFO neutron.api.v2.resource [None req-a2967cde-3f16-4168-8f74-647d3e9fcf07 4cea9b5c201b418a922dd366575ce3fe 2dfb1fa0295c46298bd0cc3fdcf6f769 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/2162] 10.0.0.80 () {32 vars in 761 bytes} [Wed May 20 07:13:54 2026] DELETE /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2163] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:13:54 2026] DELETE /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:54.641 7 INFO neutron.services.segments.plugin [-] Segment 30b4fa2f-13a3-49c1-987d-3963ab6cf91c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30b4fa2f-13a3-49c1-987d-3963ab6cf91c found for delete ", "request_id": "req-ae75e761-3057-4682-adc1-7a14de36defc"}]} 2026-05-20 07:13:54.666 7 INFO neutron.services.segments.plugin [-] Segment d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 resource provider aggregate not found [pid: 7|app: 0|req: 1069/2164] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:54.693 7 INFO neutron.services.segments.plugin [-] Segment d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e5dbd1-f5be-46b4-acae-20ae24fcd2d6 found for delete ", "request_id": "req-1bd78561-894c-4378-a8fd-ee17bcc46fb2"}]} [pid: 7|app: 0|req: 1070/2165] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:54 2026] DELETE /v2.0/security-groups/92e64995-0342-49d7-9391-4f6635453c40 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:54.840 8 INFO neutron.services.segments.plugin [-] Segment 09e5a01d-3d48-4029-a439-a5cfd82a1161 resource provider aggregate not found 2026-05-20 07:13:54.862 8 INFO neutron.services.segments.plugin [-] Segment 09e5a01d-3d48-4029-a439-a5cfd82a1161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e5a01d-3d48-4029-a439-a5cfd82a1161 found for delete ", "request_id": "req-95de8d6b-a0bb-4e07-87f7-4bc749041f51"}]} [pid: 7|app: 0|req: 1071/2166] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => 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: 1096/2167] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:54 2026] GET /v2.0/security-groups?tenant_id=c54689c5c63b4c668d32046ee20786c4&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2168] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:54 2026] DELETE /v2.0/security-groups/5f473d98-00b1-4f5f-9b35-61c4faedc612 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:13:55.267 8 INFO neutron.services.segments.plugin [-] Segment 09e5a01d-3d48-4029-a439-a5cfd82a1161 resource provider aggregate not found 2026-05-20 07:13:55.286 8 INFO neutron.services.segments.plugin [-] Segment 09e5a01d-3d48-4029-a439-a5cfd82a1161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e5a01d-3d48-4029-a439-a5cfd82a1161 found for delete ", "request_id": "req-309a61c0-ff56-4058-9820-4b6eeb7fb909"}]} [pid: 8|app: 0|req: 1097/2169] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/security-groups?tenant_id=8c3c1add0f394199ba8e24b24dc72eaa&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2170] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:55 2026] DELETE /v2.0/security-groups/9b51dd87-056b-412e-80b6-06e35e67380e => 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: 1074/2171] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2172] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/security-groups?tenant_id=2dfb1fa0295c46298bd0cc3fdcf6f769&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: 1099/2173] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2174] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/security-groups?tenant_id=0cdfa9a928594779b131d2c1b7d1e052&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2175] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:55 2026] DELETE /v2.0/security-groups/70d588e5-8a65-42cc-abd1-b129b3522fbd => 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: 1076/2176] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:55 2026] DELETE /v2.0/security-groups/b8020a59-ad9e-4f2f-b016-c9c6bb218c5e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2177] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/networks?id=deb97a41-88a1-4ce1-a6f4-a8593f888df4 => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:55.846 8 WARNING neutron_lib.context [req-dc6c3d2d-2cc4-40e4-86c6-ea245acfdce4 req-2663a49d-8869-4d82-8249-3b170ee24802 2be7fdbd61b84cfd9a97f8eca7e3aec2 d9e1b0a6d63a4f30b6f50b1064e31c74 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1077/2178] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/security-groups?tenant_id=3af8ea821ff848de9edca2701a14d64f&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2179] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:55 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => 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: 1079/2180] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:13:56 2026] DELETE /v2.0/security-groups/2dc86454-def8-4f12-89d2-09fc66ce80c9 => 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: 1102/2181] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:13:55 2026] POST /v2.0/ports => generated 958 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2182] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:13:56 2026] PUT /v2.0/ports/5cebf1f9-6652-4771-9c6e-43abb87cb814 => generated 1239 bytes in 426 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:71: 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: 1103/2183] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:56 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1014 bytes in 77 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:71: 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: 1081/2184] 10.0.0.104 () {34 vars in 1120 bytes} [Wed May 20 07:13:56 2026] GET /v2.0/security-groups?id=ae69e30b-801c-4533-a232-6ecf4190ef2a&id=df76e1a1-e720-413d-812f-c20034795651&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2185] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:57.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a83299a7-e2c7-44bc-8f54-4fe5eca732ee'] response: {'name': 'network-changed', 'server_uuid': 'f7ffc87a-1921-4f1e-99bb-52785b4e16cc', 'tag': '5cebf1f9-6652-4771-9c6e-43abb87cb814', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1082/2186] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&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: 1105/2187] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/ports?tenant_id=d9e1b0a6d63a4f30b6f50b1064e31c74&device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2188] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/networks?tenant_id=d9e1b0a6d63a4f30b6f50b1064e31c74&shared=False => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2189] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2190] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:57.836 8 INFO neutron.db.l3_db [req-acce39f5-3f68-4722-b5ea-f91f23495d9e req-c901cc5f-5777-40a2-935d-6e020511a594 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] Floating IP ec7879b5-42a4-43cd-b522-992764a06c84 disassociated. External IP: 10.96.250.217, port: 897f2cbe-c706-450f-9425-0dcbdee890bb. [pid: 7|app: 0|req: 1085/2191] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:57 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => 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: 1107/2192] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:13:57 2026] DELETE /v2.0/ports/897f2cbe-c706-450f-9425-0dcbdee890bb => generated 0 bytes in 669 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2193] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2194] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2195] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/ports?tenant_id=d9e1b0a6d63a4f30b6f50b1064e31c74&device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:13:58.619 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e41e722-8254-4048-857f-4bb78f72f76f'] response: {'server_uuid': 'bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3', 'name': 'network-vif-deleted', 'tag': '897f2cbe-c706-450f-9425-0dcbdee890bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1109/2196] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5cebf1f9-6652-4771-9c6e-43abb87cb814 => 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: 1088/2197] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/subnets?id=5b171dda-bfb7-4bad-9a69-a36d2a86d8e0 => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2198] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/ports?network_id=deb97a41-88a1-4ce1-a6f4-a8593f888df4&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: 1089/2199] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/networks/deb97a41-88a1-4ce1-a6f4-a8593f888df4?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2200] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:13:58 2026] GET /v2.0/networks/deb97a41-88a1-4ce1-a6f4-a8593f888df4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2201] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:59 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:13:59.102 7 WARNING neutron_lib.context [None req-6af0bfb6-156b-492f-83a3-71410252b251 6afaad03c98146b99d5c77a2167b2ef7 7880c918a16e4d729263ba19456d6ad2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:59.263 7 INFO neutron.db.segments_db [None req-6af0bfb6-156b-492f-83a3-71410252b251 6afaad03c98146b99d5c77a2167b2ef7 7880c918a16e4d729263ba19456d6ad2 - - default default] Added segment 92beb30e-149f-457f-a6e1-cc4ab7896ded of type vxlan for network 094a7cde-bb84-4054-8fb7-21e94134bcd2 [pid: 7|app: 0|req: 1090/2202] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:58 2026] POST /v2.0/networks => generated 632 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:13:59.405 8 WARNING neutron_lib.context [None req-c55678fb-e333-4b6a-b63d-7a1e412754f8 6afaad03c98146b99d5c77a2167b2ef7 7880c918a16e4d729263ba19456d6ad2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:59.474 7 WARNING neutron_lib.context [None req-2b3d489e-36a3-4dce-b78b-0574910f2149 2d708092918f4b888e7de8c8fc93286f f4973da0208e4017b5d638fe183bd1fe - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:13:59.623 7 INFO neutron.db.segments_db [None req-2b3d489e-36a3-4dce-b78b-0574910f2149 2d708092918f4b888e7de8c8fc93286f f4973da0208e4017b5d638fe183bd1fe - - default default] Added segment b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 of type vxlan for network 41cfa3e1-4a8d-47db-9b96-46ca7c0489ee [pid: 8|app: 0|req: 1113/2203] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:59 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1091/2204] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:13:59 2026] POST /v2.0/networks => generated 632 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2205] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:13:59 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:13:59.752 8 WARNING neutron_lib.context [None req-5371e25c-2129-4f18-aad4-0748c2603652 2d708092918f4b888e7de8c8fc93286f f4973da0208e4017b5d638fe183bd1fe - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1092/2206] 10.0.0.80 () {34 vars in 746 bytes} [Wed May 20 07:13:59 2026] PUT /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2207] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:13:59 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2208] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:13:59 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2209] 10.0.0.80 () {34 vars in 757 bytes} [Wed May 20 07:13:59 2026] PUT /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2210] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:13:59 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2211] 10.0.0.80 () {34 vars in 753 bytes} [Wed May 20 07:13:59 2026] PUT /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2212] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2213] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:13:59 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:14:00.078 8 WARNING neutron_lib.context [None req-c7462181-a5f4-4ad4-b291-5914f446b709 2d708092918f4b888e7de8c8fc93286f f4973da0208e4017b5d638fe183bd1fe - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1099/2214] 10.0.0.80 () {34 vars in 775 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2215] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => 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: 1101/2216] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2217] 10.0.0.80 () {34 vars in 746 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2220] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/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: 1106/2221] 10.0.0.80 () {32 vars in 734 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2222] 10.0.0.80 () {34 vars in 665 bytes} [Wed May 20 07:14:00 2026] POST /v2.0/trunks => generated 407 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:00.327 7 INFO neutron.api.v2.resource [None req-2b662961-2141-4218-9ba2-c1e17f9bf68c 6afaad03c98146b99d5c77a2167b2ef7 7880c918a16e4d729263ba19456d6ad2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2223] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/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: 1117/2224] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2225] 10.0.0.80 () {32 vars in 737 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/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: 1118/2226] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2227] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2228] 10.0.0.80 () {34 vars in 759 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/green => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2229] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:00.455 8 INFO neutron.api.v2.resource [None req-ff9757a8-ef3e-40f5-b485-95cd0f1e40fe 6afaad03c98146b99d5c77a2167b2ef7 7880c918a16e4d729263ba19456d6ad2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1120/2230] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2231] 10.0.0.80 () {34 vars in 755 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/red => generated 4 bytes in 16 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2232] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2233] 10.0.0.80 () {32 vars in 729 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2234] 10.0.0.80 () {34 vars in 777 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/black.or.white => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2235] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2236] 10.0.0.80 () {32 vars in 726 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974/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: 1115/2237] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:14:00 2026] PUT /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2238] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2239] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/red => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:00.616 7 INFO neutron.api.v2.resource [None req-41b75c80-ae6d-4750-b97d-31c449c9e69a 2d708092918f4b888e7de8c8fc93286f f4973da0208e4017b5d638fe183bd1fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2240] 10.0.0.80 () {32 vars in 740 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2241] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2242] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:00.693 7 INFO neutron.api.v2.resource [None req-6c470287-4fac-4476-8bed-c55f522656fc 2d708092918f4b888e7de8c8fc93286f f4973da0208e4017b5d638fe183bd1fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2243] 10.0.0.80 () {32 vars in 743 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2244] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2245] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2/tags => 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: 1123/2246] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/ports/1d601cf9-dc1f-488c-b6fc-69b39fac1974 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2247] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:00.860 7 INFO neutron.services.segments.plugin [-] Segment 92beb30e-149f-457f-a6e1-cc4ab7896ded resource provider aggregate not found 2026-05-20 07:14:00.866 7 INFO neutron.services.segments.plugin [-] Segment 92beb30e-149f-457f-a6e1-cc4ab7896ded resource provider aggregate not found 2026-05-20 07:14:00.874 7 INFO neutron.services.segments.plugin [-] Segment 92beb30e-149f-457f-a6e1-cc4ab7896ded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92beb30e-149f-457f-a6e1-cc4ab7896ded found for delete ", "request_id": "req-4a6b5879-67c0-4470-b5c9-825460c1347f"}]} [pid: 8|app: 0|req: 1125/2248] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports/63598a03-02f2-460d-b4eb-0917b05cd38f => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:00.882 7 INFO neutron.services.segments.plugin [-] Segment 92beb30e-149f-457f-a6e1-cc4ab7896ded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92beb30e-149f-457f-a6e1-cc4ab7896ded found for delete ", "request_id": "req-207321df-70eb-49b0-ba64-3ac0279b2f36"}]} [pid: 7|app: 0|req: 1124/2249] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/networks/094a7cde-bb84-4054-8fb7-21e94134bcd2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2250] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2251] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/trunks/4e0dd034-7021-4888-b4ea-9019a1479eb2 => 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: 1126/2252] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:00 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2253] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:00 2026] DELETE /v2.0/ports/63598a03-02f2-460d-b4eb-0917b05cd38f => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2254] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:01 2026] GET /v2.0/ports?device_id=bb1c59bf-48d4-4884-ab8b-d36f28b4ebd3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2255] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:01 2026] DELETE /v2.0/networks/41cfa3e1-4a8d-47db-9b96-46ca7c0489ee => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2256] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:01 2026] GET /v2.0/security-groups?tenant_id=7880c918a16e4d729263ba19456d6ad2&name=default => generated 2926 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2257] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:01 2026] DELETE /v2.0/security-groups/c7c4bdad-4bb8-43b3-8d6a-4d9a23090a24 => 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: 1129/2258] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:01 2026] GET /v2.0/security-groups?tenant_id=a81e967ad18f4f52bbdac261be2ef4ab&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2259] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:01 2026] GET /v2.0/security-groups?tenant_id=f4973da0208e4017b5d638fe183bd1fe&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2260] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:02 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2261] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:02 2026] DELETE /v2.0/security-groups/3b96e2c5-ac9c-4720-98eb-65370ca39943 => 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: 1131/2262] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:02 2026] DELETE /v2.0/security-groups/6e4891e4-1530-4b95-b785-36c24a82063a => 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: 1132/2263] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:02 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&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: 7|app: 0|req: 1132/2264] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:02 2026] GET /v2.0/security-groups?tenant_id=1080d4b9e49c4b159e28355c7a4097a7&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2265] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:02 2026] DELETE /v2.0/security-groups/ae69e30b-801c-4533-a232-6ecf4190ef2a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:02.472 8 INFO neutron.api.v2.resource [None req-a170b3cf-768d-4c7f-8a98-b4a93b0fa990 a75e0aa84078448f8c9ac3db11927d6f ffcc700796954b6eafe8456b544669e2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1134/2266] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:14:02 2026] GET /v2.0/security-groups/ae69e30b-801c-4533-a232-6ecf4190ef2a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2267] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:02 2026] DELETE /v2.0/security-groups/0e4e0c22-24f5-4598-940d-cc3d2d70c4e4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2268] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:02 2026] DELETE /v2.0/floatingips/ec7879b5-42a4-43cd-b522-992764a06c84 => 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: 1136/2269] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:03 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2270] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:03 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:03.396 7 INFO neutron.services.segments.plugin [-] Segment b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 resource provider aggregate not found 2026-05-20 07:14:03.402 7 INFO neutron.services.segments.plugin [-] Segment b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 resource provider aggregate not found 2026-05-20 07:14:03.409 7 INFO neutron.services.segments.plugin [-] Segment b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 found for delete ", "request_id": "req-4e8ed5a6-222d-4223-81c4-2aa54634a2c2"}]} 2026-05-20 07:14:03.419 7 INFO neutron.services.segments.plugin [-] Segment b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b9fe8d-eb6e-4a6e-8677-341d4d1a1cb0 found for delete ", "request_id": "req-3c1e0e58-7d0c-4d47-a238-cf955788d720"}]} [pid: 7|app: 0|req: 1134/2271] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:02 2026] DELETE /v2.0/security-groups/df76e1a1-e720-413d-812f-c20034795651 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2272] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:14:03 2026] PUT /v2.0/routers/081418bf-c7bc-4a20-9d52-7349002fc59c/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2273] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:04 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2274] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:04 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&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-05-20 07:14:05.604 8 INFO neutron.services.segments.plugin [-] Segment ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e resource provider aggregate not found 2026-05-20 07:14:05.610 8 INFO neutron.services.segments.plugin [-] Segment ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e resource provider aggregate not found 2026-05-20 07:14:05.631 8 INFO neutron.services.segments.plugin [-] Segment ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e found for delete ", "request_id": "req-19bba2ec-e5e1-4f1a-a2d5-a3516404fcae"}]} 2026-05-20 07:14:05.635 8 INFO neutron.services.segments.plugin [-] Segment ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada43d92-2f4b-43bb-83b4-e8c4fddc5f2e found for delete ", "request_id": "req-28ecef30-a0aa-493b-bb28-1c57925e2010"}]} 2026-05-20 07:14:05.636 8 INFO neutron.db.l3_hamode_db [None req-286de2ec-c31b-4998-b34c-439d6f9d0a9e d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network 96083c1a-499f-42b5-8021-8fd98b0f60b8 was deleted as no HA routers are present in tenant ffcc700796954b6eafe8456b544669e2. [pid: 8|app: 0|req: 1139/2275] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:04 2026] DELETE /v2.0/routers/081418bf-c7bc-4a20-9d52-7349002fc59c => generated 0 bytes in 1137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:05.827 7 WARNING neutron_lib.context [None req-20aeacec-05d1-49c3-b61d-220df935b88e 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1140/2276] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:05 2026] DELETE /v2.0/subnets/6727d6d2-0b1b-4ae6-8158-5faa7bba79ea => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:05.883 7 INFO neutron.db.segments_db [None req-20aeacec-05d1-49c3-b61d-220df935b88e 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] Added segment 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 of type vxlan for network 24fd04c0-a0c4-49fd-8e8b-ab80926c737e 2026-05-20 07:14:06.191 7 INFO neutron.db.l3_hamode_db [None req-20aeacec-05d1-49c3-b61d-220df935b88e 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1141/2277] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:05 2026] DELETE /v2.0/networks/ef6a0831-5829-48b1-99df-19f010ac114f => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2278] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:06 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:06.316 7 INFO neutron.db.l3_hamode_db [None req-20aeacec-05d1-49c3-b61d-220df935b88e 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1137/2279] 10.0.0.80 () {34 vars in 667 bytes} [Wed May 20 07:14:05 2026] POST /v2.0/routers => generated 474 bytes in 1444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2280] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&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: 1139/2281] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:14:07 2026] PUT /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2282] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2283] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:14:06 2026] PUT /v2.0/routers/43a840b0-91f0-4cae-be98-f3d690af5071/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2284] 10.0.0.80 () {34 vars in 761 bytes} [Wed May 20 07:14:07 2026] PUT /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/green => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2285] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2286] 10.0.0.80 () {34 vars in 757 bytes} [Wed May 20 07:14:07 2026] PUT /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2287] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2288] 10.0.0.80 () {34 vars in 779 bytes} [Wed May 20 07:14:07 2026] PUT /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2289] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:07.662 8 INFO neutron.services.segments.plugin [-] Segment 8a4d7b31-5402-477a-9866-dab2f98da725 resource provider aggregate not found 2026-05-20 07:14:07.666 8 INFO neutron.services.segments.plugin [-] Segment 8a4d7b31-5402-477a-9866-dab2f98da725 resource provider aggregate not found 2026-05-20 07:14:07.680 8 INFO neutron.services.segments.plugin [-] Segment 8a4d7b31-5402-477a-9866-dab2f98da725 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4d7b31-5402-477a-9866-dab2f98da725 found for delete ", "request_id": "req-4ef3e0cc-2195-4a7d-95cb-a91f6c06b6de"}]} 2026-05-20 07:14:07.685 8 INFO neutron.services.segments.plugin [-] Segment 8a4d7b31-5402-477a-9866-dab2f98da725 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4d7b31-5402-477a-9866-dab2f98da725 found for delete ", "request_id": "req-00cdcc6b-286c-4264-8cce-c0f9a7dfd476"}]} [pid: 7|app: 0|req: 1147/2290] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:14:07 2026] PUT /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2291] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2292] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:07.932 7 INFO neutron.api.v2.resource [None req-d8ba2d29-842b-46fd-830a-f49c48ef33f7 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2293] 10.0.0.80 () {32 vars in 742 bytes} [Wed May 20 07:14:07 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2294] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:14:07 2026] DELETE /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/red => 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: 1152/2295] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:08 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:08.131 7 INFO neutron.api.v2.resource [None req-65301552-ce04-4709-b223-5abdcbf0a978 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1153/2296] 10.0.0.80 () {32 vars in 745 bytes} [Wed May 20 07:14:08 2026] DELETE /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2297] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:08 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2298] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:14:08 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:08.210 8 INFO neutron.db.l3_hamode_db [None req-99659ec6-a29b-4c79-b8d8-3ab63caa0385 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network f8412cbe-9928-4201-a782-984505a611f3 was deleted as no HA routers are present in tenant fea4a6a7cf9c4ec7a776ef7afc184bee. [pid: 8|app: 0|req: 1144/2299] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:07 2026] DELETE /v2.0/routers/43a840b0-91f0-4cae-be98-f3d690af5071 => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2300] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:08 2026] GET /v2.0/security-groups?id=b2a58dc4-96ff-450e-b219-a0356a874adf&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: 1156/2301] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:14:08 2026] DELETE /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2302] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:08 2026] DELETE /v2.0/subnets/8e418023-dcc4-4e2f-ab15-7e765bc58788 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2303] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:08 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2304] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:14:08 2026] DELETE /v2.0/ports/5cebf1f9-6652-4771-9c6e-43abb87cb814 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:08.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58de8853-ed6b-4163-9c93-ea3168aec3fe'] response: {'server_uuid': 'f7ffc87a-1921-4f1e-99bb-52785b4e16cc', 'name': 'network-vif-deleted', 'tag': '5cebf1f9-6652-4771-9c6e-43abb87cb814', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1147/2305] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:14:08 2026] GET /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:08.785 7 INFO neutron.services.segments.plugin [-] Segment 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 resource provider aggregate not found 2026-05-20 07:14:08.791 7 INFO neutron.services.segments.plugin [-] Segment 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 resource provider aggregate not found 2026-05-20 07:14:08.805 7 INFO neutron.services.segments.plugin [-] Segment 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 found for delete ", "request_id": "req-68f05724-c238-415d-96f8-34f7fba7393d"}]} 2026-05-20 07:14:08.814 7 INFO neutron.services.segments.plugin [-] Segment 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4fcd46-977d-4c54-9bd2-19d59ec4df72 found for delete ", "request_id": "req-5dc57342-59fb-4913-b657-3ad941b76262"}]} [pid: 7|app: 0|req: 1159/2306] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:08 2026] DELETE /v2.0/networks/f1ec4b04-4b4b-46ae-96e7-6ced6c73bca8 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2307] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:09 2026] GET /v2.0/security-groups?tenant_id=ffcc700796954b6eafe8456b544669e2&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2308] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:09 2026] DELETE /v2.0/security-groups/d7535e95-ebf9-420b-b08c-f77e4aa0b67e => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2309] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:09 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2310] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:09 2026] GET /v2.0/security-groups?tenant_id=fea4a6a7cf9c4ec7a776ef7afc184bee&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2311] 10.0.0.80 () {34 vars in 741 bytes} [Wed May 20 07:14:08 2026] PUT /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc => generated 480 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2312] 10.0.0.80 () {32 vars in 735 bytes} [Wed May 20 07:14:09 2026] GET /v2.0/ports?device_id=4518a872-e168-4ec3-9853-d92ab72e7ddc => 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: 1164/2313] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:09 2026] DELETE /v2.0/security-groups/4186b11c-ed53-49fe-bde8-2bf76f60f155 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:09.704 8 INFO neutron.services.segments.plugin [-] Segment 2eb845d1-e34c-4861-a183-c0ac211b6b5a resource provider aggregate not found 2026-05-20 07:14:09.709 8 INFO neutron.services.segments.plugin [-] Segment 2eb845d1-e34c-4861-a183-c0ac211b6b5a resource provider aggregate not found 2026-05-20 07:14:09.725 8 INFO neutron.services.segments.plugin [-] Segment 2eb845d1-e34c-4861-a183-c0ac211b6b5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eb845d1-e34c-4861-a183-c0ac211b6b5a found for delete ", "request_id": "req-20472b7b-8090-4fee-b823-1340e74f1be6"}]} 2026-05-20 07:14:09.727 8 INFO neutron.services.segments.plugin [-] Segment 2eb845d1-e34c-4861-a183-c0ac211b6b5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eb845d1-e34c-4861-a183-c0ac211b6b5a found for delete ", "request_id": "req-a934e177-5672-4738-bf2e-b88aea211789"}]} 2026-05-20 07:14:10.144 8 INFO neutron.db.l3_hamode_db [None req-a818491b-4059-41b5-8536-dfb138106ec8 67e235b067bd4bf6b0598246777b3eae 1dc8406fa85e4585adf2714ea080af03 - - default default] HA network 24fd04c0-a0c4-49fd-8e8b-ab80926c737e was deleted as no HA routers are present in tenant 1dc8406fa85e4585adf2714ea080af03. [pid: 8|app: 0|req: 1150/2314] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:09 2026] DELETE /v2.0/routers/4518a872-e168-4ec3-9853-d92ab72e7ddc => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2315] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:10 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => 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: 1151/2316] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:10 2026] GET /v2.0/security-groups?tenant_id=b40ac4805afc459da396f36ddfaf143e&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2317] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:10 2026] DELETE /v2.0/security-groups/71c982a7-ec51-4361-822c-4f86ce4abe07 => 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: 1152/2318] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:11 2026] GET /v2.0/security-groups?tenant_id=1dc8406fa85e4585adf2714ea080af03&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2319] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:11 2026] GET /v2.0/ports?device_id=f7ffc87a-1921-4f1e-99bb-52785b4e16cc => 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/2320] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:11 2026] DELETE /v2.0/security-groups/992706e9-8126-4377-8453-dfd17cc95696 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:12.270 8 INFO neutron.services.segments.plugin [-] Segment 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 resource provider aggregate not found 2026-05-20 07:14:12.280 8 INFO neutron.services.segments.plugin [-] Segment 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 resource provider aggregate not found 2026-05-20 07:14:12.296 8 INFO neutron.services.segments.plugin [-] Segment 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 found for delete ", "request_id": "req-bf8eb057-8e02-41a1-a587-2b434c2afd75"}]} 2026-05-20 07:14:12.298 8 INFO neutron.services.segments.plugin [-] Segment 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92d1dc67-d4ae-4db1-8aa3-762bb8a77491 found for delete ", "request_id": "req-bdf993ff-dacc-425f-81bd-9ac0ffb0b3bb"}]} 2026-05-20 07:14:12.435 8 WARNING neutron_lib.context [None req-6b7242cc-891a-4855-9f13-0a3999aa6a17 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:12.621 8 INFO neutron.db.segments_db [None req-6b7242cc-891a-4855-9f13-0a3999aa6a17 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Added segment 3bc24e0e-c624-4f34-a670-2d45ebf166f8 of type vxlan for network a95664f3-54a6-49df-bb72-d57f1a0df780 [pid: 8|app: 0|req: 1154/2321] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:12 2026] POST /v2.0/networks => generated 639 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:12.739 7 WARNING neutron_lib.context [None req-3621ac82-5632-4809-b762-6feb1b44962e acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1168/2322] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:12 2026] POST /v2.0/subnets => generated 658 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2323] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:12 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:13.212 7 WARNING neutron_lib.context [None req-34e80cfc-40b6-418d-8b2a-c5986aed97ea acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1169/2324] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:13 2026] POST /v2.0/subnets => generated 732 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:13.462 8 WARNING neutron_lib.context [None req-34dc8268-3a2a-4bd0-8b97-2c279bba99bd acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:13.519 8 INFO neutron.db.segments_db [None req-34dc8268-3a2a-4bd0-8b97-2c279bba99bd acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Added segment 0df4f61b-728d-4135-808e-b46ccb13fc25 of type vxlan for network 27934046-3ff3-4528-988f-3849aa52a681 [pid: 8|app: 0|req: 1156/2325] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:13 2026] POST /v2.0/networks => generated 638 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:13.621 7 WARNING neutron_lib.context [None req-8ad6e168-a2b5-4fae-a395-f803fd56405b acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1170/2326] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:13 2026] POST /v2.0/subnets => generated 655 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:14.095 7 WARNING neutron_lib.context [None req-47a2a61c-500e-4774-a0c3-e551d1f0fc8c cb50cb9465dc46daad96b748bfe8ec5e 93bc7c7e6bc346ceb2ac1b4b19ddb1a6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1171/2327] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:13 2026] POST /v2.0/floatingips => generated 552 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:14.674 7 WARNING neutron_lib.context [None req-b9641bab-c5d6-411f-9bbf-3dde09702ba9 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1157/2328] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:14:13 2026] PUT /v2.0/routers/425d60bd-eb71-4cfa-bf02-cb9ccbf80f4f/remove_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:14.863 8 WARNING neutron_lib.context [None req-b2a0410d-39ff-4b3a-8233-3aa9ea468828 cb50cb9465dc46daad96b748bfe8ec5e 93bc7c7e6bc346ceb2ac1b4b19ddb1a6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1172/2329] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:14 2026] POST /v2.0/subnets => generated 726 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2330] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:14 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:15.710 8 WARNING neutron_lib.context [None req-8accbdd1-1390-44f2-a220-52e472157ac5 757fc5c10e1748cfa5852bb5c385ce35 816e83afc929426aa604a407b8183ae3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1159/2331] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:15.852 8 WARNING neutron_lib.context [None req-df5c1245-c44f-4f23-acc5-584adeefe9cd acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:15.924 8 INFO neutron.db.segments_db [None req-df5c1245-c44f-4f23-acc5-584adeefe9cd acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Added segment 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 of type vxlan for network 06648ac8-1167-4290-981a-5cfe4eb16908 2026-05-20 07:14:16.022 7 INFO neutron.services.segments.plugin [-] Segment 7d569302-6b99-4f6b-9586-f31d4b990a2a resource provider aggregate not found 2026-05-20 07:14:16.027 7 INFO neutron.services.segments.plugin [-] Segment 7d569302-6b99-4f6b-9586-f31d4b990a2a resource provider aggregate not found [pid: 8|app: 0|req: 1160/2332] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:15 2026] POST /v2.0/networks => generated 638 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:16.037 7 INFO neutron.services.segments.plugin [-] Segment 7d569302-6b99-4f6b-9586-f31d4b990a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d569302-6b99-4f6b-9586-f31d4b990a2a found for delete ", "request_id": "req-c14b6452-0dbe-4a85-82ba-8604ec71368a"}]} 2026-05-20 07:14:16.043 8 WARNING neutron_lib.context [None req-54032ca1-6b44-4ea6-9c12-3343de359493 cb50cb9465dc46daad96b748bfe8ec5e 93bc7c7e6bc346ceb2ac1b4b19ddb1a6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:16.044 7 INFO neutron.services.segments.plugin [-] Segment 7d569302-6b99-4f6b-9586-f31d4b990a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d569302-6b99-4f6b-9586-f31d4b990a2a found for delete ", "request_id": "req-70cd23a6-3f91-4346-9e17-ecb2f6e77074"}]} 2026-05-20 07:14:16.051 7 INFO neutron.db.l3_hamode_db [None req-4b70038c-2c23-4baa-8afa-910c6729dba4 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] HA network ed90bf9d-fd06-4680-bd87-2a4a01d76746 was deleted as no HA routers are present in tenant d9e1b0a6d63a4f30b6f50b1064e31c74. [pid: 7|app: 0|req: 1173/2335] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:14 2026] DELETE /v2.0/routers/425d60bd-eb71-4cfa-bf02-cb9ccbf80f4f => generated 0 bytes in 1057 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2336] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:16 2026] PUT /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:16.099 7 WARNING neutron_lib.context [None req-8008ea11-7ab3-446e-92b2-a19866a155dc acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1175/2337] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:16 2026] POST /v2.0/subnets => generated 654 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2338] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:16 2026] DELETE /v2.0/subnets/5b171dda-bfb7-4bad-9a69-a36d2a86d8e0 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2339] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:16 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:16.632 7 WARNING neutron_lib.context [None req-018e41ee-8a89-4be2-bc2c-dc1e4e29b779 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1163/2340] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:16 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2341] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:16 2026] POST /v2.0/subnets => generated 730 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2342] 10.0.0.80 () {34 vars in 769 bytes} [Wed May 20 07:14:16 2026] PUT /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/green => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-20 07:14:16.910 7 WARNING neutron_lib.context [None req-4b2e9630-b77a-47e1-b5b9-7e45c60b717c cb50cb9465dc46daad96b748bfe8ec5e 93bc7c7e6bc346ceb2ac1b4b19ddb1a6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:16.994 8 INFO neutron.services.segments.plugin [-] Segment 50e95e7f-14c2-4808-a705-78087891d5a7 resource provider aggregate not found 2026-05-20 07:14:16.999 8 INFO neutron.services.segments.plugin [-] Segment 50e95e7f-14c2-4808-a705-78087891d5a7 resource provider aggregate not found 2026-05-20 07:14:17.008 8 INFO neutron.services.segments.plugin [-] Segment 50e95e7f-14c2-4808-a705-78087891d5a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e95e7f-14c2-4808-a705-78087891d5a7 found for delete ", "request_id": "req-8fc45a95-8a8a-4998-9ea4-77517edb7497"}]} 2026-05-20 07:14:17.013 8 INFO neutron.services.segments.plugin [-] Segment 50e95e7f-14c2-4808-a705-78087891d5a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e95e7f-14c2-4808-a705-78087891d5a7 found for delete ", "request_id": "req-e5504c9f-b255-4268-8d04-3f852c629452"}]} [pid: 8|app: 0|req: 1164/2343] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:16 2026] DELETE /v2.0/networks/deb97a41-88a1-4ce1-a6f4-a8593f888df4 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:17.026 8 WARNING neutron_lib.context [None req-b67b6cff-e2ca-4bec-b282-de8957bb459c acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:17.066 8 INFO neutron.db.segments_db [None req-b67b6cff-e2ca-4bec-b282-de8957bb459c acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Added segment 1d5bd8d7-9d0d-4379-93d7-131599e57a27 of type vxlan for network 1efe1b5d-deca-4a21-bece-4516229d65aa 2026-05-20 07:14:17.306 8 INFO neutron.db.l3_hamode_db [None req-b67b6cff-e2ca-4bec-b282-de8957bb459c acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1180/2344] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:16 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2345] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:17 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2346] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:17 2026] GET /v2.0/security-groups?tenant_id=d9e1b0a6d63a4f30b6f50b1064e31c74&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:17.530 7 WARNING neutron_lib.context [None req-8863af1d-ae61-4d59-b70d-b6e86dd04c30 cb50cb9465dc46daad96b748bfe8ec5e 93bc7c7e6bc346ceb2ac1b4b19ddb1a6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1183/2347] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:17 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2348] 10.0.0.80 () {34 vars in 765 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-20 07:14:18.157 8 INFO neutron.db.l3_hamode_db [None req-b67b6cff-e2ca-4bec-b282-de8957bb459c acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1185/2349] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:18 2026] DELETE /v2.0/security-groups/b2a58dc4-96ff-450e-b219-a0356a874adf => 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: 1186/2350] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/floatingips/cd426304-93a3-4324-ab40-d424b610a3c7/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: 1187/2351] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2352] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/floatingips/02b23fcf-ba2b-4808-b5e5-14d919a077fa/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: 1189/2353] 10.0.0.80 () {34 vars in 787 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2354] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/floatingips/80e77786-2a7b-446e-9a59-5e1a1328fbe8/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2355] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/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: 1192/2356] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/floatingips/a3c6da5c-4105-47dd-adf2-b56cb4bcd5fa/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2357] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:18 2026] PUT /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2358] 10.0.0.80 () {32 vars in 671 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2359] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2360] 10.0.0.80 () {32 vars in 685 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2361] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/red => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2362] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:18.659 7 INFO neutron.api.v2.resource [None req-01a46283-5259-4cf1-84a0-eded94173a64 757fc5c10e1748cfa5852bb5c385ce35 816e83afc929426aa604a407b8183ae3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2363] 10.0.0.80 () {32 vars in 750 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2364] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2365] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:14:18 2026] DELETE /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2366] 10.0.0.80 () {32 vars in 679 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2367] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 30 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2368] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:18.840 7 INFO neutron.api.v2.resource [None req-dea8bd16-e4f5-4e82-bdac-5965e671847b 757fc5c10e1748cfa5852bb5c385ce35 816e83afc929426aa604a407b8183ae3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1205/2369] 10.0.0.80 () {32 vars in 753 bytes} [Wed May 20 07:14:18 2026] DELETE /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2370] 10.0.0.80 () {32 vars in 689 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2371] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:14:18 2026] DELETE /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2372] 10.0.0.80 () {32 vars in 701 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2373] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:18 2026] GET /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0/tags => 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: 1165/2374] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:17 2026] POST /v2.0/routers => generated 684 bytes in 2102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2375] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:19 2026] DELETE /v2.0/subnetpools/68503f38-c137-47ec-aec9-a0f2f6ee1ae0 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2376] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:18 2026] DELETE /v2.0/floatingips/cd426304-93a3-4324-ab40-d424b610a3c7 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2377] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:19 2026] DELETE /v2.0/floatingips/02b23fcf-ba2b-4808-b5e5-14d919a077fa => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2378] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:19 2026] DELETE /v2.0/floatingips/80e77786-2a7b-446e-9a59-5e1a1328fbe8 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2379] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:19 2026] DELETE /v2.0/floatingips/a3c6da5c-4105-47dd-adf2-b56cb4bcd5fa => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2380] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:20 2026] GET /v2.0/security-groups?tenant_id=816e83afc929426aa604a407b8183ae3&name=default => generated 2929 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2381] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:14:19 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/add_router_interface => generated 309 bytes in 1541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2382] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:20 2026] DELETE /v2.0/security-groups/e121d692-587b-40f2-b595-3c56ba684a0c => 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: 1215/2383] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:20 2026] DELETE /v2.0/floatingips/5ccf9f0b-b99e-4786-8daf-e78a97c0eedc => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2384] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:21 2026] GET /v2.0/security-groups?tenant_id=4d4e2f5f6700449b9ae6f99c6a7e0cad&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2385] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:21 2026] DELETE /v2.0/security-groups/2e3dee72-9da0-4fcd-8823-387197d441d9 => 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: 1218/2386] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:21 2026] GET /v2.0/security-groups?tenant_id=93bc7c7e6bc346ceb2ac1b4b19ddb1a6&name=default => generated 2929 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2387] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:22 2026] DELETE /v2.0/security-groups/a41cecfe-13c0-4811-a6a3-733170211add => 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: 1169/2388] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:14:20 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/add_router_interface => generated 309 bytes in 1658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2389] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:22 2026] GET /v2.0/security-groups?tenant_id=0d38829f8e504de086eef28e880503ae&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2390] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:22 2026] DELETE /v2.0/security-groups/98b91137-7f1d-4805-aa2d-bddcfa311f85 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:23.077 7 WARNING neutron_lib.context [None req-dea4c95d-8644-43b3-9b4e-6b4d57dc02f1 a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:23.255 7 INFO neutron.db.segments_db [None req-dea4c95d-8644-43b3-9b4e-6b4d57dc02f1 a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Added segment f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 of type vxlan for network 34e0b022-d3d2-4197-988e-ffbbf7c87582 [pid: 7|app: 0|req: 1222/2391] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:22 2026] POST /v2.0/networks => generated 631 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2392] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:23 2026] GET /v2.0/security-groups?tenant_id=efb5ab580f454cbf9e6d0477ee4bffce&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:23.481 7 WARNING neutron_lib.context [None req-62d8c157-c078-480e-9e57-bcd69efc05af a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:23.546 7 INFO neutron.db.segments_db [None req-62d8c157-c078-480e-9e57-bcd69efc05af a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Added segment 3c9a6835-d966-4c6f-ad97-94e1d436848b of type vxlan for network 2da3749d-5d7c-4382-afd5-0b033447c770 [pid: 7|app: 0|req: 1224/2393] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:23 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2394] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:23 2026] DELETE /v2.0/security-groups/410857df-005c-4a6f-8c84-aacc44f288a0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:23.746 7 WARNING neutron_lib.context [None req-e72fca0f-6859-490f-ad83-4a915646ae0d a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:23.809 7 INFO neutron.db.segments_db [None req-e72fca0f-6859-490f-ad83-4a915646ae0d a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Added segment 545f6320-bb68-4ac1-8d1e-8741a4902f81 of type vxlan for network cc74d848-f105-463c-a6b1-692e3b911b9a [pid: 7|app: 0|req: 1226/2395] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:23 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:23.915 7 WARNING neutron_lib.context [None req-32a52dbb-2fab-473e-a7e4-da6789a077e6 a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:23.969 7 INFO neutron.db.segments_db [None req-32a52dbb-2fab-473e-a7e4-da6789a077e6 a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Added segment ed4d94c0-5673-47aa-aef2-5eb982da8a04 of type vxlan for network 8a14f8c1-6a2a-4413-a71c-65e3d98a7d09 [pid: 7|app: 0|req: 1227/2396] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:23 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:24.076 7 WARNING neutron_lib.context [None req-a0e81499-2d10-4038-878c-3e91cd1d2a22 a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:24.129 7 INFO neutron.db.segments_db [None req-a0e81499-2d10-4038-878c-3e91cd1d2a22 a696e5b946204eb99f547d3c514ddcbd dc550cd72ee84ed3a1e97ef632d6cab2 - - default default] Added segment f37bf6b2-23fc-45ac-844f-c625d560a3b8 of type vxlan for network cef7ebfd-75a6-4de2-b462-d7f6d3a1d447 [pid: 8|app: 0|req: 1170/2397] 10.0.0.80 () {34 vars in 782 bytes} [Wed May 20 07:14:22 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/add_router_interface => generated 309 bytes in 1674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2398] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:24 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2399] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:24 2026] PUT /v2.0/networks/34e0b022-d3d2-4197-988e-ffbbf7c87582/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:24.291 8 WARNING neutron_lib.context [None req-81b39936-09f9-446a-8291-86d91925cb58 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1229/2400] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:24 2026] PUT /v2.0/networks/2da3749d-5d7c-4382-afd5-0b033447c770/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2401] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:24 2026] PUT /v2.0/networks/cc74d848-f105-463c-a6b1-692e3b911b9a/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2402] 10.0.0.80 () {34 vars in 683 bytes} [Wed May 20 07:14:24 2026] POST /v2.0/security-groups => generated 1629 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 07:14:24.461 8 WARNING neutron_lib.context [None req-8cd030ef-a11a-4085-81b5-d5bb5aa8c4b7 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1231/2403] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:24 2026] PUT /v2.0/networks/8a14f8c1-6a2a-4413-a71c-65e3d98a7d09/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: 1232/2404] 10.0.0.80 () {32 vars in 665 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2405] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2406] 10.0.0.80 () {32 vars in 679 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:24.608 8 WARNING neutron_lib.context [None req-b3d6a4a6-dc92-4514-a4de-3df8945a0ba9 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1234/2407] 10.0.0.80 () {32 vars in 675 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2408] 10.0.0.80 () {32 vars in 687 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2409] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:24.756 8 WARNING neutron_lib.context [None req-f13bdd9f-73fc-4b00-a173-0b94d37d401c acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1236/2410] 10.0.0.80 () {32 vars in 673 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2411] 10.0.0.80 () {32 vars in 687 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2412] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:24.902 8 WARNING neutron_lib.context [None req-1d9ac403-1a0f-42db-b943-b53939dd12d4 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1238/2413] 10.0.0.80 () {32 vars in 683 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2414] 10.0.0.80 () {32 vars in 695 bytes} [Wed May 20 07:14:24 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2415] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:25.029 8 WARNING neutron_lib.context [None req-90a6ffad-58e5-43d9-83c6-e6955a4bd075 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:25.099 7 INFO neutron.services.segments.plugin [-] Segment f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 resource provider aggregate not found 2026-05-20 07:14:25.111 7 INFO neutron.services.segments.plugin [-] Segment f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 resource provider aggregate not found [pid: 7|app: 0|req: 1240/2416] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:24 2026] DELETE /v2.0/networks/34e0b022-d3d2-4197-988e-ffbbf7c87582 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:25.126 7 INFO neutron.services.segments.plugin [-] Segment f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 found for delete ", "request_id": "req-e10b424c-58b5-4a35-84a8-bf9501e15721"}]} 2026-05-20 07:14:25.133 7 INFO neutron.services.segments.plugin [-] Segment f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6c6e7c4-1cf6-49d8-8a8b-443d76ee00d0 found for delete ", "request_id": "req-ff7283c3-a617-4c80-b98e-e851efc7b994"}]} [pid: 8|app: 0|req: 1177/2417] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:25.171 8 WARNING neutron_lib.context [None req-b6c98bfc-5e27-4f46-9171-ff72928df1f6 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1178/2418] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2419] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:25 2026] DELETE /v2.0/networks/2da3749d-5d7c-4382-afd5-0b033447c770 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:25.329 7 WARNING neutron_lib.context [None req-783db37b-cd1e-40b4-986f-05b6337170ea acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1242/2420] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:25.632 8 WARNING neutron_lib.context [None req-9ca61cc0-c5a4-4d52-8a46-2cea0359ee04 93663ba3f7f74a0fbaec2815cf8069bf dc5042cfcb85403a9937bb080bb63414 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1243/2421] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:25 2026] DELETE /v2.0/networks/cc74d848-f105-463c-a6b1-692e3b911b9a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:25.646 7 WARNING neutron_lib.context [None req-985ff2d3-a638-4a50-a02d-3e3e97091959 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1244/2422] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:25 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) 2026-05-20 07:14:25.805 8 INFO neutron.db.segments_db [None req-9ca61cc0-c5a4-4d52-8a46-2cea0359ee04 93663ba3f7f74a0fbaec2815cf8069bf dc5042cfcb85403a9937bb080bb63414 - - default default] Added segment 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 of type vxlan for network ead0e628-7df0-4497-8764-18c3936ddfc4 [pid: 7|app: 0|req: 1245/2423] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:25 2026] DELETE /v2.0/networks/8a14f8c1-6a2a-4413-a71c-65e3d98a7d09 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:25.905 7 WARNING neutron_lib.context [None req-84928dad-0d31-4b17-a27c-8e62944da4a6 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1179/2424] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:25 2026] POST /v2.0/networks => generated 632 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:26.031 8 INFO neutron.services.segments.plugin [-] Segment f37bf6b2-23fc-45ac-844f-c625d560a3b8 resource provider aggregate not found [pid: 7|app: 0|req: 1246/2425] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:26.035 8 INFO neutron.services.segments.plugin [-] Segment f37bf6b2-23fc-45ac-844f-c625d560a3b8 resource provider aggregate not found 2026-05-20 07:14:26.036 7 WARNING neutron_lib.context [None req-0acb9aad-1e18-41e6-a721-d61719ca3059 93663ba3f7f74a0fbaec2815cf8069bf dc5042cfcb85403a9937bb080bb63414 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:26.047 8 INFO neutron.services.segments.plugin [-] Segment f37bf6b2-23fc-45ac-844f-c625d560a3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37bf6b2-23fc-45ac-844f-c625d560a3b8 found for delete ", "request_id": "req-ada1f286-0068-4b01-a116-53c2f427bb1a"}]} [pid: 8|app: 0|req: 1180/2426] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:25 2026] DELETE /v2.0/networks/cef7ebfd-75a6-4de2-b462-d7f6d3a1d447 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:26.054 8 INFO neutron.services.segments.plugin [-] Segment f37bf6b2-23fc-45ac-844f-c625d560a3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37bf6b2-23fc-45ac-844f-c625d560a3b8 found for delete ", "request_id": "req-001dec30-7acf-4ff0-9d99-0c7c5839013f"}]} 2026-05-20 07:14:26.058 8 WARNING neutron_lib.context [None req-2cbc8270-60dd-4cfd-8794-cfa869889adb acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1181/2427] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:26.217 8 WARNING neutron_lib.context [None req-28318773-cca1-4015-bc0e-b4c340bc5477 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1247/2428] 10.0.0.80 () {34 vars in 668 bytes} [Wed May 20 07:14:26 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2429] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:14:26 2026] PUT /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2430] 10.0.0.80 () {34 vars in 694 bytes} [Wed May 20 07:14:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2431] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2432] 10.0.0.80 () {34 vars in 761 bytes} [Wed May 20 07:14:26 2026] PUT /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2433] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2434] 10.0.0.80 () {34 vars in 757 bytes} [Wed May 20 07:14:26 2026] PUT /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2435] 10.0.0.104 () {34 vars in 1094 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-334947944&fields=id&tenant_id=da70a493a83b438abd78260b04206e9d => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2436] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/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: 1186/2437] 10.0.0.80 () {34 vars in 779 bytes} [Wed May 20 07:14:26 2026] PUT /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2438] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2439] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2440] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/quotas/da70a493a83b438abd78260b04206e9d => 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: 1188/2441] 10.0.0.80 () {34 vars in 750 bytes} [Wed May 20 07:14:26 2026] PUT /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2442] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2443] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:26.897 8 INFO neutron.api.v2.resource [None req-d5a756f3-5878-4aec-9f1e-212b141130ac 93663ba3f7f74a0fbaec2815cf8069bf dc5042cfcb85403a9937bb080bb63414 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1191/2444] 10.0.0.80 () {32 vars in 742 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2445] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:14:26 2026] DELETE /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2446] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&fields=id => generated 287 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2447] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2448] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:14:26 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:27.031 8 INFO neutron.api.v2.resource [None req-283af42e-284a-4a95-8b55-a6518c786e8e 93663ba3f7f74a0fbaec2815cf8069bf dc5042cfcb85403a9937bb080bb63414 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2449] 10.0.0.80 () {32 vars in 745 bytes} [Wed May 20 07:14:27 2026] DELETE /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2450] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:14:27 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2451] 10.0.0.80 () {32 vars in 733 bytes} [Wed May 20 07:14:27 2026] DELETE /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2452] 10.0.0.80 () {32 vars in 730 bytes} [Wed May 20 07:14:27 2026] GET /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:27.151 7 INFO neutron.services.segments.plugin [-] Segment 3c9a6835-d966-4c6f-ad97-94e1d436848b resource provider aggregate not found 2026-05-20 07:14:27.158 7 INFO neutron.services.segments.plugin [-] Segment 3c9a6835-d966-4c6f-ad97-94e1d436848b resource provider aggregate not found 2026-05-20 07:14:27.169 7 INFO neutron.services.segments.plugin [-] Segment 3c9a6835-d966-4c6f-ad97-94e1d436848b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c9a6835-d966-4c6f-ad97-94e1d436848b found for delete ", "request_id": "req-e62513a1-0ac4-4d71-ac18-33da8450139b"}]} 2026-05-20 07:14:27.179 7 INFO neutron.services.segments.plugin [-] Segment 3c9a6835-d966-4c6f-ad97-94e1d436848b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c9a6835-d966-4c6f-ad97-94e1d436848b found for delete ", "request_id": "req-89fa23f0-1655-40fa-a3d8-8f6c5501686f"}]} 2026-05-20 07:14:27.187 7 INFO neutron.services.segments.plugin [-] Segment 545f6320-bb68-4ac1-8d1e-8741a4902f81 resource provider aggregate not found 2026-05-20 07:14:27.193 7 INFO neutron.services.segments.plugin [-] Segment 545f6320-bb68-4ac1-8d1e-8741a4902f81 resource provider aggregate not found 2026-05-20 07:14:27.204 7 INFO neutron.services.segments.plugin [-] Segment 545f6320-bb68-4ac1-8d1e-8741a4902f81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545f6320-bb68-4ac1-8d1e-8741a4902f81 found for delete ", "request_id": "req-cac6469e-d332-4a48-8c25-94a35f712824"}]} 2026-05-20 07:14:27.208 7 INFO neutron.services.segments.plugin [-] Segment 545f6320-bb68-4ac1-8d1e-8741a4902f81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545f6320-bb68-4ac1-8d1e-8741a4902f81 found for delete ", "request_id": "req-2dd0e217-f6f6-4ded-9d66-689472c3a999"}]} 2026-05-20 07:14:27.226 7 INFO neutron.services.segments.plugin [-] Segment ed4d94c0-5673-47aa-aef2-5eb982da8a04 resource provider aggregate not found 2026-05-20 07:14:27.234 7 INFO neutron.services.segments.plugin [-] Segment ed4d94c0-5673-47aa-aef2-5eb982da8a04 resource provider aggregate not found 2026-05-20 07:14:27.241 7 INFO neutron.services.segments.plugin [-] Segment ed4d94c0-5673-47aa-aef2-5eb982da8a04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed4d94c0-5673-47aa-aef2-5eb982da8a04 found for delete ", "request_id": "req-28b45df7-016c-4899-ae84-60d3dc82ad4d"}]} 2026-05-20 07:14:27.246 7 INFO neutron.services.segments.plugin [-] Segment ed4d94c0-5673-47aa-aef2-5eb982da8a04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed4d94c0-5673-47aa-aef2-5eb982da8a04 found for delete ", "request_id": "req-3297fed9-767e-4f2e-b74b-11d2888d46a3"}]} [pid: 8|app: 0|req: 1198/2453] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:14:27 2026] DELETE /v2.0/subnets/92fcba58-b400-41a3-b57a-94045c1cb2c9 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2454] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:27 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => 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: 1256/2455] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:27 2026] GET /v2.0/security-groups?tenant_id=fde2bc96c4184274ab536661b4c20ba8&name=default => generated 2929 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2456] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:27 2026] DELETE /v2.0/security-groups/6b8274a2-3a97-4878-a504-cc95c419aa1b => 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: 1200/2457] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:27 2026] DELETE /v2.0/networks/ead0e628-7df0-4497-8764-18c3936ddfc4 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2458] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:27 2026] GET /v2.0/security-groups?tenant_id=dc550cd72ee84ed3a1e97ef632d6cab2&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2459] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:27 2026] DELETE /v2.0/security-groups/4ca7c40a-bcc5-4c30-9eec-ad258574694e => 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: 1259/2460] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:27 2026] GET /v2.0/security-groups?tenant_id=434ad93ed05f4725b1d967ab350cf5a8&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:28.065 8 INFO neutron.services.segments.plugin [-] Segment 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 resource provider aggregate not found 2026-05-20 07:14:28.071 8 INFO neutron.services.segments.plugin [-] Segment 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 resource provider aggregate not found 2026-05-20 07:14:28.078 8 INFO neutron.services.segments.plugin [-] Segment 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 found for delete ", "request_id": "req-ec6df7c6-ffb2-4859-a78f-3b0c5f81b2b4"}]} 2026-05-20 07:14:28.082 8 INFO neutron.services.segments.plugin [-] Segment 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3946afd2-24bb-4c0a-92fe-b6b00fcf8b13 found for delete ", "request_id": "req-85608589-72e3-4cfb-93db-73a8506fffb5"}]} [pid: 7|app: 0|req: 1260/2461] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:28 2026] DELETE /v2.0/security-groups/ad790680-b24b-4581-83fe-b5a374a5da93 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:28.181 8 WARNING neutron_lib.context [None req-79b22768-1127-497e-8560-3a5aee506f03 c8b8b627d16849749daca87e4fecb4a8 a599b5a319ba40b99c6a723678fc772c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1202/2462] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:28.248 7 WARNING neutron_lib.context [None req-a9c5c3cc-47c6-416e-af8e-5d27744f807a c8b8b627d16849749daca87e4fecb4a8 a599b5a319ba40b99c6a723678fc772c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1261/2463] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:28.333 8 WARNING neutron_lib.context [None req-4f167415-88eb-45c3-b010-4c767cfe3b40 c8b8b627d16849749daca87e4fecb4a8 a599b5a319ba40b99c6a723678fc772c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1203/2464] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:28.387 8 WARNING neutron_lib.context [None req-29623c40-068d-4a17-94f0-c4b3e13a3afc c8b8b627d16849749daca87e4fecb4a8 a599b5a319ba40b99c6a723678fc772c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1204/2465] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:28.442 8 WARNING neutron_lib.context [None req-054f39d9-ab24-46bd-b156-de0458fdc494 c8b8b627d16849749daca87e4fecb4a8 a599b5a319ba40b99c6a723678fc772c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1262/2466] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/security-groups?tenant_id=dc5042cfcb85403a9937bb080bb63414&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2467] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2468] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:28 2026] PUT /v2.0/subnetpools/a19576cc-2be4-4762-8efb-a6082a48fb80/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2469] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:28 2026] DELETE /v2.0/security-groups/490571c1-6ed2-4bda-92ec-e0628d305802 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2470] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:28 2026] PUT /v2.0/subnetpools/66036cf7-3938-40cc-b62e-eb3d94fc5294/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2471] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:28 2026] PUT /v2.0/subnetpools/abf10b94-dc07-40ec-9211-38112d794c7f/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2472] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:28 2026] PUT /v2.0/subnetpools/3a78cda5-925b-477b-88fc-6a64e9660178/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: 1209/2473] 10.0.0.80 () {32 vars in 671 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2474] 10.0.0.80 () {32 vars in 685 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2475] 10.0.0.80 () {32 vars in 681 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2476] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => 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: 1213/2477] 10.0.0.80 () {32 vars in 679 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2478] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/security-groups?tenant_id=caec6967327a468caafd1ee36933d50f&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2479] 10.0.0.80 () {32 vars in 693 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2480] 10.0.0.80 () {32 vars in 689 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2481] 10.0.0.80 () {32 vars in 701 bytes} [Wed May 20 07:14:28 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2482] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:28 2026] DELETE /v2.0/security-groups/12e4313e-c9a8-412f-a9af-307aaca2c5f0 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2483] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:28 2026] DELETE /v2.0/subnetpools/a19576cc-2be4-4762-8efb-a6082a48fb80 => 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: 1267/2484] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:28 2026] DELETE /v2.0/subnetpools/66036cf7-3938-40cc-b62e-eb3d94fc5294 => 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: 1218/2485] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:29 2026] DELETE /v2.0/subnetpools/abf10b94-dc07-40ec-9211-38112d794c7f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2486] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:29 2026] DELETE /v2.0/subnetpools/3a78cda5-925b-477b-88fc-6a64e9660178 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2487] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:29 2026] DELETE /v2.0/subnetpools/2d18bb23-bd52-4e84-a237-219e8097436b => 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: 1269/2488] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:29 2026] GET /v2.0/security-groups?tenant_id=8c4c0daf0c2e455194749234b0aa30ea&name=default => generated 2929 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2491] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:30 2026] DELETE /v2.0/security-groups/cabb4637-c625-4b52-a903-f6dc153efa7d => 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: 1272/2492] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:30 2026] GET /v2.0/security-groups?tenant_id=1552b42372254d5992f04e37a5541b5d&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2493] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:30 2026] DELETE /v2.0/security-groups/bfae53d1-5445-433b-a0bd-c5ab35f43a7a => 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: 1273/2494] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:30 2026] GET /v2.0/security-groups?tenant_id=a599b5a319ba40b99c6a723678fc772c&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: 1222/2495] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:30 2026] DELETE /v2.0/security-groups/690d2702-cf41-441e-90a2-f8d9e05ed2f9 => 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: 1274/2496] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:14:31 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2497] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:14:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=da70a493a83b438abd78260b04206e9d => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:31.586 7 WARNING neutron_lib.context [req-3f884ce4-24ef-450e-80c5-6a64651dc256 req-c36bd442-a9bb-4a32-a8e9-e70bf21a5b0d acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:31.807 8 WARNING neutron_lib.context [None req-f06d6e15-8e00-4717-aac7-4e2e4d9d7fc0 40089813c5764b81846411b1d873993d 8f921ed5dbc7459bad5768845a01b66b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1275/2498] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:14:31 2026] POST /v2.0/ports => generated 1183 bytes in 453 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:71: 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: 1224/2499] 10.0.0.80 () {34 vars in 675 bytes} [Wed May 20 07:14:31 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:32.452 8 WARNING neutron_lib.context [None req-f58ffa2b-b5d8-49cb-aaa4-a5d968d8bb44 d41a9f6f254e4b3d8bfe3c3a1bdf5473 d1a95b43713648b6bab97e98559a8153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1276/2500] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/ports/f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => generated 1464 bytes in 446 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:71: 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: 1277/2501] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:32.526 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57b08ec2-d466-462d-8fff-9d0e1ff58768'] response: {'name': 'network-changed', 'server_uuid': '70cd5d09-5c23-482d-9802-ed1adff00819', 'tag': 'f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1278/2502] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:32.612 8 INFO neutron.db.segments_db [None req-f58ffa2b-b5d8-49cb-aaa4-a5d968d8bb44 d41a9f6f254e4b3d8bfe3c3a1bdf5473 d1a95b43713648b6bab97e98559a8153 - - default default] Added segment d682fed1-4252-4960-9057-779925167816 of type vxlan for network 9cc2b24c-292b-4875-8f83-f0f926ee32b0 [pid: 7|app: 0|req: 1279/2503] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2504] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2505] 10.0.0.80 () {34 vars in 769 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2506] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:32 2026] POST /v2.0/networks => generated 632 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2507] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:32.740 8 WARNING neutron_lib.context [None req-79955c1d-5f63-49c7-84e3-def9e9f72880 d41a9f6f254e4b3d8bfe3c3a1bdf5473 d1a95b43713648b6bab97e98559a8153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1283/2508] 10.0.0.80 () {34 vars in 765 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-20 07:14:32.791 8 INFO neutron.db.segments_db [None req-79955c1d-5f63-49c7-84e3-def9e9f72880 d41a9f6f254e4b3d8bfe3c3a1bdf5473 d1a95b43713648b6bab97e98559a8153 - - default default] Added segment c84ae569-e43d-42e8-8bb6-c3798b7589c4 of type vxlan for network 784faed4-72e7-476a-b904-d601228e1eec [pid: 7|app: 0|req: 1284/2509] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2510] 10.0.0.80 () {34 vars in 787 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2511] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2512] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:32 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2513] 10.0.0.80 () {34 vars in 758 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/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: 1288/2514] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2515] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/networks/9cc2b24c-292b-4875-8f83-f0f926ee32b0/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2516] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2517] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/networks/9cc2b24c-292b-4875-8f83-f0f926ee32b0/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:33.011 7 INFO neutron.api.v2.resource [None req-a169a807-a81f-4a66-ae15-9ad26e36648c 40089813c5764b81846411b1d873993d 8f921ed5dbc7459bad5768845a01b66b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1290/2518] 10.0.0.80 () {32 vars in 750 bytes} [Wed May 20 07:14:32 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2519] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:32 2026] PUT /v2.0/networks/784faed4-72e7-476a-b904-d601228e1eec/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: 1291/2520] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:14:33 2026] DELETE /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2521] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1467 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2522] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/networks/784faed4-72e7-476a-b904-d601228e1eec/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2523] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2524] 10.0.0.80 () {34 vars in 752 bytes} [Wed May 20 07:14:33 2026] PUT /v2.0/networks/784faed4-72e7-476a-b904-d601228e1eec/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2525] 199.19.213.191 () {34 vars in 1018 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/networks?tenant_id=da70a493a83b438abd78260b04206e9d&shared=False => generated 2375 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:33.174 8 INFO neutron.api.v2.resource [None req-b14297c6-45b6-4737-a353-e65a78774e6d 40089813c5764b81846411b1d873993d 8f921ed5dbc7459bad5768845a01b66b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2526] 10.0.0.80 () {32 vars in 753 bytes} [Wed May 20 07:14:33 2026] DELETE /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2527] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/networks/784faed4-72e7-476a-b904-d601228e1eec/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2528] 199.19.213.191 () {34 vars in 930 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2529] 10.0.0.80 () {32 vars in 741 bytes} [Wed May 20 07:14:33 2026] DELETE /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2530] 10.0.0.80 () {32 vars in 732 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/networks/9cc2b24c-292b-4875-8f83-f0f926ee32b0/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2531] 10.0.0.80 () {32 vars in 738 bytes} [Wed May 20 07:14:33 2026] GET /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:14:33.352 8 INFO neutron.services.segments.plugin [-] Segment d682fed1-4252-4960-9057-779925167816 resource provider aggregate not found 2026-05-20 07:14:33.355 8 INFO neutron.services.segments.plugin [-] Segment d682fed1-4252-4960-9057-779925167816 resource provider aggregate not found 2026-05-20 07:14:33.363 8 INFO neutron.services.segments.plugin [-] Segment d682fed1-4252-4960-9057-779925167816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d682fed1-4252-4960-9057-779925167816 found for delete ", "request_id": "req-2ba6a899-1e8d-4d50-ad28-3f4f64b0df3f"}]} [pid: 8|app: 0|req: 1236/2532] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:33 2026] DELETE /v2.0/networks/9cc2b24c-292b-4875-8f83-f0f926ee32b0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:33.373 8 INFO neutron.services.segments.plugin [-] Segment d682fed1-4252-4960-9057-779925167816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d682fed1-4252-4960-9057-779925167816 found for delete ", "request_id": "req-f8d55f2a-d8cf-476e-a496-3ba67e56dd0b"}]} [pid: 8|app: 0|req: 1237/2533] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:33 2026] DELETE /v2.0/networks/784faed4-72e7-476a-b904-d601228e1eec => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2534] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:14:33 2026] DELETE /v2.0/floatingips/2ebe24d2-cbc1-4ed4-8193-288b8ffd2e02 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2535] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/security-groups?tenant_id=d1a95b43713648b6bab97e98559a8153&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2536] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:34 2026] DELETE /v2.0/security-groups/fe073bca-af83-4669-887b-74e52b5a214b => 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: 1298/2537] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/security-groups?tenant_id=8f921ed5dbc7459bad5768845a01b66b&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2538] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => 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: 1241/2539] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.138&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => 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: 1242/2540] 199.19.213.191 () {34 vars in 1104 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2541] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/subnets?id=b6fcdb2b-9507-44bb-b92e-8616f49849a7&id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2542] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:34 2026] DELETE /v2.0/security-groups/994cbcd7-be49-47f5-ab14-902335cdcf25 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2543] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2544] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2545] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/security-groups?tenant_id=8bd749c67e7246849409b4ae23875d52&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2546] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1303/2547] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1245/2548] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:34 2026] DELETE /v2.0/security-groups/eccace87-748e-46ad-a7eb-1e3a20ba3c86 => 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: 1304/2549] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:34 2026] GET /v2.0/security-groups?tenant_id=dbafbc6add1647d2b6b38c9c93a3d624&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2550] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:34 2026] DELETE /v2.0/security-groups/f5a2cdbc-cdb9-4ed0-ae69-d3c1c93f08c7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:35.424 7 WARNING neutron_lib.context [None req-433bc0cd-eb6c-4503-9e36-0df97ac712ea c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:35.590 7 INFO neutron.db.segments_db [None req-433bc0cd-eb6c-4503-9e36-0df97ac712ea c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Added segment 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c of type vxlan for network 9ad29763-d4d2-4461-9b6d-830eee2edbaf [pid: 7|app: 0|req: 1305/2551] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:35 2026] POST /v2.0/networks => generated 632 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:35.700 8 WARNING neutron_lib.context [None req-07638de1-656b-42ec-ac10-ec59325521b8 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:35.719 8 INFO neutron.services.segments.plugin [-] Segment c84ae569-e43d-42e8-8bb6-c3798b7589c4 resource provider aggregate not found 2026-05-20 07:14:35.727 8 INFO neutron.services.segments.plugin [-] Segment c84ae569-e43d-42e8-8bb6-c3798b7589c4 resource provider aggregate not found 2026-05-20 07:14:35.749 8 INFO neutron.services.segments.plugin [-] Segment c84ae569-e43d-42e8-8bb6-c3798b7589c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84ae569-e43d-42e8-8bb6-c3798b7589c4 found for delete ", "request_id": "req-dc7c5110-71fc-4f84-9f88-1bca26c2a8c7"}]} 2026-05-20 07:14:35.754 8 INFO neutron.services.segments.plugin [-] Segment c84ae569-e43d-42e8-8bb6-c3798b7589c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84ae569-e43d-42e8-8bb6-c3798b7589c4 found for delete ", "request_id": "req-40a67e6d-5879-43c3-b06b-39c04717fb94"}]} [pid: 8|app: 0|req: 1247/2552] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:14:35 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:36.033 7 WARNING neutron_lib.context [None req-1ff1493f-8284-4129-8761-47be38f74f88 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1306/2553] 10.0.0.80 () {34 vars in 665 bytes} [Wed May 20 07:14:36 2026] POST /v2.0/trunks => generated 407 bytes in 251 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:14:36.289 8 WARNING neutron_lib.context [None req-1ee11e7c-133e-480d-99f3-4e635ebfe89d c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:36.341 8 INFO neutron.db.segments_db [None req-1ee11e7c-133e-480d-99f3-4e635ebfe89d c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Added segment 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa of type vxlan for network 81b206c9-5240-4380-98d9-c09601cc6a1b [pid: 8|app: 0|req: 1248/2554] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:36 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:36.453 7 WARNING neutron_lib.context [None req-cd5e8acf-5634-476e-a4e7-c87f5e04e3ad c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1307/2555] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:14:36 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:36.751 8 WARNING neutron_lib.context [None req-802d91cf-0ea9-4726-8ede-da75ce17d886 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1249/2556] 10.0.0.80 () {34 vars in 665 bytes} [Wed May 20 07:14:36 2026] POST /v2.0/trunks => generated 407 bytes in 175 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:14:36.931 7 WARNING neutron_lib.context [None req-0e0da795-1d70-44c9-989a-20333d818fae c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:36.990 7 INFO neutron.db.segments_db [None req-0e0da795-1d70-44c9-989a-20333d818fae c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Added segment 3e22bf73-8606-4be0-854c-5e7991bdd221 of type vxlan for network 3ee26f04-31a9-4bf8-b4a9-ef0242c10b1e [pid: 7|app: 0|req: 1308/2557] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:36 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:37.094 8 WARNING neutron_lib.context [None req-b4210907-5004-480b-9614-7eb02c1eb13e c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1250/2558] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:14:37 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:37.397 7 WARNING neutron_lib.context [None req-137a102f-47a9-425f-a959-0a3fa8db28a9 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1309/2559] 10.0.0.80 () {34 vars in 665 bytes} [Wed May 20 07:14:37 2026] POST /v2.0/trunks => generated 407 bytes in 155 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:14:37.559 8 WARNING neutron_lib.context [None req-d814f9de-d7f0-4a6c-9a98-1f5b25aa1cca c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:37.613 8 INFO neutron.db.segments_db [None req-d814f9de-d7f0-4a6c-9a98-1f5b25aa1cca c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Added segment c77781c8-620a-4c48-bfe1-1388f9778357 of type vxlan for network 7c769b26-68f2-47f0-9cd9-78e95d8d099b [pid: 8|app: 0|req: 1251/2560] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:37 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:37.722 7 WARNING neutron_lib.context [None req-a71ab394-dd78-4f0a-9ccc-8ee0cd502d89 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1252/2561] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:37 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1198 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2562] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:37 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2563] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:14:37 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:37.988 8 WARNING neutron_lib.context [None req-82a8dc15-6dd5-4ee3-8dcd-3e069dc3c31d c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1254/2564] 10.0.0.80 () {34 vars in 665 bytes} [Wed May 20 07:14:37 2026] POST /v2.0/trunks => generated 407 bytes in 153 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:14:38.150 7 WARNING neutron_lib.context [None req-c69bdc08-5e52-4d8e-8a6e-27c3ee6c2fae c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:14:38.199 7 INFO neutron.db.segments_db [None req-c69bdc08-5e52-4d8e-8a6e-27c3ee6c2fae c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Added segment 5cb9c5bf-771b-46bf-978c-16c7025ecc8d of type vxlan for network 82c0bd01-a6aa-44b8-aad6-98b8f6e70b9b [pid: 7|app: 0|req: 1311/2565] 10.0.0.80 () {34 vars in 669 bytes} [Wed May 20 07:14:38 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 07:14:38.302 8 WARNING neutron_lib.context [None req-2fde1db4-c4b9-46f9-ba2b-a3a5b1bf2734 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1255/2566] 10.0.0.80 () {34 vars in 663 bytes} [Wed May 20 07:14:38 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2567] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:38 2026] GET /v2.0/security-groups?tenant_id=0d7d38beaf71446592f55be618adb9b7&name=default => generated 2929 bytes in 291 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:14:38.620 8 WARNING neutron_lib.context [None req-1d57738b-76df-4c13-ae1e-4c5b4336dba5 c0e8edb16c994645ad574c68023b2452 ed4c9bec114e47d7b9c78419af793066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1313/2568] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:38 2026] DELETE /v2.0/security-groups/29fe3e57-a83b-40c3-a3cb-54eab8465050 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2569] 10.0.0.80 () {34 vars in 665 bytes} [Wed May 20 07:14:38 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2570] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:14:38 2026] PUT /v2.0/trunks/403ca884-9d6d-42fa-a59f-232ce6a1b23b/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2571] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:14:38 2026] PUT /v2.0/trunks/22385302-fedc-45a2-8b12-00039c99d34f/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2572] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:14:38 2026] PUT /v2.0/trunks/26df6f37-3ee0-449c-9c1e-d7babfa81053/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2573] 10.0.0.80 () {34 vars in 748 bytes} [Wed May 20 07:14:38 2026] PUT /v2.0/trunks/f498a087-a685-4232-9109-cb713412a2ad/tags => 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: 1318/2574] 10.0.0.80 () {32 vars in 661 bytes} [Wed May 20 07:14:38 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: 1257/2575] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:38 2026] GET /v2.0/security-groups?tenant_id=7f2b7672477a43ca8f63f304ead337d3&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2576] 10.0.0.80 () {32 vars in 675 bytes} [Wed May 20 07:14:38 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2577] 10.0.0.80 () {32 vars in 671 bytes} [Wed May 20 07:14:38 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2578] 10.0.0.80 () {32 vars in 683 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2579] 10.0.0.80 () {32 vars in 669 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2580] 10.0.0.80 () {32 vars in 683 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2581] 10.0.0.80 () {32 vars in 679 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2582] 10.0.0.80 () {32 vars in 691 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2583] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:38 2026] DELETE /v2.0/security-groups/57b24aee-a500-47f5-9f3c-2ae61036a371 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2584] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks/403ca884-9d6d-42fa-a59f-232ce6a1b23b => generated 412 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2585] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/ports/12226054-80f7-4b76-9603-d7613d7cabc6 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2586] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:39 2026] DELETE /v2.0/trunks/403ca884-9d6d-42fa-a59f-232ce6a1b23b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2587] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks/22385302-fedc-45a2-8b12-00039c99d34f => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2588] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/ports/172fb621-03c2-48d8-934e-8bae86675449 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2589] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:39 2026] DELETE /v2.0/trunks/22385302-fedc-45a2-8b12-00039c99d34f => 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: 1329/2590] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks/26df6f37-3ee0-449c-9c1e-d7babfa81053 => generated 429 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2591] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/ports/26842ecd-4d71-4dfa-b8ed-64835825f4b0 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2592] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:39 2026] DELETE /v2.0/trunks/26df6f37-3ee0-449c-9c1e-d7babfa81053 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2593] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/trunks/f498a087-a685-4232-9109-cb713412a2ad => generated 414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2594] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:14:39 2026] GET /v2.0/ports/4b67f0c7-84b4-4aa3-9d5a-088579174dce => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2595] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:39 2026] DELETE /v2.0/trunks/f498a087-a685-4232-9109-cb713412a2ad => 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: 1332/2596] 10.0.0.80 () {32 vars in 718 bytes} [Wed May 20 07:14:40 2026] GET /v2.0/trunks/0dee585a-159e-4bb0-a6bf-dae0c224a3d1 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2597] 10.0.0.80 () {32 vars in 716 bytes} [Wed May 20 07:14:40 2026] GET /v2.0/ports/945a390a-3164-43db-95a6-503e33bfc0d6 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2598] 10.0.0.80 () {32 vars in 721 bytes} [Wed May 20 07:14:40 2026] DELETE /v2.0/trunks/0dee585a-159e-4bb0-a6bf-dae0c224a3d1 => 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: 1266/2599] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:40 2026] DELETE /v2.0/ports/12226054-80f7-4b76-9603-d7613d7cabc6 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2600] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:40 2026] DELETE /v2.0/ports/172fb621-03c2-48d8-934e-8bae86675449 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2601] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:40 2026] DELETE /v2.0/ports/26842ecd-4d71-4dfa-b8ed-64835825f4b0 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2602] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:40 2026] DELETE /v2.0/ports/4b67f0c7-84b4-4aa3-9d5a-088579174dce => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2603] 10.0.0.80 () {32 vars in 719 bytes} [Wed May 20 07:14:40 2026] DELETE /v2.0/ports/945a390a-3164-43db-95a6-503e33bfc0d6 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:41.292 7 INFO neutron.services.segments.plugin [-] Segment 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c resource provider aggregate not found 2026-05-20 07:14:41.297 7 INFO neutron.services.segments.plugin [-] Segment 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c resource provider aggregate not found 2026-05-20 07:14:41.303 7 INFO neutron.services.segments.plugin [-] Segment 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c found for delete ", "request_id": "req-83acc93d-7a06-4875-ad60-5ae966cecb6b"}]} 2026-05-20 07:14:41.311 7 INFO neutron.services.segments.plugin [-] Segment 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22b57a2f-9e77-4c7d-b72e-b35bd3f5c16c found for delete ", "request_id": "req-69ac5b39-c8fd-4f84-a908-c0e06572300e"}]} [pid: 7|app: 0|req: 1336/2604] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:41 2026] DELETE /v2.0/networks/9ad29763-d4d2-4461-9b6d-830eee2edbaf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:14:41.473 8 INFO neutron.services.segments.plugin [-] Segment 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa resource provider aggregate not found 2026-05-20 07:14:41.477 8 INFO neutron.services.segments.plugin [-] Segment 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa resource provider aggregate not found 2026-05-20 07:14:41.497 8 INFO neutron.services.segments.plugin [-] Segment 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa found for delete ", "request_id": "req-c82fb532-b39e-4e66-b2ba-60c28e9d44ae"}]} 2026-05-20 07:14:41.503 8 INFO neutron.services.segments.plugin [-] Segment 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe85b43-bed4-48f9-8d0f-fd19adbaf1aa found for delete ", "request_id": "req-9d111306-432d-4082-b557-1a88c675cabe"}]} [pid: 8|app: 0|req: 1269/2605] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:41 2026] DELETE /v2.0/networks/81b206c9-5240-4380-98d9-c09601cc6a1b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2606] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:41 2026] DELETE /v2.0/networks/3ee26f04-31a9-4bf8-b4a9-ef0242c10b1e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2607] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:41 2026] DELETE /v2.0/networks/7c769b26-68f2-47f0-9cd9-78e95d8d099b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2608] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:14:41 2026] DELETE /v2.0/networks/82c0bd01-a6aa-44b8-aad6-98b8f6e70b9b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2609] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:42 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => 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: 1340/2610] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:43 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2611] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:42 2026] GET /v2.0/security-groups?tenant_id=d7b328e2be524a3f92c4a9dec25928a6&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2612] 10.0.0.80 () {32 vars in 817 bytes} [Wed May 20 07:14:43 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&mac_address=fa%3A16%3A3e%3A9f%3A05%3Add => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:43.152 7 WARNING neutron_lib.context [None req-608ca8e1-bb41-42a0-b902-57c1b98c2dd6 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1272/2613] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:43 2026] DELETE /v2.0/security-groups/7f48a4b5-fb8b-4176-b657-7ac427fbbeb8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:43.325 7 INFO neutron.services.segments.plugin [-] Segment 3e22bf73-8606-4be0-854c-5e7991bdd221 resource provider aggregate not found 2026-05-20 07:14:43.332 7 INFO neutron.services.segments.plugin [-] Segment 3e22bf73-8606-4be0-854c-5e7991bdd221 resource provider aggregate not found 2026-05-20 07:14:43.343 7 INFO neutron.services.segments.plugin [-] Segment 3e22bf73-8606-4be0-854c-5e7991bdd221 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e22bf73-8606-4be0-854c-5e7991bdd221 found for delete ", "request_id": "req-e06c1d86-ead9-47dc-869d-147fc7dba69a"}]} 2026-05-20 07:14:43.350 7 INFO neutron.services.segments.plugin [-] Segment 3e22bf73-8606-4be0-854c-5e7991bdd221 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e22bf73-8606-4be0-854c-5e7991bdd221 found for delete ", "request_id": "req-f52c93f0-32f6-4659-aaad-a441bbb6fa52"}]} 2026-05-20 07:14:43.358 7 INFO neutron.services.segments.plugin [-] Segment 5cb9c5bf-771b-46bf-978c-16c7025ecc8d resource provider aggregate not found 2026-05-20 07:14:43.363 7 INFO neutron.services.segments.plugin [-] Segment 5cb9c5bf-771b-46bf-978c-16c7025ecc8d resource provider aggregate not found 2026-05-20 07:14:43.372 7 INFO neutron.services.segments.plugin [-] Segment 5cb9c5bf-771b-46bf-978c-16c7025ecc8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cb9c5bf-771b-46bf-978c-16c7025ecc8d found for delete ", "request_id": "req-4bc02934-9b8f-493b-b57e-cb0079b9de4a"}]} 2026-05-20 07:14:43.378 7 INFO neutron.services.segments.plugin [-] Segment 5cb9c5bf-771b-46bf-978c-16c7025ecc8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cb9c5bf-771b-46bf-978c-16c7025ecc8d found for delete ", "request_id": "req-11f6c02b-4ba1-4957-bcf2-d1079f9f831f"}]} [pid: 8|app: 0|req: 1273/2614] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:43 2026] GET /v2.0/security-groups?tenant_id=09c64dc789814916a69c756c027a4b71&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:43.522 8 INFO neutron.services.segments.plugin [-] Segment c77781c8-620a-4c48-bfe1-1388f9778357 resource provider aggregate not found 2026-05-20 07:14:43.528 8 INFO neutron.services.segments.plugin [-] Segment c77781c8-620a-4c48-bfe1-1388f9778357 resource provider aggregate not found 2026-05-20 07:14:43.542 8 INFO neutron.services.segments.plugin [-] Segment c77781c8-620a-4c48-bfe1-1388f9778357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c77781c8-620a-4c48-bfe1-1388f9778357 found for delete ", "request_id": "req-553270a5-281b-4057-b9d9-67cf358dc31c"}]} 2026-05-20 07:14:43.546 8 INFO neutron.services.segments.plugin [-] Segment c77781c8-620a-4c48-bfe1-1388f9778357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c77781c8-620a-4c48-bfe1-1388f9778357 found for delete ", "request_id": "req-fabd3377-9aed-4952-89f1-9b15d2880fd2"}]} [pid: 8|app: 0|req: 1274/2615] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:43 2026] DELETE /v2.0/security-groups/1990266a-92c4-4782-aafb-6ea9fd97fbe1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2616] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:14:43 2026] GET /v2.0/security-groups?tenant_id=ed4c9bec114e47d7b9c78419af793066&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2617] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:14:43 2026] DELETE /v2.0/security-groups/82aaf9a5-7230-45ba-96fb-ca3b2c12a0e1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:14:43.983 7 INFO neutron.db.l3_db [None req-608ca8e1-bb41-42a0-b902-57c1b98c2dd6 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Floating IP 674e3f89-925b-4584-ac53-40a019925c62 associated. External IP: 10.96.250.202, port: f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb. [pid: 7|app: 0|req: 1342/2618] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:14:43 2026] POST /v2.0/floatingips => generated 855 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2619] 10.0.0.104 () {34 vars in 1094 bytes} [Wed May 20 07:14:44 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-334947944&fields=id&tenant_id=da70a493a83b438abd78260b04206e9d => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2620] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:14:44 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2621] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:14:44 2026] GET /v2.0/quotas/da70a493a83b438abd78260b04206e9d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:44.603 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d75571d1-6390-495a-bfce-9ad236dd155e'] response: {'name': 'network-changed', 'server_uuid': '70cd5d09-5c23-482d-9802-ed1adff00819', 'tag': 'f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1344/2622] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:14:44 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&fields=id => generated 333 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2623] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:14:44 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2624] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:14:44 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1280/2625] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => 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: 1346/2626] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1469 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2627] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2630] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.138&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => generated 858 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2631] 199.19.213.191 () {34 vars in 1104 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => 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: 1284/2632] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/subnets?id=b6fcdb2b-9507-44bb-b92e-8616f49849a7&id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2633] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2634] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 1350/2635] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2636] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:14:45 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2637] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:14:49 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2638] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:14:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=da70a493a83b438abd78260b04206e9d => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:14:49.403 7 WARNING neutron_lib.context [req-7ab26689-f811-4f0c-a97b-7498d316f509 req-a9f2cc50-cdb7-4ff1-b605-3880d88cb828 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1352/2639] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:14:49 2026] POST /v2.0/ports => generated 1183 bytes in 456 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:71: 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: 1353/2640] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:50 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1198 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2641] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:50 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2642] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:14:49 2026] PUT /v2.0/ports/bea32096-452c-484b-ac16-04d3d40905d3 => generated 1464 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2643] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:14:50 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1469 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:71: 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: 1289/2644] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:14:50 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2645] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:14:51.433 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f79ce03-43b4-4f13-8793-50758d1e1ef4'] response: {'name': 'network-changed', 'server_uuid': '8af7b4e9-1238-4903-99fa-6373eaef6ba4', 'tag': 'bea32096-452c-484b-ac16-04d3d40905d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1290/2646] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1357/2647] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1291/2648] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => 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: 1358/2649] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2650] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&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: 1359/2651] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2652] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:14:51 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1360/2653] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:14:52 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2654] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:14:52 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2655] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1295/2656] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1362/2657] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:14:52 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2658] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:52 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&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: 1363/2659] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:53 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2660] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:14:53 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1364/2661] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:14:53 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1298/2662] 199.19.213.191 () {34 vars in 1096 bytes} [Wed May 20 07:14:54 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2663] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:14:55 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1200 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2664] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:14:55 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2665] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:14:55 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2666] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2667] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.138&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2668] 199.19.213.191 () {34 vars in 1104 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => 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: 1368/2669] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/subnets?id=b6fcdb2b-9507-44bb-b92e-8616f49849a7&id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2670] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2671] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 1303/2672] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2673] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:14:56 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2676] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:00 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => 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: 1372/2677] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:15:00 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2678] 10.0.0.80 () {32 vars in 817 bytes} [Wed May 20 07:15:00 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&mac_address=fa%3A16%3A3e%3A65%3Adf%3A44 => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:15:00.796 7 WARNING neutron_lib.context [None req-d98ea5a1-055a-47b1-984a-157d700f7adb acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:15:02.053 7 INFO neutron.db.l3_db [None req-d98ea5a1-055a-47b1-984a-157d700f7adb acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Floating IP 3049d20a-bf99-4580-871d-a3dd1e894bb5 associated. External IP: 10.96.250.214, port: bea32096-452c-484b-ac16-04d3d40905d3. [pid: 7|app: 0|req: 1373/2679] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:15:00 2026] POST /v2.0/floatingips => generated 854 bytes in 1557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2680] 10.0.0.58 () {34 vars in 989 bytes} [Wed May 20 07:15:07 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1469 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2681] 10.0.0.58 () {34 vars in 1039 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2682] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:15:08.675 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0ff83dc-9de0-4bae-b7c0-d5b79d507954'] response: {'name': 'network-changed', 'server_uuid': '8af7b4e9-1238-4903-99fa-6373eaef6ba4', 'tag': 'bea32096-452c-484b-ac16-04d3d40905d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1375/2683] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2684] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2685] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1310/2686] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2687] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&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: 1311/2688] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2689] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2690] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:15:08 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1379/2691] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:15:12 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2692] 10.0.0.143 () {30 vars in 689 bytes} [Wed May 20 07:15:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2693] 10.0.0.143 () {30 vars in 691 bytes} [Wed May 20 07:15:13 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: 1314/2694] 10.0.0.143 () {30 vars in 667 bytes} [Wed May 20 07:15:13 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: 1381/2695] 10.0.0.143 () {30 vars in 703 bytes} [Wed May 20 07:15:13 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: 1315/2696] 10.0.0.143 () {28 vars in 438 bytes} [Wed May 20 07:15:14 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: 1382/2697] 10.0.0.143 () {30 vars in 727 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 658 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2698] 10.0.0.143 () {30 vars in 689 bytes} [Wed May 20 07:15:14 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: 1383/2699] 10.0.0.143 () {30 vars in 691 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2700] 10.0.0.143 () {30 vars in 667 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2701] 10.0.0.143 () {30 vars in 703 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2702] 10.0.0.143 () {30 vars in 727 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2703] 10.0.0.143 () {30 vars in 689 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2704] 10.0.0.143 () {30 vars in 691 bytes} [Wed May 20 07:15:14 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: 1386/2705] 10.0.0.143 () {30 vars in 667 bytes} [Wed May 20 07:15:14 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: 1320/2706] 10.0.0.143 () {30 vars in 703 bytes} [Wed May 20 07:15:14 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: 1387/2707] 10.0.0.143 () {30 vars in 729 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2708] 10.0.0.143 () {30 vars in 681 bytes} [Wed May 20 07:15:14 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2709] 10.0.0.143 () {34 vars in 703 bytes} [Wed May 20 07:15:14 2026] POST /v2.0/ports => generated 1132 bytes in 346 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:71: 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: 1390/2712] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:15:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2713] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:15:17 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: 1391/2714] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:15:17 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: 1324/2715] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:15:17 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: 1392/2716] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:15:17 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => 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: 1325/2717] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:15:17 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/2718] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:15:17 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: 1326/2719] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:15:17 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: 1394/2720] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:15:17 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-05-20 07:15:17.967 8 INFO neutron.api.v2.resource [None req-dcd2d9dc-18dd-4551-85bc-7cd58fe982f5 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2721] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 07:15:17 2026] GET /v2.0/security-groups/lb-1da47369-b968-457c-8821-6bbb6c121224 => 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: 1395/2722] 199.19.213.191 () {30 vars in 784 bytes} [Wed May 20 07:15:17 2026] GET /v2.0/security-groups?name=lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2723] 199.19.213.191 () {34 vars in 735 bytes} [Wed May 20 07:15:18 2026] POST /v2.0/security-groups => generated 1638 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2724] 199.19.213.191 () {30 vars in 814 bytes} [Wed May 20 07:15:18 2026] GET /v2.0/security-group-rules?security_group_id=15523762-3b59-4f8d-a8d5-707ab2d70207 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2725] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:15:18 2026] PUT /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2726] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:15:18 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:71: 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: 1330/2727] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:15:18 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: 1398/2728] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:15:18 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: 1331/2729] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:15:18 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: 1399/2730] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:15:18 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2731] 10.0.0.104 () {34 vars in 1016 bytes} [Wed May 20 07:15:25 2026] GET /v2.0/security-groups?id=e19b6c7e-3d18-4a05-b7cf-3fe819ad762e&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2732] 10.0.0.104 () {34 vars in 982 bytes} [Wed May 20 07:15:25 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2733] 10.0.0.104 () {34 vars in 965 bytes} [Wed May 20 07:15:25 2026] GET /v2.0/quotas/ca72aeddaf474a34aaa1bc1d75aa6778 => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2734] 10.0.0.104 () {34 vars in 1002 bytes} [Wed May 20 07:15:26 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2735] 10.0.0.104 () {34 vars in 1008 bytes} [Wed May 20 07:15:26 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1402/2736] 10.0.0.104 () {34 vars in 1108 bytes} [Wed May 20 07:15:26 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1335/2737] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:26 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2738] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:26 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => 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: 1336/2739] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:29 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => 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: 1404/2740] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:29 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2743] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:15:30 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f => 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: 1406/2744] 199.19.213.191 () {34 vars in 1050 bytes} [Wed May 20 07:15:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778 => generated 343 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2745] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:15:30 2026] POST /v2.0/ports => generated 1082 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2746] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:15:31 2026] PUT /v2.0/ports/cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 1243 bytes in 448 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:71: 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: 1340/2747] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:15:32.637 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d16709a0-ca5d-4cee-8f65-d4a7e4250821'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1341/2748] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/security-groups?id=e19b6c7e-3d18-4a05-b7cf-3fe819ad762e&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2749] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2750] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2751] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2752] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2753] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2754] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2755] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:15:32 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1412/2756] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:15:33 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2757] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:15:33 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2758] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:15:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2759] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:15:34 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2760] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:15:34 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&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: 1347/2761] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:15:34 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1415/2762] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:15:34 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1348/2763] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:35 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2764] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:15:35 2026] GET /v2.0/security-groups?id=e19b6c7e-3d18-4a05-b7cf-3fe819ad762e&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2765] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:35 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2766] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:15:37 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1246 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2767] 199.19.213.191 () {34 vars in 1044 bytes} [Wed May 20 07:15:37 2026] GET /v2.0/security-groups?id=e19b6c7e-3d18-4a05-b7cf-3fe819ad762e&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2768] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:38 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2769] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:15:38 2026] GET /v2.0/security-groups?id=e19b6c7e-3d18-4a05-b7cf-3fe819ad762e&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2770] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:38 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2771] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:41 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2772] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:15:41 2026] GET /v2.0/security-groups?id=e19b6c7e-3d18-4a05-b7cf-3fe819ad762e&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2773] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:15:41 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2776] 199.19.213.191 () {34 vars in 1096 bytes} [Wed May 20 07:15:56 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2777] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:15:57 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2778] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2779] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.138&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2780] 199.19.213.191 () {34 vars in 1104 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A378&port_id=f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => 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: 1424/2781] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/subnets?id=b6fcdb2b-9507-44bb-b92e-8616f49849a7&id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2782] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 7|app: 0|req: 1425/2783] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 1359/2784] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2785] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:15:58 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2790] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:16:18 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: 1362/2791] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:16:18 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: 1430/2792] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:16:18 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: 1363/2793] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:16:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2794] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:18 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2795] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:16:18 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2796] 199.19.213.191 () {34 vars in 716 bytes} [Wed May 20 07:16:18 2026] POST /v2.0/ports => generated 1097 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2797] 10.0.0.104 () {34 vars in 971 bytes} [Wed May 20 07:16:19 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1097 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1433/2798] 10.0.0.104 () {34 vars in 907 bytes} [Wed May 20 07:16:19 2026] GET /v2.0/extensions => generated 20516 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2799] 199.19.213.191 () {34 vars in 1262 bytes} [Wed May 20 07:16:20 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2800] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:20 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2801] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:20 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2802] 199.19.213.191 () {34 vars in 975 bytes} [Wed May 20 07:16:20 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1097 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2803] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:21 2026] GET /v2.0/networks?id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2804] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:16:21 2026] PUT /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1287 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2805] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2527 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1437/2806] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2807] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:16:22.757 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfdd5c66-7145-4dd4-b136-403bdd77ed5b'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'cbfafec0-ab46-42a7-95e5-4fb5a051b530', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/2808] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2809] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1439/2810] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1372/2811] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1440/2812] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2813] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2814] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:22 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2815] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:23 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?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: 1442/2816] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2527 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2817] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/networks?id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2818] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1376/2819] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2820] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2821] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2822] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:24 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2823] 10.0.0.104 () {34 vars in 971 bytes} [Wed May 20 07:16:26 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1287 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2824] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:16:26 2026] PUT /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1312 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:16:26.681 8 INFO neutron.api.v2.resource [None req-d0cded91-0de9-46b9-9d72-63a582af29ae d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2825] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 07:16:26 2026] GET /v2.0/security-groups/lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 149 bytes in 13 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-20 07:16:26.727 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c128c9a3-7ce6-4e29-940a-ffba361b01cc'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'cbfafec0-ab46-42a7-95e5-4fb5a051b530', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1447/2826] 199.19.213.191 () {30 vars in 784 bytes} [Wed May 20 07:16:26 2026] GET /v2.0/security-groups?name=lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2827] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:16:26 2026] PUT /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1312 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2828] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:16:27 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1381/2829] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2830] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:16:27 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: 1383/2831] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2832] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2833] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2834] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/networks?id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 802 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2835] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2836] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2837] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:16:27.368 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eb3b0d5-2b14-4ecf-b2cf-f15e9025dcc9'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'cbfafec0-ab46-42a7-95e5-4fb5a051b530', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1386/2838] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2839] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2840] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2841] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2842] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2843] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2844] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2845] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:27 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2846] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2847] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/networks?id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2848] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1458/2849] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2850] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&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: 1459/2851] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?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: 1393/2852] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:28 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?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-05-20 07:16:35.595 7 WARNING neutron_lib.context [None req-ecd779e8-10da-4840-904c-4fde83d4a280 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-20 07:16:36.457 7 INFO neutron.db.l3_db [None req-ecd779e8-10da-4840-904c-4fde83d4a280 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Floating IP 1551c78e-f64b-4de1-842e-2bf11beb024d associated. External IP: 10.96.250.201, port: 82ed80fe-06bd-4111-a88a-3ba203149abf. [pid: 7|app: 0|req: 1461/2855] 10.0.0.80 () {34 vars in 676 bytes} [Wed May 20 07:16:35 2026] POST /v2.0/floatingips => generated 899 bytes in 1192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2856] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:16:39 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: 1462/2857] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:16:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2858] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:16:39 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: 1463/2859] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:16:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:16:39.645 8 INFO neutron.api.v2.resource [None req-3408f634-0172-4f48-a967-a0fd29458a07 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1397/2860] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 07:16:39 2026] GET /v2.0/security-groups/lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2861] 199.19.213.191 () {30 vars in 784 bytes} [Wed May 20 07:16:39 2026] GET /v2.0/security-groups?name=lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2862] 199.19.213.191 () {30 vars in 814 bytes} [Wed May 20 07:16:39 2026] GET /v2.0/security-group-rules?security_group_id=15523762-3b59-4f8d-a8d5-707ab2d70207 => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2863] 199.19.213.191 () {34 vars in 746 bytes} [Wed May 20 07:16:39 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: 8|app: 0|req: 1399/2864] 199.19.213.191 () {34 vars in 746 bytes} [Wed May 20 07:16:39 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: 7|app: 0|req: 1467/2867] 10.0.0.143 () {30 vars in 689 bytes} [Wed May 20 07:16:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2868] 10.0.0.143 () {30 vars in 691 bytes} [Wed May 20 07:16:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2869] 10.0.0.143 () {30 vars in 667 bytes} [Wed May 20 07:16:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2870] 10.0.0.143 () {30 vars in 703 bytes} [Wed May 20 07:16:48 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: 1469/2871] 10.0.0.143 () {28 vars in 438 bytes} [Wed May 20 07:16:49 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2872] 10.0.0.143 () {30 vars in 727 bytes} [Wed May 20 07:16:49 2026] GET /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2873] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:16:50 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: 1404/2874] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:16:50 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: 1471/2875] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:16:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2876] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:16:50 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: 1472/2877] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:50 2026] GET /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2878] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:16:50 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2879] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:16:50 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: 1407/2880] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:16:50 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: 1474/2881] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:16:50 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: 1408/2882] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:16:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2883] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:51 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2884] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:52 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1476/2885] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:52 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2886] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:16:52 2026] POST /v2.0/ports => generated 1299 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2887] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:16:52 2026] PUT /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1460 bytes in 493 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:71: 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: 1411/2888] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4042 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1478/2889] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2890] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:16:54.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8784ddf2-6ed9-4bfe-81ca-8a7f43fa9ea3'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'e5e1b933-d1c9-42a1-a296-764e0de165cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1479/2891] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&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: 1413/2892] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1480/2893] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1414/2894] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1481/2895] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2896] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&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: 1482/2897] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?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: 1416/2898] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2899] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:16:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => 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: 1417/2900] 199.19.213.191 () {34 vars in 1104 bytes} [Wed May 20 07:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b4&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => 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: 1484/2901] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:16:55 2026] GET /v2.0/subnets?id=b6fcdb2b-9507-44bb-b92e-8616f49849a7&id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2902] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:55 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 7|app: 0|req: 1485/2903] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:55 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2904] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:55 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1486/2905] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:55 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2906] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4042 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2907] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2908] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2909] 199.19.213.191 () {34 vars in 1104 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b4&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => 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: 1422/2910] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/subnets?id=b6fcdb2b-9507-44bb-b92e-8616f49849a7&id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2911] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2912] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 1490/2913] 199.19.213.191 () {34 vars in 1096 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2914] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1491/2915] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:56 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1425/2916] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2917] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2918] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2919] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1427/2920] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2921] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&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: 1428/2922] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:16:57 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2923] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:16:58 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2924] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:16:58 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1496/2925] 10.0.0.104 () {34 vars in 971 bytes} [Wed May 20 07:16:58 2026] GET /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2926] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2927] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2928] 199.19.213.191 () {34 vars in 789 bytes} [Wed May 20 07:16:59 2026] PUT /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1197 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2929] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1432/2930] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2931] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:16:59 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) 2026-05-20 07:16:59.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6fa5d87-a5f5-4682-9c69-072fadb031a4'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'e5e1b933-d1c9-42a1-a296-764e0de165cf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1433/2932] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:16:59 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: 1500/2933] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:16:59 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: 1434/2934] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:16:59 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: 1501/2935] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2936] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2937] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2938] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2939] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2940] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2941] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:16:59 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2942] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3815 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2943] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2946] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => 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: 1508/2947] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/subnets?id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2948] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2949] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2950] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:00 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1510/2951] 10.0.0.143 () {30 vars in 689 bytes} [Wed May 20 07:17:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2952] 10.0.0.143 () {30 vars in 691 bytes} [Wed May 20 07:17:04 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: 1511/2953] 10.0.0.143 () {30 vars in 667 bytes} [Wed May 20 07:17:04 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: 1443/2954] 10.0.0.143 () {30 vars in 703 bytes} [Wed May 20 07:17: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) [pid: 7|app: 0|req: 1512/2955] 10.0.0.143 () {28 vars in 438 bytes} [Wed May 20 07:17:05 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2956] 10.0.0.143 () {30 vars in 727 bytes} [Wed May 20 07:17:05 2026] GET /v2.0/subnets/36e7533f-964f-4809-9379-d18d400c9567 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2957] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2958] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2959] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17: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: 1446/2960] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2961] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:07 2026] GET /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2962] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:07 2026] GET /v2.0/subnets/36e7533f-964f-4809-9379-d18d400c9567 => 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: 1516/2963] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:07 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3815 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2964] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2965] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2966] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2967] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:08 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: 1450/2968] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:09 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1519/2969] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:09 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1451/2970] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:17:10 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2971] 199.19.213.191 () {38 vars in 955 bytes} [Wed May 20 07:17:10 2026] POST /v2.0/ports => generated 1307 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2972] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:17:10 2026] PUT /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1468 bytes in 437 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:71: 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: 1521/2973] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 5275 bytes in 62 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:71: 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: 1453/2974] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2975] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:17:12.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8b57cd2-b044-4ad6-b639-3a472cb22fe1'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'bd1e1c12-f026-47ad-ae8f-3595c3fd0900', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2976] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2977] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2978] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2979] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1456/2980] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2981] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2982] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2983] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2984] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => 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: 1527/2985] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/subnets?id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2986] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&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: 1528/2987] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2988] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2989] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2990] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2b9&port_id=bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2991] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:17:12 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2992] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:13 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2993] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:13 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2994] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:13 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1532/2995] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:13 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2996] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 5275 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2997] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2998] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2999] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2b9&port_id=bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => 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: 1466/3000] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => 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: 1535/3001] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3002] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&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: 1536/3003] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3004] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:14 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1538/3007] 10.0.0.104 () {34 vars in 971 bytes} [Wed May 20 07:17:16 2026] GET /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1470 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3008] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:16 2026] GET /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1470 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3009] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:16 2026] GET /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1470 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3010] 199.19.213.191 () {34 vars in 789 bytes} [Wed May 20 07:17:16 2026] PUT /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1201 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3011] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1472/3012] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/subnets/36e7533f-964f-4809-9379-d18d400c9567 => 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: 1541/3013] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:17 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) 2026-05-20 07:17:17.271 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5708172-a311-4f65-a661-6bd878c16921'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'bd1e1c12-f026-47ad-ae8f-3595c3fd0900', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1473/3014] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3015] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:17 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: 1474/3016] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:17 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: 1543/3017] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3018] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => 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/3019] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3020] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3021] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3022] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3023] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3024] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 5044 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3025] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3026] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => 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: 1548/3027] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/subnets?id=36e7533f-964f-4809-9379-d18d400c9567 => 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: 1480/3028] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3029] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3030] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:17 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1550/3031] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:29 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: 1482/3032] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:29 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: 1551/3033] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:29 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: 1483/3034] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3035] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3036] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 5044 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3037] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3038] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3039] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:29 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: 1486/3040] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3041] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:29 2026] GET /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1237 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3044] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:17:30 2026] PUT /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1026 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3045] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:17:30 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1488/3046] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:30 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3047] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:30 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4869 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:17:31.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa7798e0-23f1-4502-a96e-1189587aefe4'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'bd1e1c12-f026-47ad-ae8f-3595c3fd0900', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1489/3048] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:31 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3049] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:17:31 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3050] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:31 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3051] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:31 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?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: 1491/3052] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:31 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3053] 199.19.213.191 () {34 vars in 975 bytes} [Wed May 20 07:17:32 2026] GET /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 1062 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3054] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:32 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 4869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3055] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:17:32 2026] DELETE /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => 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: 1564/3056] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:33 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3815 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:17:33.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0cece86-3695-47cd-b9a8-479274d20595 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1493/3057] 199.19.213.191 () {32 vars in 758 bytes} [Wed May 20 07:17:33 2026] DELETE /v2.0/ports/bd1e1c12-f026-47ad-ae8f-3595c3fd0900 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3058] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:33 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) 2026-05-20 07:17:33.983 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7631a60-aa13-4db5-aa48-81888460bc93'] response: {'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'name': 'network-vif-deleted', 'tag': 'bd1e1c12-f026-47ad-ae8f-3595c3fd0900', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1494/3059] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3060] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:33 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: 1495/3061] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3062] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3063] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => 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: 1568/3064] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1497/3065] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3066] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3067] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3068] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3069] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3815 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3070] 199.19.213.191 () {34 vars in 1226 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f&id=a95664f3-54a6-49df-bb72-d57f1a0df780&id=27934046-3ff3-4528-988f-3849aa52a681&id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 3096 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3071] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => 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: 1572/3072] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3073] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3074] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3075] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3076] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1503/3077] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3078] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3079] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?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: 1576/3080] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:34 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3081] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:17:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=e5e1b933-d1c9-42a1-a296-764e0de165cf => 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: 1577/3082] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:35 2026] GET /v2.0/subnets?id=5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3083] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:35 2026] GET /v2.0/ports?network_id=27934046-3ff3-4528-988f-3849aa52a681&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3084] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:35 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3085] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:35 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1579/3086] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:40 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: 1508/3087] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:40 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: 1580/3088] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:40 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: 1509/3089] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3090] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:40 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3815 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3091] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:40 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: 1582/3092] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:40 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: 1511/3093] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3094] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:40 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: 1512/3095] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:40 2026] GET /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1233 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3096] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:17:40 2026] PUT /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1026 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3097] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:17:40 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681 => generated 797 bytes in 61 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:71: 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: 1585/3098] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:41 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3644 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3099] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:41 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3644 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:17:41.619 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fff03da7-a845-48d2-ba2c-3a41a865224d'] response: {'name': 'network-changed', 'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'tag': 'e5e1b933-d1c9-42a1-a296-764e0de165cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1586/3100] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:41 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3644 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3101] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:17:41 2026] GET /v2.0/networks?id=27934046-3ff3-4528-988f-3849aa52a681 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3102] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:41 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1516/3103] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:41 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681?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: 1588/3104] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:42 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3644 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3105] 199.19.213.191 () {34 vars in 975 bytes} [Wed May 20 07:17:43 2026] GET /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 1062 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3106] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:43 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 3644 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3107] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:17:43 2026] DELETE /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3108] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:17:44.439 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8293009f-b4ea-49fd-8e36-f1ffa2f405d9 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3109] 199.19.213.191 () {32 vars in 758 bytes} [Wed May 20 07:17:44 2026] DELETE /v2.0/ports/e5e1b933-d1c9-42a1-a296-764e0de165cf => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3110] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17:44 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) 2026-05-20 07:17:44.603 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad86923d-2335-46c9-97fb-e753066dbc06'] response: {'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'name': 'network-vif-deleted', 'tag': 'e5e1b933-d1c9-42a1-a296-764e0de165cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1591/3111] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3112] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:44 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: 1592/3113] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:44 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: 1522/3114] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3115] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => 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: 1523/3116] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3117] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3118] 199.19.213.191 () {30 vars in 742 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3119] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3120] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:17:44 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3121] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3122] 199.19.213.191 () {34 vars in 1066 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f&id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 1523 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3123] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => 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: 1527/3126] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3127] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3128] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3129] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1529/3130] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1602/3131] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3132] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3133] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3134] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:45 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?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: 1604/3135] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:17: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: 1532/3136] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:17:57 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: 1605/3137] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:17:57 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: 1533/3138] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:17:57 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-05-20 07:17:57.601 7 INFO neutron.api.v2.resource [None req-1465e3e3-a94d-4412-aa3b-4c000cb8c468 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3139] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 07:17:57 2026] GET /v2.0/security-groups/lb-1da47369-b968-457c-8821-6bbb6c121224 => 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: 1534/3140] 199.19.213.191 () {30 vars in 784 bytes} [Wed May 20 07:17:57 2026] GET /v2.0/security-groups?name=lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 2865 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3141] 199.19.213.191 () {30 vars in 814 bytes} [Wed May 20 07:17:57 2026] GET /v2.0/security-group-rules?security_group_id=15523762-3b59-4f8d-a8d5-707ab2d70207 => generated 2334 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3142] 199.19.213.191 () {32 vars in 788 bytes} [Wed May 20 07:17:57 2026] DELETE /v2.0/security-group-rules/89f8188d-19a0-42ed-a30c-4b3ca3015337 => 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: 1608/3143] 199.19.213.191 () {32 vars in 788 bytes} [Wed May 20 07:17:57 2026] DELETE /v2.0/security-group-rules/ffa74640-d6bf-4cf0-9b1f-f10a2d1fd3d1 => 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: 1536/3144] 199.19.213.191 () {34 vars in 1096 bytes} [Wed May 20 07:17:58 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 123 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3145] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3146] 199.19.213.191 () {34 vars in 1066 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f&id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 1523 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3147] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => 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: 1538/3148] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3149] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&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: 1539/3150] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1612/3151] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:17:59 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1540/3152] 199.19.213.191 () {34 vars in 1058 bytes} [Wed May 20 07:18:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1613/3153] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:18:00 2026] GET /v2.0/subnets?id=1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3154] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:18:00 2026] GET /v2.0/ports?network_id=a95664f3-54a6-49df-bb72-d57f1a0df780&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3155] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:18:00 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3158] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:18:00 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:18:00.581 8 INFO neutron.db.l3_db [None req-47075ff6-1f2d-4145-b9f7-9d1fe4a4a69f acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Floating IP 1551c78e-f64b-4de1-842e-2bf11beb024d disassociated (deleted). External IP: 10.96.250.201, port: 82ed80fe-06bd-4111-a88a-3ba203149abf. [pid: 8|app: 0|req: 1543/3159] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:18:00 2026] DELETE /v2.0/floatingips/1551c78e-f64b-4de1-842e-2bf11beb024d => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:00.921 7 INFO neutron.api.v2.resource [None req-b5996560-9420-48da-a46f-b5f12b83df6d acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3160] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:18:00 2026] GET /v2.0/floatingips/1551c78e-f64b-4de1-842e-2bf11beb024d => 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: 1544/3161] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3162] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:18:01 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: 1545/3163] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3164] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:18: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) 2026-05-20 07:18:01.674 8 INFO neutron.api.v2.resource [None req-ffdca427-100a-4f46-b7c4-c89b3741ea09 d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3165] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/security-groups/lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3166] 199.19.213.191 () {30 vars in 784 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/security-groups?name=lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 1639 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3167] 199.19.213.191 () {30 vars in 814 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/security-group-rules?security_group_id=15523762-3b59-4f8d-a8d5-707ab2d70207 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3168] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:18:01 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: 1548/3169] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:18:01 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: 1622/3170] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3171] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3172] 199.19.213.191 () {30 vars in 740 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 676 bytes in 34 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.191 () {30 vars in 768 bytes} [Wed May 20 07:18:01 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3174] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:18:02 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3175] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:18:02 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3176] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:18:03 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3177] 199.19.213.191 () {34 vars in 975 bytes} [Wed May 20 07:18:04 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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: 1626/3178] 199.19.213.191 () {34 vars in 1060 bytes} [Wed May 20 07:18:04 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3179] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:18:04 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3180] 199.19.213.191 () {34 vars in 1016 bytes} [Wed May 20 07:18:04 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3181] 199.19.213.191 () {38 vars in 1028 bytes} [Wed May 20 07:18:04 2026] PUT /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1151 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3182] 199.19.213.191 () {30 vars in 768 bytes} [Wed May 20 07:18:05 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 1555/3183] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:18:05 2026] PUT /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 1090 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3184] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:18:05 2026] GET /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => 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:71: 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: 1556/3185] 199.19.213.191 () {32 vars in 758 bytes} [Wed May 20 07:18:05 2026] DELETE /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3186] 199.19.213.191 () {30 vars in 702 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3187] 199.19.213.191 () {30 vars in 704 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3188] 199.19.213.191 () {30 vars in 680 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3189] 199.19.213.191 () {30 vars in 716 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:18:06.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c67a2c11-7223-4d0f-af94-eba1497c120c d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3190] 199.19.213.191 () {32 vars in 758 bytes} [Wed May 20 07:18:06 2026] DELETE /v2.0/ports/cbfafec0-ab46-42a7-95e5-4fb5a051b530 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3191] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:18:06.190 8 INFO neutron.api.v2.resource [None req-3c882b93-a3a4-4af2-9a36-042c452a80db d74d1bc27dc74b2ab049dcbccc5cfb21 ca72aeddaf474a34aaa1bc1d75aa6778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3192] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/ports?tenant_id=ca72aeddaf474a34aaa1bc1d75aa6778&device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3193] 199.19.213.191 () {30 vars in 762 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/security-groups/lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3194] 199.19.213.191 () {30 vars in 784 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/security-groups?name=lb-1da47369-b968-457c-8821-6bbb6c121224 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3195] 199.19.213.191 () {34 vars in 1066 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/networks?id=cc632977-0aa9-435f-a285-cb98eef8b91f&id=a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3196] 199.19.213.191 () {34 vars in 1062 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3197] 199.19.213.191 () {30 vars in 736 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3198] 199.19.213.191 () {34 vars in 984 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/subnets?id=85a51e32-89e6-4d26-b99c-5d2eaa1dc4ef => 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: 1637/3199] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/ports?network_id=cc632977-0aa9-435f-a285-cb98eef8b91f&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3200] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?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: 1639/3201] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:18:06 2026] GET /v2.0/networks/cc632977-0aa9-435f-a285-cb98eef8b91f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3202] 199.19.213.191 () {34 vars in 788 bytes} [Wed May 20 07:18:06 2026] PUT /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 1094 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3203] 199.19.213.191 () {32 vars in 778 bytes} [Wed May 20 07:18:07 2026] DELETE /v2.0/security-groups/15523762-3b59-4f8d-a8d5-707ab2d70207 => 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: 1564/3204] 199.19.213.191 () {32 vars in 758 bytes} [Wed May 20 07:18:07 2026] DELETE /v2.0/ports/82ed80fe-06bd-4111-a88a-3ba203149abf => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3205] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:18:09 2026] GET /v2.0/ports?device_id=e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3206] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:18:09 2026] DELETE /v2.0/ports/cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:11.523 7 INFO neutron.db.l3_db [None req-9004edd8-0045-4caf-abd9-d6054ea0f7cb acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Floating IP 3049d20a-bf99-4580-871d-a3dd1e894bb5 disassociated (deleted). External IP: 10.96.250.214, port: bea32096-452c-484b-ac16-04d3d40905d3. [pid: 7|app: 0|req: 1642/3207] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:18:11 2026] DELETE /v2.0/floatingips/3049d20a-bf99-4580-871d-a3dd1e894bb5 => generated 0 bytes in 725 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:11.900 8 INFO neutron.api.v2.resource [None req-df774fea-aca8-4bde-a8eb-229333e8f4e7 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3208] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:18:11 2026] GET /v2.0/floatingips/3049d20a-bf99-4580-871d-a3dd1e894bb5 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:18:12.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-992ea66c-d9ff-4e39-8b0b-8df0a64e36ea'] response: {'name': 'network-changed', 'server_uuid': '8af7b4e9-1238-4903-99fa-6373eaef6ba4', 'tag': 'bea32096-452c-484b-ac16-04d3d40905d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1643/3209] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1200 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 07:18:12.224 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-667db673-2b70-4eea-ba32-ec4bfe958527'] response: {'server_uuid': 'e16c5345-5a8c-4df7-9a4a-9c5c584c7a0d', 'name': 'network-vif-deleted', 'tag': 'cfaf39ec-0ff0-4c84-85a5-1c8a8ea40082', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1567/3210] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3211] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3212] 199.19.213.191 () {34 vars in 986 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/networks?id=06648ac8-1167-4290-981a-5cfe4eb16908 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3213] 199.19.213.191 () {34 vars in 1056 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1569/3214] 199.19.213.191 () {34 vars in 1106 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=bea32096-452c-484b-ac16-04d3d40905d3 => 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: 1646/3215] 199.19.213.191 () {34 vars in 1064 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/subnets?id=8c0f386b-b47e-4fe1-8387-49224eea2f97&id=36e7533f-964f-4809-9379-d18d400c9567 => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3216] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3217] 199.19.213.191 () {34 vars in 1052 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/ports?network_id=06648ac8-1167-4290-981a-5cfe4eb16908&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: 1571/3218] 199.19.213.191 () {34 vars in 1012 bytes} [Wed May 20 07:18:12 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3219] 199.19.213.191 () {34 vars in 1112 bytes} [Wed May 20 07:18:13 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3220] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:18:14 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3221] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:18:14 2026] DELETE /v2.0/ports/bea32096-452c-484b-ac16-04d3d40905d3 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3224] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:18:17 2026] GET /v2.0/ports?device_id=8af7b4e9-1238-4903-99fa-6373eaef6ba4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 07:18:22.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbbb2070-44e7-4e41-a934-2cf273232723'] response: {'server_uuid': '8af7b4e9-1238-4903-99fa-6373eaef6ba4', 'name': 'network-vif-deleted', 'tag': 'bea32096-452c-484b-ac16-04d3d40905d3', 'status': 'completed', 'code': 200} 2026-05-20 07:18:22.734 7 INFO neutron.db.l3_db [None req-8c6bde49-2820-49d3-ae60-5857de4688e4 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] Floating IP 674e3f89-925b-4584-ac53-40a019925c62 disassociated (deleted). External IP: 10.96.250.202, port: f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb. [pid: 7|app: 0|req: 1651/3225] 10.0.0.80 () {32 vars in 731 bytes} [Wed May 20 07:18:22 2026] DELETE /v2.0/floatingips/674e3f89-925b-4584-ac53-40a019925c62 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:23.094 8 INFO neutron.api.v2.resource [None req-8c495dec-711e-471c-b085-7ce9df3529c9 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3226] 10.0.0.80 () {32 vars in 728 bytes} [Wed May 20 07:18:23 2026] GET /v2.0/floatingips/674e3f89-925b-4584-ac53-40a019925c62 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3227] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:18:23 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3228] 10.0.0.104 () {34 vars in 1040 bytes} [Wed May 20 07:18:23 2026] GET /v2.0/security-groups?id=e1f35241-b205-46f8-92a9-5e9983deb2ff&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3229] 199.19.213.191 () {34 vars in 994 bytes} [Wed May 20 07:18:25 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 1200 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3230] 199.19.213.191 () {36 vars in 997 bytes} [Wed May 20 07:18:25 2026] DELETE /v2.0/ports/f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:25.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d76fdb-b110-4ee3-b58d-7c4371c01cee'] response: {'name': 'network-changed', 'server_uuid': '70cd5d09-5c23-482d-9802-ed1adff00819', 'tag': 'f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1654/3231] 199.19.213.191 () {34 vars in 1080 bytes} [Wed May 20 07:18:25 2026] GET /v2.0/ports?tenant_id=da70a493a83b438abd78260b04206e9d&device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => 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: 1578/3232] 10.0.0.104 () {34 vars in 990 bytes} [Wed May 20 07:18:28 2026] GET /v2.0/ports?device_id=70cd5d09-5c23-482d-9802-ed1adff00819 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3235] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:33 2026] DELETE /v2.0/security-group-rules/213875ae-af34-43fa-aac7-85a5aec36234 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:33.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6d77c01-9f42-4a96-b20e-7c20db19133a'] response: {'server_uuid': '70cd5d09-5c23-482d-9802-ed1adff00819', 'name': 'network-vif-deleted', 'tag': 'f48f1c18-eaa9-4bb2-bc6f-6f9d1f16f8bb', 'status': 'completed', 'code': 200} 2026-05-20 07:18:33.652 8 INFO neutron.api.v2.resource [None req-248137f1-e0a6-451c-9e96-a11b7ce94cdf acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3236] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:33 2026] GET /v2.0/security-group-rules/213875ae-af34-43fa-aac7-85a5aec36234 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3237] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:33 2026] DELETE /v2.0/security-group-rules/1161cfea-96ba-4899-9460-a16358017cf7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:33.750 8 INFO neutron.api.v2.resource [None req-355c3cd6-ec07-4da9-a938-9a13d86c5158 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3238] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:33 2026] GET /v2.0/security-group-rules/1161cfea-96ba-4899-9460-a16358017cf7 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3239] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:33 2026] DELETE /v2.0/security-group-rules/7e2ebb62-3a4a-44e4-b99f-3b1376f8415f => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:33.850 8 INFO neutron.api.v2.resource [None req-f78f29a0-1773-4fa2-b3b9-fbc13dbc0212 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3240] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:33 2026] GET /v2.0/security-group-rules/7e2ebb62-3a4a-44e4-b99f-3b1376f8415f => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3241] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:33 2026] DELETE /v2.0/security-group-rules/5c3ddbe7-270f-4ac3-bcea-0057a7e39ca4 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:33.943 8 INFO neutron.api.v2.resource [None req-ef5effb4-9212-4a6d-8504-518e38ef2c58 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3242] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:33 2026] GET /v2.0/security-group-rules/5c3ddbe7-270f-4ac3-bcea-0057a7e39ca4 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3243] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:33 2026] DELETE /v2.0/security-group-rules/7f82d91f-671b-47ca-823b-717d1241ca73 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.040 8 INFO neutron.api.v2.resource [None req-13268c5c-93b8-4375-8049-b135f271b99f acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3244] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/7f82d91f-671b-47ca-823b-717d1241ca73 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3245] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-group-rules/55355d0f-6476-4235-93ec-d29cde342302 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.123 8 INFO neutron.api.v2.resource [None req-38de3a85-4642-4c4e-8474-93d806548800 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3246] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/55355d0f-6476-4235-93ec-d29cde342302 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3247] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-group-rules/8c8b8e82-bf41-4dd3-aee5-9ceee1a694e7 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.211 8 INFO neutron.api.v2.resource [None req-053c80a3-d92e-4072-8d5a-333dea3a885d acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3248] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/8c8b8e82-bf41-4dd3-aee5-9ceee1a694e7 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3249] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-group-rules/da512911-9357-45e7-8a42-2ad5226be593 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.311 8 INFO neutron.api.v2.resource [None req-97667f4c-ef5a-45e6-a517-0f473f4e1419 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3250] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/da512911-9357-45e7-8a42-2ad5226be593 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3251] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-group-rules/61fbb561-4c94-4b0c-a96b-ba7b760a61b0 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.409 8 INFO neutron.api.v2.resource [None req-23324539-d957-471e-8ab1-da5c75ef9335 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3252] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/61fbb561-4c94-4b0c-a96b-ba7b760a61b0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3253] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-group-rules/4cd03d84-24c3-467e-861f-08f19af3cb74 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.506 8 INFO neutron.api.v2.resource [None req-c1e2a14c-7d26-48aa-a1aa-0537e39cac72 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3254] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/4cd03d84-24c3-467e-861f-08f19af3cb74 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3255] 10.0.0.80 () {32 vars in 749 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-group-rules/5960d29d-ac48-45c1-810b-562263b5b294 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.612 8 INFO neutron.api.v2.resource [None req-89480ae0-b0e0-4ca1-98dd-b7daef47421a acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3256] 10.0.0.80 () {32 vars in 746 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-group-rules/5960d29d-ac48-45c1-810b-562263b5b294 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3257] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:34 2026] DELETE /v2.0/security-groups/e1f35241-b205-46f8-92a9-5e9983deb2ff => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:34.736 8 INFO neutron.api.v2.resource [None req-4e181408-a9a3-48b1-9172-52e37805c4dd acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3258] 10.0.0.80 () {32 vars in 736 bytes} [Wed May 20 07:18:34 2026] GET /v2.0/security-groups/e1f35241-b205-46f8-92a9-5e9983deb2ff => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3259] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:18:34 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/remove_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:18:36.076 8 INFO neutron.api.v2.resource [None req-a63dab3c-2fba-47ea-8e56-ad4893b47880 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3260] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:18:35 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/remove_router_interface => generated 198 bytes in 198 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3261] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:18:36 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/remove_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:18:37.412 8 INFO neutron.api.v2.resource [None req-9bf0a908-a369-425f-9baa-9a0ea3272b4e acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3262] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:18:37 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3263] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:18:37 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 07:18:38.592 8 INFO neutron.api.v2.resource [None req-7f65251c-e5ab-498e-ad6e-d31319b69ada acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3264] 10.0.0.80 () {34 vars in 788 bytes} [Wed May 20 07:18:38 2026] PUT /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:18:39.497 7 INFO neutron.db.l3_hamode_db [None req-bfb7ba5f-544e-4df1-bc75-54a51604ac5c acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] HA network 1efe1b5d-deca-4a21-bece-4516229d65aa was deleted as no HA routers are present in tenant da70a493a83b438abd78260b04206e9d. [pid: 7|app: 0|req: 1671/3265] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:38 2026] DELETE /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 07:18:39.529 8 INFO neutron.api.v2.resource [None req-8acf9f4b-fd68-4d4e-b9b9-dd0dca670b53 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3266] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:39 2026] GET /v2.0/routers/c95e679a-6ea8-4e78-a2ef-3a189e4d9612 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:18:39.539 7 INFO neutron.services.segments.plugin [-] Segment 1d5bd8d7-9d0d-4379-93d7-131599e57a27 resource provider aggregate not found 2026-05-20 07:18:39.551 7 INFO neutron.services.segments.plugin [-] Segment 1d5bd8d7-9d0d-4379-93d7-131599e57a27 resource provider aggregate not found 2026-05-20 07:18:39.566 7 INFO neutron.services.segments.plugin [-] Segment 1d5bd8d7-9d0d-4379-93d7-131599e57a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5bd8d7-9d0d-4379-93d7-131599e57a27 found for delete ", "request_id": "req-53b0d7ba-4a8f-4248-a6d3-9cf6d3540138"}]} 2026-05-20 07:18:39.567 7 INFO neutron.services.segments.plugin [-] Segment 1d5bd8d7-9d0d-4379-93d7-131599e57a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5bd8d7-9d0d-4379-93d7-131599e57a27 found for delete ", "request_id": "req-9427617d-2453-4048-92ab-9d4239ed8cdc"}]} [pid: 7|app: 0|req: 1672/3267] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:39 2026] DELETE /v2.0/subnets/8c0f386b-b47e-4fe1-8387-49224eea2f97 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:39.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa87064-5a3f-48cf-89d5-8f152e0ff9af acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3268] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:39 2026] GET /v2.0/subnets/8c0f386b-b47e-4fe1-8387-49224eea2f97 => 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: 1673/3269] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:39 2026] DELETE /v2.0/subnets/36e7533f-964f-4809-9379-d18d400c9567 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:39.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d172394f-5027-42fc-916e-d8f5fa31f8c3 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3270] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:39 2026] GET /v2.0/subnets/36e7533f-964f-4809-9379-d18d400c9567 => 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: 1674/3271] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:18:39 2026] DELETE /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:40.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f2bd43c-8f5c-4edb-be95-307e6b704414 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3272] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:18:40 2026] GET /v2.0/networks/06648ac8-1167-4290-981a-5cfe4eb16908 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3273] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:40 2026] DELETE /v2.0/subnets/b6fcdb2b-9507-44bb-b92e-8616f49849a7 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:40.548 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c05acf6-6fe6-432e-84f4-8c66ae3719e2 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3274] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:40 2026] GET /v2.0/subnets/b6fcdb2b-9507-44bb-b92e-8616f49849a7 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3275] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:40 2026] DELETE /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:40.757 8 INFO neutron.pecan_wsgi.hooks.translation [None req-702b8245-e56d-48fb-8c56-1750c17c3c58 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3276] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:40 2026] GET /v2.0/subnets/5a02aa3c-fd17-4be5-90c5-cacc8ed63a2e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3277] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:18:40 2026] DELETE /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:41.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c74f9faf-a183-4341-8163-500e110b679b acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3278] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:18:41 2026] GET /v2.0/networks/27934046-3ff3-4528-988f-3849aa52a681 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3279] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:41 2026] DELETE /v2.0/subnets/3814c457-6eae-4ccc-8a4f-bb1792baa7a0 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:41.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e52d4f61-8d6d-4d24-96d5-b302f46ba5a8 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3280] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:41 2026] GET /v2.0/subnets/3814c457-6eae-4ccc-8a4f-bb1792baa7a0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3281] 10.0.0.80 () {32 vars in 723 bytes} [Wed May 20 07:18:41 2026] DELETE /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:41.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2d2be0b-246e-4bc5-8ebb-8cc6bb1a0c31 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3282] 10.0.0.80 () {32 vars in 720 bytes} [Wed May 20 07:18:41 2026] GET /v2.0/subnets/1f0d6d6a-1db3-4105-9823-e2d1478b3a37 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:18:41.642 7 INFO neutron.services.segments.plugin [-] Segment 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 resource provider aggregate not found 2026-05-20 07:18:41.647 7 INFO neutron.services.segments.plugin [-] Segment 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 resource provider aggregate not found 2026-05-20 07:18:41.667 7 INFO neutron.services.segments.plugin [-] Segment 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 found for delete ", "request_id": "req-a57f59c5-1561-4d05-b25d-27027155fbe3"}]} 2026-05-20 07:18:41.677 7 INFO neutron.services.segments.plugin [-] Segment 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 216be1dd-797a-4d0d-9d8e-d4cf1cf4d558 found for delete ", "request_id": "req-5147dc62-9890-4395-9370-0a9027e017a4"}]} 2026-05-20 07:18:41.685 7 INFO neutron.services.segments.plugin [-] Segment 0df4f61b-728d-4135-808e-b46ccb13fc25 resource provider aggregate not found 2026-05-20 07:18:41.705 7 INFO neutron.services.segments.plugin [-] Segment 0df4f61b-728d-4135-808e-b46ccb13fc25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0df4f61b-728d-4135-808e-b46ccb13fc25 found for delete ", "request_id": "req-70f9be59-6946-4575-b669-1056f710cda5"}]} 2026-05-20 07:18:41.706 7 INFO neutron.services.segments.plugin [-] Segment 0df4f61b-728d-4135-808e-b46ccb13fc25 resource provider aggregate not found 2026-05-20 07:18:41.724 7 INFO neutron.services.segments.plugin [-] Segment 0df4f61b-728d-4135-808e-b46ccb13fc25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0df4f61b-728d-4135-808e-b46ccb13fc25 found for delete ", "request_id": "req-e57e3a06-cc3c-4bb8-a4ee-ef06e445bda7"}]} [pid: 7|app: 0|req: 1680/3283] 10.0.0.80 () {32 vars in 725 bytes} [Wed May 20 07:18:41 2026] DELETE /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 07:18:42.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d308d5ef-9bf2-468d-8ec9-8ba0faa599e4 acacce95b7d541e28afe23641b7822f3 da70a493a83b438abd78260b04206e9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3284] 10.0.0.80 () {32 vars in 722 bytes} [Wed May 20 07:18:42 2026] GET /v2.0/networks/a95664f3-54a6-49df-bb72-d57f1a0df780 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 07:18:44.176 7 INFO neutron.services.segments.plugin [-] Segment 3bc24e0e-c624-4f34-a670-2d45ebf166f8 resource provider aggregate not found 2026-05-20 07:18:44.179 7 INFO neutron.services.segments.plugin [-] Segment 3bc24e0e-c624-4f34-a670-2d45ebf166f8 resource provider aggregate not found 2026-05-20 07:18:44.192 7 INFO neutron.services.segments.plugin [-] Segment 3bc24e0e-c624-4f34-a670-2d45ebf166f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bc24e0e-c624-4f34-a670-2d45ebf166f8 found for delete ", "request_id": "req-a2b9372a-cae9-44ee-8bae-7dcee932d8da"}]} 2026-05-20 07:18:44.195 7 INFO neutron.services.segments.plugin [-] Segment 3bc24e0e-c624-4f34-a670-2d45ebf166f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bc24e0e-c624-4f34-a670-2d45ebf166f8 found for delete ", "request_id": "req-848b83c6-4580-4608-bfc0-5120e89caa61"}]} [pid: 7|app: 0|req: 1681/3285] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:44 2026] GET /v2.0/security-groups?tenant_id=160db2a8568d410d92f96e327fa65d99&name=default => generated 2929 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3286] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:44 2026] DELETE /v2.0/security-groups/ac089780-db79-4a27-95f7-9bd7ed009239 => 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: 1682/3287] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:44 2026] GET /v2.0/security-groups?tenant_id=da70a493a83b438abd78260b04206e9d&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3288] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:44 2026] DELETE /v2.0/security-groups/a6c1e15f-1524-4385-a20a-06811969232a => 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: 1683/3289] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:44 2026] GET /v2.0/security-groups?tenant_id=b6e89c5b32ae4bdabcd5496172d97008&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3290] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:45 2026] DELETE /v2.0/security-groups/d525750c-95b5-444b-9e6d-f9341095e4d1 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3293] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:45 2026] GET /v2.0/security-groups?tenant_id=671f543923564827ad4aea3892906d3b&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3294] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:45 2026] DELETE /v2.0/security-groups/bc7b1a01-c1db-4fa0-9d63-35545d2449fd => 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: 1610/3295] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:45 2026] GET /v2.0/security-groups?tenant_id=1d32199cee6c4c32a8eb94b96a37f614&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3296] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:45 2026] DELETE /v2.0/security-groups/85bb37ce-b1b9-48a3-bbf8-94607f05d1ae => 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: 1611/3297] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:46 2026] GET /v2.0/security-groups?tenant_id=e98d397524124e819bcbfe731ac083ec&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3298] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:46 2026] DELETE /v2.0/security-groups/f151d41c-c366-435e-a424-2eabe3e44420 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3299] 10.0.0.80 () {32 vars in 773 bytes} [Wed May 20 07:18:46 2026] GET /v2.0/security-groups?tenant_id=4d87f67868f647469f100f0ae31fd53e&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3300] 10.0.0.80 () {32 vars in 739 bytes} [Wed May 20 07:18:46 2026] DELETE /v2.0/security-groups/5a735cbc-5942-4ad6-8f73-ba8e4eb41fb5 => 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: 1613/3301] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:18:49 2026] GET /v2.0/networks => generated 2168 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3302] 10.0.0.80 () {32 vars in 654 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/floatingips => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3303] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3304] 10.0.0.80 () {32 vars in 642 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/ports => generated 4725 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3305] 10.0.0.80 () {32 vars in 646 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3306] 10.0.0.80 () {32 vars in 648 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3307] 10.0.0.80 () {32 vars in 662 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3308] 10.0.0.80 () {32 vars in 654 bytes} [Wed May 20 07:18:50 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)